X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=blobdiff_plain;f=sigcheck;fp=sigcheck;h=1ba2a8d7d1a43b58ea70842c44c8291703e405d0;hp=57c4a9034767831be1a3eec86c308a0d37614e3b;hb=595923978a9ad55f4ec55b1aabef44683b111911;hpb=1aaf024407a8ac653bf10c28a043aff0a967e5df 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