more comment tweaks

This commit is contained in:
blackhedd 2007-05-02 10:44:58 +00:00
parent 105fb102d5
commit 8cfb4a13b6

View file

@ -1059,7 +1059,8 @@ module Net
# Return the root Subschema record from the LDAP server as a Net::LDAP::Entry, # 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 # 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, # 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 = Net::LDAP.new
# ldap.host = "your.ldap.host" # ldap.host = "your.ldap.host"