From 8cfb4a13b6b379cca812a011d6f9ab4144eb4bf6 Mon Sep 17 00:00:00 2001 From: blackhedd Date: Wed, 2 May 2007 10:44:58 +0000 Subject: [PATCH] more comment tweaks --- lib/net/ldap.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/net/ldap.rb b/lib/net/ldap.rb index 24d03a6..a10ecf4 100644 --- a/lib/net/ldap.rb +++ b/lib/net/ldap.rb @@ -1059,7 +1059,8 @@ module Net # Return the root Subschema record from the LDAP server as a Net::LDAP::Entry, # or an empty Entry if the server doesn't return the record. On success, the # Net::LDAP::Entry returned from this call will have the attributes :dn, - # :objectclasses, and :attributetypes. + # :objectclasses, and :attributetypes. If there is an error, call #get_operation_result + # for more information. # # ldap = Net::LDAP.new # ldap.host = "your.ldap.host"