1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00

default to tdbsam instead of smbpasswd

(This used to be commit ab8ff39fd51929aae2f4088ca5b1d67e5cb7099e)
This commit is contained in:
Volker Lendecke 2008-01-16 20:34:45 +01:00
parent 9158169c97
commit 088183896a

View File

@ -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, "");