User: starksm 
  Date: 01/05/31 19:33:05

  Modified:    src/etc/conf/default auth.conf
  Log:
  Change the simple login module to the auth.spi package version
  
  Revision  Changes    Path
  1.5       +1 -1      jboss/src/etc/conf/default/auth.conf
  
  Index: auth.conf
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/auth.conf,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- auth.conf 2001/06/01 02:31:00     1.4
  +++ auth.conf 2001/06/01 02:33:05     1.5
  @@ -8,7 +8,7 @@
       // password should either coincide with user name or be null, 
       // all users have role "guest", 
       // users with non-null password also have role "user"
  -    org.jboss.security.plugins.samples.SimpleServerLoginModule required;
  +    org.jboss.security.auth.spi.SimpleServerLoginModule required;
   };
   
   // Used by clients within the application server VM such as
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to