Merge pull request #46 from epeli/patch-1
Add result string 19 Constraint Violation
This commit is contained in:
commit
8a182675f4
|
@ -323,6 +323,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