diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-08-19 10:47:00 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-08-19 10:47:00 -0400 |
commit | 6a9fb8b965cf02bb5aaaa9b6353ea557abbc09d9 (patch) | |
tree | e0a7caa8c7463b1c00542d7de64249d11c1ae777 | |
parent | 5f04744f98c050ae4f9443754f74ebaa0d9da425 (diff) | |
parent | f8776c025caf334fef355e7752cfdd822efc0578 (diff) |
Merge commit 'mlcastle/master'
-rw-r--r-- | website/bugs/gpg_authentication_cmd-requires-single-input.mdwn | 15 |
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. |