This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
aix:hmc_ldap_ad [2022/04/04 15:38] manu |
aix:hmc_ldap_ad [2025/11/21 18:49] (current) manu |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== HMC connection to AD / LDAP ====== | ====== HMC connection to AD / LDAP ====== | ||
| + | |||
| + | www.ibm.com/support/pages/ldap-configuration-hardware-management-console-hmc | ||
| + | |||
| + | https://community.ibm.com/community/user/blogs/santhosh-s-samaka/2024/01/30/ldap-on-hmc | ||
| First remove the previous LDAP config | First remove the previous LDAP config | ||
| Line 46: | Line 50: | ||
| Now try a connection on the Web UI, without domain ! | Now try a connection on the Web UI, without domain ! | ||
| + | If not possible to registryer a user, try | ||
| + | <cli prompt='>'> | ||
| + | hscroot@hmc:~> chhmcldap -o s --automanage 0 | ||
| + | </cli> | ||
| + | Allow specific groups to login: | ||
| + | <cli prompt='>'> | ||
| + | hscroot@hmc:~> chhmcldap -o s --hmcgroups group1,group2 | ||
| + | </cli> | ||
| + | Check using | ||
| + | <cli prompt='>'> | ||
| + | hscroot@hmc:~> lshmcldap -r user --filter "names=user" | ||
| + | </cli> | ||
| + | Output should contain hmcgroups=group1 or hmcgroups=group2 | ||