From ce851814305d618b20799f00de3b7e11fcd5c954 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 3 Jun 2010 10:49:34 +0200 Subject: s3: remove rpc_secdes.h completely. Guenther --- source3/libads/disp_sec.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/libads') 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 { -- cgit