Hey Fabrice,

I set it to use login_attr=uid, and then fallback_dn=true, and it works
as expected.  I swear I tried that before several times and it didn't
work.  I must be going crazy :-)

I suppose login_attr=string and fallback_dn=true are incompatible,
though.  Maybe we should clear that up in the docs?  Any devs on this
list agree/disagree?

Thanks for your response, Fabrice,

Best Regards,
Ryan


Fabrice Eudes wrote:
> 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 :-)
>   

-------------------------------------------------------------------------
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

Reply via email to