User: starksm 
  Date: 01/07/09 13:10:40

  Modified:    src/etc/conf/default auth.conf
  Log:
  Integrate the changes made in the 2.4(Rel_2_4_0_14) branch for
  anonymous user support into main and tag as Rel_2_5_0_2
  
  Revision  Changes    Path
  1.6       +6 -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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- auth.conf 2001/06/01 02:33:05     1.5
  +++ auth.conf 2001/07/09 20:10:40     1.6
  @@ -23,7 +23,12 @@
       // of users is relatively small. It uses two properties files:
       //   users.properties, which holds users (key) and their password (value).
       //   roles.properties, which holds users (key) and a comma-separated list of 
their roles (value).
  -    org.jboss.security.auth.spi.UsersRolesLoginModule required;
  +    // The unauthenticatedIdentity property defines the name of the principal
  +    // that will be used when a null username and password are presented as is
  +    // the case for an unuathenticated web client or MDB. If you don't want to
  +    // allow such users to be authenticated remove the property.
  +    org.jboss.security.auth.spi.UsersRolesLoginModule required
  +       unauthenticatedIdentity="nobody";
   
   };
    
  
  
  

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

Reply via email to