Ship an initial ftmg slapd config
[mirror/dsa-puppet.git] / modules / roles / templates / sso / slapd-ftmg.conf.erb
1 # slapd configuration for SSO's user management DB, ftmg
2
3 moduleload      back_mdb
4 database   mdb
5 directory  "/var/lib/ldap-ftmg"
6 suffix     "dc=ftmg,dc=sso,dc=debian,dc=org"
7
8 rootdn     "cn=root,dc=ftmg,dc=sso,dc=debian,dc=org"
9 rootpw     "<%= @ftmg_dsa_root_password %>"
10
11 maxsize    134217728
12 checkpoint 131072 5
13
14 index cn,sn,uid pres,eq,approx,sub
15 index objectClass eq
16
17 access to *
18         by dn="cn=admin,dc=ftmg,dc=sso,dc=debian,dc=org" write
19         by * break
20
21 access to attrs=userPassword
22         by self write
23         by * break
24
25 access to *
26         by anonymous auth
27         by * break