# File lib/simp/cli/config/utils.rb, line 105
    def validate_openldap_hash( x )
      (x =~ %r@\{SSHA\}[A-Za-z0-9=+/]+@ ) ? true : false
    end