summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-11-19 17:34:56 +0100
committerJakub Hrozek <jhrozek@redhat.com>2012-11-20 08:19:47 +0100
commit7df5fd383ed1f1b26c0a9a0071d6e4fc612550e7 (patch)
treec6b9bb69ac48e65f6413f4057aa5498d14afd876 /src/man
parente02bfe598789636ad2625809174069fab3a57705 (diff)
downloadsssd-7df5fd383ed1f1b26c0a9a0071d6e4fc612550e7.tar.gz
sssd-7df5fd383ed1f1b26c0a9a0071d6e4fc612550e7.tar.xz
sssd-7df5fd383ed1f1b26c0a9a0071d6e4fc612550e7.zip
LDAP: Make it possible to use full principal in ldap_sasl_authid again
Diffstat (limited to 'src/man')
-rw-r--r--src/man/sssd-ldap.5.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
index 2d62c11f2..b1be45fe2 100644
--- a/src/man/sssd-ldap.5.xml
+++ b/src/man/sssd-ldap.5.xml
@@ -1418,6 +1418,9 @@
Specify the SASL authorization id to use.
When GSSAPI is used, this represents the Kerberos
principal used for authentication to the directory.
+ This option can either contain the full principal (for
+ example host/myhost@EXAMPLE.COM) or just the principal name
+ (for example host/myhost).
</para>
<para>
Default: host/hostname@REALM
@@ -1431,6 +1434,8 @@
<para>
Specify the SASL realm to use. When not specified,
this option defaults to the value of krb5_realm.
+ If the ldap_sasl_authid contains the realm as well,
+ this option is ignored.
</para>
<para>
Default: the value of krb5_realm.