X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-echelon;h=cdca2dea3d1fb351a7a42d124d5b4aca7d2c8501;hb=c7155ff59b036167ec936e26670c8ec9cfb83646;hp=5e98afc8216529adc96f8caeca3af0e8c6e609d2;hpb=2525bf73603cb6487cfcea096e2dc347ad360394;p=mirror%2Fuserdir-ldap.git diff --git a/ud-echelon b/ud-echelon index 5e98afc..cdca2de 100755 --- a/ud-echelon +++ b/ud-echelon @@ -34,7 +34,7 @@ def TryGPG(Email): return None; # Search for the matching key fingerprint - Attrs = l.search_s(BaseDn,ldap.SCOPE_ONELEVEL,"keyfingerprint=" + Res[2][1]); + Attrs = l.search_s(BaseDn,ldap.SCOPE_ONELEVEL,"keyFingerPrint=" + Res[2][1]); if len(Attrs) == 0: return None; if len(Attrs) != 1: