Add result string 19 Constraint Violation
As documented in http://www.openldap.org/doc/admin24/appendix-ldap-result-codes.html
This commit is contained in:
parent
51597eae9a
commit
717132f224
|
@ -322,6 +322,7 @@ class Net::LDAP
|
||||||
14 => "saslBindInProgress",
|
14 => "saslBindInProgress",
|
||||||
16 => "No Such Attribute",
|
16 => "No Such Attribute",
|
||||||
17 => "Undefined Attribute Type",
|
17 => "Undefined Attribute Type",
|
||||||
|
19 => "Constraint Violation",
|
||||||
20 => "Attribute or Value Exists",
|
20 => "Attribute or Value Exists",
|
||||||
32 => "No Such Object",
|
32 => "No Such Object",
|
||||||
34 => "Invalid DN Syntax",
|
34 => "Invalid DN Syntax",
|
||||||
|
|
Loading…
Reference in a new issue