2011/5/20 MEKLAT Jonathan <[email protected]> > > Thank you for your answer. > > > > I check and it don’t work. > > > > Here is my ldap settings : > > $ldap_url = "ldaps://domainsrv.domain.local:636"; > > $ldap_binddn = "cn=Jonathan Meklat,ou=utilisateurs,dc=domain,dc=local"; > > $ldap_bindpw = "******"; > > $ldap_base = "ou=utilisateurs,dc=domain,dc=local"; > > $ldap_filter = "(&(objectCategory=user)(sAMAccountName={login}))"; > > > > You will find my ldap.conf in attachment. > > > > Here now the error message : > > > > > > The password is refused.
Hi Jonathan, you may have a password policy configured on Active Directory that reject your password. Try a more complex password, or change the password policy on AD. Clément. _______________________________________________ ltb-users mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-users
