version 1.1.2.8, 2011/01/04 23:50:57
|
version 1.2, 2008/01/07 23:20:15
|
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-meta-target1.conf,v 1.1.2.7 2010/12/21 23:40:56 quanah Exp $ |
# $OpenLDAP: pkg/ldap/tests/data/slapd-meta-target1.conf,v 1.1 2007/09/29 09:46:29 ando 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-2011 The OpenLDAP Foundation. |
## Copyright 1998-2008 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 38 sockbuf_max_incoming 4194303
|
Line 38 sockbuf_max_incoming 4194303
|
|
|
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#bind on |
|
#~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 |
#ndb#dbname db_1 |
|
#ndb#include @DATADIR@/ndb.conf |
|
|
|
# ITS#5154: force mixed success/failure of binds using same connection |
# ITS#5154: force mixed success/failure of binds using same connection |
access to dn="cn=Barbara Jensen,ou=Information Technology DivisioN,ou=People,dc=example,dc=com" |
access to dn="cn=Barbara Jensen,ou=Information Technology DivisioN,ou=People,dc=example,dc=com" |
attrs=userPassword |
attrs=userPassword |
by dn="cn=Manager,o=Local" write |
|
by * =r |
by * =r |
|
|
access to attrs=userPassword |
access to attrs=userPassword |
by dn="cn=Manager,o=Local" write |
|
by * =xr |
by * =xr |
|
|
access to * |
access to * |
by dn="cn=Manager,o=Local" write |
|
by * read |
by * read |
|
|
#monitor#database monitor |
#monitor#database monitor |