Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class LdapProperties {

@Value("${oauth2.ldap.activeDirectory:false}")
private boolean isActiveDirectory;
@Value("${oauth2.ldap.aсtiveDirectory.domain:@null}")
@Value("${oauth2.ldap.activeDirectory.domain:@null}")
private String activeDirectoryDomain;

}
2 changes: 1 addition & 1 deletion api/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dynamic.config.enabled: true
oauth2:
ldap:
activeDirectory: false
aсtiveDirectory.domain: domain.com
activeDirectory.domain: domain.com

auth:
type: DISABLED
Expand Down
2 changes: 1 addition & 1 deletion documentation/compose/ui-ldap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
SPRING_LDAP_USER_FILTER_SEARCH_FILTER: "(&(uid={0})(objectClass=inetOrgPerson))"
SPRING_LDAP_GROUP_FILTER_SEARCH_BASE: "ou=people,dc=planetexpress,dc=com"
# OAUTH2.LDAP.ACTIVEDIRECTORY: true
# OAUTH2.LDAP.AСTIVEDIRECTORY.DOMAIN: "memelord.lol"
# OAUTH2.LDAP.ACTIVEDIRECTORY.DOMAIN: "memelord.lol"

ldap:
image: rroemhild/test-openldap:latest
Expand Down