in lib/omniauth-ldap/adaptor.rb [225:232]
def symbolize_hash_keys(hash) hash.keys.each do |key| hash[key.to_sym] = hash[key] end hash end