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)
commit3549039d0fbc54f87ae679e7288b82b28713e487
treed07439e45aecfd96c782b5a48ef5b27c9f5a5bda
parent0fa3764edcabffe8f7d5e40f0097f97d0c4519c4
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().
source/auth/auth_util.c
source/dsdb/config.mk
source/dsdb/samdb/samdb_privilege.c [new file with mode: 0644]
source/libcli/auth/gensec_krb5.c
source/libcli/security/privilege.c