version 1.5, 2004/10/04 20:02:31
|
version 1.5.2.3, 2005/08/09 21:04:10
|
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 23 include ./schema/nis.schema
|
Line 23 include ./schema/nis.schema
|
pidfile ./testrun/slapd.2.pid |
pidfile ./testrun/slapd.2.pid |
argsfile ./testrun/slapd.2.args |
argsfile ./testrun/slapd.2.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 57 suffix "ou=People,dc=example,dc
|
Line 55 suffix "ou=People,dc=example,dc
|
directory ./testrun/db.2.a |
directory ./testrun/db.2.a |
rootdn "cn=Manager,ou=People,dc=example,dc=com" |
rootdn "cn=Manager,ou=People,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 |
|
|
#monitor#database monitor |
#monitor#database monitor |