version 1.16, 2004/12/04 18:43:22
|
version 1.16.2.3, 2005/09/01 20:28:11
|
Line 3
|
Line 3
|
kurt Exp $ |
kurt Exp $ |
## This work is part of OpenLDAP Software <http://www.openldap.org/>. |
## This work is part of OpenLDAP Software <http://www.openldap.org/>. |
## |
## |
## Copyright 1998-2003 The OpenLDAP Foundation. |
## Copyright 1998-2005 The OpenLDAP Foundation. |
## All rights reserved. |
## All rights reserved. |
## |
## |
## Redistribution and use in source and binary forms, with or without |
## Redistribution and use in source and binary forms, with or without |
Line 26 argsfile ./testrun/slapd.1.args
|
Line 26 argsfile ./testrun/slapd.1.args
|
#mod#moduleload back_@BACKEND@.la |
#mod#moduleload back_@BACKEND@.la |
#monitormod#modulepath ../servers/slapd/back-monitor/ |
#monitormod#modulepath ../servers/slapd/back-monitor/ |
#monitormod#moduleload back_monitor.la |
#monitormod#moduleload back_monitor.la |
#gluemod#moduleload ../servers/slapd/overlays/glue.la |
|
|
|
####################################################################### |
####################################################################### |
# database definitions |
# database definitions |
Line 34 argsfile ./testrun/slapd.1.args
|
Line 33 argsfile ./testrun/slapd.1.args
|
|
|
database @BACKEND@ |
database @BACKEND@ |
suffix "ou=Information Technology Division,ou=People,dc=example,dc=com" |
suffix "ou=Information Technology Division,ou=People,dc=example,dc=com" |
|
subordinate |
directory ./testrun/db.1.a |
directory ./testrun/db.1.a |
rootdn "cn=Manager, dc=example,dc=com" |
rootdn "cn=Manager, dc=example,dc=com" |
|
#bdb#index objectclass eq |
|
#bdb#index uid pres,eq,sub |
|
#bdb#index cn,sn pres,eq,sub,subany |
|
#hdb#index objectclass eq |
|
#hdb#index uid pres,eq,sub |
|
#hdb#index cn,sn pres,eq,sub,subany |
#ldbm#index objectclass eq |
#ldbm#index objectclass eq |
#ldbm#index uid pres,eq,sub |
#ldbm#index uid pres,eq,sub |
#ldbm#index cn,sn pres,eq,sub,subany |
#ldbm#index cn,sn pres,eq,sub,subany |
#ldbm#dbnosync |
#ldbm#dbnosync |
#ldbm#dbnolocking |
#ldbm#dbnolocking |
#bdb#index objectclass eq |
|
#bdb#index uid pres,eq,sub |
|
#bdb#index cn,sn pres,eq,sub,subany |
|
|
|
database @BACKEND@ |
database @BACKEND@ |
suffix "ou=Groups,dc=example,dc=com" |
suffix "ou=Groups,dc=example,dc=com" |
|
subordinate |
directory ./testrun/db.1.b |
directory ./testrun/db.1.b |
rootdn "cn=Manager, dc=example,dc=com" |
rootdn "cn=Manager, dc=example,dc=com" |
|
#bdb#index objectclass eq |
|
#bdb#index uid pres,eq,sub |
|
#bdb#index cn,sn pres,eq,sub,subany |
|
#hdb#index objectclass eq |
|
#hdb#index uid pres,eq,sub |
|
#hdb#index cn,sn pres,eq,sub,subany |
#ldbm#index objectclass eq |
#ldbm#index objectclass eq |
#ldbm#index uid pres,eq,sub |
#ldbm#index uid pres,eq,sub |
#ldbm#index cn,sn pres,eq,sub,subany |
#ldbm#index cn,sn pres,eq,sub,subany |
#ldbm#dbnosync |
#ldbm#dbnosync |
#ldbm#dbnolocking |
#ldbm#dbnolocking |
#bdb#index objectclass eq |
|
#bdb#index uid pres,eq,sub |
|
#bdb#index cn,sn pres,eq,sub,subany |
|
|
|
database @BACKEND@ |
database @BACKEND@ |
suffix "dc=example,dc=com" |
suffix "dc=example,dc=com" |
directory ./testrun/db.1.c |
directory ./testrun/db.1.c |
rootdn "cn=Manager, dc=example,dc=com" |
rootdn "cn=Manager, dc=example,dc=com" |
rootpw secret |
rootpw secret |
|
#bdb#index objectclass eq |
|
#bdb#index uid pres,eq,sub |
|
#bdb#index cn,sn pres,eq,sub,subany |
|
#hdb#index objectclass eq |
|
#hdb#index uid pres,eq,sub |
|
#hdb#index cn,sn pres,eq,sub,subany |
#ldbm#index objectclass eq |
#ldbm#index objectclass eq |
#ldbm#index uid pres,eq,sub |
#ldbm#index uid pres,eq,sub |
#ldbm#index cn,sn pres,eq,sub,subany |
#ldbm#index cn,sn pres,eq,sub,subany |
#ldbm#dbnosync |
#ldbm#dbnosync |
#ldbm#dbnolocking |
#ldbm#dbnolocking |
#bdb#index objectclass eq |
|
#bdb#index uid pres,eq,sub |
|
#bdb#index cn,sn pres,eq,sub,subany |
|
overlay glue |
|
glue-sub "ou=Information Technology Division,ou=People,dc=example,dc=com" |
|
glue-sub "ou=Groups,dc=example,dc=com" |
|
|
|
#monitor#database monitor |
#monitor#database monitor |