Resource Type: bmc_ldap_group
- Defined in:
- lib/puppet/type/bmc_ldap_group.rb
- Providers:
-
racadm7
Overview
A resource type to handle LDAP groups.
Properties
-
role_group_dn
It is the Domain Name of the group in this index.
-
role_group_privilege
(defaults to: 0x0)
A bit-mask defining the privileges associated with this particular group. Example of rights:
admin = 0x1ff operator = 0x1f3 Read Only = 0x1 None = 0x000
The complete list of rights in order:
Login to iDRAC Configure iDRAC Configure Users Clear Logs Execute Server Control Commands Access Virtual Console Access Virtual Media Test Alerts Execute Diagnostic Commands
Parameters
-
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.
-
group_nr
LDAP group number
Supported values:- 1
- 2
- 3
- 4
- 5
-
provider
The specific backend to use for this ‘bmc_ldap_group` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.