updates user search verification for local/domain - Thanks to @trondhindenes for implementing this strategy - also updated documentation

This commit is contained in:
Phil
2015-07-14 18:35:28 -05:00
committed by Matt Clay
parent 9ad30acd96
commit 00a4ec5e3b
2 changed files with 87 additions and 27 deletions

View File

@@ -24,7 +24,7 @@
DOCUMENTATION = '''
---
module: win_acl
version_added: ""
version_added: "2.0"
short_description: Set file/directory permissions for a system user or group.
description:
- Add or remove rights/permissions for a given user or group for the specified src file or folder.
@@ -107,7 +107,7 @@ options:
- InheritOnly
default: "None"
aliases: []
author: Phil Schwartz
author: Phil Schwartz, Trond Hindenes
'''
EXAMPLES = '''