Skip to content

Commit 647f4c5

Browse files
authored
Add increment to MODIFY_OPERATIONS OpenLDAP
MODIFY_OPERATIONS is available in OpenLDAP though marked as an OpenLDAP extension in openldaps source
1 parent d78dc1e commit 647f4c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/net/ldap/connection.rb

+1
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,7 @@ def search(args = nil)
523523
:add => 0,
524524
:delete => 1,
525525
:replace => 2,
526+
:increment => 3, # OpenLDAP extension
526527
}
527528

528529
def self.modify_ops(operations)

0 commit comments

Comments
 (0)