ruby-ldap
ruby-ldap copied to clipboard
SASL auth - test/sample broken
If you have everything set up and try to run the sample code for SASL auth (test/bind-sasl.rb), it will crash with "No implicit conversion of nil into String". This is because LDAP::LDAP_SASL_SIMPLE is nil.
Does someone know what that value should be, or how to work around this?