프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$attr_policy | string | What to do with attributes when the target already exists. Either replace, merge or add. | |
$search_attributes | string | LDAP attribute to add to the request attributes | |
$search_filter | string | LDAP search filter to use in the LDAP query |
메소드 | 설명 | |
---|---|---|
__construct ( array $config, mixed $reserved ) | Initialize this filter. | |
process ( &$request ) | Add attributes from an LDAP server. |
public __construct ( array $config, mixed $reserved ) | ||
$config | array | Configuration information about this filter. |
$reserved | mixed | For future use. |
protected string $attr_policy | ||
리턴 | string |
protected string $search_attributes | ||
리턴 | string |
protected string $search_filter | ||
리턴 | string |