# File lib/simp/cli/config/items/data/simp_options_ldap_bind_dn.rb, line 13
    def validate( x )
      (x.to_s =~ /^cn=/) ? true : false
    end