[Rt-commit] rt branch, 4.4/ldapimport-connect-options, repushed
? sunnavy
sunnavy at bestpractical.com
Wed Mar 28 15:54:18 EDT 2018
The branch 4.4/ldapimport-connect-options was deleted and repushed:
was 8a3dc225cbef3fe3a72830270efa3c5c514001c8
now e094b4684290afae3fb5d48da5479c1022bd1fe7
1: c081007f0 ! 1: 4c288fce0 Provide a way to pass more options to Net::LDAP
@@ -9,7 +9,12 @@
In C<RT_SiteConfig.pm>:
Set($LDAPHost,'my.ldap.host');
-+ Set($LDAPOptions, [ port => 636 ]);
++ Set($LDAPOptions, [ port => 636,
++ scheme => 'ldaps',
++ raw => qr/(\;binary)/,
++ version => 3,
++ verify => 'required',
++ cafile => '/certificate-file/path' ]);
Set($LDAPUser,'me');
Set($LDAPPassword,'mypass');
Set($LDAPBase, 'ou=People,o=Our Place');
2: 8a3dc225c = 2: e094b4684 Provide more debug output on connect failure
More information about the rt-commit
mailing list