[LON-CAPA-cvs] cvs: loncom / lond
raeburn
raeburn at source.lon-capa.org
Mon Dec 3 08:20:21 EST 2018
raeburn Mon Dec 3 13:20:21 2018 EDT
Modified files:
/loncom lond
Log:
- Trust settings
Index: loncom/lond
diff -u loncom/lond:1.552 loncom/lond:1.553
--- loncom/lond:1.552 Sun Dec 2 16:17:21 2018
+++ loncom/lond Mon Dec 3 13:20:21 2018
@@ -2,7 +2,7 @@
# The LearningOnline Network
# lond "LON Daemon" Server (port "LOND" 5663)
#
-# $Id: lond,v 1.552 2018/12/02 16:17:21 raeburn Exp $
+# $Id: lond,v 1.553 2018/12/03 13:20:21 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -65,7 +65,7 @@
my $status='';
my $lastlog='';
-my $VERSION='$Revision: 1.552 $'; #' stupid emacs
+my $VERSION='$Revision: 1.553 $'; #' stupid emacs
my $remoteVERSION;
my $currenthostid="default";
my $currentdomainid;
@@ -236,7 +236,7 @@
edit => {institutiononly => 1}, #not used currently
eget => {remote => 1, domroles => 1, enroll => 1}, #not used currently
egetdom => {remote => 1, domroles => 1, enroll => 1, },
- ekey => {}, #not used currently
+ ekey => {anywhere => 1},
exit => {anywhere => 1},
fetchuserfile => {remote => 1, enroll => 1},
get => {remote => 1, domroles => 1, enroll => 1},
More information about the LON-CAPA-cvs
mailing list