From: Jameson Graef Rollins Date: Tue, 19 Aug 2008 05:22:29 +0000 (-0700) Subject: add bug about gpg_authentication_cmd. X-Git-Tag: monkeysphere_0.11-1~10 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=fc43a831b586ef105cb92fce33fd32e8d0a42a8e;p=monkeysphere.git add bug about gpg_authentication_cmd. --- 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.