From 5dd86c7394abb61163af6befda575e4fb8969771 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Fri, 11 Dec 2009 11:56:26 +0100 Subject: [PATCH] s3:loadparm: Change the "ldap deref" value "defualt" to "auto". That's an established value. Default is a bit confusing. Karolin --- source3/param/loadparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] = { -- 2.11.4.GIT