Merge pull request #46 from epeli/patch-1

Add result string 19 Constraint Violation
master
Rory O'Connell 2012-08-28 15:54:21 -07:00
commit 8a182675f4
1 changed files with 1 additions and 0 deletions

View File

@ -323,6 +323,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",