remm        01/06/15 12:44:10

  Modified:    src/conf/webapp Domain.xml
  Log:
  - Set auto create users back to true, which is a very convinient feature when
    the servlet container's realm doesn't authenticate principals against Slide's
    principals.
  
  Revision  Changes    Path
  1.19      +1 -1      jakarta-slide/src/conf/webapp/Domain.xml
  
  Index: Domain.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/conf/webapp/Domain.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- Domain.xml        2001/06/14 00:41:31     1.18
  +++ Domain.xml        2001/06/15 19:44:09     1.19
  @@ -76,7 +76,7 @@
         <role name="guest">slideroles.basic.GuestRole</role>
   
         <!-- Users management -->
  -      <auto-create-users>false</auto-create-users>
  +      <auto-create-users>true</auto-create-users>
   
         <!-- Default properties mapping -->
         <default-property name="foo" namespace="nsfoo/" value="bar"
  
  
  

Reply via email to