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)
commit30ef8fe1e85c0ca229b54f3f1595c4330f7191d1
tree1383a0252e0615c913cb8dfb31ec294928391f1e
parent26d99204b7cbfa8e259f2a8438eadc9ff6be0709
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
source/auth/auth_util.c
source/groupdb/mapping.c
source/include/passdb.h
source/passdb/pdb_interface.c
source/rpc_server/srv_samr_nt.c
source/utils/net_groupmap.c