From 033bc22ee47476b8c552447f40930820d2f36b7b Mon Sep 17 00:00:00 2001 From: blackhedd Date: Tue, 20 Mar 2007 18:30:52 +0000 Subject: [PATCH] added some additional comments --- lib/net/ldap.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/net/ldap.rb b/lib/net/ldap.rb index 9daaf28..ae03af1 100644 --- a/lib/net/ldap.rb +++ b/lib/net/ldap.rb @@ -510,6 +510,10 @@ module Net # puts "Message: #{ldap.get_operation_result.message}" # end # + # Certain operations return additional information, accessible through members + # of the object returned from #get_operation_result. Check #get_operation_result.error_message + # and #get_operation_result.matched_dn. + # #-- # Modified the implementation, 20Mar07. We might get a hash of LDAP response codes # instead of a simple numeric code.