URL: https://github.com/SSSD/sssd/pull/1010 Author: ikerexxe Title: #1010: man: in sssd-ipa clarified trusted domains section Action: synchronized
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/1010/head:pr1010 git checkout pr1010
From 9fe05fdb41421ba45eeeabab3033c0c9ab6545ba Mon Sep 17 00:00:00 2001 From: ikerexxe <[email protected]> Date: Tue, 24 Mar 2020 17:36:25 +0100 Subject: [PATCH] man: in sssd-ipa clarified trusted domains section In sssd-ipa man page added a second option when configuring trusted domains Resolves: https://pagure.io/SSSD/sssd/issue/4041 --- src/man/sssd-ipa.5.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index 2f14502132..0de866740a 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -746,19 +746,18 @@ <refsect1 id='trusted_domains'> <title>TRUSTED DOMAINS CONFIGURATION</title> <para> - Some configuration options can be also set for a trusted domain. - A trusted domain configuration can either be done using - a subsection, for example: + Some configuration options can also be set for a trusted domain. + A trusted domain configuration can be set using the trusted domain + subsection as shown in the example below. Alternatively, + the <quote>subdomain_inherit</quote> option can be used in the + parent domain. <programlisting> [domain/ipa.domain.com/ad.domain.com] ad_server = dc.ad.domain.com </programlisting> </para> <para> - In addition, some options can be set in the parent domain - and inherited by the trusted domain using the - <quote>subdomain_inherit</quote> option. For more details, - see the + For more details, see the <citerefentry> <refentrytitle>sssd.conf</refentrytitle> <manvolnum>5</manvolnum>
_______________________________________________ sssd-devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected]
