-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9849c1
commit c24dc2d
Showing
4 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ loginsvc: | |
- "groupB" | ||
attributes: | ||
displayname: "Test User, A.C.E." | ||
mail: "[email protected]" | ||
email: "[email protected]" | ||
ldap: | ||
# Auth Protocol | ||
# Set the order of the protocol starting from 1 | ||
|
@@ -62,8 +62,8 @@ loginsvc: | |
url: "ldaps://some.domain.com:636/" | ||
search-filter: "(samaccountname={1})" | ||
attributes: | ||
- "mail" | ||
- "displayname" | ||
mail: "email" | ||
displayname: "displayname" | ||
|
||
# App Config | ||
spring: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters