maguro      2004/09/12 13:11:56

  Added:       modules/itests/src/test-resources login.config
  Log:

  Some security tests.
  
  Revision  Changes    Path
  1.1                  openejb/modules/itests/src/test-resources/login.config
  
  Index: login.config
  ===================================================================
  /*
   *
   */
  
  public {
      org.apache.geronimo.security.jaas.RemoteLoginModule required
      debug=false
      uri="async://localhost:4242"
      realm="public-properties-realm"
      kernel="test.kernel";
  };
  
  black {
      org.apache.geronimo.security.jaas.RemoteLoginModule required
      debug=false
      uri="async://localhost:4242"
      realm="black-properties-realm"
      kernel="test.kernel";
  };
  
  
  

Reply via email to