--- doc/build/confexamples/loncapa.conf 2002/06/06 15:40:23 1.2 +++ doc/build/confexamples/loncapa.conf 2005/09/02 18:52:43 1.3 @@ -1,7 +1,54 @@ -PerlSetVar lonAdmEMail harris41@spock.lite.msu.edu -PerlSetVar lonHostID morphyl1 -PerlSetVar lonRole library -PerlSetVar lonLoadLim 2.00 -PerlSetVar lonExpire 86400 -PerlSetVar lonReceipt lkj32kjlppqkkm -PerlSetVar lonDefDomain msu +# LON-internal HostID of this machine + +PerlSetVar lonHostID morphyl1 + +# Role of this machine: library, access + +PerlSetVar lonRole library + +# Server Administration + +PerlSetVar lonAdmEMail albertel@msu.edu + +# Support E-mail + +PerlSetVar lonSupportEMail helpdesk@msu.edu + +# Default domain + +PerlSetVar lonDefDomain msu + +# Load Limit ( 100% loadavg ) + +PerlSetVar lonLoadLim 4.00 + +# User Load Limit ( 100% loadavg ) + +PerlSetVar lonUserLoadLim 100 + +# Expiration for local copies and tokens in seconds + +PerlSetVar lonExpire 86400 + +# Key to issue receipts + +PerlSetVar lonReceipt lkj32kjlppqkkm + +# +# 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, set it to 0 + +PerlSetVar londAllowInsecure {[[[[londAllowInsecure]]]]} + +# 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, set it to 0 + +PerlSetVar loncAllowInsecure {[[[[loncAllowInsecure]]]]}