logging.xml enabling

Peter Schober peter.schober at univie.ac.at
Fri Jul 5 11:58:42 EDT 2013


* Gilles Badouet <badouetg at uni.coventry.ac.uk> [2013-07-05 17:32]:
> Below is my UsernamePassword  conf in handler.xml
> 
>  <!--  Username/password login handler -->
>     
>     <ph:LoginHandler xsi:type="ph:UsernamePassword" 
>                   jaasConfigurationLocation="file://C:\IDP\conf\login.config">
>         <ph:AuthenticationMethod>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport</ph:AuthenticationMethod>
>     </ph:LoginHandler>

And no other login handler is active (with the exception of
PreviousSession)?

Note that syntax for the filesystem path to your login.config looks
different than the example in
http://docs.oracle.com/javase/1.5.0/docs/guide/security/jaas/tutorials/LoginConfigFile.html
Maybe someone using the IdP on a MS-Windows system can chime in here.

(Again whether login.conf is being read at all would be easy to tes by
breaking the config and trying to restart the servlet container.)

Slowly running out of ideas.
-peter


More information about the users mailing list