Skip to content

Commit 3a8573b

Browse files
committed
removed redundant LDAP:// prefix
1 parent 4590d65 commit 3a8573b

File tree

1 file changed

+1
-1
lines changed
  • src/SysadminsLV.PKI.Win/Cryptography

1 file changed

+1
-1
lines changed

src/SysadminsLV.PKI.Win/Cryptography/Oid2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ static Boolean unregisterLocal(IEnumerable<Oid2> oidCollection) {
258258
}
259259
static Boolean unregisterDS(String oid, OidGroup group) {
260260
String cn = computeOidHash(oid);
261-
String ldapPath = $"LDAP://CN={cn},{_baseDsPath}";
261+
String ldapPath = $"CN={cn},{_baseDsPath}";
262262
Int32 flags = (Int32)DsUtils.GetEntryProperty(ldapPath, DsUtils.PropFlags);
263263
switch (group) {
264264
case OidGroup.EnhancedKeyUsage:

0 commit comments

Comments
 (0)