version 1.28, 2004/10/04 20:02:31
|
version 1.28.2.3, 2005/06/03 19:54:18
|
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 22 include ./schema/nis.schema
|
Line 22 include ./schema/nis.schema
|
pidfile ./testrun/slapd.1.pid |
pidfile ./testrun/slapd.1.pid |
argsfile ./testrun/slapd.1.args |
argsfile ./testrun/slapd.1.args |
|
|
# password-hash {md5} |
|
|
|
#mod#modulepath ../servers/slapd/back-@BACKEND@/ |
#mod#modulepath ../servers/slapd/back-@BACKEND@/ |
#mod#moduleload back_@BACKEND@.la |
#mod#moduleload back_@BACKEND@.la |
#monitormod#modulepath ../servers/slapd/back-monitor/ |
#monitormod#modulepath ../servers/slapd/back-monitor/ |
Line 39 suffix "dc=example,dc=com"
|
Line 37 suffix "dc=example,dc=com"
|
directory ./testrun/db.1.a |
directory ./testrun/db.1.a |
rootdn "cn=Manager,dc=example,dc=com" |
rootdn "cn=Manager,dc=example,dc=com" |
rootpw secret |
rootpw secret |
index objectClass eq |
#bdb#index objectClass eq |
index cn,sn,uid pres,eq,sub |
#bdb#index cn,sn,uid pres,eq,sub |
|
#hdb#index objectClass eq |
|
#hdb#index cn,sn,uid pres,eq,sub |
|
#ldbm#index objectClass eq |
|
#ldbm#index cn,sn,uid pres,eq,sub |
|
|
# |
# |
# normal installations should protect root dse, |
# normal installations should protect root dse, |