Revision: glite-voms-admin-server--release--1.0.0--patch-96 Archive: lorentey@elte.hu--2004 Creator: Karoly Lorentey Date: Thu Apr 14 00:06:23 CEST 2005 Standard-date: 2005-04-13 22:06:23 GMT Modified-files: scripts/init-voms-admin scripts/voms-admin-configure New-patches: lorentey@elte.hu--2004/glite-voms-admin-server--release--1.0.0--patch-96 Summary: Allow local usage of command-line client without further setup. Add --code option. Add --admincert option. Keywords: * scripts/init-voms-admin (reload): Don't try to restart a VO if there is no context file for it. * scripts/voms-admin-configure: Add --admincert and --code options. The code is for the core service; it is optional and the default is normally OK. * scripts/voms-admin-configure (install_db): Add the host certificate as a VO admin by default. Add --admincert as a VO admin, if given. * scripts/voms-admin-configure (check_parameters): Require the host certificate to be set up. Generate a unique --code based on the current time and the port number if no code was given by the user. Parse the initial admin's certificate, if given. * scripts/voms-admin-configure (install_vomsd): Pass the --code option to the voms daemon. * scripts/voms-admin-configure (parse_certificate): New function. (quote): New function for quoting special characters in SQL strings.