[Source]
# File lib/active_ldap/schema/syntaxes.rb, line 380 380: def validate(value) 381: PrintableString.new.validate(value) 382: end
[Validate]