version 1.3, 2006/01/03 22:12:27
|
version 1.3.2.9, 2011/01/04 23:50:56
|
Line 1
|
Line 1
|
# stand-alone slapd config -- for testing (with indexing) |
# stand-alone slapd config -- for testing (with indexing) |
|
# $OpenLDAP: pkg/ldap/tests/data/slapd-dynlist.conf,v 1.3.2.8 2010/04/19 19:14:27 quanah 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-2006 The OpenLDAP Foundation. |
## Copyright 1998-2011 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 39 argsfile @TESTDIR@/slapd.1.args
|
Line 40 argsfile @TESTDIR@/slapd.1.args
|
|
|
database @BACKEND@ |
database @BACKEND@ |
suffix "dc=example,dc=com" |
suffix "dc=example,dc=com" |
directory @TESTDIR@/db.1.a |
|
rootdn "cn=Manager,dc=example,dc=com" |
rootdn "cn=Manager,dc=example,dc=com" |
rootpw secret |
rootpw secret |
|
#~null~#directory @TESTDIR@/db.1.a |
#bdb#index objectClass eq |
#bdb#index objectClass eq |
#bdb#index cn,sn,uid pres,eq,sub |
#bdb#index cn,sn,uid pres,eq,sub |
#hdb#index objectClass eq |
#hdb#index objectClass eq |
#hdb#index cn,sn,uid pres,eq,sub |
#hdb#index cn,sn,uid pres,eq,sub |
#ldbm#index objectClass eq |
#ndb#dbname db_1 |
#ldbm#index cn,sn,uid pres,eq,sub |
#ndb#include @DATADIR@/ndb.conf |
|
|
|
# we'll reconfigure the attrset dynamically |
overlay dynlist |
overlay dynlist |
### DO NOT ADD ANY DIRECTIVE BELOW THIS; TEST APPENDS STUFF ### |
dynlist-attrset groupOfURLs memberURL |
|
|
|
database config |
|
include @TESTDIR@/configpw.conf |