openldap/tests/data/slapd-pw.conf

55 lines
1.4 KiB
Plaintext
Raw Normal View History

# master slapd config -- for testing
2003-11-29 04:00:23 +08:00
# $OpenLDAP$
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
2004-01-02 03:15:16 +08:00
## Copyright 1998-2004 The OpenLDAP Foundation.
2003-11-29 04:00:23 +08:00
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
## modification, are permitted only as authorized by the OpenLDAP
## Public License.
##
## A copy of this license is available in the file LICENSE in the
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
2000-09-04 07:48:35 +08:00
ucdata-path ./ucdata
include ./schema/core.schema
include ./schema/cosine.schema
include ./schema/inetorgperson.schema
include ./schema/openldap.schema
include ./schema/nis.schema
pidfile ./testrun/slapd.1.pid
argsfile ./testrun/slapd.1.args
# password-hash {md5}
#mod#modulepath ../servers/slapd/back-@BACKEND@/
#mod#moduleload back_@BACKEND@.la
#######################################################################
# ldbm database definitions
#######################################################################
database @BACKEND@
2002-01-14 11:42:24 +08:00
#ldbm#cachesize 0
2002-03-24 09:55:11 +08:00
suffix "o=University of Michigan,c=US"
directory ./testrun/db.1.a
2002-03-24 09:55:11 +08:00
rootdn "cn=Manager,o=University of Michigan,c=US"
rootpw secret
2000-07-26 09:06:27 +08:00
index objectClass eq
2000-07-19 09:08:42 +08:00
index cn,sn,uid pres,eq,sub
#
# normal installations should protect root dse,
# cn=monitor, cn=schema, and cn=config
#
access to attr=userpassword
by anonymous auth
by self write
access to *
by self write
by * read