X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=sigcheck;h=1ba2a8d7d1a43b58ea70842c44c8291703e405d0;hb=a4e93229562270736e83f580168e5bbca5c2c770;hp=57c4a9034767831be1a3eec86c308a0d37614e3b;hpb=cdba05cbc8f2fa6a8557fd43e6c4e4d5d8e1130c;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