Skip to content

Commit d55d38a

Browse files
bergerhofferopenshift-cherrypick-robot
authored andcommitted
OSDOCS#16351: Updating port to 636 for LDAPS
1 parent b372aa0 commit d55d38a

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)