--- loncom/interface/domainprefs.pm 2022/02/15 04:28:01 1.406 +++ loncom/interface/domainprefs.pm 2022/02/16 04:33:43 1.407 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.406 2022/02/15 04:28:01 raeburn Exp $ +# $Id: domainprefs.pm,v 1.407 2022/02/16 04:33:43 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -16301,6 +16301,11 @@ sub modify_lti { $dom,$hostid); } } + if (ref($lastactref) eq 'HASH') { + if (($secchanges{'encrypt'}) || ($secchanges{'private'})) { + $lastactref->{'domdefaults'} = 1; + } + } } &Apache::lonnet::put_dom('encconfig',\%ltienchash,$dom,undef,1); if ((keys(%changes) == 0) && (keys(%secchanges) == 0)) {