You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there-
I was giving this a test run and came across a couple of issues.
The AUTH_LDAP_TRUST_ALL_CERTIFICATES is currently mandatory. I had not set it in my settings.py, and the README says that it defaults to False, but then I got an AttributeError during an authentication attempt.
The example_settings file must have an old name for the AD module (ImportError: No module named ADAuthentication). It should be server.ADConnector.ADConnector (which is correctly specified in the README).
I can do up a PR for this if needed.
The text was updated successfully, but these errors were encountered:
I currently do not have a test environment. Can you please check if the branch 4_documentation_discrepancies (in my fork) solves the mandatory AUTH_LDAP_TRUST_ALL_CERTIFICATES option?
haribert
pushed a commit
to haribert/sal-activedirectory
that referenced
this issue
Nov 1, 2018
* Make `AUTH_LDAP_TRUST_ALL_CERTIFICATES` optional in the code and not only in the documentation
* Update `example_settings.py` to correct `AUTHENTICATION_BACKENDS`
* minor changes
Hi there-
I was giving this a test run and came across a couple of issues.
AUTH_LDAP_TRUST_ALL_CERTIFICATES
is currently mandatory. I had not set it in my settings.py, and the README says that it defaults to False, but then I got an AttributeError during an authentication attempt.ImportError: No module named ADAuthentication
). It should beserver.ADConnector.ADConnector
(which is correctly specified in the README).I can do up a PR for this if needed.
The text was updated successfully, but these errors were encountered: