go-ldap icon indicating copy to clipboard operation
go-ldap copied to clipboard

LDAP client and server for Go

Results 4 go-ldap issues
Sort by recently updated
recently updated
newest added

Hello! It would be nice if you accept this PR or just give a comment. We realy need the functionaluty of graceful stopping.

I'll update this with more details, but basically the server isn't catching ApplicationAbandonRequest's. To "fix" this issue, the following patch can be applied to ldap/server.go: ``` 225a226 > case ApplicationAbandonRequest:...

Hi, I realy like your implementation of the ldap server but I'm wondering if there is a clean way to shutdown the server so that the socket won't accept new...