You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to convert into YAML the values I get from my LDAP server through Treequel, strings are not marked as UTF-8 in Ruby 1.9.3 resulting in everything marked as "BINARY":
When trying to convert into YAML the values I get from my LDAP server through Treequel, strings are not marked as UTF-8 in Ruby 1.9.3 resulting in everything marked as "BINARY":
instead of the UTF8 strings.
JSON output through again Treequel is fine:
NOTE: what is running on port 3000 is my own LDAP proxy, built with Sinatra/Treequel/ruby-ldap:
https://bitbucket.org/keltia/ldap-proxy
The text was updated successfully, but these errors were encountered: