Diff for /loncom/loncapa.conf between versions 1.8 and 1.10

version 1.8, 2003/05/08 22:08:18 version 1.10, 2004/05/27 09:28:38
Line 39  PerlSetVar       lonExpire    {[[[[lonEx Line 39  PerlSetVar       lonExpire    {[[[[lonEx
 # Key to issue receipts  # Key to issue receipts
     
 PerlSetVar lonReceipt   {[[[[lonReceipt]]]]}  PerlSetVar lonReceipt   {[[[[lonReceipt]]]]}
   
   #
   #   The variables below control the behavior of secure lond:
   #
   #
   
   #  londAllowInsecure allows lond to fall back to insecure connections
   #  in the event its peer is not yet updated to secure lonc.
   #  If you are certain all the systems you are communicating with
   #  are using secure lonc, uncomment the first definition and
   #  comment the second.
   
   # PerlSetVar londAllowInsecure {[[[[0]]]]}
   PerlSetVar londAllowInsecure {[[[[1]]]]}
   
   # loncAllowInsecure allows lonc to fall back to negotiating an insecure
   # connection with lond in the event the peer is not yet a secure lond.
   # If you are certain that all systems you are communicating with 
   # are using secure lond, uncomment the next line and comment the
   # second:
   
   # PerlSetVar loncAllowInsecure {[[[[0]]]]}
   PerlSetVar   loncAllowInsecure {[[[[1]]]]}
   

Removed from v.1.8  
changed lines
  Added in v.1.10


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>