diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2013-02-07 13:17:34 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2013-02-07 13:17:34 -0500 |
commit | 71576e054b4d47085f7620749660ca2bf1df47b0 (patch) | |
tree | 35978c467592038a90f7ed7b0ac5747ede2fdee4 /src/share | |
parent | 0cf70fabb87f291963a69b00faa815a9b600f6c5 (diff) |
added keyid-format 0xlong to monkeysphere-authentication default gpg.conf files (thanks, Jonas!)
Diffstat (limited to 'src/share')
-rw-r--r-- | src/share/ma/setup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/share/ma/setup b/src/share/ma/setup index 9a047aa..e65f875 100644 --- a/src/share/ma/setup +++ b/src/share/ma/setup @@ -34,6 +34,7 @@ setup() { # This file is maintained by the Monkeysphere software. # Edits will be overwritten. no-greeting +keyid-format 0xlong EOF KEYSERVER_OPTIONS="" @@ -51,6 +52,7 @@ EOF # Edits will be overwritten. no-greeting list-options show-uid-validity +keyid-format 0xlong ${KEYSERVER_OPTIONS} EOF |