Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding GroupsAttributeInfoByField (#192)
## Type of Change Please select the type of change your PR introduces by checking the appropriate box: - [ ] Fixes an issue - [X] Adds a new feature - [ ] Refactor - [ ] Documentation update - [ ] Other (please describe it in the Description Section) ## Description This function added will allow to filter multiple Ldap entries attributes based on the user desired attribute like "cn", filter and search string. No need for map[string] interface as the go-ldap pkg Entry struct Values type is a string slice. =>https://pkg.go.dev/github.com/go-ldap/ldap/v3#EntryAttribute
- Loading branch information