# PRIMA Module configuration file # this file configures what identity mapping service the prima module should contact # format is simply: # IMS_contact service-url # This is the identity mapping server, it performs a mapping based on the gridmap file on the service host imsContact https://localhost:8443/privilege/services/ExampleAuthorizationServicePort #A directory that contains identity certificates of attribute certificate issuers (e.g., voms servers) # optional issuerCertDir /etc/grid-security/vomsdir #should the signature on received attribute certificates be verified #(recommended, but requires issuerCertDir in most cases) # optional, default is "true" if ommitted #verifyAC true verifyAC false #host certs serviceCert /etc/grid-security/hostcert.pem serviceKey /etc/grid-security/hostkey.pem caCertDir /etc/grid-security/certificates # logging levels supported are debug, info, error, none #logLevel debug logLevel info #SAML XML schema directory samlSchemaDir /data1/opensaml-1.0/etc/opensaml/