# File lib/active_ldap/schema.rb, line 340 def validate(value) if @validator @validator.validate(value) else nil end end