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.xml13
1 files changed, 3 insertions, 10 deletions
diff --git a/server/man/sssd.conf.5.xml b/server/man/sssd.conf.5.xml
index f735b0769..ce220f04d 100644
--- a/server/man/sssd.conf.5.xml
+++ b/server/man/sssd.conf.5.xml
@@ -73,15 +73,10 @@
<listitem>
<para>
Comma separated list of services that are
- started when sssd itself starts. Since Data
- Provider (<quote>dp</quote>) is a required
- service, it will be started even if omitted.
+ started when sssd itself starts.
</para>
<para>
- Default: dp
- </para>
- <para>
- Supported services: dp, nss, pam
+ Supported services: nss, pam
</para>
</listitem>
</varlistentry>
@@ -711,7 +706,7 @@
<programlisting>
[sssd]
domains = LOCAL
-services = nss, dp, pam
+services = nss, pam
config_file_version = 2
sbus_timeout = 30
@@ -721,8 +716,6 @@ filter_users = root
[pam]
-[dp]
-
[domain/LOCAL]
id_provider = local
min_id = 1000