search for: filter_here

Displaying 1 result from an estimated 1 matches for "filter_here".

Did you mean: filter_free
2006 Apr 20
1
ruby-ldap crashing WEBrick server
...te a different matter. We''ve tried using Ruby-ldap within irb, and all seems well. The basic scenario is: conn = LDAP::Conn.new(''server_name'', 389) conn.bind(account_here, password_here) my_results = conn.search2(''base_here'', LDAP::LDAP_SCOPE_SUBTREE, filter_here, attrs=nil) When the third line is executed we get (again, all works fine in irb): WEBrick server error: Assertion failed: LDAP_VALID( ld ), file error.c, line 257 [2006-04-20 14:38:15] INFO WEBrick 1.3.1 [2006-04-20 14:38:15] INFO ruby 1.8.4 (2005-12-24) [sparc-solaris2.8] [2006-04-20 14:38:1...