From a551cec7583c6d3ca2f320b6abea2dfb9d262bb8 Mon Sep 17 00:00:00 2001 From: joey <> Date: Wed, 27 Oct 2004 11:02:16 +0000 Subject: [PATCH] Import from samosa: case sensitive spelling of fields --- ud-echelon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.20.1