Import from samosa: case sensitive spelling of fields
authorjoey <>
Wed, 27 Oct 2004 11:02:16 +0000 (11:02 +0000)
committerjoey <>
Wed, 27 Oct 2004 11:02:16 +0000 (11:02 +0000)
ud-echelon

index 5e98afc..cdca2de 100755 (executable)
@@ -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: