Hii I am trying to generate a voms-proxy by specifying "--order" option. My voms-proxy-init version is 1.7.22 and Core server version is also 1.7.22. Below is the command and its output:
*$voms-proxy-init --debug --voms application:/application/Role=VO-Admin --voms application:/application/MPI/Role=Programmer -order application:/application/MPI/Role=Programmer --vomses /usr/local/GARUDA/glite/vomsdir/vomses -out ./temp* The proxy is getting created successfully.However, the --order option is not working because the output is: *$ voms-proxy-info -fqan -file ./temp /application/Role=VO-Admin/Capability=NULL /application/Role=NULL/Capability=NULL /application/bio/Role=NULL/Capability=NULL /application/MPI/Role=NULL/Capability=NULL /application/MPI/Role=Programmer/Capability=NULL* * "/application/MPI/Role=Programmer/Capability=NULL*" attribute should come first in the proxy since I have specified it with --order option. Can someone suggest any reason for this? Thanks Arpit
