go-ldap / ldap

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

Fix LDAP GetError and LDAP search #509

Closed gustavoluvizotto closed 4 months ago

gustavoluvizotto commented 5 months ago

At error.go, if Value is nil, then the cast will fail.

At search.go, there add an extra check to ensure presence of the attribute when collecting the entries of a successful search.

gustavoluvizotto commented 5 months ago

@cpuschma how can I get this PR to be reviewed?

gustavoluvizotto commented 4 months ago

@johnweldon changes done