Revert "default to tdbsam instead of smbpasswd"
authorVolker Lendecke <vl@samba.org>
Wed, 16 Jan 2008 20:26:16 +0000 (21:26 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 16 Jan 2008 20:26:16 +0000 (21:26 +0100)
This reverts commit ab8ff39fd51929aae2f4088ca5b1d67e5cb7099e.
(This used to be commit 5838a9f556f151dc7c1773dcdc598b8ba79fca44)

source3/param/loadparm.c

index a6529a6cb84dcc602508b09f5c2c80123f9db1a6..0d3fbbf77c64f9604368e60629ddb3cf50bee0ad 100644 (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, "");