blob: becf6e072caf3a53e8ec8c2f97c735b998a8eaa2 [file] [log] [blame]
# default and sample configuration for an automatically starting
# embedded LDAP server
host=localhost
port=3267
searchBase=dc=example,dc=com
sLoginDN=cn=admin,dc=example,dc=com
pwd=admin
searchFilter=(&(uid=${login})(userPassword=${password}))
useEmbeddedServer=true
ldifFile=src/main/resources/korap-users.ldif