mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
default to tdbsam instead of smbpasswd
(This used to be commit ab8ff39fd5
)
This commit is contained in:
parent
9158169c97
commit
088183896a
@ -1625,7 +1625,7 @@ static void init_globals(bool first_time_only)
|
||||
a large number of sites (tridge) */
|
||||
Globals.bHostnameLookups = False;
|
||||
|
||||
string_set(&Globals.szPassdbBackend, "smbpasswd");
|
||||
string_set(&Globals.szPassdbBackend, "tdbsam");
|
||||
string_set(&Globals.szLdapSuffix, "");
|
||||
string_set(&Globals.szLdapMachineSuffix, "");
|
||||
string_set(&Globals.szLdapUserSuffix, "");
|
||||
|
Loading…
Reference in New Issue
Block a user