sipcapture / homer-api

HOMER 5: Back-End (API) DEPRICATED - use sipcapture/homer-app
http://sipcapture.org
27 stars 67 forks source link

Modifications to LDAP Authentication #76

Closed jeffmbarnes closed 8 years ago

jeffmbarnes commented 8 years ago

Fixed array key checks in Ldap Login. The parameters in array_key_exists() incorrect, http://php.net/manual/en/function.array-key-exists.php

Changed check for ldap_bind to ensure LDAP_BIND_PASSWORD defined

adubovikov commented 8 years ago

oops! :-) thank you!

jeffmbarnes commented 8 years ago

No worries. My first pull request, thank you.