# File lib/simp/cli/config/items/data/simp_options_ldap_sync_pw.rb, line 19
    def validate string
      !string.to_s.strip.empty? && super
    end