Skip to content

Commit

Permalink
Fix 'access based share enum' (#3015)
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed May 9, 2019
1 parent b18c72a commit 3b122d7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -99,7 +99,7 @@
if share['showhiddenfiles']:
pc[share["name"]].update({"hide dot files": "no"})
if share['abe']:
pc[share["name"]].update({"access based share enumeration": "yes"})
pc[share["name"]].update({"access based share enum": "yes"})
if share['hostsallow']:
pc[share["name"]].update({"hosts allow": share['hostsallow']})
if share['hostsdeny']:
Expand Down

0 comments on commit 3b122d7

Please sign in to comment.