From 21e3bbbea7b5545c66975624aa8554c0dd6bb14e Mon Sep 17 00:00:00 2001 From: Jean-François Micouleau Date: Fri, 14 Dec 2001 14:35:38 +0000 Subject: Rafal (mimir) patch for trusts r. (This used to be commit c26623671e2b0b2e80c6d6383a99880c4f439f04) --- source3/include/smb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index fafaf36c3e..02fb060244 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -656,6 +656,7 @@ typedef struct sam_passwd #define LOCAL_SET_NO_PASSWORD 0x20 #define LOCAL_SET_PASSWORD 0x40 #define LOCAL_SET_LDAP_ADMIN_PW 0x80 +#define LOCAL_INTERDOM_ACCOUNT 0x100 /* key and data in the connections database - used in smbstatus and smbd */ struct connections_key { -- cgit