summaryrefslogtreecommitdiffstats
path: root/server/man/sssd.conf.5.xml
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-10-27 08:45:42 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-10-27 13:35:11 -0400
commit184e45ba2e615c7ba4ef46595558812a92bee75e (patch)
tree8fd0979a032b2bd18963ede17e7c998a518c89c6 /server/man/sssd.conf.5.xml
parent1d65d7a6b81c59a048ecb1af74b87b32543c7bab (diff)
downloadsssd-184e45ba2e615c7ba4ef46595558812a92bee75e.tar.gz
sssd-184e45ba2e615c7ba4ef46595558812a92bee75e.tar.xz
sssd-184e45ba2e615c7ba4ef46595558812a92bee75e.zip
Remove [dp] section from example config
Also remove references to the DP service from the sssd.conf manpages.
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