[Rt-commit] rt branch, 4.4/ldapimport-config-base, created. rt-4.4.1-151-gd322214

Jim Brandt jbrandt at bestpractical.com
Thu Dec 8 09:14:35 EST 2016


The branch, 4.4/ldapimport-config-base has been created
        at  d322214fd9be6d05c972fc7bc3003705dfba0e54 (commit)

- Log -----------------------------------------------------------------
commit d322214fd9be6d05c972fc7bc3003705dfba0e54
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Thu Dec 8 09:13:00 2016 -0500

    Add LDAPBase to LDAPImport configuration example
    
    The sample configuration in the SYNOPSIS was missing the
    required LDAPBase parameter. Add it so a cut and paste of the
    example is complete.

diff --git a/lib/RT/LDAPImport.pm b/lib/RT/LDAPImport.pm
index 1b00928..10cd0a7 100644
--- a/lib/RT/LDAPImport.pm
+++ b/lib/RT/LDAPImport.pm
@@ -70,6 +70,7 @@ In C<RT_SiteConfig.pm>:
     Set($LDAPHost,'my.ldap.host');
     Set($LDAPUser,'me');
     Set($LDAPPassword,'mypass');
+    Set($LDAPBase, 'ou=People,o=Our Place');
     Set($LDAPFilter, '(&(cn = users))');
     Set($LDAPMapping, {Name         => 'uid', # required
                        EmailAddress => 'mail',

-----------------------------------------------------------------------


More information about the rt-commit mailing list