Resource Type: netapp_ldap_config

Defined in:
lib/puppet/type/netapp_ldap_config.rb
Providers:
cmode

Overview

Create a new association between a Lightweight Directory Access Protocol (LDAP) client configuration and a Vserver. A Vserver can have only one client configuration associated with it.

Properties

  • client_enabled (defaults to: false)

    If true, the corresponding Lightweight Directory Access Protocol (LDAP) configuration is enabled for this Vserver.

    Supported values:
    • true
    • false
  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • name (namevar)

    The name of an existing Lightweight Directory Access Protocol (LDAP) client configuration. The LDAP client configuration can be created using the ldap-client-create API. The ldap-client-get-iter API can be used to retrieve the list of available LDAP client configurations for the cluster.

  • provider

    The specific backend to use for this ‘netapp_ldap_config` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.