[Rt-commit] rt branch, 4.4/ldapimport-connect-options, repushed
? sunnavy
sunnavy at bestpractical.com
Wed Mar 28 14:23:58 EDT 2018
The branch 4.4/ldapimport-connect-options was deleted and repushed:
was 868c7238d8ebe833d05b3fc51e7043d5ae6b8159
now f356b1d9c71483ce2bfebf15b3e286f7ebc76ced
1: 06a33a0a0 ! 1: 72630ddf9 Provide a way to pass more options to Net::LDAP
@@ -1,6 +1,24 @@
Author: Jim Brandt <jbrandt at bestpractical.com>
Provide a way to pass more options to Net::LDAP
+
+diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
+--- a/etc/RT_Config.pm.in
++++ b/etc/RT_Config.pm.in
+@@
+
+ Your LDAP server hostname.
+
++=item C<$LDAPOptions>
++
++This allows you to pass any options supported by the L<Net::LDAP> new method.
++e.g.
++
++ Set($LDAPOptions, [ port => 636 ]);
++
+ =item C<$LDAPUser>
+
+ The LDAP user to log in with.
diff --git a/lib/RT/LDAPImport.pm b/lib/RT/LDAPImport.pm
--- a/lib/RT/LDAPImport.pm
2: 868c7238d = 2: f356b1d9c Provide more debug output on connect failure
More information about the rt-commit
mailing list