X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=sigcheck;h=1ba2a8d7d1a43b58ea70842c44c8291703e405d0;hb=32c616b7a9236fd172ee33c99d3006a49c0d4a10;hp=57c4a9034767831be1a3eec86c308a0d37614e3b;hpb=198bda079d03f7251b50f95e6a28c1fb046e616a;p=mirror%2Fuserdir-ldap.git diff --git a/sigcheck b/sigcheck index 57c4a90..1ba2a8d 100755 --- a/sigcheck +++ b/sigcheck @@ -54,7 +54,7 @@ def CheckLDAP(FingerPrint): ErrType = EX_TEMPFAIL; ErrMsg = "An error occurred while performing the LDAP lookup:"; global l; - l = ldap.open(LDAPServer); + l = connectLDAP(LDAPServer); l.simple_bind_s("",""); # Search for the matching key fingerprint