Listing group members using ldapsearch

I work with LDAP, but not that specific brand of server. First thing I’d try is a search on users pulling all of their attributes instead of restricting it the way your example does. ldapsearch -xLLL -H ldap://server.domain.net \ -b “cn=users,dc=server,dc=domain,dc=net” uid=username1 \* + Often there’s a “memberOf” attribute on the user that lists the … Read more