Skip to content

Commit

Permalink
Improve CA info
Browse files Browse the repository at this point in the history
  • Loading branch information
wil committed Nov 25, 2024
1 parent 8b751fe commit c74e58f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ldeep/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ def default(o):
print(f"{field}: {value}")
elif "domain" in record["objectClass"]:
print(record["dn"])
elif "pKIEnrollmentService" in record["objectClass"]:
print(record["dNSHostName"])
elif (
"msDS-AuthNPolicy" in record["objectClass"]
or "msDS-AuthNPolicySilo" in record["objectClass"]
Expand Down

0 comments on commit c74e58f

Please sign in to comment.