2 ################################################
3 ### Managed by someone's ansible provisioner ###
4 ################################################
5 # Part of: https://git.somenet.org/root/pub/somesible.git
6 # 2017-2025 by someone <someone@somenet.org>
8 # /etc/ldap/slapd.d is deleted by ansible
11 pidfile /var/run/openldap/slapd.pid
18 include /etc/ldap/schema/core.schema
19 include /etc/ldap/schema/cosine.schema
20 include /etc/ldap/schema/inetorgperson.schema
21 include /etc/ldap/schema/nis.schema
24 # will this ever be usable?
26 #access to * by dn.base="gidNumber=0+uidNumber=0,cn=peercred,cn=extern al,cn=auth" manage by * none
27 #rootdn cn=root,cn=config
33 directory /var/lib/ldap/
35 access to attrs=userPassword by self write by anonymous auth by * none
36 access to attrs=shadowLastChange by self write by * read
41 index uidNumber,gidNumber eq
42 index member,memberUid eq
44 rootdn cn=root,dc=CHANGEME