PHP Class Horde_Auth_Smb, horde

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.
Author: Jon Parise ([email protected])
Author: Marcus I. Ryan ([email protected])
Inheritance: extends Horde_Auth_Base
显示文件 Open project: horde/horde

Public Methods

Method Description
__construct ( array $params = [] ) Constructor.
_authenticate ( string $userId, array $credentials ) Find out if the given set of login credentials are valid.

Method Details

__construct() public method

Constructor.
public __construct ( array $params = [] )
$params array Parameters:
'domain' - (string) [REQUIRED] The domain name to authenticate with.
'group' - Group name that the user must be a member of.
          DEFAULT: none
'hostspec' - (string) [REQUIRED] IP, DNS Name, or NetBios name of the
             SMB server to authenticate with.

_authenticate() public method

Find out if the given set of login credentials are valid.
public _authenticate ( string $userId, array $credentials )
$userId string The userId to check.
$credentials array An array of login credentials.