ProLiant Servers (ML,DL,SL)
1777029 Members
2017 Online
109062 Solutions
New Discussion

Set Ilo5 Group permissions in Directory Groupd via Redfish json

 
agournay
Established Member

Set Ilo5 Group permissions in Directory Groupd via Redfish json

Hi, I am able to define a directory group via redfish api for Ilo5 but not able to set the Permissions for that group.

When I manualy create a "role" and I want to push that role Id to another ilo5 system, I have the error  

iLO.2.15.PropertyValueBadParam 
 
hereby the Json I wil put via PATCH command 
 
{
    "ActiveDirectory":  {
                            "RemoteRoleMapping":  [
                                                      

            {
                "LocalRole""dirgroup0e81b9f2a3a6440a40e86e98",
                "RemoteGroup":  "CN=SBC_OOB_NewsCity,OU=OOB,OU=Groups,OU=CT,OU=BE,OU=SupportServices,DC=atlantis,DC=local"
            }
                                                  ]
                        }

}
Any Idea? 
6 REPLIES 6
TVVJ
HPE Pro

Re: Set Ilo5 Group permissions in Directory Groupd via Redfish json

Hello,

You may refer to section "Security Service > Platform certificate > Modifying the enable/disable status of specific TLS versions" of the iLO 5 Redfish API Reference document and see if it helps.

Regards,

 

I work for HPE
Views expressed herein are my personal opinion and are not the views of HPE

Accept or Kudo

agournay
Established Member

Re: Set Ilo5 Group permissions in Directory Groupd via Redfish json

Hi, 

I can set gorup permissions in Directory group by naming it by name ( as Administrator, Operator or Readonly)  and not bij "ID"

When i want to make a new role ( as decscribed in the RedfisHg Ilo5 documentation) I get Status 405 Methode ont allowed back ( see screenshots) 

Any idea? 

thx for the answer 

Documentation_ILO.jpgpost_Command_method_not_allowed.jpg

 

agournay
Established Member

Re: Set Ilo5 Group permissions in Directory Groupd via Redfish json

Hi,

Someone an idea about my question making roles via redfish ? 

Thx

Regards

Anthony

Kashyap02
HPE Pro

Re: Set Ilo5 Group permissions in Directory Groupd via Redfish json

Hi, 
Refer to the Managing ILO 5 users section in the below document. 

 

iLO 5 Redfish API Reference document (hewlettpackard.github.io)

I am a HPE Employee.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

Accept or Kudo

agournay
Established Member

Re: Set Ilo5 Group permissions in Directory Groupd via Redfish json

Hi,

I don not want the change permissions of a local user account,  I want to create a custom roel with a few permisisons for using it with ldap users.

But when i want to create a role as described in the manual I get a error Method not allowed.. 

See the screeshots in my earlier question

Regards, Anthony

Kashyap02
HPE Pro

Re: Set Ilo5 Group permissions in Directory Groupd via Redfish json

Hi, 

Request you to log a support case with HPE with all the details. 

I am a HPE Employee.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

Accept or Kudo