diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-05-18 08:59:04 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-05-18 08:59:04 +0000 |
commit | 27b9283aff66073afd8811654f9d091bd283d6d6 (patch) | |
tree | cd227f13b816901c023615ab1ca7bb9645363df9 /source3 | |
parent | 53ec535766ead3b764e2bbc722d4eca90ca52fc8 (diff) | |
download | samba-27b9283aff66073afd8811654f9d091bd283d6d6.tar.gz samba-27b9283aff66073afd8811654f9d091bd283d6d6.tar.xz samba-27b9283aff66073afd8811654f9d091bd283d6d6.zip |
Include the extra #define for the last set of smbpasswd mods.
(This used to be commit bf82ac14c826a765b33d368e4cb62c7fb3cd3c4f)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/smb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index ca146ff50a0..e34032bfbf8 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -674,6 +674,7 @@ typedef struct sam_passwd #define LOCAL_SET_PASSWORD 0x40 #define LOCAL_SET_LDAP_ADMIN_PW 0x80 #define LOCAL_INTERDOM_ACCOUNT 0x100 +#define LOCAL_AM_ROOT 0x200 /* Act as root */ /* key and data in the connections database - used in smbstatus and smbd */ struct connections_key { |