Skip to content
This repository was archived by the owner on Jul 11, 2018. It is now read-only.

AM Google Apps based on uid

Remold edited this page Jul 31, 2015 · 1 revision
if (isset($attributes) and ($attributes !== FALSE)) {
    if (!empty($attributes['urn:mace:dir:attribute-def:uid'][0])) {
            $subjectId = $attributes['urn:mace:dir:attribute-def:uid'][0];
    }
}

Clone this wiki locally