Ok, this patch removes the privilege stuff we had in, unused, for some time.
authorSimo Sorce <idra@samba.org>
Wed, 18 Jun 2003 15:24:10 +0000 (15:24 +0000)
committerSimo Sorce <idra@samba.org>
Wed, 18 Jun 2003 15:24:10 +0000 (15:24 +0000)
commit75a5c0b307a79536316b651273d3f6983323f5ce
treed396c52528e0984770461ba27d529a50f7ceda2f
parente900f4ed106163e836613e83247d750aa6cb32d9
Ok, this patch removes the privilege stuff we had in, unused, for some time.

The code was nice, but put in the wrong place (group mapping) and not
supported by most of the code, thus useless.

We will put back most of the code when our infrastructure will be changed
so that privileges actually really make sense to be set.

This is a first patch of a set to enhance all our mapping code cleaness and
stability towards a sane next beta for 3.0 code base

Simo.
(This used to be commit e341e7c49f8c17a9ee30ca3fab3aa0397c1f0c7e)
16 files changed:
source3/groupdb/mapping.c
source3/include/mapping.h
source3/include/passdb.h
source3/include/privileges.h
source3/passdb/passdb.c
source3/passdb/pdb_interface.c
source3/passdb/pdb_ldap.c
source3/rpc_server/srv_lsa_nt.c
source3/rpc_server/srv_samr_nt.c
source3/rpc_server/srv_util.c
source3/sam/idmap_util.c
source3/smbd/lanman.c
source3/utils/net.c
source3/utils/net_groupmap.c
source3/utils/net_rpc_samsync.c
source3/utils/pdbedit.c