Project

General

Profile

« Previous | Next » 

Revision bc31521d

Added by Marc Dequènes almost 14 years ago

  • ID bc31521dffcfdd715119608c38bc96ac71f18b0f

[fix] corrected display of unknown DN (closes #109)

View differences:

lib/ldap_shadows/display_helper.rb
str = field_name
str += " [#{key}]" if options[:handles]
if val[:binary] and options[:skip_binary]
if val[:value].nil?
str += " -> not set"
elsif val[:binary] and options[:skip_binary]
str += " -> #{val[:value].size} file(s) available"
else
str += ": " + (val[:multiple] ?

Also available in: Unified diff