equal
deleted
inserted
replaced
43 |
43 |
44 # The base of your directory in database #1 |
44 # The base of your directory in database #1 |
45 suffix "dc=cubicweb,dc=test" |
45 suffix "dc=cubicweb,dc=test" |
46 |
46 |
47 # rootdn directive for specifying a superuser on the database. This is needed |
47 # rootdn directive for specifying a superuser on the database. This is needed |
48 # for syncrepl. |
48 # for syncrepl. and ldapdelete easyness |
49 #rootdn "cn=admin,dc=cubicweb,dc=test" |
49 rootdn "cn=admin,dc=cubicweb,dc=test" |
50 #rootpw "cubicwebrocks" |
50 rootpw "cw" |
51 # Where the database file are physically stored for database #1 |
51 # Where the database file are physically stored for database #1 |
52 directory "%(apphome)s/ldapdb" |
52 directory "%(apphome)s/ldapdb" |
53 |
53 |