diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-12-06 07:12:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:06:23 -0500 |
commit | ad3ee0a81c4b2bf2ae67ba461e936f7777584345 (patch) | |
tree | 5a28cbe677693b20cd429b1766012b76c7e6d728 /source4/include/structs.h | |
parent | 9defca2895fb94f48df00a4e388ba4f5de5d5ebc (diff) | |
download | samba-ad3ee0a81c4b2bf2ae67ba461e936f7777584345.tar.gz samba-ad3ee0a81c4b2bf2ae67ba461e936f7777584345.tar.bz2 samba-ad3ee0a81c4b2bf2ae67ba461e936f7777584345.zip |
r4073: - added a set of lsa helper routines to make lsa lookups that are
related to filesharing. For example, in order to manipulate ACLs
properly its important to be able to call LookupSids, and to be able
to lookup what privileges a SID has.
- added 3 new commands to smbclient "lookupname", "lookupsid" and
"privileges"
(This used to be commit 8780c40f0539da72652d17455e98fcaee6d197d1)
Diffstat (limited to 'source4/include/structs.h')
-rw-r--r-- | source4/include/structs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h index 9a2c965671..46deaa52c7 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -127,3 +127,5 @@ struct security_acl; struct security_ace; typedef struct security_descriptor SEC_DESC; + +struct lsa_RightSet; |