taylor      02/02/23 15:07:32

  Modified:    webapp/WEB-INF/conf JetspeedResources.properties
  Log:
  - new configuration parameters for case-insensitive logon feature
  
  Revision  Changes    Path
  1.64      +10 -2     
jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedResources.properties
  
  Index: JetspeedResources.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedResources.properties,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- JetspeedResources.properties      16 Feb 2002 13:10:20 -0000      1.63
  +++ JetspeedResources.properties      23 Feb 2002 23:07:32 -0000      1.64
  @@ -1,7 +1,7 @@
   ################################################################################
   # Jetspeed Configuration                             
   # Author: Kevin A. Burton ([EMAIL PROTECTED])
  -# $Id: JetspeedResources.properties,v 1.63 2002/02/16 13:10:20 paulsp Exp $
  +# $Id: JetspeedResources.properties,v 1.64 2002/02/23 23:07:32 taylor Exp $
   ################################################################################
   # This is the main file you will need to configuration Jetspeed.  If there are 
   # any secondary files they will be pointed to from this file.
  @@ -392,7 +392,7 @@
   services.Profiler.newuser.media_types=html,wml
   
   #########################################
  -# Template Jetspeed Security Service    #
  +# Jetspeed Security Service             #
   #########################################
   # Role(s) to assign to new user.  Multiple Role must be comma separated.
   services.JetspeedSecurity.newuser.roles=user
  @@ -403,6 +403,14 @@
   #     * = All permissions
   services.JetspeedSecurity.permission.default.anonymous=view
   services.JetspeedSecurity.permission.default.loggedin=*
  +
  +# During logon, username and password can be case sensitive or case insensitive
  +# This option configures the logon username and password to be case sensitive or 
insensitive
  +# if its case insensitive, then "logon.casesensitive.upper" controls whether the 
username and 
  +# password or converted to upper or lower case before passing on to the database
  +services.JetspeedSecurity.caseinsensitive.username=false
  +services.JetspeedSecurity.caseinsensitive.password=false
  +services.JetspeedSecurity.caseinsensitive.upper=true
   
   #########################################
   # Template Locator Service              #
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to