LDAP Password backend

Presentation

LDAP is the default password backend.

If password policy is used, the flag "pwdReset" is set to TRUE when the user reset his password by mail.

Configuration

Set the password backend:
passwordDB => LDAP,


If no password backend is configured, LDAP is choosen by default.

Parameters are the same as LDAP authentication backend.

You can also set these:
(&(mail=$mail)(objectClass=inetOrgPerson))

Active Directory



Just adapt the search filter:
mailLDAPFilter => '(&(mail=$mail)(objectClass=person))',

See also