Retrieving groups recursively from ldapRecord\Models\Model #492
Unanswered
happymacarts
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @happymacarts, What LDAP server are you connecting to? ActiveDirectory, OpenLDAP, etc. LdapRecord comes with built-in models that you can extend from for the most popular directory types. I’ve also written documentation for recursive queries on models here: https://ldaprecord.com/docs/core/v2/model-relationships/#recursive-queries |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a model defined in app\Ldap\User.php
how do i go about recursively retrieving all the groups of a user?
in old version it was something like this
Beta Was this translation helpful? Give feedback.
All reactions