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:
parent
31321ac868
commit
5dd86c7394
@ -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[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user