version 1.17, 2004/10/04 20:02:31
|
version 1.17.2.2, 2005/09/29 19:07:59
|
Line 3
|
Line 3
|
2:05:29 kurt Exp $ |
2:05:29 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 14
|
Line 14
|
## top-level directory of the distribution or, alternatively, at |
## top-level directory of the distribution or, alternatively, at |
## <http://www.OpenLDAP.org/license.html>. |
## <http://www.OpenLDAP.org/license.html>. |
|
|
include ./schema/others_nis.at.conf |
include @SCHEMADIR@/others_nis.at.conf |
include ./schema/others_nis.oc.conf |
include @SCHEMADIR@/others_nis.oc.conf |
include ./schema/nis.at.conf |
include @SCHEMADIR@/nis.at.conf |
include ./schema/nis.oc.conf |
include @SCHEMADIR@/nis.oc.conf |
include ./schema/internet_mail.at.conf |
include @SCHEMADIR@/internet_mail.at.conf |
include ./schema/internet_mail.oc.conf |
include @SCHEMADIR@/internet_mail.oc.conf |
pidfile ./test-db/slapd.pid |
pidfile @TESTDIR@/slapd.pid |
argsfile ./test-db/slapd.args |
argsfile @TESTDIR@/slapd.args |
|
|
#mod#modulepath ../servers/slapd/back-@BACKEND@/ |
#mod#modulepath ../servers/slapd/back-@BACKEND@/ |
#mod#moduleload back_@BACKEND@.la |
#mod#moduleload back_@BACKEND@.la |
Line 35 argsfile ./test-db/slapd.args
|
Line 35 argsfile ./test-db/slapd.args
|
database ldbm |
database ldbm |
cachesize 4 |
cachesize 4 |
suffix "o=SGI, c=US" |
suffix "o=SGI, c=US" |
directory ./test-db |
directory @TESTDIR@ |
rootdn "cn=Manager, o=SGI, c=US" |
rootdn "cn=Manager, o=SGI, c=US" |
rootpw secret |
rootpw secret |
index objectClass eq |
index objectClass eq |