Skip to content

Commit ce7b643

Browse files
authored
Merge pull request #160 from ChannelFinder/issue_155
fix embedded ldap configuration #155
2 parents 79f3555 + 1416a63 commit ce7b643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ ldap.groups.search.pattern = (memberUid= {1})
3434
embedded_ldap.enabled = false
3535
embedded_ldap.urls = ldap://localhost:8389/dc=cf,dc=local
3636
embedded_ldap.base.dn = dc=cf,dc=local
37-
embedded_ldap.user.dn.pattern = uid={0},ou=People,dc=cf,dc=local
38-
embedded_ldap.groups.search.base = ou=Group,dc=cf,dc=local
37+
embedded_ldap.user.dn.pattern = uid={0},ou=People
38+
embedded_ldap.groups.search.base = ou=Group
3939
embedded_ldap.groups.search.pattern = (memberUid= {1})
4040
spring.ldap.embedded.ldif=classpath:cf.ldif
4141
spring.ldap.embedded.base-dn=dc=cf,dc=local

0 commit comments

Comments
 (0)