summaryrefslogtreecommitdiffstats
path: root/server/man
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 09:30:49 -0400
commit76487d8a95ad5b875447f1ec20e0370908705889 (patch)
tree00b78a6a5895d155028618e520f58313805c8a0b /server/man
parent95770dff1b48de4dd2329efa0eb0d42655399db3 (diff)
downloadsssd-76487d8a95ad5b875447f1ec20e0370908705889.tar.gz
sssd-76487d8a95ad5b875447f1ec20e0370908705889.tar.xz
sssd-76487d8a95ad5b875447f1ec20e0370908705889.zip
Remove [dp] section from example config
Also remove references to the DP service from the sssd.conf manpages.
Diffstat (limited to 'server/man')
-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