From: Daniel Berger Date: 2007-10-23T06:40:15+09:00 Subject: Re: Problem connecting with ruby-net-ldap - Net::BER::BerError On Oct 22, 3:25 pm, Daniel Berger wrote: > On Oct 22, 2:32 pm, "Francis Cianfrocca" > wrote: > > > > > On 10/22/07, Daniel Berger wrote: > > > > > Dan, try syncing to the head revision of the library, there are a > > > handful of > > > > changes not in the current release. If that doesn't solve the problem, > > > then > > > > I'll look into it more closely for you. > > > > Hi Francis, > > > > Hm, something's wacky with your SCM repository. RF says you're using > > > Subversion. All I see under trunk, however, is a bunch of CVSROOT > > > files. What am I supposed to grab? The stuff under the > > > experimental_netldap branch? > > > Yes, sorry about that, it's under branches/experimental_netldap. I came into > > that project in midstream and didn't want to disturb the existing code, so I > > added that branch. > > > I know I supported some more of the BER types when I added SNMP support to > > that library a few months back, so I'm hopeful this will solve your problem. > > Ok. Now I'm seeing this (same code as before): > > C:\Documents and Settings\djberge\workspace\ruby-cramer\lib > \cramer>ruby user.rb > C:/ruby/lib/ruby/gems/1.8/gems/ruby-net-ldap-0.1.0/lib/net/ldap.rb: > 1238:in `bind': unsupported auth method () (Net::LDAP > ::LdapError) > from C:/ruby/lib/ruby/gems/1.8/gems/ruby-net-ldap-0.1.0/lib/ > net/ldap.rb:730:in `bind' > from user.rb:26 > > Any ideas? Did I botch the install somehow? I think it's a code problem. I added this line at 1231: meth ||= :simple But now I get this error: user.rb:28: undefined method `unbind' for # (NoMethodError) I think there's something fundamentally broken with ldap.rb now, but I couldn't tell you what it is. Regards, Dan