diff options
author | Andrew Tridgell <tridge@samba.org> | 2002-04-12 10:18:46 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2002-04-12 10:18:46 +0000 |
commit | 97eb3a121d33200ee7559b2413d6252efc04ebaf (patch) | |
tree | dc13d7bd92b2f215a512430d11d97a9dc3cbd275 /source/param | |
parent | 1c221b3e72b24b6b8bd0d14b6ce32cf701684a81 (diff) | |
download | samba-97eb3a121d33200ee7559b2413d6252efc04ebaf.tar.gz samba-97eb3a121d33200ee7559b2413d6252efc04ebaf.tar.xz samba-97eb3a121d33200ee7559b2413d6252efc04ebaf.zip |
merged the mangling test and passdb bugfixes into SAMBA_3_0
Diffstat (limited to 'source/param')
-rw-r--r-- | source/param/loadparm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/param/loadparm.c b/source/param/loadparm.c index bdd710f5fec..462464d68f0 100644 --- a/source/param/loadparm.c +++ b/source/param/loadparm.c @@ -1243,6 +1243,9 @@ static void init_globals(void) string_set(&Globals.szPrivateDir, dyn_PRIVATE_DIR); string_set(&Globals.szPassdbBackend, "smbpasswd"); + /* use the new 'hash2' method by default */ + string_set(&Globals.szManglingMethod, "hash2"); + string_set(&Globals.szGuestaccount, GUEST_ACCOUNT); /* using UTF8 by default allows us to support all chars */ |