s3: make passdb backend defaults to tdbsam
authorBjörn Jacke <bj@sernet.de>
Mon, 25 May 2009 12:55:04 +0000 (14:55 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 2 Jun 2009 06:08:15 +0000 (08:08 +0200)
(cherry picked from commit f15af8bf2def12eedd967b6e0e411f690be2f804)

source3/param/loadparm.c

index 09d73789862e7815598821899052cb0089a5e4dd..faffb8ed6e7991cb5768c69aa131bc8ae19493f8 100644 (file)
@@ -4982,7 +4982,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, "");