Path to this page:
Subject: CVS commit: pkgsrc/databases/ruby-ldap
From: OBATA Akio
Date: 2010-05-28 10:25:07
Message id: 20100528082507.F3168175DD@cvs.netbsd.org
Log Message:
Update ruby-ldap to 0.9.11.
0.9.11
-----
Allow passing SASL interaction options
This adds a hash parameter "options" to LDAP::Conn.sasl_bind, which
can take :authzid, :authcid, and :realm (and corresponding strings),
for SASL authentication.
Also, refactored the rb_scan_args inside rb_ldap_conn_sasl_bind to use
C's case fallthrough, leading to less code repetition.
Files: