by Support (Posted Fri Sep 04, 2015 9:10 am)
Hello,
This functionality is available since 2013.2 version of LDAP Administrator . Please read this article.
Also, you can try to use Directory Search dialog with such LDAP filter
where instead of the CN=Group,DC=company,DC=com you should place a DN of you group.
Note: such method won't work with group membership through primaryGroupID attribute and in some other cases.
Hello,
This functionality is available since 2013.2 version of LDAP Administrator . Please read this article.
Also, you can try to use Directory Search dialog with such LDAP filter
- Code: Select all
(&(objectClass=user)(memberOf=CN=Group,DC=company,DC=com))
where instead of the CN=Group,DC=company,DC=com you should place a DN of you group.
Note: such method won't work with group membership through primaryGroupID attribute and in some other cases.