diff --git a/spring-ldap/src/itest-openldap/java/conf/ldap.conf b/spring-ldap/src/itest-openldap/java/conf/ldap.conf index aa4372ea..b4c2f37d 100644 --- a/spring-ldap/src/itest-openldap/java/conf/ldap.conf +++ b/spring-ldap/src/itest-openldap/java/conf/ldap.conf @@ -1,11 +1,16 @@ -# Start slapd with this file as configuration file: -f ldap.conf -# The first time, fill the database using the load script in -# src/itest/java/setup_data.ldif, like this: # -# cd \program\openldap -# ldap_add -f ...\src\itest\java\setup_data.ldif -d cn=Manager,dc=jayway,dc=se -W +# LDAP Defaults # -# The password can be seen below + +# See ldap.conf(5) for details +# This file should be world readable but not world writable. + +#BASE dc=example, dc=com +#URI ldap://ldap.example.com ldap://ldap-master.example.com:666 + +#SIZELIMIT 12 +#TIMELIMIT 15 +#DEREF never include "c:/Program/OpenLDAP/schema/core.schema" include "c:/Program/OpenLDAP/schema/cosine.schema"