X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=blobdiff_plain;f=sigcheck;fp=sigcheck;h=af1be9d333ce02c3a5fffeb35370d7b77bcdc041;hp=848911e5e5b045b43d26d686cee08fd198a2f6cd;hb=01af4060534a03cefc125036a469798838d3e72b;hpb=41b57e59986a3cea9a32d8940d9372bbd3b7f6d1 diff --git a/sigcheck b/sigcheck index 848911e..af1be9d 100755 --- a/sigcheck +++ b/sigcheck @@ -19,7 +19,7 @@ # -v Verbose mode # Typical Debian invokation may look like: -# ./gpgwrapper -k /usr/share/keyrings/debian-keyring.gpg:/usr/share/keyrings/debian-keyring.pgp \ +# sigcheck -k /usr/share/keyrings/debian-keyring.gpg:/usr/share/keyrings/debian-keyring.pgp \ # -d ou=users,dc=debian,dc=org -l db.debian.org \ # -m debian.org -a admin@db.debian.org \ # -e /etc/userdir-ldap/templtes/error-reply -- test.sh @@ -52,7 +52,7 @@ def CheckLDAP(FingerPrint): # Connect to the ldap server global ErrTyp, ErrMsg; ErrType = EX_TEMPFAIL; - ErrMsg = "An error occured while performing the LDAP lookup:"; + ErrMsg = "An error occurred while performing the LDAP lookup:"; global l; l = ldap.open(LDAPServer); l.simple_bind_s("",""); @@ -126,7 +126,7 @@ try: # Check the signature ErrMsg = "Unable to check the signature or the signature was invalid:"; Res = GPGCheckSig(Msg[0]); - + if Res[0] != None: raise Error, Res[0];