Apply my experimental aliases support to HEAD. This will be a bit difficult to
authorVolker Lendecke <vlendec@samba.org>
Sun, 29 Feb 2004 16:48:19 +0000 (16:48 +0000)
committerVolker Lendecke <vlendec@samba.org>
Sun, 29 Feb 2004 16:48:19 +0000 (16:48 +0000)
commit0d45ad1b0d55546c6a4afcb002acefefc2e2feb0
tree34fa0e74191cef6a5070a0e1499c919a43b4f64d
parent4628a2da1e32f397696640452c950e4b55ada9e7
Apply my experimental aliases support to HEAD. This will be a bit difficult to
merge to 3_0, as the pdb interfaces has changed a bit between the two.

This has not been tested too severly (which means it's completely broken ;-),
but I want it in for review. Feel free to revert it :-)

TODO:

make 'net groupmap' a bit more friendly for alias members.

Put that stuff into pdb_ldap.

Getting the information over to winbind. One plan without linking pdb into
winbind would be to fill group_mapping.tdb with the membership information and
have that as a cache (or use gencache.tdb?). smbd on a PDC or stand-alone
could trigger that itself, the problem is a BDC using LDAP. This needs to do
it on a regular basis. The BDC smbd needs to be informed about SAM changes
somehow...

Volker
(This used to be commit 30ef8fe1e85c0ca229b54f3f1595c4330f7191d1)
source3/auth/auth_util.c
source3/groupdb/mapping.c
source3/include/passdb.h
source3/passdb/pdb_interface.c
source3/rpc_server/srv_samr_nt.c
source3/utils/net_groupmap.c