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

version 1.10, 2004/05/27 09:28:38 version 1.13, 2004/06/29 15:00:25
Line 20  PerlSetVar       lonRole      {[[[[lonRo Line 20  PerlSetVar       lonRole      {[[[[lonRo
   
 PerlSetVar       lonAdmEMail  {[[[[lonAdmEMail]]]]}  PerlSetVar       lonAdmEMail  {[[[[lonAdmEMail]]]]}
   
   # Support E-mail
   
   PerlSetVar lonSupportEMail  {[[[[lonSupportEMail]]]]} 
   
 # Default domain  # Default domain
   
 PerlSetVar       lonDefDomain {[[[[lonDefDomain]]]]}  PerlSetVar       lonDefDomain {[[[[lonDefDomain]]]]}
Line 48  PerlSetVar  lonReceipt   {[[[[lonReceipt Line 52  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.13


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