Marmot Manual

MU_Authorize::check_group

(Version unspecified)

MU_Authorize::check_group — Check group membership

Description

mixed check_groupstring group_dn)

Parameters

  • group_dn - the fully-qualified LDAP DN of the group to check

Return value

This method returns TRUE if the comparison was successful, FALSE if the comparison failed, and -1 on error.

Examples

Example 62. 

<?php ?>

See also

check_attribute(), check_authorization()