Actions
Bug #4643
closedRetrieving Optional LDAP attributes fails with "interning empty string" on 1.8.7
Description
Need to check if value is blank before checking entry[value].empty?
[3] pry(#<AuthSourceLdap>)> entry[value].empty? ArgumentError: interning empty string from /home/dcleal/.rvm/gems/ruby-1.8.7-p374@foreman/gems/net-ldap-0.3.1/lib/net/ldap/entry.rb:88:in `to_sym'
Actions