Hi, Ryan Steele a écrit : > $ldapservers->SetValue($i,'login','attr','string'); > $ldapservers->SetValue($i,'login','fallback_dn',true); > $ldapservers->SetValue($i,'login','string','uid=<username>,ou=Users,dc=my,dc=domain,dc=com'); I have a working 1.1.0.5 working setup qith login_attr=uid and fallback_dn=true.
Is anonymous access to your ldap server enabled ? May be you should check that these are correctly set: $ldapservers->SetValue($i,'login','dn','system'); $ldapservers->SetValue($i,'login','pass','system_password'); Of course, the "system" user has to have read privileges on your admin entry, or any entry you want to log in with. Just a guess :-) -- Fabrice Eudes -o) Clé PGP 88AC3A66 /\\ Utilisateur Linux n°245401 _\_V Tel 09 50 77 73 78 Fax 09 55 77 73 78 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ phpldapadmin-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users
