summaryrefslogtreecommitdiff
path: root/source/include
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-02-03 15:28:51 +0000
committerGerald Carter <jerry@samba.org>2005-02-03 15:28:51 +0000
commitaf3843f9378df672c2f691b5ad5990c0bb8db9c7 (patch)
tree3ca5c261fb9099454ecd515e6af3abacaee77331 /source/include
parent28fb3e15f353a79f4c98b5b0c7cbc901c9a802b1 (diff)
downloadsamba-af3843f9378df672c2f691b5ad5990c0bb8db9c7.tar.gz
r5204: More merges for 3.0.11-final...
svn merge -r5176:5179 $SVNURL/branches/SAMBA_3_0 svn merge -r5179:5180 $SVNURL/branches/SAMBA_3_0 svn merge -r5183:5191 $SVNURL/branches/SAMBA_3_0 svn merge -r5191:5192 $SVNURL/branches/SAMBA_3_0 svn merge -r5192:5203 $SVNURL/branches/SAMBA_3_0
Diffstat (limited to 'source/include')
-rw-r--r--source/include/privileges.h2
-rw-r--r--source/include/smb.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/source/include/privileges.h b/source/include/privileges.h
index 76cabf3ba90..5266e46e3a3 100644
--- a/source/include/privileges.h
+++ b/source/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;
diff --git a/source/include/smb.h b/source/include/smb.h
index c8946953785..eb7214ecbfe 100644
--- a/source/include/smb.h
+++ b/source/include/smb.h
@@ -226,7 +226,7 @@ typedef struct nttime_info
#define ACB_MNS 0x0020 /* 1 = MNS logon user account */
#define ACB_DOMTRUST 0x0040 /* 1 = Interdomain trust account */
#define ACB_WSTRUST 0x0080 /* 1 = Workstation trust account */
-#define ACB_SVRTRUST 0x0100 /* 1 = Server trust account */
+#define ACB_SVRTRUST 0x0100 /* 1 = Server trust account (BDC) */
#define ACB_PWNOEXP 0x0200 /* 1 = User password does not expire */
#define ACB_AUTOLOCK 0x0400 /* 1 = Account auto locked */