Hi all,
I am working an LDAP add-on
I have two panels:
1. Group: Group Name | Count Member
2. Member Details: Name | Group Name.
And Group panel has multiselect input, while member panel has text input.
As in AD we know that a member can belong to many groups, and a group can have many users.
So when I click on a member record, I want to Group Panel to display all groups that member belongs to; and the multiselect input will display those groups name too.
I have try to set token $group_tok$ but after the token is set, the query looking for group doesn't run at all
| inputlookup ldap_group_members_kv_lookup where Members='click.value2'
Does anyone have any idea?
Tks
Louis.
↧