summaryrefslogtreecommitdiff
path: root/website/bugs/gpg-authentication-cmd_requires_single_input.mdwn
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-08-21 01:46:15 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-08-21 01:46:15 -0400
commit3c65d3d8ce819bc94cce81724f0374765e405906 (patch)
tree0116579e62a65583ec98d243b28ff727bab7938a /website/bugs/gpg-authentication-cmd_requires_single_input.mdwn
parent39f3516d7f57397cb61c5a28d3d199ad9bb1a719 (diff)
parent4c40d9a2f75e5c563979cae5b3e4e7bce23e3dff (diff)
Merge commit 'jrollins/master'
Diffstat (limited to 'website/bugs/gpg-authentication-cmd_requires_single_input.mdwn')
-rw-r--r--website/bugs/gpg-authentication-cmd_requires_single_input.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/website/bugs/gpg-authentication-cmd_requires_single_input.mdwn b/website/bugs/gpg-authentication-cmd_requires_single_input.mdwn
new file mode 100644
index 0000000..d10a164
--- /dev/null
+++ b/website/bugs/gpg-authentication-cmd_requires_single_input.mdwn
@@ -0,0 +1,15 @@
+In monkeysphere-server, the gpg\_authentication function, and
+consequently the gpg\_authentication\_cmd, currently requires that all
+arguments be put in a single quoted argument, eg:
+
+ gpg_authentication "--list-key --with-colons --with-fingerprint 0x${keyID}!"
+
+This is obviously a little lame, but it seems to be necessary to do
+the necessary argument passing from the function, to the su function
+called as the monkeysphere user that controls the gpg authentication
+keyring.
+
+I'm not sure how to fix it. I think the problem is mostly in how
+arguments are passed to su.
+
+-- Big Jimmy.