added some additional comments
This commit is contained in:
parent
789b36c9d7
commit
033bc22ee4
|
@ -510,6 +510,10 @@ module Net
|
||||||
# puts "Message: #{ldap.get_operation_result.message}"
|
# puts "Message: #{ldap.get_operation_result.message}"
|
||||||
# end
|
# 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
|
# Modified the implementation, 20Mar07. We might get a hash of LDAP response codes
|
||||||
# instead of a simple numeric code.
|
# instead of a simple numeric code.
|
||||||
|
|
Loading…
Reference in a new issue