From af6ee64d231ccd04ce9c9dbe37a751d2d8a8d3cd Mon Sep 17 00:00:00 2001 From: David O'Brien Date: Wed, 2 Dec 2009 17:45:42 +1000 Subject: Copy-edit sssd-ipa man page Mainly typo fixes and grammar updates. Application of RH doc styles where appropriate. --- server/man/sssd-ipa.5.xml | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) (limited to 'server') diff --git a/server/man/sssd-ipa.5.xml b/server/man/sssd-ipa.5.xml index 2751591f3..f0fbf639b 100644 --- a/server/man/sssd-ipa.5.xml +++ b/server/man/sssd-ipa.5.xml @@ -20,27 +20,27 @@ DESCRIPTION - This manual page describes the configuration of the IPA Provider + This manual page describes the configuration of the IPA provider for sssd 8 . - For a detailed syntax reference, please refer to the FILE FORMAT section of the + For a detailed syntax reference, refer to the FILE FORMAT section of the sssd.conf 5 - manual page + manual page. - The IPA provider is a backend useful to connect to an IPA server. - (see freeipa.org for information about IPa servers). - It requires that the machine has been joined to the IPA domain, - and configuration is almost entirely self discovered and obtained + The IPA provider is a back end used to connect to an IPA server. + (Refer to the freeipa.org web site for information about IPA servers.) + This provider requires that the machine be joined to the IPA domain; + configuration is almost entirely self-discovered and obtained directly from the server. - The IPA provider also accepts the same options used by the + The IPA provider accepts the same options used by the sssd-ldap 5 @@ -49,25 +49,24 @@ sssd-krb5 5 authentication provider. - But it is not recommended to set these options and it is not necessary. + However, it is neither necessary nor recommended to set these options. CONFIGURATION OPTIONS - + Refer to the section DOMAIN SECTIONS of the sssd.conf 5 - manual page, section DOMAIN SECTIONS - for details on the configuration of a SSSD domain. + manual page for details on the configuration of an SSSD domain. ipa_domain (string) Specifies the name of the IPA domain. - This is optional, if not provided the configuration + This is optional. If not provided, the configuration domain name is used. @@ -78,7 +77,7 @@ The name of the IPA server. - If autodiscovery is enabled this is optional. + This is optional if autodiscovery is enabled. @@ -87,7 +86,7 @@ ipa_hostname (string) - Optional. Maybe set on some machine where the + Optional. May be set on machines where the hostname(5) does not reflect the fully qualified name used in the IPA domain to identify this host. @@ -105,8 +104,8 @@ Default: true - Please note that this default differs from the - traditional kerberos provider backend. + Note that this default differs from the + traditional Kerberos provider back end. @@ -121,7 +120,7 @@ The following example assumes that SSSD is correctly configured and example.com is one of the domains in the [sssd] section. This examples shows only - the ipa provider specific options. + the ipa provider-specific options. -- cgit