Skip to content

Commit

Permalink
. comments are very verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
kschiess committed Apr 11, 2011
1 parent c86cad2 commit 7af9ee6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/net/ldap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -875,14 +875,6 @@ def add(args)
# partial update. This is a limitation of the LDAP protocol, not of
# Net::LDAP.
#
# The lack of transactional atomicity in LDAP means that you're usually
# better off using the convenience methods #add_attribute,
# #replace_attribute, and #delete_attribute, which are are wrappers over
# #modify. However, certain LDAP servers may provide concurrency
# semantics, in which the several operations contained in a single #modify
# call are not interleaved with other modification-requests received
# simultaneously by the server. It bears repeating that this concurrency
# does _not_ imply transactional atomicity, which LDAP does not provide.
def modify(args)
@result = open_connection(args[:auth]) do |conn|
conn.modify(args)
Expand Down

0 comments on commit 7af9ee6

Please sign in to comment.