Skip to content

Commit 717132f

Browse files
committed
Add result string 19 Constraint Violation
As documented in http://www.openldap.org/doc/admin24/appendix-ldap-result-codes.html
1 parent 51597ea commit 717132f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/net/ldap.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ class LdapError < StandardError; end
322322
14 => "saslBindInProgress",
323323
16 => "No Such Attribute",
324324
17 => "Undefined Attribute Type",
325+
19 => "Constraint Violation",
325326
20 => "Attribute or Value Exists",
326327
32 => "No Such Object",
327328
34 => "Invalid DN Syntax",

0 commit comments

Comments
 (0)