Archives pour: Décembre 2007, 06
06.12.07
Activating debug messages in JAAS
When something goes wrong with JAAS, it's pretty cumbersome to figure out what's going wrong. To help debugging, Sun's JAAS implementation can be made versbose with the following system property:
java.security.auth.debug=valueWhere value can be:
- all (turn on all JAAS debugging)
- logincontext (LoginContext debugging)
- policy (access control policy debugging)
- auth (access control debugging)
- combiner (SubjectDomainCombiner debugging)