Another change on the sample config

This commit is contained in:
Andre Lorbach 2012-03-07 14:24:25 +01:00
parent 253de1bf18
commit 2fd07fc6e6

View File

@ -56,7 +56,7 @@ $CFG['UserDBPass'] = "";
$CFG['UserDBLoginRequired'] = false;
// LDAP auth options
$CFG['LDAPUserLoginRequired'] = true; // activate LDAP auth
$CFG['LDAPUserLoginRequired'] = false; // Activate LDAP auth
$CFG['LDAPServer'] = "127.0.0.1"; // LDAP server hostname or IP
$CFG['LDAPPort'] = 389; // LDAP port, 389 or 636 for SSL
$CFG['LDAPBaseDN'] = 'CN=Users,DC=domain,DC=local'; // Base DN for LDAP Search, this is a typical ActiveDirectory sample