diff options
author | Simo Sorce <idra@samba.org> | 2003-04-27 12:25:53 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2003-04-27 12:25:53 +0000 |
commit | e06940968abc20336e4eecc93ac2bdb1b1639855 (patch) | |
tree | c31596036666aacddf3fe05de46ff89244771ebb /source3 | |
parent | c737b1f7587ca7d32a974c6249eec9510e566a9c (diff) | |
download | samba-e06940968abc20336e4eecc93ac2bdb1b1639855.tar.gz samba-e06940968abc20336e4eecc93ac2bdb1b1639855.tar.bz2 samba-e06940968abc20336e4eecc93ac2bdb1b1639855.zip |
default remote idmap backend is null
(This used to be commit 16302b080a572a1cb0983f5044a7ebf51cdf2fa3)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/param/loadparm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 60ba76a32f..065bc51e5c 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -1481,7 +1481,6 @@ static void init_globals(void) Globals.bWinbindUseDefaultDomain = False; Globals.bIdmapOnly = False; - string_set(&Globals.szWinbindBackend, "tdb"); Globals.name_cache_timeout = 660; /* In seconds */ |