--0016367b6508acac8104781f54db Content-Type: text/plain; charset=ISO-8859-1 Sorry I just assumed: are you running rails? That's what I was using it with so I just made the assumption. Better question: What version of ruby and gem are you running? On Thu, Nov 12, 2009 at 8:37 AM, Sven Schott <sven.schott / gmail.com> wrote: > Ah, my bad. For every complex problem there is a solution that is clear, > simple and wrong :) > > The ActiveDirectory lib works for me but hasn't been updated in a while. It > can be found at: > > http://code.google.com/p/ruby-activedirectory/ > > Setup is fairly much the same: > > ActiveDirectory::Base.server_settings > :host "hostname or ip address", > :port 3268, > :username "username", > :password "password", > :domain "your.ad.domain.here", > :base_dn "DC ur,DCe,DC¥ß" > } > > But I get the feeling that you might have the same issue. I seem to > remember that this was a rails+gem version problem since I had this this > same issue with the activedirectory gem once upon a time. What version of > rails are you using? Did you upgrade it recently? > > On Thu, Nov 12, 2009 at 7:21 AM, jackster the jackle <johnsheahan / att.net>wrote: > >> Putting in the full object path renders the same error message, I'm >> afraid. >> >> To be honest, I don't have a preference toward Active_Ldap, I just >> thought that it was the most common way to do AD lookups but if >> ActiveDirectory works for you, can you please give me a link to the >> binary (unleass it's a gem?) and perhaps a sample of a base config? >> >> thanks >> >> jack >> -- >> Posted via http://www.ruby-forum.com/. >> >> > --0016367b6508acac8104781f54db--