summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormike castleman <m@mlcastle.net>2008-08-19 09:50:46 -0400
committermike castleman <m@mlcastle.net>2008-08-19 09:50:46 -0400
commitc60beabbc89be3175fb470f0bf66ed6c2773aa13 (patch)
tree6a92687892c26200bb49f7c9afa420dadeb94b01
parent2589cde8403403c2cc3cc6abd5187aceda87cccc (diff)
parentfc43a831b586ef105cb92fce33fd32e8d0a42a8e (diff)
Merge commit 'jrollins/master'
-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.