PHP Class LdapTools\Connection\AD\ADBindUserStrategy

See also: https://msdn.microsoft.com/en-us/library/cc223499.aspx
Author: Chad Sikorra ([email protected])
Inheritance: extends LdapTools\Connection\BindUserStrategy
Datei anzeigen Open project: ldaptools/ldaptools Class Usage Examples

Protected Properties

Property Type Description
$bindFormat The default bind format for AD.

Public Methods

Method Description
getUsername ( $username )

Protected Methods

Method Description
isInUpnForm ( $username )
isValidUserDn ( $dn )

Method Details

getUsername() public method

public getUsername ( $username )

isInUpnForm() protected method

protected isInUpnForm ( $username )

isValidUserDn() protected method

protected isValidUserDn ( $dn )

Property Details

$bindFormat protected_oe property

The default bind format for AD.
protected $bindFormat