Skip to content

Commit

Permalink
Updating .traefik.yml to use ServerList
Browse files Browse the repository at this point in the history
  • Loading branch information
wiltonsr committed Oct 18, 2024
1 parent ff2cfee commit ddd7a26
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ bannerPath: imgs/gandalpher.png
testData:
Enabled: true
LogLevel: "DEBUG"
Url: "ldap://example.com"
Port: 389
BaseDn: "dc=example,dc=org"
Attribute: "uid"
BaseDn: "dc=example,dc=org"
ServerList:
- Url: "ldap://example.com"
Port: 389

0 comments on commit ddd7a26

Please sign in to comment.