Skip to content

Commit

Permalink
Fix code so that we can pull the decryption key from LDAP even when d…
Browse files Browse the repository at this point in the history
…omain is not specified
  • Loading branch information
Douglas Bienstock authored and Douglas Bienstock committed Mar 5, 2019
1 parent ef6d813 commit 0457899
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ADFSDump/AD.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public static void GetPrivKey(Dictionary<string,string> arguments)
{
//no domain or server given, try to find it ourselves
domain = System.DirectoryServices.ActiveDirectory.Domain.GetCurrentDomain().Name;
searchString = "LDAP://";
}
else
{
Expand Down

0 comments on commit 0457899

Please sign in to comment.