diff options
author | Karolin Seeger <kseeger@samba.org> | 2009-12-11 11:56:26 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-12-11 11:56:26 +0100 |
commit | 5dd86c7394abb61163af6befda575e4fb8969771 (patch) | |
tree | 03ccb4f5f9f33d45204d38ff585ca65efbc2ed3d /source3/param/loadparm.c | |
parent | 31321ac868885762fdf5f566e8f79806a4ab4a8a (diff) | |
download | samba-5dd86c7394abb61163af6befda575e4fb8969771.tar.gz samba-5dd86c7394abb61163af6befda575e4fb8969771.tar.xz samba-5dd86c7394abb61163af6befda575e4fb8969771.zip |
s3:loadparm: Change the "ldap deref" value "defualt" to "auto".
That's an established value. Default is a bit confusing.
Karolin
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index de31e912496..bd70ee1828d 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -758,7 +758,7 @@ static const struct enum_list enum_ldap_deref[] = { {SAMBA_LDAP_DEREF_SEARCHING, "searching"}, {SAMBA_LDAP_DEREF_FINDING, "finding"}, {SAMBA_LDAP_DEREF_ALWAYS, "always"}, - {-1, "default"} + {-1, "auto"} }; static const struct enum_list enum_ldap_passwd_sync[] = { |