Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Crypt32 committed Nov 5, 2020
1 parent 7e1c4bc commit 9728bc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public sealed class CertTemplateSecurityDescriptor : CommonObjectSecurity {
if ((localRights & CertTemplateRights.Enroll) > 0) {
var ace = new ActiveDirectoryAccessRule(
localAce.IdentityReference,
ActiveDirectoryRights.ExtendedRight,
ActiveDirectoryRights.ReadProperty | ActiveDirectoryRights.WriteProperty | ActiveDirectoryRights.ExtendedRight,
localAce.AccessControlType,
new Guid(GUID_ENROLL));
dsSecurity.AddAccessRule(ace);
Expand Down

0 comments on commit 9728bc5

Please sign in to comment.