r4151: added privilege attribute handling on samdb.
authorAndrew Tridgell <tridge@samba.org>
Sat, 11 Dec 2004 13:19:41 +0000 (13:19 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:07:19 +0000 (13:07 -0500)
commitadbdb055ee08b0aede06ecec34157ecf4f22c9de
treeb2138f42ba6e435e704a31c63ce39a8fa7ca2750
parent02a9aa08923e348af2cda9829b64a5f98282164d
r4151: added privilege attribute handling on samdb.

pvfs will now honor some privileges on ACLs, and it will be quite easy
to add the checks for more privileges in the necessary places, by
making calls to sec_privilege_check().
(This used to be commit 3549039d0fbc54f87ae679e7288b82b28713e487)
source4/auth/auth_util.c
source4/dsdb/config.mk
source4/dsdb/samdb/samdb_privilege.c [new file with mode: 0644]
source4/libcli/auth/gensec_krb5.c
source4/libcli/security/privilege.c