Home
last modified time | relevance | path

Searched refs:AUTH_NTLM (Results 1 – 3 of 3) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php64 const AUTH_NTLM = 4; define in Sabre\\DAV\\Client
141 if ($settings['authType'] & self::AUTH_NTLM) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php63 const AUTH_NTLM = 4; define in Sabre\\DAV\\Client
140 if ($settings['authType'] & self::AUTH_NTLM) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DClientTest.php77 'authType' => Client::AUTH_NTLM