I'm starting the container by this command : globus-start-container-detached -containerDesc ~/global_security_descriptor2.xml -nosec -p 8555 $*
and the global_security_descriptor2.xml content is: <?xml version="1.0" encoding="UTF-8"?> <containerSecurityConfig xmlns=" http://www.globus.org/security/descriptor/container" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://www.globus.org/security/descriptor name_value_type.xsd" xmlns:param=" http://www.globus.org/security/descriptor" > <credential> <cert-key-files> <key-file value="/home/shahand/.globus/userkey2.pem"/> <cert-file value="/home/shahand/.globus/usercert.pem"/> </cert-key-files> </credential> <defaultAuthzParam> <interceptor name="gridmap"> <parameter> <param:nameValueParam> <param:parameter name="gridmap-file" value="/etc/grid-security/grid-mapfile"/> </param:nameValueParam> </parameter> </interceptor> </defaultAuthzParam> </containerSecurityConfig> Thanks, Shayan 2008/6/27 Tom Scavo <[EMAIL PROTECTED]>: > On Fri, Jun 27, 2008 at 3:19 AM, Shayan Shahand <[EMAIL PROTECTED]> wrote: > > > > I'd like to add that I start container with my own security descriptors. > > Can you post those security descriptors, please? > > Thanks, > Tom >
