version 1.3, 2004/10/04 20:02:31
|
version 1.3.2.5, 2006/01/03 22:16:27
|
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-2006 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 15
|
Line 15
|
## <http://www.OpenLDAP.org/license.html>. |
## <http://www.OpenLDAP.org/license.html>. |
|
|
#ucdata-path ./ucdata |
#ucdata-path ./ucdata |
include ./schema/core.schema |
include @SCHEMADIR@/core.schema |
include ./schema/cosine.schema |
include @SCHEMADIR@/cosine.schema |
include ./schema/inetorgperson.schema |
include @SCHEMADIR@/inetorgperson.schema |
include ./schema/openldap.schema |
include @SCHEMADIR@/openldap.schema |
include ./schema/nis.schema |
include @SCHEMADIR@/nis.schema |
pidfile ./testrun/slapd.3.pid |
pidfile @TESTDIR@/slapd.3.pid |
argsfile ./testrun/slapd.3.args |
argsfile @TESTDIR@/slapd.3.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 |
Line 53 access to *
|
Line 51 access to *
|
# people branch |
# people branch |
database @BACKEND@ |
database @BACKEND@ |
suffix "ou=Groups,dc=example,dc=com" |
suffix "ou=Groups,dc=example,dc=com" |
directory ./testrun/db.3.a |
directory @TESTDIR@/db.3.a |
rootdn "cn=Manager,ou=Groups,dc=example,dc=com" |
rootdn "cn=Manager,ou=Groups,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 |