Home | History | Annotate | Line # | Download | only in data
      1 # stand-alone slapd config -- for 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 #
     17 include		@SCHEMADIR@/core.schema
     18 include		@SCHEMADIR@/cosine.schema
     19 #
     20 include		@SCHEMADIR@/corba.schema
     21 include		@SCHEMADIR@/java.schema
     22 include		@SCHEMADIR@/inetorgperson.schema
     23 include		@SCHEMADIR@/misc.schema
     24 include		@SCHEMADIR@/nis.schema
     25 include		@SCHEMADIR@/openldap.schema
     26 #
     27 include		@SCHEMADIR@/duaconf.schema
     28 include		@SCHEMADIR@/dyngroup.schema
     29 
     30 #
     31 pidfile		@TESTDIR@/slapd.1.pid
     32 argsfile	@TESTDIR@/slapd.1.args
     33 
     34 # SSL configuration
     35 TLSCertificateKeyFile @TESTDIR@/tls/private/localhost.key
     36 TLSCertificateFile @TESTDIR@/tls/certs/localhost.crt
     37 
     38 #
     39 rootdse 	@DATADIR@/rootdse.ldif
     40 
     41 #mod#modulepath	../servers/slapd/back-@BACKEND@/
     42 #mod#moduleload	back_@BACKEND@.la
     43 
     44 #######################################################################
     45 # database definitions
     46 #######################################################################
     47 
     48 database	@BACKEND@
     49 suffix          "dc=example,dc=com"
     50 rootdn          "cn=Manager,dc=example,dc=com"
     51 rootpw          secret
     52 #~null~#directory	@TESTDIR@/db.1.a
     53 #indexdb#index		objectClass eq
     54 #indexdb#index		mail eq
     55 
     56 database	monitor
     57