diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2010-10-18 09:10:58 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-10-18 13:12:05 -0400 |
commit | 3fda983447d353248336d62373e246753507a365 (patch) | |
tree | ff70d19fd55f11c08da7edcc9c7d4ffdbf747671 /src/examples | |
parent | f9afbe0454bee34731231af2dbb0b95d34143660 (diff) | |
download | sssd-3fda983447d353248336d62373e246753507a365.tar.gz sssd-3fda983447d353248336d62373e246753507a365.tar.xz sssd-3fda983447d353248336d62373e246753507a365.zip |
Move all references to ldap_<entity>_search_base to "advanced" section
The <entity> can be one of user, group or netgroup. The references were removed
from example configuration and they were moved from section Configuration options
to section Advanced options.
Ticket: #607
Diffstat (limited to 'src/examples')
-rw-r--r-- | src/examples/sssd.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/examples/sssd.conf b/src/examples/sssd.conf index 6a3640003..eaf70b88c 100644 --- a/src/examples/sssd.conf +++ b/src/examples/sssd.conf @@ -80,8 +80,6 @@ reconnection_retries = 3 ; auth_provider = ldap ; ldap_uri = ldap://your.ad.server.com ; ldap_schema = rfc2307bis -; ldap_user_search_base = cn=users,dc=example,dc=com -; ldap_group_search_base = cn=users,dc=example,dc=com ; ldap_default_bind_dn = cn=Administrator,cn=Users,dc=example,dc=com ; ldap_default_authtok_type = password ; ldap_default_authtok = YOUR_PASSWORD |