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-19 22:25:40 +0100
commitb0e32fbf02a3988195089249a6611fee60acf495 (patch)
tree13a5a37062b76d91f55fcf6883d9dfdc703cc3a3 /src/man
parent83e75fcfff170ba7b991a58284b0ef71a3f0f36d (diff)
downloadsssd-b0e32fbf02a3988195089249a6611fee60acf495.tar.gz
sssd-b0e32fbf02a3988195089249a6611fee60acf495.tar.xz
sssd-b0e32fbf02a3988195089249a6611fee60acf495.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.