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 | bf82ac14c826a765b33d368e4cb62c7fb3cd3c4f (patch) | |
tree | 0341205d2f9d55202ea0bea13e0428146ef870bd | |
parent | d9330f10447f199a5a73803579ce3b1253f4d02c (diff) | |
download | samba-bf82ac14c826a765b33d368e4cb62c7fb3cd3c4f.tar.gz samba-bf82ac14c826a765b33d368e4cb62c7fb3cd3c4f.tar.xz samba-bf82ac14c826a765b33d368e4cb62c7fb3cd3c4f.zip |
Include the extra #define for the last set of smbpasswd mods.
-rw-r--r-- | source/include/smb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/smb.h b/source/include/smb.h index ca146ff50a0..e34032bfbf8 100644 --- a/source/include/smb.h +++ b/source/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 { |