1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

Revert "default to tdbsam instead of smbpasswd"

This reverts commit ab8ff39fd5.
This commit is contained in:
Volker Lendecke 2008-01-16 21:26:16 +01:00
parent e4f46d5274
commit 5838a9f556

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, "tdbsam");
string_set(&Globals.szPassdbBackend, "smbpasswd");
string_set(&Globals.szLdapSuffix, "");
string_set(&Globals.szLdapMachineSuffix, "");
string_set(&Globals.szLdapUserSuffix, "");