From: Karolin Seeger Date: Fri, 11 Dec 2009 10:56:26 +0000 (+0100) Subject: s3:loadparm: Change the "ldap deref" value "defualt" to "auto". X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=5dd86c7394abb61163af6befda575e4fb8969771;p=metze%2Fsamba%2Fwip.git s3:loadparm: Change the "ldap deref" value "defualt" to "auto". That's an established value. Default is a bit confusing. Karolin --- diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index de31e9124966..bd70ee1828d6 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[] = {