The RDocs available online for Ruby/LDAP are not much help here. If you download the source, though, you'll find an FAQ file with the goods.
conn = LDAP::Conn.new( 'localhost', 389 )
# Limit the results set to a maximum of 10.
conn.set_option( LDAP::LDAP_OPT_SIZELIMIT, 10 )

0 comments:
Post a Comment