s3:loadparm: Change the "ldap deref" value "defualt" to "auto".
authorKarolin Seeger <kseeger@samba.org>
Fri, 11 Dec 2009 10:56:26 +0000 (11:56 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 11 Dec 2009 10:56:26 +0000 (11:56 +0100)
That's an established value. Default is a bit confusing.

Karolin

source3/param/loadparm.c

index de31e9124966fa9c623301569e8bbdd18ba3eed4..bd70ee1828d69f48e18a0d422fb0199865dfb23e 100644 (file)
@@ -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[] = {