Revision aa4e021c
Added by Marc Dequènes about 15 years ago
- ID aa4e021cfd1249780f42bed7118e8697c06b21c2
bin/shadowwalker | ||
---|---|---|
|
||
result = field_data[file_no]
|
||
result_is_binary = attr_info.binary?
|
||
|
||
unless result_is_binary or $program_options[:debug]
|
||
result = LdapShadows::Manipulation.interpret_field_value($shadow, attr_info.syntax.to_param, result)
|
||
end
|
||
end
|
||
|
||
if args.empty?
|
Also available in: Unified diff
[evol] replace DNs with recognized objects in show command (if not in debug mode)