From c82789aad172d7ebd9f616510bdbe950dccd51ac Mon Sep 17 00:00:00 2001 From: Michal Židek Date: Fri, 1 Jul 2016 11:23:20 +0200 Subject: MAN: Config file merging Related to: https://fedorahosted.org/sssd/ticket/2247 Explain configuration merging in sssd.conf man page. Signed-off-by: Dan Lavu Reviewed-by: Dan Lavu --- src/man/sssd.conf.5.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'src/man/sssd.conf.5.xml') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index d5442d0cd..924dead23 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -55,6 +55,45 @@ + + CONFIGURATION SNIPPETS FROM INCLUDE DIRECTORY + + + The configuration file sssd.conf will + include configuration snippets using the include directory + conf.d. This feature is available if + SSSD was compiled with libini version 1.3.0 or later. + + + + Any file placed in conf.d + that ends in .conf + and does not begin with a dot (.) will + be used together with sssd.conf + to configure SSSD. + + + + The configuration snippets from conf.d + have higher priority than sssd.conf + and will override sssd.conf when + conflicts occur. If several snippets are present in + conf.d, then they are included in + alphabetical order (based on locale). + Files included later have higher priority. Numerical + prefixes (01_snippet.conf, + 02_snippet.conf etc.) can help + visualize the priority (higher number means higher + priority). + + + + The snippet files require the same owner and permissions + as sssd.conf. Which are by default + root:root and 0600. + + + GENERAL OPTIONS -- cgit