Stefan Richter
Stefan Richter
This adds support for a second database backend: PostgreSQL (in addition to sqlite3). This allows externalizing the database used by gonic. There is likely more testing required (as I am...
Migrated from https://github.com/02strich/pykerberos/issues/24 I'm getting this: ``` Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/django_auth_kerberos/backends.py", line 51, in check_password kerberos.checkPassword(username.lower(), password, getattr(settings, "KRB5_SERVICE", ""), settings.KRB5_REALM) kerberos.BasicAuthError: ('No such file or directory',...
This adds a new option to use the DNS server configured for update requests also with the A and AAAA data source. Issues: https://github.com/hashicorp/terraform-provider-dns/issues/242