On Thu, Nov 6, 2008 at 7:44 AM, Kakoli Sen <[EMAIL PROTECTED]> wrote: > > But now, DelegationService is giving error as it is not picking up the > key 'vomsAttrAuthzFile'. > But the same thing is working with the RFTService.
If the PDP can't find your policy file, the reason is usually a mismatch between the scopes used in the security descriptor and deployment descriptor. The security descriptor should use a single scope for both the PIP and PDP, and that scope should be used to set the vomsAttrAuthzFile parameter in the deployment descriptor. See the docs for an example: http://dev.globus.org/wiki/Incubator/VOMS/Installing-0.2#Configuration The security descriptor you posted earlier used separate scopes for the PIP and PDP, which is unnecessary (and may even be the source of your problem). You didn't post the deployment descriptor, so I don't know for sure, but maybe the scope used in the deployment descriptor does not match the PDP scope used in the security descriptor. Tom
