Changed how the privileges are stored in the group mapping code. It's now
authorJean-François Micouleau <jfm@samba.org>
Fri, 23 Nov 2001 15:11:22 +0000 (15:11 +0000)
committerJean-François Micouleau <jfm@samba.org>
Fri, 23 Nov 2001 15:11:22 +0000 (15:11 +0000)
commit2527f5ef52400294c98b4f4345a4f18b981ff22f
treea0e8a08df31ecdc845582a809b5a54fde3cd73dc
parentd05bbf042209b737e42a5daa8d59236d351ec8d0
Changed how the privileges are stored in the group mapping code. It's now
an array of uint32. That's not perfect but that's better.

Added more privileges too.

Changed the local_lookup_rid/name functions in passdb.c to check if the
group is mapped. Makes the LSA rpc calls return correct groups

Corrected the return code in the LSA server code enum_sids.

Only enumerate well known aliases if they are mapped to real unix groups.
Won't confuse user seeing groups not available.

Added a short/long view to smbgroupedit.

now decoding rpc calls to add/remove privileges to sid.

        J.F.
(This used to be commit f29774e58973f421bfa163c45bfae201a140f28c)
source3/groupdb/mapping.c
source3/include/mapping.h
source3/libsmb/cli_lsarpc.c
source3/passdb/passdb.c
source3/rpc_parse/parse_lsa.c
source3/rpc_server/srv_lsa_nt.c
source3/rpc_server/srv_samr_nt.c
source3/utils/smbgroupedit.c