summaryrefslogtreecommitdiff
path: root/source3/include/privileges.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-02-03 15:14:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:55:32 -0500
commita84bb6d1ec0316a39c8b730c40c9215d9d7f959a (patch)
tree4d8dfd70cb5108bfe41adf6c26a0039c24464097 /source3/include/privileges.h
parent4e121102d488c07d138d7065b696d0a145b07f64 (diff)
downloadsamba-a84bb6d1ec0316a39c8b730c40c9215d9d7f959a.tar.gz
samba-a84bb6d1ec0316a39c8b730c40c9215d9d7f959a.tar.bz2
samba-a84bb6d1ec0316a39c8b730c40c9215d9d7f959a.zip
r5203: additional changes for BUG 2291 to restrict who can join a BDC and add domain trusts
(This used to be commit 5ec1faa2ad33772fb48c3863e67d2ce4be726bb2)
Diffstat (limited to 'source3/include/privileges.h')
-rw-r--r--source3/include/privileges.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/privileges.h b/source3/include/privileges.h
index 76cabf3ba9..5266e46e3a 100644
--- a/source3/include/privileges.h
+++ b/source3/include/privileges.h
@@ -1,3 +1,4 @@
+
/*
Unix SMB/CIFS implementation.
SMB parameters and setup
@@ -59,6 +60,7 @@ typedef struct {
/* defined in lib/privilegs.c */
+extern const SE_PRIV se_priv_none;
extern const SE_PRIV se_machine_account;
extern const SE_PRIV se_print_operator;
extern const SE_PRIV se_add_users;