From 4c40d9a2f75e5c563979cae5b3e4e7bce23e3dff Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Wed, 20 Aug 2008 16:21:33 -0700 Subject: some web site updates --- .../gpg-authentication-cmd_requires_single_input.mdwn | 15 +++++++++++++++ .../gpg_authentication_cmd-requires-single-input.mdwn | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 website/bugs/gpg-authentication-cmd_requires_single_input.mdwn delete mode 100644 website/bugs/gpg_authentication_cmd-requires-single-input.mdwn (limited to 'website/bugs') 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. diff --git a/website/bugs/gpg_authentication_cmd-requires-single-input.mdwn b/website/bugs/gpg_authentication_cmd-requires-single-input.mdwn deleted file mode 100644 index d10a164..0000000 --- a/website/bugs/gpg_authentication_cmd-requires-single-input.mdwn +++ /dev/null @@ -1,15 +0,0 @@ -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. -- cgit v1.2.3