1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

s3:loadparm: Change the "ldap deref" value "defualt" to "auto".

That's an established value. Default is a bit confusing.

Karolin
This commit is contained in:
Karolin Seeger 2009-12-11 11:56:26 +01:00
parent 31321ac868
commit 5dd86c7394

View 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[] = {