Adldap2-Laravel icon indicating copy to clipboard operation
Adldap2-Laravel copied to clipboard

Distribution groups?

Open chemo-baza opened this issue 3 years ago • 0 comments

  • 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!

chemo-baza avatar Feb 15 '22 19:02 chemo-baza