add required flags to "nt acl support" so it will show up in SWAT
authorHerb Lewis <herb@samba.org>
Mon, 25 Feb 2002 22:17:53 +0000 (22:17 +0000)
committerHerb Lewis <herb@samba.org>
Mon, 25 Feb 2002 22:17:53 +0000 (22:17 +0000)
(This used to be commit d1ccdb5d1cb3d624285b13e662153e1e74ba3d71)

source3/param/loadparm.c

index 94391dd03c9b0f682f1ccf774247d2a5e61ebbca..8679addcffe240eb905ee2a02fcb36067c859c86 100644 (file)
@@ -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},