Skip to content

Commit 2855c8f

Browse files
authored
Merge pull request #56444 from xenolinux/ldap-insecure
OCPBUGS#4334: Change the url in sample LDAP CR
2 parents 680a46a + 02be3e4 commit 2855c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/identity-provider-ldap-CR.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
ca: <9>
3838
name: ca-config-map
3939
insecure: false <10>
40-
url: "ldap://ldap.example.com/ou=users,dc=acme,dc=com?uid" <11>
40+
url: "ldaps://ldaps.example.com/ou=users,dc=acme,dc=com?uid" <11>
4141
----
4242
<1> This provider name is prefixed to the returned user ID to form an identity
4343
name.

0 commit comments

Comments
 (0)