Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- slapd.conf
- #Basics
- include /etc/ldap/schema/core.schema
- include /etc/ldap/schema/cosine.schema
- include /etc/ldap/schema/inetorgperson.schema
- include /etc/ldap/schema/nis.schema
- pidfile /var/run/slapd/slapd.pid
- argsfile /var/run/slapd/slapd.args
- loglevel trace
- modulepath /var/lib/ldap
- moduleload back_hdb
- #Database Configuration
- backend hdb
- database hdb
- suffix "dc=amahoro,dc=bi"
- rootdn "cn=Manager,dc=amahoro,dc=bi"
- rootpw {SSHA}zH2A+jeSlbl2/UcAXm596KPV4IB/R6x9
- directory /var/lib/ldap
- index uid eq
- #ACLs
- access to attrs=userPassword
- by anonymous auth
- by self write
- by * none
- access to *
- by dn.base="uid=nslcd_proc,ou=System,dc=amahoro,dc=bi" read
- by self write
- by * none
Advertisement
Add Comment
Please, Sign In to add comment