Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vreguibar committed Jun 21, 2024
1 parent 19188ce commit c433a73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion EguibarIT.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
CompanyName = 'EguibarIT'

# Copyright statement for this module
Copyright = 'All rights reserved (c) 2022 - EguibarIT.'
Copyright = 'All rights reserved (c) 2024 - EguibarIT.'

# Description of the functionality provided by this module
Description = 'Functions used to implement the Delegation Model with Tiers on the given Active Directory.'
Expand Down
4 changes: 0 additions & 4 deletions Enums/Enum.Constants.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
SidRegEx = [RegEx]::new('^S-1-(0|1|2|3|4|5|16|59)-\d+(-\d+)*$')

# Regular Expression (RegEx) for DistinguishedName
#DnRegEx = [RegEx]::new('^(?:(?<cn>CN=(?<name>(?:[^,]+|\,)+)),)?(?:(?<ou>OU=(?:[^,]+|\,)+,?)*)(?<dc>DC=(?:[^,]+|\,)+)(?:,DC=(?:[^,]+|\,)+)*$')
#DnRegEx = [RegEx]::new('^(CN|OU|DC|O|L|ST|C|UID)=[^,=+<>#;"]+(,(CN|OU|DC|O|L|ST|C|UID)=[^,=+<>#;"]+)*$')
#DnRegEx = [RegEx]::new('^(?:[A-Za-z]{2}=[^,\\+<>#;]+(?:\\,[^,\\+<>#;]+)*,?)+$')
DnRegEx = [RegEx]::new('^(?:(CN=(?<name>(?:[^,\\]|\\.)+),)*)?(OU=(?<ou>(?:[^,\\]|\\.)+),)*(DC=(?<dc>(?:[^,\\]|\\.)+))(,DC=(?<dc>(?:[^,\\]|\\.)+))+?$')

# Regular Expression (RegEx) for GUID
Expand All @@ -32,7 +29,6 @@
$ asserts the end of the string.
#>
GuidRegEx = [RegEx]::new('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$')

}

$Splat = @{
Expand Down

0 comments on commit c433a73

Please sign in to comment.