The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
net-ldap saves my butt

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Daniel Berger

Posts: 1383
Nickname: djberg96
Registered: Sep, 2004

Daniel Berger is a Ruby Programmer who also dabbles in C and Perl
net-ldap saves my butt Posted: Oct 1, 2006 6:49 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Daniel Berger.
Original Post: net-ldap saves my butt
Feed Title: Testing 1,2,3...
Feed URL: http://djberg96.livejournal.com/data/rss
Feed Description: A blog on Ruby and other stuff.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Daniel Berger
Latest Posts From Testing 1,2,3...

Advertisement
I had to go into work this weekend in order to move two Rails apps (one large, one small) over from our old Linux servers to two new RHEL servers. It went smoothly except for one small problem - ldap authentication wasn't working.

You see, when I first wrote this app I tried to use ruby-ldap (the C extension). Unfortunately, it segfaulted when used in conjunction with WEBrick on Linux for reasons that I never figured out. Anyway, that forced me to resort to an 'ldapsearch' shell command (because net-ldap hadn't been written yet). It worked on the old Linux boxes, but was failing on the new machines for reasons I simply didn't have time to investigate.

Fortunately, I had already committed the new ldap authentication code (for an as yet unreleashed version), so I simply copy/pasted the new code and bingo, everything worked.

So, many thanks to Francis Cianfrocca and Austin Ziegler. :)

Read: net-ldap saves my butt

Topic: Handling Java exceptions in JRuby Previous Topic   Next Topic Topic: Of Course Steve Yegge Hates Pair Programming

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use