[LON-CAPA-cvs] cvs: loncom / lond

raeburn raeburn at source.lon-capa.org
Sun Dec 2 11:17:21 EST 2018


raeburn		Sun Dec  2 16:17:21 2018 EDT

  Modified files:              
    /loncom	lond 
  Log:
  - Domain Trust Settings
  
  
Index: loncom/lond
diff -u loncom/lond:1.551 loncom/lond:1.552
--- loncom/lond:1.551	Sat Nov 24 16:19:09 2018
+++ loncom/lond	Sun Dec  2 16:17:21 2018
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.551 2018/11/24 16:19:09 raeburn Exp $
+# $Id: lond,v 1.552 2018/12/02 16:17:21 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -65,7 +65,7 @@
 my $status='';
 my $lastlog='';
 
-my $VERSION='$Revision: 1.551 $'; #' stupid emacs
+my $VERSION='$Revision: 1.552 $'; #' stupid emacs
 my $remoteVERSION;
 my $currenthostid="default";
 my $currentdomainid;
@@ -176,6 +176,7 @@
 # shared    ("Access to other domain's content by this domain")
 # enroll    ("Enrollment in this domain's courses by others")
 # coaurem   ("Co-author roles for this domain's users elsewhere")
+# othcoau   ("Co-author roles in this domain for others")
 # domroles  ("Domain roles in this domain assignable to others")
 # catalog   ("Course Catalog for this domain displayed elsewhere")
 # reqcrs    ("Requests for creation of courses in this domain by others")
@@ -300,9 +301,9 @@
                store => {remote => 1, enroll => 1, reqcrs => 1,},
                studentphoto => {remote => 1, enroll => 1},
                sub => {content => 1,},
-               tmpdel => {anywhere => 1},
-               tmpget => {anywhere => 1},
-               tmpput => {anywhere => 1},
+               tmpdel => {institutiononly => 1},
+               tmpget => {institutiononly => 1},
+               tmpput => {remote => 1, othcoau => 1},
                tokenauthuserfile => {anywhere => 1},
                unsub => {content => 1,},
                update => {shared => 1},




More information about the LON-CAPA-cvs mailing list