Skip to content

Commit a92b962

Browse files
authored
Merge pull request #57519 from bergerhoffer/OCPBUGS-1931
OCPBUGS 1931: Adding the bindDN and bindPassword to example
2 parents cd8ebc7 + abb8466 commit a92b962

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/ldap-syncing-config-rfc2307.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ kind: LDAPSyncConfig
2828
apiVersion: v1
2929
url: ldap://LDAP_SERVICE_IP:389 <1>
3030
insecure: false <2>
31+
bindDN: cn=admin,dc=example,dc=com
32+
bindPassword:
33+
file: "/etc/secrets/bindPassword"
3134
rfc2307:
3235
groupsQuery:
3336
baseDN: "ou=groups,dc=example,dc=com"

0 commit comments

Comments
 (0)