From 9f46949734e886e4305ab0c7af89231d247a6765 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Jun 14 2019 16:56:25 +0000 Subject: Fix minor typos in docs --- diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml index 5a0bb5e..b646d84 100644 --- a/src/man/sssd-krb5.5.xml +++ b/src/man/sssd-krb5.5.xml @@ -516,7 +516,7 @@ The krb5_kdcinfo_lookahead option contains two - numbers seperated by a colon. The first number represents + numbers separated by a colon. The first number represents number of primary servers used and the second number specifies the number of backup servers. @@ -526,7 +526,7 @@ sssd_krb5_locator_plugin 8 - . + but no backup servers. diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index e513d54..591c01b 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -3110,7 +3110,7 @@ subdomain_inherit = ldap_purge_cache_timeout and GID numbers have the same value and at the same time the GID number does not correspond - to a real group object in LDAP + to a real group object in LDAP. If the values are the same, but the primary GID in the user entry is also used by a group object, @@ -3596,12 +3596,12 @@ ldap_user_extra_attrs = phone:telephoneNumber With the growing number of authentication methods and the possibility that there are multiple ones for a single user the heuristic used by pam_sss to select the prompting might not be - suitable for all use cases. To following options should provide a + suitable for all use cases. The following options should provide a better flexibility here. - Each supported authentication method has it's own configuration - sub-section under [prompting/...]. Currently there + Each supported authentication method has its own configuration + subsection under [prompting/...]. Currently there are: @@ -3632,7 +3632,7 @@ ldap_user_extra_attrs = phone:telephoneNumber single_prompt boolean value, if True there will be only a single prompt using the value of first_prompt - where it is expected that both factor are entered as a + where it is expected that both factors are entered as a single string @@ -3642,7 +3642,7 @@ ldap_user_extra_attrs = phone:telephoneNumber - It is possible to add a sub-section for specific PAM services like + It is possible to add a subsection for specific PAM services, e.g. [prompting/password/sshd] to individual change the prompting for this service.