Skip to content

Commit 8a18267

Browse files
author
Rory O'Connell
committed
Merge pull request #46 from epeli/patch-1
Add result string 19 Constraint Violation
2 parents ccd7b6d + 717132f commit 8a18267

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/net/ldap.rb

+1
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ class LdapError < StandardError; end
323323
14 => "saslBindInProgress",
324324
16 => "No Such Attribute",
325325
17 => "Undefined Attribute Type",
326+
19 => "Constraint Violation",
326327
20 => "Attribute or Value Exists",
327328
32 => "No Such Object",
328329
34 => "Invalid DN Syntax",

0 commit comments

Comments
 (0)