Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for additional configuration options #271

Closed
wants to merge 10 commits into from

Conversation

etianen
Copy link
Owner

@etianen etianen commented Jan 15, 2024

No description provided.

mmmduft and others added 10 commits January 11, 2024 21:56
Adds support for additional configuration options.

LDAP_AUTH_TLS_CA_CERTS_FILE
LDAP_AUTH_TLS_VALIDATE_CERT
LDAP_AUTH_TLS_CIPHERS
LDAP_AUTH_ATTRIBUTES

It may be wise to set the default of LDAP_AUTH_TLS_VALIDATE_CERT  to ssl.CERT_REQUIRED in the future, however this would be a breaking change.
Attributes listed in LDAP_AUTH_SYNC_ATTRIBUTES without values are returned as empty lists. Prevent IndexError
Add documentation for  LDAP_AUTH_TLS_CA_CERTS_FILE
Do set validate=None when LDAP_AUTH_TLS_VALIDATE_CERT is not set.  Removed log message, as this may not be right place for configuration checks.
Remove incorrect test.
@etianen etianen closed this Feb 11, 2024
@etianen etianen deleted the mmmduft-extra-options branch February 11, 2024 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants