pnever      2005/03/04 07:45:31

  Modified:    proposals/tamino/etc/urm Tag: TWS421_BRANCH OS.xml.template
  Log:
  Adapted to changes in URM (on behalf of Eckehard)
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.4.4   +5 -3      jakarta-slide/proposals/tamino/etc/urm/OS.xml.template
  
  Index: OS.xml.template
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/tamino/etc/urm/OS.xml.template,v
  retrieving revision 1.1.4.3
  retrieving revision 1.1.4.4
  diff -u -r1.1.4.3 -r1.1.4.4
  --- OS.xml.template   2 Mar 2005 16:12:49 -0000       1.1.4.3
  +++ OS.xml.template   4 Mar 2005 15:45:31 -0000       1.1.4.4
  @@ -2,7 +2,7 @@
   <SagUrmConfiguration>
       <Authenticator 
Class="org.apache.slide.urm.authenticator.impl.ssx.URMAuthenticatorSSX" 
Info="SSX authenticator provider" ProviderURL="http://www.openldap.org/";>
           <Attributes>
  -            <Attribute name="sensitive" value="false" description="indicates 
if user and domain should be handeled case sensitive: true if case sensitive, 
false else" />
  +            <Attribute name="sensitive" value="true" description="indicates 
if user and domain should be handeled case sensitive: true if case sensitive, 
false else" />
               <Attribute name="authType" value="os" description="Choosen 
authentication."/>
               <Attribute name="cacheSize" value="100" description="The size of 
the authenticated user cache."/>
               <Attribute name="cacheTime" value="900" description="The time in 
seconds till the user will be valid in the cache after a successful 
authentication."/>
  @@ -10,8 +10,8 @@
               <Attribute name="denyTime" value="60" description="The time in 
seconds till the user authentication will be denied after the 'denyCount' is 
reached."/>
               <Attribute name="nativeLogFile" 
value="webdavrealmnativeuserdb.log" description="The log file name for the 
logging of the user DB library. The global 'ssx_userdb_global_errors.log' file 
(which located in the default temp directory) will be used if the log ability 
is turned on and the logging to the specified logfile is not possible."/>
               <Attribute name="nativeLogLevel" value="0" description="The 
valid value range is between 1 and 6. If 0 or not defined than there will be no 
logging."/>
  -            <Attribute name="winCheckLocalGroups" value="1" 
description="always include local groups" />
  -            <Attribute name="useLogonUseron2000" value="1" 
description="always include local groups" />
  +            <Attribute name="winCheckLocalGroups" value="0" 
description="always include local groups" />
  +            <Attribute name="useLogonUseron2000" value="0" 
description="always include local groups" />
               <!--Attribute name="defaultGroup" value="group name" 
description="Each group will belong to this group."/-->
               <!--Attribute name="${defaultDomain}" description="It will be 
used for OS authentication if the domain is not specified explicit in a method 
call."/-->
           </Attributes>
  @@ -33,6 +33,8 @@
               <UserDatabase 
Class="org.apache.slide.urm.authenticator.userdb.impl.ssx.URMUserDBManagerSpiSSX"
 Info="SSX administrator provider" ProviderURL="http://www.openldap.org/";>
   
                   <Attributes>
  +                 <Attribute name="guestId" value="SemanticServer" 
description="URM Guest account" />
  +                    <Attribute name="guestPassword" value="SemanticServer" 
description="URM Guest password" />                     
                       <Attribute name="allCacheSize" value="100" 
description="The size of all the caches (all users, all groups, group members 
etc.)."/>
                       <Attribute name="allCacheTime" value="900" 
description="The time in seconds till antry will be valid in the cache (of all 
users, all groups, group members etc.)."/>
                       <!--Attribute name="defaultDomain" value="domain name" 
description="The specified doamin will be used for OS authentication if is not 
specified explicit."/-->
  
  
  

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

Reply via email to