Revision 1956465d
Added by Marc Dequènes about 15 years ago
- ID 1956465dd6b92d35159d5d8772a79578a52b87a9
lib/ldap_shadows/manipulation_helper.rb | ||
---|---|---|
case syntax
|
||
when "1.3.6.1.4.1.1466.115.121.1.12"
|
||
raw_item = ActiveLdap::Base.find(:first, :base => val.to_s, :scope => :base)
|
||
LdapShadows::Manipulation.raw_item_info($shadow, raw_item, val.to_s)[:full_handle]
|
||
LdapShadows::Manipulation.raw_item_info(shadow, raw_item, val.to_s)[:full_handle]
|
||
else
|
||
val
|
||
end
|
Also available in: Unified diff
[fix] remove remaining ref to $shadow outside the shadowwalker scope