Skip to content

Commit 033bc22

Browse files
author
blackhedd
committed
added some additional comments
1 parent 789b36c commit 033bc22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/net/ldap.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,10 @@ def LDAP::open args
510510
# puts "Message: #{ldap.get_operation_result.message}"
511511
# end
512512
#
513+
# Certain operations return additional information, accessible through members
514+
# of the object returned from #get_operation_result. Check #get_operation_result.error_message
515+
# and #get_operation_result.matched_dn.
516+
#
513517
#--
514518
# Modified the implementation, 20Mar07. We might get a hash of LDAP response codes
515519
# instead of a simple numeric code.

0 commit comments

Comments
 (0)