Skip to content
Snippets Groups Projects
Commit fac246b8 authored by Juan Gomez's avatar Juan Gomez
Browse files

Sync this files for this example to work properly.

parent f34c94e5
No related branches found
No related tags found
No related merge requests found
......@@ -6415,7 +6415,7 @@ objectclass: top
dn: uid=root, o=SGI, c=US
uid: root
userPassword: xZuUdcHRxN1cc
userPassword: {crypt}xZuUdcHRxN1cc
uidNumber: 0
gidNumber: 0
gecos: Super-User
......
......@@ -21,9 +21,9 @@ mpoolsize 21000000
database bdb2
cachesize 4
suffix "o=ACME, c=US"
suffix "o=SGI, c=US"
directory ./test-db
rootdn "cn=Manager, o=ACME, c=US"
rootdn "cn=Manager, o=SGI, c=US"
rootpw secret
index uid pres,eq,approx
index gidNumber pres,eq,approx
......
......@@ -17,9 +17,9 @@ argsfile ./test-db/slapd.args
database ldbm
cachesize 4
suffix "o=ACME, c=US"
suffix "o=SGI, c=US"
directory ./test-db
rootdn "cn=Manager, o=ACME, c=US"
rootdn "cn=Manager, o=SGI, c=US"
rootpw secret
index uid pres,eq,approx
index gidNumber pres,eq,approx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment