Add result string 19 Constraint Violation

As documented in http://www.openldap.org/doc/admin24/appendix-ldap-result-codes.html
master
Esa-Matti Suuronen 2012-08-20 10:58:23 +03:00
parent 51597eae9a
commit 717132f224
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ class Net::LDAP
14 => "saslBindInProgress",
16 => "No Such Attribute",
17 => "Undefined Attribute Type",
19 => "Constraint Violation",
20 => "Attribute or Value Exists",
32 => "No Such Object",
34 => "Invalid DN Syntax",