Skip to content

Commit

Permalink
man: Improve LDAP security wording
Browse files Browse the repository at this point in the history
All communication, including the identity provided must be
encrypted to prevent attacks.

Resolves: #6681

Reviewed-by: Alexey Tikhonov <[email protected]>
Reviewed-by: Sumit Bose <[email protected]>
  • Loading branch information
justin-stephenson authored and pbrezina committed Oct 18, 2023
1 parent 04b6a22 commit 793284a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/man/sssd-ldap.5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@
to authenticate against an LDAP server either TLS/SSL or LDAPS
is required. <command>sssd</command> <emphasis>does
not</emphasis> support authentication over an unencrypted channel.
If the LDAP server is used only as an identity provider, an encrypted
channel is not needed. Please refer to <quote>ldap_access_filter</quote>
config option for more information about using LDAP as an access provider.
Even if the LDAP server is used only as an identity provider, an encrypted
channel is strongly recommended. Please refer to
<quote>ldap_access_filter</quote> config option for more information
about using LDAP as an access provider.
</para>
</refsect1>

Expand Down Expand Up @@ -912,6 +913,7 @@
<para>
Specifies that the id_provider connection must also
use <systemitem class="protocol">tls</systemitem> to protect the channel.
<emphasis>true</emphasis> is strongly recommended for security reasons.
</para>
<para>
Default: false
Expand Down

0 comments on commit 793284a

Please sign in to comment.