Home | History | Annotate | Line # | Download | only in data
      1 # stand-alone slapd config -- for backglue testing (with indexing)
      2 # $OpenLDAP$
      3 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
      4 ##
      5 ## Copyright 1998-2024 The OpenLDAP Foundation.
      6 ## All rights reserved.
      7 ##
      8 ## Redistribution and use in source and binary forms, with or without
      9 ## modification, are permitted only as authorized by the OpenLDAP
     10 ## Public License.
     11 ##
     12 ## A copy of this license is available in the file LICENSE in the
     13 ## top-level directory of the distribution or, alternatively, at
     14 ## <http://www.OpenLDAP.org/license.html>.
     15 
     16 include		@SCHEMADIR@/core.schema
     17 include		@SCHEMADIR@/cosine.schema
     18 include		@SCHEMADIR@/inetorgperson.schema
     19 include		@SCHEMADIR@/openldap.schema
     20 include		@SCHEMADIR@/nis.schema
     21 pidfile		@TESTDIR@/slapd.1.pid
     22 argsfile	@TESTDIR@/slapd.1.args
     23 
     24 #mod#modulepath	../servers/slapd/back-@BACKEND@/
     25 #mod#moduleload	back_@BACKEND@.la
     26 
     27 #######################################################################
     28 # database definitions
     29 #######################################################################
     30 
     31 database	@BACKEND@
     32 suffix		"ou=Information Technology Division,ou=People,dc=example,dc=com"
     33 subordinate
     34 rootdn		"cn=Manager, dc=example,dc=com"
     35 #~null~#directory	@TESTDIR@/db.1.a
     36 #indexdb#index		objectclass	eq
     37 #indexdb#index		uid	pres,eq,sub
     38 #indexdb#index		cn,sn	pres,eq,sub,subany
     39 
     40 database	@BACKEND@
     41 suffix		"ou=Groups,dc=example,dc=com"
     42 subordinate
     43 rootdn		"cn=Manager, dc=example,dc=com"
     44 #~null~#directory	@TESTDIR@/db.1.b
     45 #indexdb#index		objectclass	eq
     46 #indexdb#index		uid	pres,eq,sub
     47 #indexdb#index		cn,sn	pres,eq,sub,subany
     48 
     49 database	@BACKEND@
     50 suffix		"dc=example,dc=com"
     51 rootdn		"cn=Manager, dc=example,dc=com"
     52 rootpw		secret
     53 #~null~#directory	@TESTDIR@/db.1.c
     54 #indexdb#index		objectclass	eq
     55 #indexdb#index		uid	pres,eq,sub
     56 #indexdb#index		cn,sn	pres,eq,sub,subany
     57 
     58 database	monitor
     59