We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4590d65 commit 3a8573bCopy full SHA for 3a8573b
src/SysadminsLV.PKI.Win/Cryptography/Oid2.cs
@@ -258,7 +258,7 @@ static Boolean unregisterLocal(IEnumerable<Oid2> oidCollection) {
258
}
259
static Boolean unregisterDS(String oid, OidGroup group) {
260
String cn = computeOidHash(oid);
261
- String ldapPath = $"LDAP://CN={cn},{_baseDsPath}";
+ String ldapPath = $"CN={cn},{_baseDsPath}";
262
Int32 flags = (Int32)DsUtils.GetEntryProperty(ldapPath, DsUtils.PropFlags);
263
switch (group) {
264
case OidGroup.EnhancedKeyUsage:
0 commit comments