Ok here it is my latest work on privileges
authorSimo Sorce <idra@samba.org>
Mon, 1 Mar 2004 16:10:28 +0000 (16:10 +0000)
committerSimo Sorce <idra@samba.org>
Mon, 1 Mar 2004 16:10:28 +0000 (16:10 +0000)
commiteebc94d84af736bb1fdd8e0c511237b0da978e7a
tree3d39c50ac039a7fc56d677b90e60421f7d6fc878
parentf986f33aa13f8672e2154f29906f657c023777dc
Ok here it is my latest work on privileges

This patch add privilege support for samba
Currently it is implemented only for tdbsam backend but estending it to
other sam backends is straightforward.

I must make a big thank to JFM for his teachings on the matter and the
functions at the base of this work.

At thye moment only samr_create_user honours SeAddUsersPrivilege and
SeMachineAccountPrivilege to permit any user to add machines and/or users to
the server.

The command "net priv" has been provided to manipulate the privileges
database.

There are still many things to do (like support in "net rpc vampire") but
the working core is here.

Feel free to comment/extend on this work.

Of course I will deny that any bug may affect this code :-)
Simo.

This patch adds also my patch about add share command enhancements.
(This used to be commit 7a78c3605e203bd8e0d7ae244605f076a5d0b0bc)
24 files changed:
source3/Makefile.in
source3/auth/auth_util.c
source3/groupdb/mapping.c
source3/include/auth.h
source3/include/includes.h
source3/include/passdb.h
source3/include/privileges.h
source3/include/smb.h
source3/lib/privileges.c
source3/param/loadparm.c
source3/passdb/pdb_interface.c
source3/passdb/pdb_tdb.c
source3/rpc_server/srv_lsa_nt.c
source3/rpc_server/srv_pipe_hnd.c
source3/rpc_server/srv_samr_nt.c
source3/rpc_server/srv_srvsvc_nt.c
source3/sam/gums.c
source3/smbd/chgpasswd.c
source3/smbd/conn.c
source3/smbd/password.c
source3/smbd/sec_ctx.c
source3/smbd/service.c
source3/smbd/uid.c
source3/utils/net.c