Skip to content

Commit

Permalink
Gemfile.lock: update net-ldap to fix LDAP authentication issues
Browse files Browse the repository at this point in the history
Newer LDAP servers fail with older versions of net-ldap.
Update to the fixed version.

Signed-off-by: David Aguilar <[email protected]>
  • Loading branch information
davvid committed Jun 13, 2013
1 parent ed838fc commit 8c50f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
gitlab_omniauth-ldap (1.0.2)
net-ldap (~> 0.2.2)
net-ldap (~> 0.3.1)
omniauth (~> 1.0)
pyu-ruby-sasl (~> 0.0.3.1)
rubyntlm (~> 0.1.1)
Expand All @@ -14,7 +14,7 @@ GEM
diff-lcs (1.1.3)
hashie (1.2.0)
method_source (0.8.1)
net-ldap (0.2.2)
net-ldap (0.3.1)
omniauth (1.1.1)
hashie (~> 1.2)
rack
Expand Down

0 comments on commit 8c50f19

Please sign in to comment.