diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-11-19 10:32:53 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-11-19 22:19:29 +0100 |
commit | 73291a9e0b9bcaf56e9858c7ea2226b5b0f6e26c (patch) | |
tree | 58fc98a905bb20160c57e2da7933bf19b1dd5da1 | |
parent | 6b8c6e7e5815ea0ea9791064809c1923d608923a (diff) | |
download | sssd-73291a9e0b9bcaf56e9858c7ea2226b5b0f6e26c.tar.gz sssd-73291a9e0b9bcaf56e9858c7ea2226b5b0f6e26c.tar.bz2 sssd-73291a9e0b9bcaf56e9858c7ea2226b5b0f6e26c.zip |
MAN: document the ldap_sasl_realm option
The option was completely undocumented.
-rw-r--r-- | src/man/sssd-ldap.5.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 70ada226..2d62c11f 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1426,6 +1426,19 @@ </varlistentry> <varlistentry> + <term>ldap_sasl_realm (string)</term> + <listitem> + <para> + Specify the SASL realm to use. When not specified, + this option defaults to the value of krb5_realm. + </para> + <para> + Default: the value of krb5_realm. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>ldap_sasl_canonicalize (boolean)</term> <listitem> <para> |