2013/2/19 Tian Zhiying <[email protected]>:
> Hello,
>
>
> When I change user's password from web page(self-serviece-password). It
> prompts“Login or password incorrect”. And the following informations is http
> error.log:
> [Tue Feb 19 15:29:03 2013] [error] [client 192.168.12.177] LDAP - User
> cn=tianzy,ou=People,dc=domain,dc=com not found, referer:
> http://192.168.8.11/self-service-password/
>
> The following is my "config.inc.php" file configure:
> $ldap_url = "ldap://localhost";;
> $ldap_binddn = "cn=root,dc=domain,dc=com";
> $ldap_bindpw = "abc123";
> $ldap_base = "dc=domain,dc=com";
> $ldap_filter = "(&(objectClass=inetOrgPerson)(cn={login}))";
>

Well, it seems the entry cn=tianzy,ou=People,dc=domain,dc=com do not
exists in your LDAP server. Can you browse it to find the correct DN
of the entry?

Clément.
_______________________________________________
ltb-users mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-users

Reply via email to