OpenLDAP

OpenLDAP

ldapmodify

acl.ldif

dn: olcDatabase={1}hdb,cn=config
changetype: modify
add: olcAccess
olcAccess: to *
  by dn.exact="uid=panda,ou=People,dc=pandaafc,dc=sagan,dc=me" =xw

-D : bind dn
-W : basic authentication. prompt for password
-f : read from file

ldapmodify -D cn=admin,cn=config -W -f acl.ldif


Last update: 2019-05-08 09:11:39 UTC