User: starksm 
  Date: 01/07/09 01:37:13

  Modified:    src/etc/conf/default Tag: Branch_2_4 auth.conf
  Log:
  Add a unauthenticatedIdentity property with a default value of nobody.
  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.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.5.4.1   +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.5.4.1
  diff -u -r1.5 -r1.5.4.1
  --- auth.conf 2001/06/01 02:33:05     1.5
  +++ auth.conf 2001/07/09 08:37:13     1.5.4.1
  @@ -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