mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
r15320: default "passdb expand explicit" to no
(This used to be commit 88b5a21d63b18af56b4fe7e5c353eae3ff7d4752)
This commit is contained in:
parent
173261dc87
commit
60af4023ad
@ -1645,7 +1645,7 @@ static void init_globals(BOOL first_time_only)
|
||||
Globals.bWinbindRefreshTickets = False;
|
||||
Globals.bWinbindOfflineLogon = False;
|
||||
|
||||
Globals.bPassdbExpandExplicit = True;
|
||||
Globals.bPassdbExpandExplicit = False;
|
||||
|
||||
Globals.name_cache_timeout = 660; /* In seconds */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user