# File lib/active_ldap/schema/syntaxes.rb, line 117 def validate_normalized_value(value, original_value) if /\A#{PRINTABLE_CHARACTER}{2,2}\z/ =~ value nil else format = _("%s should be just 2 printable characters") format % original_value.inspect end end