Marc Kupietz | 392f478 | 2022-05-02 13:23:18 +0200 | [diff] [blame] | 1 | # default and sample configuration for an automatically starting |
| 2 | # embedded LDAP server |
Marc Kupietz | 9a1188e | 2022-05-05 23:26:14 +0200 | [diff] [blame] | 3 | host=localhost |
| 4 | port=3267 |
| 5 | searchBase=dc=example,dc=com |
Marc Kupietz | 1e388b4 | 2022-04-30 18:37:03 +0200 | [diff] [blame] | 6 | sLoginDN=cn=admin,dc=example,dc=com |
| 7 | pwd=admin |
Marc Kupietz | 30925d8 | 2022-05-06 15:33:52 +0200 | [diff] [blame] | 8 | searchFilter=(uid=${login}) |
Marc Kupietz | 1e388b4 | 2022-04-30 18:37:03 +0200 | [diff] [blame] | 9 | useEmbeddedServer=true |
| 10 | ldifFile=src/main/resources/korap-users.ldif |