Skip to content

Commit

Permalink
Updating to newer version of net-ldap gem
Browse files Browse the repository at this point in the history
Version 0.14.0 of the gem (actually, starting with 0.13.0) contains a code change that fixes an encoding error
(Encoding::UndefinedConversionError) that happens when there are extended characters in a dn. The fix forces
utf-8 encoding instead of ASCII-8BIT for objects returned from the directory.

See ruby-ldap/ruby-net-ldap#242
https://bugzilla.redhat.com/show_bug.cgi?id=1367600
  • Loading branch information
gtanzillo committed Aug 19, 2016
1 parent 51be77c commit 895c246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gem "inifile", "~>3.0", :require => false
gem "jbuilder", "~>2.5.0" # For the REST API
gem "mime-types", "~>2.6.1", :require => "mime/types/columnar"
gem "nakayoshi_fork", "~>0.0.3" # provides a more CoW friendly fork (GC a few times before fork)
gem "net-ldap", "~>0.7.0", :require => false
gem "net-ldap", "~>0.14.0", :require => false
gem "net-ping", "~>1.7.4", :require => false
gem "net-ssh", "=3.2.0", :require => false
gem "net_app_manageability", ">=0.1.0", :require => false
Expand Down

0 comments on commit 895c246

Please sign in to comment.