Skip to content

Commit 591765d

Browse files
authored
Merge pull request #100850 from openshift-cherrypick-robot/cherry-pick-99970-to-enterprise-4.17
[enterprise-4.17] OCPBUGS#62682: Updating port to 636 for LDAPS
2 parents b372aa0 + d55d38a commit 591765d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ldap-auto-syncing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ data:
118118
sync.yaml: | <1>
119119
kind: LDAPSyncConfig
120120
apiVersion: v1
121-
url: ldaps://10.0.0.0:389 <2>
121+
url: ldaps://10.0.0.0:636 <2>
122122
insecure: false
123123
bindDN: cn=admin,dc=example,dc=com <3>
124124
bindPassword:

0 commit comments

Comments
 (0)