summaryrefslogtreecommitdiffstats
path: root/source/param/loadparm.c
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2002-02-25 22:17:53 +0000
committerHerb Lewis <herb@samba.org>2002-02-25 22:17:53 +0000
commitd1ccdb5d1cb3d624285b13e662153e1e74ba3d71 (patch)
tree280701ca59991ab5aa9d94fc187b2c85b5fb3872 /source/param/loadparm.c
parente69222f0816878e3211e3dedb049de50ca90fed0 (diff)
downloadsamba-d1ccdb5d1cb3d624285b13e662153e1e74ba3d71.tar.gz
samba-d1ccdb5d1cb3d624285b13e662153e1e74ba3d71.tar.xz
samba-d1ccdb5d1cb3d624285b13e662153e1e74ba3d71.zip
add required flags to "nt acl support" so it will show up in SWAT
Diffstat (limited to 'source/param/loadparm.c')
-rw-r--r--source/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/param/loadparm.c b/source/param/loadparm.c
index 94391dd03c9..8679addcffe 100644
--- a/source/param/loadparm.c
+++ b/source/param/loadparm.c
@@ -807,7 +807,7 @@ static struct parm_struct parm_table[] = {
{"write raw", P_BOOL, P_GLOBAL, &Globals.bWriteRaw, NULL, NULL, 0},
{"nt pipe support", P_BOOL, P_GLOBAL, &Globals.bNTPipeSupport, NULL, NULL, 0},
- {"nt acl support", P_BOOL, P_LOCAL, &sDefault.bNTAclSupport, NULL, NULL, 0},
+ {"nt acl support", P_BOOL, P_LOCAL, &sDefault.bNTAclSupport, NULL, NULL, FLAG_GLOBAL | FLAG_SHARE },
{"announce version", P_STRING, P_GLOBAL, &Globals.szAnnounceVersion, NULL, NULL, 0},
{"announce as", P_ENUM, P_GLOBAL, &Globals.announce_as, NULL, enum_announce_as, 0},
{"max mux", P_INTEGER, P_GLOBAL, &Globals.max_mux, NULL, NULL, 0},