1 Mar 2002 12:46
LDAP authentication with MRBS
Richard Harding <rharding <at> caps-solutions.co.uk>
2002-03-01 11:46:11 GMT
2002-03-01 11:46:11 GMT
Hi, Has anyone had any success with ldap authentication ? My config file (auth section) looks like this : ############################################### # Authentication settings - read AUTHENTICATION ############################################### # IP authentication allows any user to create bookings. $auth["realm"] = "MRBS"; $auth["type"] = "ldap"; $auth["prog"] = ""; $auth["params"] = ""; # The various level two users (can modify other peoples settings) # By default, only localhost is an administrator. #$auth["admin"][] = "127.0.0.1"; #$auth["admin"][] = "10.0.0.1"; #$auth["admin"][] = "10.0.0.2"; #$auth["admin"][] = "10.0.0.3"; # 'auth_ldap' configuration settings # Where is the LDAP server $ldap_host = "localhost"; # LDAP base distinguish names $ldap_base_dn[] = "ou=People,o=CapsSolutions,c=GB"; $ldap_base_dn[] = "ou=Administrators,o=CapsSolutions,c=GB"; #$ldap_base_dn[] = "ou=organizationalunit3,o=organization,c=MY";(Continue reading)
RSS Feed