summaryrefslogtreecommitdiff
path: root/lib/param/param_table.c
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 /lib/param/param_table.c
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 'lib/param/param_table.c')
-rw-r--r--lib/param/param_table.c36
1 files changed, 0 insertions, 36 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 325f295342..01f65fef97 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -957,24 +957,6 @@ static struct parm_struct parm_table[] = {
.flags = FLAG_ADVANCED | FLAG_GLOBAL | FLAG_SHARE,
},
{
- .label = "security mask",
- .type = P_OCTAL,
- .p_class = P_LOCAL,
- .offset = LOCAL_VAR(iSecurity_mask),
- .special = NULL,
- .enum_list = NULL,
- .flags = FLAG_ADVANCED | FLAG_GLOBAL | FLAG_SHARE,
- },
- {
- .label = "force security mode",
- .type = P_OCTAL,
- .p_class = P_LOCAL,
- .offset = LOCAL_VAR(iSecurity_force_mode),
- .special = NULL,
- .enum_list = NULL,
- .flags = FLAG_ADVANCED | FLAG_GLOBAL | FLAG_SHARE,
- },
- {
.label = "directory mask",
.type = P_OCTAL,
.p_class = P_LOCAL,
@@ -1002,24 +984,6 @@ static struct parm_struct parm_table[] = {
.flags = FLAG_ADVANCED | FLAG_GLOBAL | FLAG_SHARE,
},
{
- .label = "directory security mask",
- .type = P_OCTAL,
- .p_class = P_LOCAL,
- .offset = LOCAL_VAR(iDir_Security_mask),
- .special = NULL,
- .enum_list = NULL,
- .flags = FLAG_ADVANCED | FLAG_GLOBAL | FLAG_SHARE,
- },
- {
- .label = "force directory security mode",
- .type = P_OCTAL,
- .p_class = P_LOCAL,
- .offset = LOCAL_VAR(iDir_Security_force_mode),
- .special = NULL,
- .enum_list = NULL,
- .flags = FLAG_ADVANCED | FLAG_GLOBAL | FLAG_SHARE,
- },
- {
.label = "force unknown acl user",
.type = P_BOOL,
.p_class = P_LOCAL,