openldap/tests/data/slapd-translucent-remote.conf

45 lines
1.3 KiB
Text
Raw Normal View History

2005-03-09 23:35:57 -05:00
# stand-alone slapd config -- for testing (with translucent overlay)
# $OpenLDAP$
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
2020-01-09 11:50:21 -05:00
## Copyright 2004-2020 The OpenLDAP Foundation.
2005-03-09 23:35:57 -05: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>.
2005-09-28 19:38:15 -04:00
include @SCHEMADIR@/core.schema
include @SCHEMADIR@/cosine.schema
include @SCHEMADIR@/inetorgperson.schema
include @SCHEMADIR@/openldap.schema
include @SCHEMADIR@/nis.schema
2005-03-09 23:35:57 -05:00
#
2005-09-28 19:38:15 -04:00
pidfile @TESTDIR@/slapd.1.pid
argsfile @TESTDIR@/slapd.1.args
2005-03-09 23:35:57 -05:00
#mod#modulepath ../servers/slapd/back-@BACKEND@/:../servers/slapd/overlays
#mod#moduleload back_@BACKEND@.la
#######################################################################
# database definitions
#######################################################################
database monitor
2005-03-09 23:35:57 -05:00
database @BACKEND@
suffix "o=translucent"
rootdn "o=translucent"
rootpw secret
2009-11-29 13:38:04 -05:00
#null#bind on
#~null~#directory @TESTDIR@/db.1.a
#indexdb#index objectClass eq
#indexdb#index cn,sn,uid pres,eq,sub
2008-08-26 17:48:17 -04:00
#ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf