Skip to content

Commit

Permalink
chore: remove log entry
Browse files Browse the repository at this point in the history
  • Loading branch information
rvazarkar committed Oct 5, 2022
1 parent 9086c65 commit 30723db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CommonLib/LDAPUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ public Label LookupSidType(string sid, string domain)
return type;

var rDomain = GetDomainNameFromSid(sid) ?? domain;
_log.LogInformation("looking up sid {sid} in domain {domain}", sid, domain);

var result =
QueryLDAP(CommonFilters.SpecificSID(sid), SearchScope.Subtree, CommonProperties.TypeResolutionProps, rDomain)
Expand Down

0 comments on commit 30723db

Please sign in to comment.