-
-
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 1 commit
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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -88,6 +88,22 @@ class LdapClient | |||||
| */ | ||||||
| public $negotiate_tls = null; | ||||||
|
|
||||||
| /** | ||||||
| * Ignore TLS Certificate (encrypted communications) | ||||||
| * | ||||||
| * @var boolean | ||||||
| * @since 1.0 | ||||||
|
||||||
| * @since 1.0 | |
| * @since __DEPLOY_VERSION__ |
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.
Fixed
Outdated
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.
| * @since 1.0 | |
| * @since __DEPLOY_VERSION__ |
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.
Fixed
Outdated
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.
Remove tabs.
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.
I removed the spaces.
Hmm, emacs acting up. php-mode seems to default to PEAR-style. Which uses spaces.
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.
Please sort keys in alpha order.
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.
I moved the debug option to last but the Ignore certificate is closely connected to enabling TLS and thus should be the next option.
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.
It should still be sorted in alpha order.
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.
Check the file after last nights commit 224ec41, the file is in order.