summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2013-02-07 13:17:34 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2013-02-07 13:17:34 -0500
commit71576e054b4d47085f7620749660ca2bf1df47b0 (patch)
tree35978c467592038a90f7ed7b0ac5747ede2fdee4
parent0cf70fabb87f291963a69b00faa815a9b600f6c5 (diff)
added keyid-format 0xlong to monkeysphere-authentication default gpg.conf files (thanks, Jonas!)
-rw-r--r--src/share/ma/setup2
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