G'day,

The muscle PKCS#11 library looks for its configuration file at ${HOME}/.pkcs11rc, or /.pkcs11rc if ${HOME} is not defined.

However, if I'm installing an application to be run by many users, then I'd want the configuration file to be located centrally, such as in /etc/pkcs11.rc or similar. So the location of the configuration file could then be determined as follows:

  (1) value of the PKCS11RC environment variable, if present
  (2) ${HOME}/.pkcs11rc, if present
  (3) /etc/pkcs11rc, if present

Are there any problems with the above approach? If not, I can supply a patch.

-- Geoff





_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to