Метод | Описание | |
---|---|---|
process ( &$request ) | This is run when the filter is processed by SimpleSAML. |
Метод | Описание | |
---|---|---|
getGroups ( array $attributes ) : array | This section of code was broken out because the child filter AuthorizeByGroup can use this method as well. | |
search ( array $memberof ) : array | Looks for groups from the list of DN's passed. Also recursively searches groups for further membership. | |
searchActiveDirectory ( string $dn ) : array | Searches LDAP using a ActiveDirectory specific filter, looking for group membership for the users DN. Returns the list of group DNs retrieved. |
public process ( &$request ) | ||
$request |
protected searchActiveDirectory ( string $dn ) : array | ||
$dn | string | |
Результат | array |