summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2012-10-03 16:04:18 -0700
committerJeremy Allison <jra@samba.org>2012-10-04 12:04:21 -0700
commitdb62a159b8833a4f1aee0c9733fd263b6d239d53 (patch)
treefd4ee8ba99f892a13b7c3e3fd3ff14d7c3752973 /source3
parent7622aa16adeb00bf161a6dd07664c37125391272 (diff)
downloadsamba-db62a159b8833a4f1aee0c9733fd263b6d239d53.tar.gz
samba-db62a159b8833a4f1aee0c9733fd263b6d239d53.tar.bz2
samba-db62a159b8833a4f1aee0c9733fd263b6d239d53.zip
Remove the parameters:
security mask force security mode directory security mask force directory security mode and update the docs.
Diffstat (limited to 'source3')
-rw-r--r--source3/include/proto.h4
-rw-r--r--source3/param/loadparm.c4
2 files changed, 0 insertions, 8 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index b3fa55a914..ac3d205100 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1330,12 +1330,8 @@ bool lp_acl_map_full_control(int );
bool lp_durable_handles(int);
int lp_create_mask(int );
int lp_force_create_mode(int );
-int lp_security_mask(int );
-int lp_force_security_mode(int );
int lp_dir_mask(int );
int lp_force_dir_mode(int );
-int lp_dir_security_mask(int );
-int lp_force_dir_security_mode(int );
int lp_max_connections(int );
int lp_defaultcase(int );
int lp_minprintspace(int );
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 61606ce9d2..42bf11d4bc 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -191,12 +191,8 @@ static struct loadparm_service sDefault =
.iWriteCacheSize = 0,
.iCreate_mask = 0744,
.iCreate_force_mode = 0,
- .iSecurity_mask = 0777,
- .iSecurity_force_mode = 0,
.iDir_mask = 0755,
.iDir_force_mode = 0,
- .iDir_Security_mask = 0777,
- .iDir_Security_force_mode = 0,
.iMaxConnections = 0,
.iDefaultCase = CASE_LOWER,
.iPrinting = DEFAULT_PRINTING,