Home | History | Annotate | Line # | Download | only in data
      1       1.1     lukem # stand-alone slapd config -- for testing (with indexing)
      2   1.1.1.4      tron # $OpenLDAP$
      3       1.1     lukem ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
      4       1.1     lukem ##
      5  1.1.1.10  christos ## Copyright 1998-2024 The OpenLDAP Foundation.
      6       1.1     lukem ## All rights reserved.
      7       1.1     lukem ##
      8       1.1     lukem ## Redistribution and use in source and binary forms, with or without
      9       1.1     lukem ## modification, are permitted only as authorized by the OpenLDAP
     10       1.1     lukem ## Public License.
     11       1.1     lukem ##
     12       1.1     lukem ## A copy of this license is available in the file LICENSE in the
     13       1.1     lukem ## top-level directory of the distribution or, alternatively, at
     14       1.1     lukem ## <http://www.OpenLDAP.org/license.html>.
     15       1.1     lukem 
     16       1.1     lukem include		@SCHEMADIR@/core.schema
     17       1.1     lukem include		@SCHEMADIR@/cosine.schema
     18       1.1     lukem include		@SCHEMADIR@/inetorgperson.schema
     19       1.1     lukem include		@SCHEMADIR@/openldap.schema
     20       1.1     lukem include		@SCHEMADIR@/nis.schema
     21       1.1     lukem include		@DATADIR@/test.schema
     22       1.1     lukem 
     23       1.1     lukem #
     24       1.1     lukem pidfile		@TESTDIR@/slapd.1.pid
     25       1.1     lukem argsfile	@TESTDIR@/slapd.1.args
     26       1.1     lukem 
     27       1.1     lukem # allow big PDUs from anonymous (for testing purposes)
     28       1.1     lukem sockbuf_max_incoming 4194303
     29       1.1     lukem 
     30       1.1     lukem #mod#modulepath	../servers/slapd/back-@BACKEND@/
     31       1.1     lukem #mod#moduleload	back_@BACKEND@.la
     32       1.1     lukem 
     33       1.1     lukem #######################################################################
     34       1.1     lukem # database definitions
     35       1.1     lukem #######################################################################
     36       1.1     lukem 
     37       1.1     lukem database	@BACKEND@
     38       1.1     lukem suffix		"dc=example,dc=com"
     39       1.1     lukem rootdn		"cn=Manager,dc=example,dc=com"
     40       1.1     lukem rootpw		secret
     41   1.1.1.3      adam #null#bind		on
     42   1.1.1.3      adam #~null~#directory	@TESTDIR@/db.1.a
     43   1.1.1.4      tron #indexdb#index		objectClass	eq
     44   1.1.1.4      tron #indexdb#index		cn,sn,uid	pres,eq,sub
     45       1.1     lukem 
     46       1.1     lukem # ITS#5154: force mixed success/failure of binds using same connection
     47       1.1     lukem access to dn="cn=Barbara Jensen,ou=Information Technology DivisioN,ou=People,dc=example,dc=com"
     48       1.1     lukem 		attrs=userPassword
     49   1.1.1.4      tron 	by dn="cn=Manager,o=Local" write
     50       1.1     lukem 	by * =r
     51       1.1     lukem 
     52       1.1     lukem access to attrs=userPassword
     53   1.1.1.4      tron 	by dn="cn=Manager,o=Local" write
     54       1.1     lukem 	by * =xr
     55       1.1     lukem 
     56       1.1     lukem access to *
     57   1.1.1.4      tron 	by dn="cn=Manager,o=Local" write
     58       1.1     lukem 	by * read
     59       1.1     lukem 
     60   1.1.1.9  christos database	monitor
     61