From 2baf207486ace035141f9db9d8333e3938ce7290 Mon Sep 17 00:00:00 2001 From: blackhedd Date: Fri, 23 Jun 2006 12:07:23 +0000 Subject: [PATCH] Supported constructed, context-specific tag 3 (search referral). This was missing from the earlier work that supported referrals. --- lib/net/ldap.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/net/ldap.rb b/lib/net/ldap.rb index 1eaa8a4..af9ac98 100644 --- a/lib/net/ldap.rb +++ b/lib/net/ldap.rb @@ -278,6 +278,7 @@ module Net }, :constructed => { 0 => :array, # RFC-2251 Control + 3 => :array, # Seach referral } } }