From 717132f22465258957465e796e35784c78da9dc1 Mon Sep 17 00:00:00 2001 From: Esa-Matti Suuronen Date: Mon, 20 Aug 2012 10:58:23 +0300 Subject: [PATCH] Add result string 19 Constraint Violation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As documented in http://www.openldap.org/doc/admin24/appendix-ldap-result-codes.html --- lib/net/ldap.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/net/ldap.rb b/lib/net/ldap.rb index 6a959a7..3fbaddf 100644 --- a/lib/net/ldap.rb +++ b/lib/net/ldap.rb @@ -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",