<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello.<br>
    <br>
    I wanted to configure a simple test with a simple user for a simple
    back-end authentication. <br>
    <br>
    I discovered this thing call JAAS in the
    /opt/shibboleth-idp/conf/login.config<br>
    <br>
    I never configured before, and I was wondering if I could configure
    a simple user like this?<br>
    <br>
    <blockquote><font face="Courier New, Courier, monospace">ShibUserPassAuth
        {<br>
        &nbsp;&nbsp; users.properties file<br>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a class="moz-txt-link-rfc2396E" href="mailto:testuser@somecompany.com">"testuser@somecompany.com"</a>=password<br>
        };<br>
      </font></blockquote>
  </body>
</html>