Skip to content

Commit

Permalink
follow up 5580774
Browse files Browse the repository at this point in the history
  • Loading branch information
longping_tang authored and longping_tang committed Apr 20, 2021
1 parent 5580774 commit 1c3c6f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ jenkins:
ldap:
configurations:
- server: ldap.acme.com
sslVerify: false
rootDN: dc=acme,dc=fr
cache:
size: 100
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ configurations:
- inhibitInferRootDN: false
rootDN: "dc=acme,dc=fr"
server: "ldap.acme.com"
sslVerify: false
disableMailAddressResolver: false
groupIdStrategy: "caseSensitive"
userIdStrategy: "caseInsensitive"
1 change: 1 addition & 0 deletions src/test/resources/jenkins/security/plugins/ldap/casc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ jenkins:
ldap:
configurations:
- server: ldap.acme.com
sslVerify: false
rootDN: dc=acme,dc=fr
managerDN: "manager"
managerPasswordSecret: ${LDAP_PASSWORD}
Expand Down

0 comments on commit 1c3c6f7

Please sign in to comment.