unlcms / UNL-CMS

Drupal 7 implementation at the University of Nebraska–Lincoln
http://unlcms.unl.edu/
GNU General Public License v2.0
4 stars 13 forks source link

Updates to unl_cas module #957

Closed tsteiner closed 4 years ago

tsteiner commented 4 years ago

Does two things:

  1. Configure Unl_Cas to use Libmemcache for its Zend_Cache_Backend if available. Otherwise, disable garbage collection of cache files.
  2. When the CMS is in database read-only mode, don't let users login.
macburgee1 commented 4 years ago

Can we get a follow-up PR to maintain feature parity with the D8 version? https://github.com/unlcms/unl_cas

ericras commented 4 years ago

1.In the issue-9 branch of unl_cas, which still needs some more testing, Zend has been removed. So the Zend 10% issue won't be a problem.

  1. I've created an issue for read-only https://github.com/unlcms/unl_cas/issues/10