From: joey <> Date: Sat, 20 Nov 2004 19:08:40 +0000 (+0000) Subject: Add the Debian GnuPG keyring as default (this was done through X-Git-Tag: debian_userdir-ldap_0-3-8~41 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=053bb4b41bf0e7116359fda6e4ed2e6c804ba72d Add the Debian GnuPG keyring as default (this was done through .gnupg/options before already). --- diff --git a/ud-useradd b/ud-useradd index 9489755..a7b5f39 100755 --- a/ud-useradd +++ b/ud-useradd @@ -57,7 +57,7 @@ while (1): break # Locate the key of the user we are adding -GPGBasicOptions[0] = "--batch" # Permit loading of the config file +SetKeyrings(["/org/keyring.debian.org/keyrings/debian-keyring.gpg"]) while (1): Foo = raw_input("Who are you going to add (for a GPG search)? "); if Foo == "":