PHP Class Horde_Auth_Smbclient, horde

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.

Protected Methods

Method Description
_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.
'smbclient_path' - (string) [REQUIRED] The location of the smbclient
                   utility.

_authenticate() protected method

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