mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
Some const correctness. Stop tdb being used as a remote backend. If an
idmap backend is specified cause smbd to ask winbindd (use winbindd if
you want a consistant remote backend solution).
Should work well enough for next beta now...
Jeremy.
(This used to be commit 8f830c509a
)
This commit is contained in:
@ -609,7 +609,7 @@ int main (int argc, char **argv)
|
||||
if (!init_names())
|
||||
exit(1);
|
||||
|
||||
if (!idmap_init())
|
||||
if (!idmap_init(lp_idmap_backend()))
|
||||
exit(1);
|
||||
|
||||
if (!idmap_init_wellknown_sids())
|
||||
|
Reference in New Issue
Block a user