diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-10-27 08:45:42 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-10-27 09:30:49 -0400 |
commit | 76487d8a95ad5b875447f1ec20e0370908705889 (patch) | |
tree | 00b78a6a5895d155028618e520f58313805c8a0b | |
parent | 95770dff1b48de4dd2329efa0eb0d42655399db3 (diff) | |
download | sssd-76487d8a95ad5b875447f1ec20e0370908705889.tar.gz sssd-76487d8a95ad5b875447f1ec20e0370908705889.tar.bz2 sssd-76487d8a95ad5b875447f1ec20e0370908705889.zip |
Remove [dp] section from example config
Also remove references to the DP service from the sssd.conf
manpages.
-rw-r--r-- | server/examples/sssd.conf | 3 | ||||
-rw-r--r-- | server/man/sssd.conf.5.xml | 13 |
2 files changed, 3 insertions, 13 deletions
diff --git a/server/examples/sssd.conf b/server/examples/sssd.conf index 22241445..82c6d6b0 100644 --- a/server/examples/sssd.conf +++ b/server/examples/sssd.conf @@ -33,9 +33,6 @@ reconnection_retries = 3 [pam] reconnection_retries = 3 -[dp] -reconnection_retries = 3 - # Example LOCAL domain that stores all users natively in the SSSD internal # directory. These local users and groups are not visibile in /etc/passwd, it # now contains only root and system accounts. diff --git a/server/man/sssd.conf.5.xml b/server/man/sssd.conf.5.xml index f735b076..ce220f04 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 |