kvspb / nginx-auth-ldap

LDAP authentication module for nginx
BSD 2-Clause "Simplified" License
735 stars 252 forks source link

Fix: Passed incorrect pointer to SSL handshake handler. #58

Closed nyoxi closed 10 years ago

nyoxi commented 10 years ago

ngx_http_auth_ldap_connection_t* was passed instead of ngx_connection_t*

rhass-r7 commented 10 years ago

:+1: This fixed the issue #57 I reported. Thanks!