Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1720912
authBackendDokuwiki.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
356 B
Subscribers
None
authBackendDokuwiki.php
View Options
<?php
/**
* DokuWiki SabreDAV Auth Backend
*
* Check a user ID / password combo against DokuWiki's auth system
*/
class
DokuWikiSabreAuthBackend
extends
Sabre\DAV\Auth\Backend\AbstractBasic
{
protected
function
validateUserPass
(
$username
,
$password
)
{
global
$auth
;
return
$auth
->
checkPass
(
$username
,
$password
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Nov 23, 10:34 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
911087
Default Alt Text
authBackendDokuwiki.php (356 B)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment