summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-03-25 20:15:42 +0100
committerGünther Deschner <gd@samba.org>2015-03-27 01:26:15 +0100
commit1a787135526f2b4d4c4a51595ac7db115b597e37 (patch)
tree1838566df3004f732ed6a213ed12a78c5b71218d /librpc
parentc9f68df7987ad17c83217c7fad46cd7ee59ecde2 (diff)
downloadsamba-1a787135526f2b4d4c4a51595ac7db115b597e37.tar.gz
lsa.idl: add LSA_POLICY_NOTIFICATION to LSA_POLICY_ALL_ACCESS
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/lsa.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/librpc/idl/lsa.idl b/librpc/idl/lsa.idl
index 09ddf718624..7c96a898baa 100644
--- a/librpc/idl/lsa.idl
+++ b/librpc/idl/lsa.idl
@@ -157,7 +157,8 @@ import "misc.idl", "security.idl";
LSA_POLICY_SET_AUDIT_REQUIREMENTS |
LSA_POLICY_AUDIT_LOG_ADMIN |
LSA_POLICY_SERVER_ADMIN |
- LSA_POLICY_LOOKUP_NAMES);
+ LSA_POLICY_LOOKUP_NAMES |
+ LSA_POLICY_NOTIFICATION);
const int LSA_POLICY_READ =
(STANDARD_RIGHTS_READ_ACCESS |