1
0
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:
Jeremy Allison
2003-06-27 20:55:48 +00:00
parent 8d31403fe8
commit 0e983b32fd
10 changed files with 114 additions and 95 deletions

View File

@ -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())