Skip to content

Commit 7fc22f6

Browse files
authored
Merge pull request #30258 from bergerhoffer/GitHub-18819
GitHub-18819: Correcting sentence about insecure and ldaps scheme
2 parents ddd3ba9 + 76136b3 commit 7fc22f6

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

modules/identity-provider-ldap-CR.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ PEM-encoded certificate authority bundle to use in validating server
6161
certificates for the configured URL. Only used when `insecure` is `false`.
6262
<10> When `true`, no TLS connection is made to the server. When `false`,
6363
`ldaps://` URLs connect using TLS, and `ldap://` URLs are upgraded to TLS.
64-
This should be set to `false` when `ldaps://` URLs are in use, as these
64+
This must be set to `false` when `ldaps://` URLs are in use, as these
6565
URLs always attempt to connect using TLS.
6666
<11> An RFC 2255 URL which specifies the LDAP host and search parameters to use.
6767

modules/ldap-syncing-about.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ necessary to retrieve entries for the sync operation. This value may also be
4141
provided in an environment variable, external file, or encrypted file.
4242
<4> When `false`, secure
4343
LDAP (`ldaps://`) URLs connect using TLS, and insecure LDAP (`ldap://`) URLs are
44-
upgraded to TLS. When `true`, no TLS connection is made to the server unless
45-
you specify an `ldaps://` URL, in which case URLs still attempt to connect by
46-
using TLS.
44+
upgraded to TLS. When `true`, no TLS connection is made to the server and you cannot use `ldaps://` URL schemes.
4745
<5> The certificate bundle to use for validating server certificates for the
4846
configured URL. If empty, {product-title} uses system-trusted roots. This only applies
4947
if `insecure` is set to `false`.
@@ -122,5 +120,3 @@ groupUIDNameMapping:
122120
"cn=group2,ou=groups,dc=example,dc=com": secondgroup
123121
"cn=group3,ou=groups,dc=example,dc=com": thirdgroup
124122
----
125-
126-

modules/ldap-syncing-config-rfc2307.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ rfc2307:
5050
stored.
5151
<2> When `false`, secure
5252
LDAP (`ldaps://`) URLs connect using TLS, and insecure LDAP (`ldap://`) URLs are
53-
upgraded to TLS. When `true`, no TLS connection is made to the server unless
54-
you specify an `ldaps://` URL, in which case URLs still attempt to connect by
55-
using TLS.
53+
upgraded to TLS. When `true`, no TLS connection is made to the server and you cannot use `ldaps://` URL schemes.
5654
<3> The attribute that uniquely identifies a group on the LDAP server.
5755
You cannot specify `groupsQuery` filters when using DN for `groupUIDAttribute`.
5856
For fine-grained filtering, use the whitelist / blacklist method.

modules/ldap-syncing-spec.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ group sync.
4747
|Optional password to bind with during the search phase. |v1.StringSource
4848

4949
|`insecure`
50-
|If `true`, indicates the connection should not use TLS. If `false`, `ldaps://` URLs connect using TLS, and `ldap://` URLs are upgraded to a TLS connection using StartTLS as specified in link:https://tools.ietf.org/html/rfc2830[]. If you set `insecure` to `true` and use a `ldaps://` URL scheme, URLs still attempt to make a TLS connection using the specified `ca`.
50+
|If `true`, indicates the connection should not use TLS. If `false`, `ldaps://` URLs connect using TLS, and `ldap://` URLs are upgraded to a TLS connection using StartTLS as specified in link:https://tools.ietf.org/html/rfc2830[]. If you set `insecure` to `true`, you cannot use `ldaps://` URL schemes.
5151
|boolean
5252

5353
|`ca`

0 commit comments

Comments
 (0)