From: jgg <> Date: Mon, 21 Feb 2000 07:06:23 +0000 (+0000) Subject: Fixed gpgwrapper bug, other fixes X-Git-Tag: debian_userdir-ldap_0-3-7~167 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=b006d85551df4a7116824f6430b67e563ebac587 Fixed gpgwrapper bug, other fixes --- diff --git a/gpgwrapper b/gpgwrapper index 8ab64da..10f5d72 100755 --- a/gpgwrapper +++ b/gpgwrapper @@ -105,7 +105,7 @@ for (switch, val) in options: if (switch == '-r'): ReplayCacheFile = val; elif (switch == '-e'): - ErrorTempalte = val; + ErrorTemplate = val; elif (switch == '-k'): SetKeyrings(string.split(val,":")); elif (switch == '-a'): diff --git a/ud-ldapshow b/ud-ldapshow index 2b81549..6447283 100755 --- a/ud-ldapshow +++ b/ud-ldapshow @@ -95,6 +95,14 @@ if arguments[0] == "echelon": PGPCount = PGPCount + 1; print "Echelon has seen",Count,"developers, with",PGPCount,"PGP confirms as of",time.strftime("%a, %d %b %Y %H:%M:%S +0000",time.gmtime(time.time())); +if arguments[0] == "missing": + Attrs = l.search_s(BaseDn,ldap.SCOPE_ONELEVEL,\ + "(&(!(|(activity-pgp=*)(activity-from=*)))(&(keyfingerprint=*)(gidnumber=800)))",\ + ["uid","cn","sn","mn"]); + Attrs.sort(); + for x in Attrs: + print EmailAddress(x); + if arguments[0] == "keystat": Attrs = l.search_s(BaseDn,ldap.SCOPE_ONELEVEL,"keyfingerprint=*",\ ["keyfingerprint"]); diff --git a/web/update.html b/web/update.html index e27d254..2fbbaf2 100644 --- a/web/update.html +++ b/web/update.html @@ -9,7 +9,7 @@ - + @@ -379,7 +379,7 @@

Back to the Debian Project homepage.


You can contact us at admin@db.debian.org.

-Last Modified: Sat, Sep 25 01:07:50 UTC 1999
+Last Modified: Mon, Feb 14 19:23:51 UTC 2000
Copyright © 1997-1999 SPI; See license terms