diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/mapping.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/mapping.h b/source3/include/mapping.h index 4a7db6360d..9b46989ccb 100644 --- a/source3/include/mapping.h +++ b/source3/include/mapping.h @@ -33,6 +33,9 @@ #define ENUM_ONLY_MAPPED True #define ENUM_ALL_MAPPED False +#define MAPPING_WITH_PRIV True +#define MAPPING_WITHOUT_PRIV False + #define PR_NONE 0x0000 #define PR_LOG_ON_LOCALLY 0x0001 #define PR_ACCESS_FROM_NETWORK 0x0002 |