Property | Type | Description | |
---|---|---|---|
$_entry | Horde_Ldap_Entry |
Method | Description | |
---|---|---|
__construct ( Horde_Ldap $ldap, array $attrs = null ) | Constructor. | |
getValue ( string $attr, array $options = '' ) : string | array | Returns the requested attribute value. | |
supportedControl ( array $oids ) : boolean | Determines if the control is supported. | |
supportedExtension ( array $oids ) : boolean | Determines if the extension is supported. | |
supportedSASLMechanism ( array $mechlist ) : boolean | Determines if the sasl mechanism is supported. | |
supportedVersion ( array $versions ) : boolean | Determines if the version is supported. |
Method | Description | |
---|---|---|
checkAttr ( array $values, string $attr ) : boolean | Checks for existance of value in attribute. |
public __construct ( Horde_Ldap $ldap, array $attrs = null ) | ||
$ldap | Horde_Ldap | Directory from which the RootDSE should be fetched. |
$attrs | array | Array of attributes to search for. |
public supportedControl ( array $oids ) : boolean | ||
$oids | array | Control OIDs to check. |
return | boolean |
public supportedExtension ( array $oids ) : boolean | ||
$oids | array | Array of OIDs to check. |
return | boolean |
public supportedSASLMechanism ( array $mechlist ) : boolean | ||
$mechlist | array | SASL mechanisms to check. |
return | boolean |
public supportedVersion ( array $versions ) : boolean | ||
$versions | array | Versions to check. |
return | boolean |