# File lib/simp/cli/config/items/data/simp_options_ldap_sync_dn.rb, line 21
    def recommended_value
      if @config_items.key?( 'cli::is_ldap_server') and
        @config_items.fetch( 'cli::is_ldap_server').value

        "cn=LDAPSync,ou=Hosts,%{hiera('simp_options::ldap::base_dn')}"
      else
        nil
      end
    end