diff options
author | Günther Deschner <gd@samba.org> | 2010-06-03 10:49:34 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-06-03 11:00:26 +0200 |
commit | ce851814305d618b20799f00de3b7e11fcd5c954 (patch) | |
tree | ca56fa3907cdf9b7554c22c998404ae8939511d9 /source3/libads | |
parent | b6a2cea74d90499bd3e239ab696502ae8afed30e (diff) | |
download | samba-ce851814305d618b20799f00de3b7e11fcd5c954.tar.gz samba-ce851814305d618b20799f00de3b7e11fcd5c954.tar.bz2 samba-ce851814305d618b20799f00de3b7e11fcd5c954.zip |
s3: remove rpc_secdes.h completely.
Guenther
Diffstat (limited to 'source3/libads')
-rw-r--r-- | source3/libads/disp_sec.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/libads/disp_sec.c b/source3/libads/disp_sec.c index ad07ffc465..89baaf2bde 100644 --- a/source3/libads/disp_sec.c +++ b/source3/libads/disp_sec.c @@ -19,6 +19,9 @@ #include "includes.h" +/* for ADS */ +#define SEC_RIGHTS_FULL_CTRL 0xf01ff + #ifdef HAVE_LDAP static struct perm_mask_str { |