THE Idmap patch :-)
authorSimo Sorce <idra@samba.org>
Wed, 2 Apr 2003 10:36:02 +0000 (10:36 +0000)
committerSimo Sorce <idra@samba.org>
Wed, 2 Apr 2003 10:36:02 +0000 (10:36 +0000)
commit02781320476ed1b7ee5d943fa36f9a66ab67f208
tree3e204e20b6e77959124f3679a89094db99655d5d
parentd84a3fc522a588bdcd36cb86df304572947a456a
THE Idmap patch :-)

includes a --with-idmap=no switch to disable idmap usage if you find
problems.

cosmetic fixes and param aliases to separate winbind from idamp roles.

A temporarily remote idmap winbind compatibility backend.
As I have time I will further change code to not call directly winbind
(partly done but not tested) and a specilized module will be built in place
for the current glue hack.

The patch has been tested locally in my limited time, the patch is simple and
clear and should not reserve problems, if any just disable it.

As usual, comments and fisex are welcome :-)

Simo.
17 files changed:
source/Makefile.in
source/configure.in
source/include/idmap.h
source/include/includes.h
source/lib/username.c
source/nsswitch/winbindd.h
source/nsswitch/winbindd_idmap.c
source/nsswitch/winbindd_idmap_tdb.c
source/nsswitch/winbindd_util.c
source/param/loadparm.c
source/rpc_server/srv_samr_nt.c
source/rpc_server/srv_util.c
source/sam/idmap.c
source/sam/idmap_tdb.c
source/sam/idmap_winbind.c [new file with mode: 0644]
source/smbd/server.c
source/smbd/uid.c