diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2011-11-03 09:57:13 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-11-10 11:59:50 -0500 |
commit | f0a34aeb49f3efd4c94b5afcb22671aac3098ddb (patch) | |
tree | c189579173a62c9cc5c1ea5d28c5a017a2f05222 | |
parent | 01753f1d9a395a53bec3551a9a3120c3f25f8e05 (diff) | |
download | sssd-f0a34aeb49f3efd4c94b5afcb22671aac3098ddb.tar.gz sssd-f0a34aeb49f3efd4c94b5afcb22671aac3098ddb.tar.bz2 sssd-f0a34aeb49f3efd4c94b5afcb22671aac3098ddb.zip |
Fix typos in manual pages
-rw-r--r-- | src/man/sssd-ipa.5.xml | 2 | ||||
-rw-r--r-- | src/man/sssd-krb5.5.xml | 2 | ||||
-rw-r--r-- | src/man/sssd-ldap.5.xml | 2 | ||||
-rw-r--r-- | src/man/sssd.conf.5.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index 2c1a0ed8..221c9a25 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -180,7 +180,7 @@ <term>krb5_canonicalize (boolean)</term> <listitem> <para> - Specifies if the host and user pricipal should be + Specifies if the host and user principal should be canonicalized when connecting to IPA LDAP and also for AS requests. This feature is available with MIT Kerberos >= 1.7 diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml index 3f2f33e3..d25a3837 100644 --- a/src/man/sssd-krb5.5.xml +++ b/src/man/sssd-krb5.5.xml @@ -409,7 +409,7 @@ <term>krb5_canonicalize (boolean)</term> <listitem> <para> - Specifies if the host and user pricipal should be + Specifies if the host and user principal should be canonicalized. This feature is available with MIT Kerberos >= 1.7 </para> diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 763ccca2..3efc75e2 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1238,7 +1238,7 @@ <term>krb5_canonicalize (boolean)</term> <listitem> <para> - Specifies if the host pricipal should be canonicalized + Specifies if the host principal should be canonicalized when connecting to LDAP server. This feature is available with MIT Kerberos >= 1.7 </para> diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 1d0194fb..1ed408f2 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -513,7 +513,7 @@ If set to 0 the user cannot authenticate offline if offline_failed_login_attempts has been reached. Only a successful online authentication can enable - enable offline authentication again. + offline authentication again. </para> <para> Default: 5 |