go-ldap / ldap

Basic LDAP v3 functionality for the GO programming language.
Other
2.19k stars 352 forks source link

feat: extend SearchResult `Unmarshal` to support *string as field type (#475) #476

Closed cpuschma closed 6 months ago

cpuschma commented 6 months ago

This PR adds *string as available type for SearchResult.Unmarshal. Closes #475