Resource Type: bmc_ldap

Defined in:
lib/puppet/type/bmc_ldap.rb
Providers:
racadm7

Overview

A resource type to handle BMC LDAP comfiguration.

Properties

  • base_dn

    Base DN to Search.( e.g. dc=example,dc=com, required )

  • bind_dn

    Bind DN. ( required if anonymous bind is not allowed )

  • certificate_validate (defaults to: true)

    Certificate Validation Enabled. Default to true

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

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • group_attribue (defaults to: member)

    Attribute of Group Membership. ( e.g. member or uniquemember ) Default to member

  • group_attribute_is_dn (defaults to: true)

    Use Distinguished Name to Search Group Membership. ( if unchecked, username will be used ). Default to true

    Supported values:
    • false
    • true
  • search_filer

    Search Filter. ( e.g. objectclass=*, optional )

  • server

    LDAP Server Address.( FQDN or IP, must match the server certificate if certificate validation is enabled )

  • server_port (defaults to: 636)

    LDAP Server Port. Default to 636

  • user_attribute (defaults to: uid)

    Attribute of User Login. Default to uid

Parameters

  • bind_password

    Bind password.( required if anonymous bind is not allowed ).

  • bmc_password

    password used to connect with bmc service.

  • bmc_server_host

    RAC host address. Defaults to ipmitool lan print > IP Address

  • bmc_username

    username used to connect with bmc service.

  • name (namevar)

    Identification of the BMC LDAP setup.

  • provider

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