# File lib/simp/cli/config/items/data/simp_options_ldap_bind_hash.rb, line 7
    def initialize
      super
      @key         = 'simp_options::ldap::bind_hash'
      @description = %Q{The salted LDAP Bind password hash.}
      @skip_query  = true  # generated from another Item, so no query required
    end