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

version 1.10, 2004/05/27 09:28:38 version 1.12, 2004/06/01 14:58:12
Line 48  PerlSetVar  lonReceipt   {[[[[lonReceipt Line 48  PerlSetVar  lonReceipt   {[[[[lonReceipt
 #  londAllowInsecure allows lond to fall back to insecure connections  #  londAllowInsecure allows lond to fall back to insecure connections
 #  in the event its peer is not yet updated to secure lonc.  #  in the event its peer is not yet updated to secure lonc.
 #  If you are certain all the systems you are communicating with  #  If you are certain all the systems you are communicating with
 #  are using secure lonc, uncomment the first definition and  #  are using secure lonc, set it to 0
 #  comment the second.  
   
 # PerlSetVar londAllowInsecure {[[[[0]]]]}  PerlSetVar londAllowInsecure {[[[[londAllowInsecure]]]]}
 PerlSetVar londAllowInsecure {[[[[1]]]]}  
   
 # loncAllowInsecure allows lonc to fall back to negotiating an insecure  # loncAllowInsecure allows lonc to fall back to negotiating an insecure
 # connection with lond in the event the peer is not yet a secure lond.  # 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   # If you are certain that all systems you are communicating with 
 # are using secure lond, uncomment the next line and comment the  # are using secure lond,  set it to 0
 # second:  
   
 # PerlSetVar loncAllowInsecure {[[[[0]]]]}  PerlSetVar   loncAllowInsecure {[[[[loncAllowInsecure]]]]}
 PerlSetVar   loncAllowInsecure {[[[[1]]]]}  
   

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


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