Skip to content

Commit

Permalink
Merge pull request #1 from Ne0nd0g/patch-1
Browse files Browse the repository at this point in the history
Update LDAP Filter
  • Loading branch information
dmb2168 authored Feb 22, 2020
2 parents cebad92 + e309111 commit b7d1f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ADFSDump/AD.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace ADFSDump.ActiveDirectory
{
public static class ADSearcher
{
private const string LdapFilter = "(&(objectClass=contact)(!(cn=CryptoPolicy)))";
private const string LdapFilter = "(&(thumbnailphoto=*)(objectClass=contact)(!(cn=CryptoPolicy)))";

public static void GetPrivKey(Dictionary<string,string> arguments)
{
Expand Down

0 comments on commit b7d1f8b

Please sign in to comment.