Hi

When I am assigning a ROLE to user like VO-Admin and issue "voms-proxy-init
--voms <vo-name>:/ROLE=VO-Admin" then "voms-proxy-info -all" shows the
role.

attribute : /<vo-name>/Role=VO-Admin

However when I dont assign a ROLE to user and issue "voms-proxy-init --voms
<vo-name>"  then if I do a "voms-proxy-info -all", it doesn't show

attribute : /<vo-name>/Role=NULL/Capability=NULL

What can be a possible reason?

Thanks
Arpit


On Wed, Aug 6, 2008 at 5:40 PM, Benjamin Henne <[EMAIL PROTECTED]>wrote:

> How do you invoke voms-proxy-init? Do you specify the expected role?
> You have to specify roles to be included in the proxy.
>
>
> examples:
>
> $ voms-proxy-init -voms rvs
> $ voms-proxy-info -all
> [...]
> === VO rvs extension information ===
> VO        : rvs
> subject   : [...]
> issuer    : [...]
> attribute : /rvs/Role=NULL/Capability=NULL
> attribute : /rvs/lehre/Role=NULL/Capability=NULL
>
>
> $ voms-proxy-init -voms rvs:/Role=researcher
> $ voms-proxy-info -all
> [...]
> === VO rvs extension information ===
> VO        : rvs
> subject   : [...]
> issuer    : [...]
> attribute : /rvs/Role=researcher/Capability=NULL
> attribute : /rvs/lehre/Role=researcher/Capability=NULL
> attribute : /rvs/Role=NULL/Capability=NULL
> attribute : /rvs/lehre/Role=NULL/Capability=NULL
>
>
> (using voms-proxy-init/info 1.7.16)
>
>
>
> arpit jain schrieb:
> > Hi
> >
> > I have installed (stand--alone VOMS without GLITE) VOMS on my Linux
> > machine. My VOMS-Admin (version2.0) is running fine. My VOMS Server is
> > also running fine.
> > I have created a user and assigned him to a role "VO-Admin". When I run
> > "voms-proxy-info -all", I get the following information:
> > -------------------------------
> > subject   :
> > /O=Grid/OU=GlobusTest/OU=
> simpleCA-sukeshini.cdacb.ernet.in/OU=cdacb.ernet.in/CN=Arpit
> > <http://simpleCA-sukeshini.cdacb.ernet.in/OU=cdacb.ernet.in/CN=Arpit>
> > Jain/CN=proxy
> > issuer    :
> > /O=Grid/OU=GlobusTest/OU=
> simpleCA-sukeshini.cdacb.ernet.in/OU=cdacb.ernet.in/CN=Arpit
> > <http://simpleCA-sukeshini.cdacb.ernet.in/OU=cdacb.ernet.in/CN=Arpit>
> Jain
> > identity  :
> > /O=Grid/OU=GlobusTest/OU=
> simpleCA-sukeshini.cdacb.ernet.in/OU=cdacb.ernet.in/CN=Arpit
> > <http://simpleCA-sukeshini.cdacb.ernet.in/OU=cdacb.ernet.in/CN=Arpit>
> Jain
> > type      : proxy
> > strength  : 512 bits
> > path      : /tmp/x509up_u500
> > timeleft  : 11:42:24
> > === VO test_vo_mysql extension information ===
> > VO        : test_vo_mysql
> > subject   :
> > /O=Grid/OU=GlobusTest/OU=
> simpleCA-sukeshini.cdacb.ernet.in/OU=cdacb.ernet.in/CN=Arpit
> > <http://simpleCA-sukeshini.cdacb.ernet.in/OU=cdacb.ernet.in/CN=Arpit>
> Jain
> > issuer    :
> > /O=Grid/OU=GlobusTest/OU=
> simpleCA-sukeshini.cdacb.ernet.in/CN=host/arpitjain.cdacb.ernet.in
> > <
> http://simpleCA-sukeshini.cdacb.ernet.in/CN=host/arpitjain.cdacb.ernet.in>
>
> > attribute : /test_vo_mysql
> > attribute : ID = 240 (test_vo_mysql)
> > timeleft  : 11:42:24
> > -------------------------------------------------------
> > The role-name of the user is not getting reflected in the above command.
> > Is the VO credential correctly formed?
> >
> > Thanks & Regards
> > Arpit
> > CDAC-India
>

Reply via email to