Skip to content

Commit

Permalink
Merge pull request #160 from ChannelFinder/issue_155
Browse files Browse the repository at this point in the history
fix embedded ldap configuration #155
  • Loading branch information
jacomago authored Oct 2, 2024
2 parents 79f3555 + 1416a63 commit ce7b643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ ldap.groups.search.pattern = (memberUid= {1})
embedded_ldap.enabled = false
embedded_ldap.urls = ldap://localhost:8389/dc=cf,dc=local
embedded_ldap.base.dn = dc=cf,dc=local
embedded_ldap.user.dn.pattern = uid={0},ou=People,dc=cf,dc=local
embedded_ldap.groups.search.base = ou=Group,dc=cf,dc=local
embedded_ldap.user.dn.pattern = uid={0},ou=People
embedded_ldap.groups.search.base = ou=Group
embedded_ldap.groups.search.pattern = (memberUid= {1})
spring.ldap.embedded.ldif=classpath:cf.ldif
spring.ldap.embedded.base-dn=dc=cf,dc=local
Expand Down

0 comments on commit ce7b643

Please sign in to comment.