Adldap2-Laravel
Adldap2-Laravel copied to clipboard
Distribution groups?
- Laravel Version: #.#
- Adldap2-Laravel Version: #.#
- PHP Version: #.#
- LDAP Type: Active Directory
Hi Steve!
Is there a way I can get a list of distributions groups? Something like the trait HasMemberOf.
foreach ($group->getMemberNames() as $name) { // Returns 'John Doe' echo $name; }
but with distributions groups.
Thank you!