LDAP Groups can be made from the linux groups in /etc/group
Unexpected behavior you saw
a linux group like bmcweb::1002 can be used to create a webui LDAP group if the LDAP user has the same group id 1002
Expected behavior
Only LDAP server groups can be used for webui LDAP groups
To Reproduce
- login to bmc webui
- navigate to Access->LDAP
- connect to the LDAP server
- test the login with an LDAP user; should be noAccess
- add the webui LDAP group bmcweb
- change the LDAP user's group id number to the same as the linux group bmcweb (can be found at /etc/group on the bmc)
- test the login with the LDAP user
LDAP Groups can be made from the linux groups in /etc/group
Unexpected behavior you saw
a linux group like bmcweb::1002 can be used to create a webui LDAP group if the LDAP user has the same group id 1002
Expected behavior
Only LDAP server groups can be used for webui LDAP groups
To Reproduce