URL: https://github.com/SSSD/sssd/pull/5472 Author: DeepakDas7 Title: #5472: man: sss_override clarification Action: synchronized
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5472/head:pr5472 git checkout pr5472
From 53e1d97bfa95eb0a520cb231fb6f24590159049f Mon Sep 17 00:00:00 2001 From: Deepak Das <d...@redhat.com> Date: Thu, 21 Jan 2021 16:12:43 +0530 Subject: [PATCH] man: sss_override clarification Clarify sss_override in man pages to indicate that the command is only supported with LDAP and AD provider. Resolves: https://github.com/SSSD/sssd/issues/5471 --- src/man/sss_override.8.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/man/sss_override.8.xml b/src/man/sss_override.8.xml index 9f4d1c81dd..73a4d08f78 100644 --- a/src/man/sss_override.8.xml +++ b/src/man/sss_override.8.xml @@ -44,6 +44,12 @@ <emphasis>sss_override</emphasis> prints message when a restart is required. </para> + <para> + <emphasis>NOTE:</emphasis> The options provided in this man page + only work with <quote>ldap</quote> and <quote>AD</quote> <quote> + id_provider</quote>. Additionally IPA overrides can be managed + centrally on the IPA server. + </para> </refsect1> <refsect1 id='commands'>
_______________________________________________ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org 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/sssd-devel@lists.fedorahosted.org