diff options
author | Björn Jacke <bj@sernet.de> | 2009-05-25 14:55:04 +0200 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2009-05-27 12:09:37 +0200 |
commit | 9a06f5e1713d54f0b179e2f6c5d050ef489cd373 (patch) | |
tree | 49e44af72f9c1614991a055939961ae8fd88b856 /source3/param | |
parent | 4df33ec4a79c171097ea7ba7542e093ef5034863 (diff) | |
download | samba-9a06f5e1713d54f0b179e2f6c5d050ef489cd373.tar.gz samba-9a06f5e1713d54f0b179e2f6c5d050ef489cd373.tar.xz samba-9a06f5e1713d54f0b179e2f6c5d050ef489cd373.zip |
s3: make passdb backend defaults to tdbsam
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 4bd7cb0f9d4..57fdb6e044f 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -4999,7 +4999,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, ""); |