-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LDAP/Active Directory #44
Comments
Neil, |
Using LDAP or AD to manage authentication is already available in iDRAC 7/8/9, though I have not used it myself so can't speak to ease of use. As far as I know the Redfish APIs to manage LDAP/AD iDRAC authentication are not yet available in iDRAC, I will have to check what Redfish schema contains them and when it will be implemented in iDRAC 7/8/9. Will leave this item open until issue is addressed, so marking as feature request. |
Nice! This would be an awesome feature. I'll see what I might be able to
find out, too. Ldap is a pain to configure right now so I'd not be
surprised if it's not supported by redfish yet.
…On Dec 11, 2017 16:51, "Jose Delarosa" ***@***.***> wrote:
Using LDAP or AD to manage authentication is already available in iDRAC
7/8/9, though I have not used it myself so can't speak to ease of use. As
far as I know the Redfish APIs to manage LDAP/AD iDRAC authentication are
not yet available in iDRAC, I will have to check what Redfish schema
contains them and when it will be implemented in iDRAC 7/8/9.
Will leave this item open until issue is addressed, so marking as feature
request.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAphBiRdtMDehdXWO9bmPqS1rtnX3lYSks5s_aP5gaJpZM4Q6As_>
.
|
@jose-delarosa https://redfish.dmtf.org/schemas/ExternalAccountProvider.v1_0_1.json |
@ma-husyk You should be able to manage these through the iDRAC attributes. I did an iDRAC attribute dump, I see entries like these:
Unfortunately, I do not have exact implementation details, though assuming it should be straight-forward. |
@jose-delarosa can you shed any light on how one would go about using the above attributes? Specifically I'd like to be able to configure my iDRAC's so that they're using our IDM server's LDAP service to allow users to log into them. I've done the work of manually configuring 1 of the Dell 720's iDRAC so that it'll allow users in IDM to login. I just want to figure out if it's possible to use Redfish to configure all our iDRAC's using Redfish via the REST API. |
@slmingol Hey I know it's been over a year, but in case it's still needed you can use the Ansible idrac_redfish_config module to set the attributes. I just tested on an R440 w/ iDRAC9 and it worked to set the AD config.
Then just change the values of manager_attribute_name and manager_attribute_value to whatever you need them to be. In this case you just have to know the exact name of the iDRAC attribute. |
Any plans to support binding to/configuring LDAP/AD settings? This is the single most painful part about running iDRACs.
The text was updated successfully, but these errors were encountered: