DM-
SV01 Server ● BMC User Manual ● Rev. 2.1
109
Figure 102: Redfish - Boot override option disabled
3.3.10 LDAP Configuration
The LDAP configuration can be set by means of the redfish. Details regarding the LDAP can be found
in section “2.5.1 LDAP”.
3.3.10.1 Open LDAP
Using a PATCH request, it is possible to activate and configure the Open LDAP. The LDAP settings
below are sent inside the payload.
●
ServiceEnabled:
true for enabling LDAP or false for disabling it.
●
ServiceAddress (Server URI):
the user must specify the URI (Uniform Resource Identifier) to
access the server, starting with the scheme “ldap://”. As an example, a valid entry could be
“ldap://mycompany.com”.
●
Username (Bind DN):
the bind DN (Distinguished Name) of the user authenticating to the LDAP
directory. As an example, if the username is “user1” and it is part of the “Users” group, the entry
should look like this: “CN=user1,OU=Users,DC=mycompany,DC=com”.
●
Password (Bind Password):
the password related to the bind DN above
●
BaseDistinguishedNames (Base DN):
the base DN (Distinguished Name) of the user
authenticating to the LDAP directory. An example of a valid entry should look like this:
“DC=mycompany,DC=com”.
●
UsernameAttribute (User ID Attribute - optional):
additional user ID attribute (CN), if
applicable.
●
GroupsAttribute (Group ID Attribute - optional):
additional group ID attribute (GID), if
applicable.
Function
Configure Open LDAP
Operation
PATCH
URI
https://<BMC_IP>/redfish/v1/AccountService