blob: 00cd2a2b8a2284e22cd2eb05ecd36e3d018fe325 [file] [log] [blame]
Marc Kupietz392f4782022-05-02 13:23:18 +02001# default and sample configuration for an automatically starting
2# embedded LDAP server
Marc Kupietz9a1188e2022-05-05 23:26:14 +02003host=localhost
4port=3267
5searchBase=dc=example,dc=com
Marc Kupietz1e388b42022-04-30 18:37:03 +02006sLoginDN=cn=admin,dc=example,dc=com
7pwd=admin
Marc Kupietz30925d82022-05-06 15:33:52 +02008searchFilter=(uid=${login})
Marc Kupietz1e388b42022-04-30 18:37:03 +02009useEmbeddedServer=true
10ldifFile=src/main/resources/korap-users.ldif