Apache authenticator
This authentication backend assumes that auhtentication has been conifgured in apache, rather than within SabreDAV.
Make sure apache is properly configured for this to work.
Located in /sources_custom/Sabre/DAV/Auth/Backend/Apache.php (line 17)
Sabre_DAV_Auth_Backend_Abstract | --Sabre_DAV_Auth_Backend_Apache
Authenticates the user based on the current request.
If authentication is succesful, true must be returned. If authentication fails, an exception must be thrown.
Returns information about the currently logged in user.
If nobody is currently logged in, this method should return null.
Returns the full list of users.
This method must at least return a uri for each user.
It is optional to implement this.
Inherited From Sabre_DAV_Auth_Backend_Abstract
Sabre_DAV_Auth_Backend_Abstract::authenticate()
Sabre_DAV_Auth_Backend_Abstract::getCurrentUser()
Sabre_DAV_Auth_Backend_Abstract::getUsers()
Documentation generated on Sun, 02 Jan 2011 23:08:30 +0000 by phpDocumentor 1.4.3