Permettere all’utente di cambiare la password in sistema con LDAP

Creare il file: /etc/openldap/slapd.access.conf
Aggiungere al file: /etc/openldap/slapd.access.conf le seguenti righe …

access to attrs=userPassword
by dn=”cn=admin,dc=dominio,dc=com” write
by self write
by anonymous auth
by * none

access to dn.base=”" by * read

access to *
by dn=”cn=admin,dc=dominio,dc=com” write
by * read

Editare il file /etc/openldap/slapd.conf ed aggiungere la seguente riga:

include /etc/openldap/slapd.access.conf

  1. segnalo due ottimi manuali, in inglese ovviamente, sull’argomento LDAP

    http://www.linuxteam.info/blog/deploying-openldapa

  1. No trackbacks yet.

Lascia un Commento

Fill in your details below or click an icon to log in:

Logo WordPress.com

You are commenting using your WordPress.com account. Log Out / Modifica )

Foto Twitter

You are commenting using your Twitter account. Log Out / Modifica )

Foto di Facebook

You are commenting using your Facebook account. Log Out / Modifica )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 32 other followers