-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Added patch for connecting to AD-server with self-signed certificates. #24115
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
Changes from 10 commits
40446f0
b11d096
920712e
4754bc0
64cf8b3
f3758cf
3f0dc65
224ec41
c0486a6
431c0a2
00cb5d4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,8 +12,12 @@ PLG_LDAP_FIELD_EMAIL_DESC="LDAP attribute which has the User's email address." | |
| PLG_LDAP_FIELD_EMAIL_LABEL="Map: Email" | ||
| PLG_LDAP_FIELD_FULLNAME_DESC="LDAP attribute which has the User's full name." | ||
| PLG_LDAP_FIELD_FULLNAME_LABEL="Map: Full Name" | ||
| PLG_LDAP_FIELD_IGNORE_REQCERT_TLS_DESC="When enabled ignore the server certificate, this is useful when running for example Samba 4 with a self-signed certificate." | ||
| PLG_LDAP_FIELD_IGNORE_REQCERT_TLS_LABEL="Ignore Certificate" | ||
| PLG_LDAP_FIELD_HOST_DESC="Eg: openldap.example.com." | ||
| PLG_LDAP_FIELD_HOST_LABEL="Host" | ||
| PLG_LDAP_FIELD_LDAPDEBUG_DESC="Enables debug hardcoded to level 7" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please sort keys in alpha order.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I moved the debug option to last but the Ignore certificate is closely connected to enabling TLS and thus should be the next option.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It should still be sorted in alpha order.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Check the file after last nights commit 224ec41, the file is in order. |
||
| PLG_LDAP_FIELD_LDAPDEBUG_LABEL="Debug" | ||
| PLG_LDAP_FIELD_NEGOCIATE_DESC="Negotiate TLS encryption with the LDAP server. This requires all traffic to and from the LDAP server to be encrypted." | ||
| PLG_LDAP_FIELD_NEGOCIATE_LABEL="Negotiate TLS" | ||
| PLG_LDAP_FIELD_PASSWORD_DESC="The Connect Password is the password of an administrative account. This is used in Authenticate then Bind and Authenticated Compare authorisation methods." | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move lines 15-16 after line 18.