We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789b36c commit 033bc22Copy full SHA for 033bc22
lib/net/ldap.rb
@@ -510,6 +510,10 @@ def LDAP::open args
510
# puts "Message: #{ldap.get_operation_result.message}"
511
# end
512
#
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
+ #
517
#--
518
# Modified the implementation, 20Mar07. We might get a hash of LDAP response codes
519
# instead of a simple numeric code.
0 commit comments