Adjusted openldap conf file according to post http://forum.springframework.org/showthread.php?p=96459&posted=1#post96459
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user