Class Horde_Auth_Smb
The Horde_Auth_Smb class provides a SMB implementation of the Horde authentication system.
This module requires the smbauth extension for PHP: http://tekrat.com/wp/smbauth/
At the time of this writing, the extension, and thus this module, only supported authentication against a domain, and pdc and bdc must be non-null and not equal to each other. In other words, to use this module you must have a domain with at least one PDC and one BDC.
Copyright 1999-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, http://www.horde.org/licenses/lgpl21
- Horde_Auth_Base
- Horde_Auth_Smb
Package: Auth
Category: Horde
License: LGPL-2.1
Author: Jon Parise jon@horde.org
Author: Marcus I. Ryan marcus@riboflavin.net
Located at Horde/Auth/Smb.php
Category: Horde
License: LGPL-2.1
Author: Jon Parise jon@horde.org
Author: Marcus I. Ryan marcus@riboflavin.net
Located at Horde/Auth/Smb.php
public
|
|
public
|
#
_authenticate( string $userId, array $credentials )
Find out if the given set of login credentials are valid. |
addUser(),
authenticate(),
exists(),
getCredential(),
getError(),
getParam(),
hasCapability(),
isLocked(),
listUsers(),
lockUser(),
removeUser(),
resetPassword(),
setCredential(),
setError(),
transparent(),
unlockUser(),
updateUser(),
validateAuth()
|