| General Databases (73) Linux (41) Apache (6) Network (11) shell (12) Outside the Cube (5088) Programming (679) Web publishing (65) Windows (431)
|
Problems with public key details screen in webmin
Question: I use webmin to administrate our gpg installation.I try to add an account (user name, email address and comment) to an existing (secret) key using webmin's "Public Key Details" screen. The url looks like this: /gnupg/edit_key.cgi?idx=0 I fill is user name = test, email = test@test and click on the "Add" key, but nothing happens. The script seems to stall. Answer: The CGI script interfaces with the gpg commandline tool. gpg rejects user names that are less than 5 characters long.Unfortunately webmin does not check this in the GUI, and the script does not have an error handler for that.
Comments:
| ||||||||||||||||||||||||