summaryrefslogtreecommitdiffstats
path: root/server/man/sssd.conf.5.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/man/sssd.conf.5.xml')
-rw-r--r--server/man/sssd.conf.5.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/server/man/sssd.conf.5.xml b/server/man/sssd.conf.5.xml
index 833bd7188..6c5ce87a3 100644
--- a/server/man/sssd.conf.5.xml
+++ b/server/man/sssd.conf.5.xml
@@ -493,6 +493,9 @@
Supported backends:
</para>
<para>
+ files: traditional UNIX files (<filename>/etc/passwd</filename>)
+ </para>
+ <para>
proxy: Support a legacy NSS provider
</para>
<para>
@@ -598,7 +601,7 @@ description = Service Monitor Configuration
[domains]
description = Domains served by SSSD
-domains = LOCAL
+domains = LOCAL,FILES
[domains/LOCAL]
description = LOCAL Users domain
@@ -608,6 +611,13 @@ maxId = 30000
legacy = FALSE
magicPrivateGroups = TRUE
provider = local
+
+[domains/FILES]
+description = Users stored in UNIX files
+enumerate = 3
+minId = 500
+maxId = 4999
+provider = files
</programlisting>
</para>
</refsect1>