Home
last modified time | relevance | path

Searched refs:autoLogin (Results 1 – 8 of 8) sorted by relevance

/plugin/saml/
Dauth.php44 $autoLogin = false;
60 $autoLogin = ($autoLoginConf == "never") ? false : (
65 if (!isset($_POST['SAMLResponse']) && ($ACT == 'login' || $autoLogin)) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DDAVServerTest.php95 protected $autoLogin = null; variable in Sabre\\DAVServerTest
139 if ($this->autoLogin) {
141 $authBackend->setPrincipal('principals/' . $this->autoLogin);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DVCFExportTest.php10 protected $autoLogin = 'user1'; variable in Sabre\\CardDAV\\VCFExportTest
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DOutboxPostTest.php13 protected $autoLogin = 'user1'; variable in Sabre\\CalDAV\\Schedule\\OutboxPostTest
H A DDeliverNewEventTest.php14 public $autoLogin = 'user1'; variable in Sabre\\CalDAV\\Schedule\\DeliverNewEventTest
H A DScheduleDeliverTest.php12 public $autoLogin = 'user1'; variable in Sabre\\CalDAV\\Schedule\\ScheduleDeliverTest
/plugin/authcas/
Dauth.php86 public function autoLogin() { function in auth_plugin_authcas
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DSharingPluginTest.php13 protected $autoLogin = 'user1'; variable in Sabre\\CalDAV\\SharingPluginTest