diff options
author | Michal Zidek <mzidek@redhat.com> | 2012-08-09 11:09:08 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-08-09 11:54:03 +0200 |
commit | e3e16b8d2e54431b37a709b44ec583e916a8f670 (patch) | |
tree | 7c2adc97fa4f554f75cbf493b6484218e51503e6 /src/man | |
parent | 724426603e727bdbf08fe3fb2637f6f5d7d0881e (diff) | |
download | sssd-e3e16b8d2e54431b37a709b44ec583e916a8f670.tar.gz sssd-e3e16b8d2e54431b37a709b44ec583e916a8f670.tar.xz sssd-e3e16b8d2e54431b37a709b44ec583e916a8f670.zip |
Change default value of ldap_sasl_string to host/hostname@REALM in man page.
https://fedorahosted.org/sssd/ticket/1464
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index e7d49c96f..a19186288 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1414,7 +1414,7 @@ principal used for authentication to the directory. </para> <para> - Default: host/machine.fqdn@REALM + Default: host/hostname@REALM </para> </listitem> </varlistentry> |