Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Created February 5, 2009 01:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BanzaiMan/58481 to your computer and use it in GitHub Desktop.
Save BanzaiMan/58481 to your computer and use it in GitHub Desktop.
$ irb
>> require 'lib/ldap-ffi'
=> true
>> l=LDAP.init('localhost',389); s=LDAP::Struct.new(l); s[:ld_sizelimit]
=> 0
>> s[:ld_matched]
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment