-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for Feature Request #49 - ObjectType Parameter in ActiveDirectory…
…AuditRuleEntry (#50) * refactor work * daily commit for refactor work * add support for objecttype and central localization text * updated code to be in line with style guide lines. * updated NTFSAccessEntry with import localization based on PSUICulture * updated/refactor tests to handle objecttype parameter
- Loading branch information
1 parent
28b4a1d
commit 5780a1f
Showing
8 changed files
with
906 additions
and
834 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 30 additions & 2 deletions
32
DscResources/AccessControlResourceHelper/en-US/AccessControlResourceHelper.strings.psd1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,31 @@ | ||
ConvertFrom-StringData -StringData @' | ||
ConvertFrom-StringData -StringData @' | ||
ErrorPathNotFound = The requested path '{0}' cannot be found. | ||
AclNotFound = Error obtaining '{0}' ACL. | ||
AclFound = Obtained '{0}' ACL. | ||
RemoveAccessError = Unable to remove access for '{0}'. | ||
RemoveAuditError = Unable to remove audit for '{0}'. | ||
InheritanceDetectedForce = Force set to '{0}', Inheritance detected on path '{1}', returning 'false' | ||
ResetDisableInheritance = Disabling inheritance and wiping all existing inherited rules. | ||
ActionAddAccess = Adding access rule: | ||
ActionAddAudit = Adding audit rule: | ||
ActionRemoveAccess = Removing access rule: | ||
ActionRemoveAudit = Removing audit rule: | ||
ActionResetAdd = Resetting explicit access control list and adding access rule: | ||
ActionNonMatchPermission = Non-matching permission entry found: | ||
ActionNonMatchAudit = Non-matching audit rule found: | ||
ActionMissPresentPerm = Found missing [Ensure = Present] permission rule: | ||
ActionMissPresentAudit = Found missing [Ensure = Present] audit rule: | ||
ActionAbsentPermission = Found [Ensure = Absent] permission rule: | ||
ActionAbsentAudit = Found [Ensure = Absent] audit rule: | ||
Path = > Path : '{0}' | ||
IdentityReference = > IdentityReference : '{0}' | ||
AccessControlType = > AccessControlType : '{0}' | ||
FileSystemRights = > FileSystemRights : '{0}' | ||
ActiveDirectoryRights = > ActiveDirectoryRights : '{0}' | ||
InheritanceFlags = > InheritanceFlags : '{0}' | ||
PropagationFlags = > PropagationFlags : '{0}' | ||
AuditFlags = > AuditFlags : '{0}' | ||
ObjectType = > ObjectType : '{0}' | ||
InheritanceType = > InheritanceType : '{0}' | ||
InheritedObjectType = > InheritedObjectType : '{0}' | ||
'@ |
Oops, something went wrong.