Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Please add support for ConfLDAPAuthorizationUserGroupName #6

Open
litewhatever opened this issue May 2, 2019 · 2 comments
Open

Please add support for ConfLDAPAuthorizationUserGroupName #6

litewhatever opened this issue May 2, 2019 · 2 comments

Comments

@litewhatever
Copy link

litewhatever commented May 2, 2019

Currently it is possible to configure LDAP settings but no authorization when using "Standard LDAP" e.g user can't login.
Or if I am doing something wrong e.g I should use some other task, please let me know :)

@litewhatever
Copy link
Author

litewhatever commented May 3, 2019

Worked around it with "set_cs":

  irmc_scci:
    irmc_url: "{{ inventory_hostname }}"
    irmc_username: "{{ irmc_ansible_user }}"
    irmc_password: "{{ irmc_ansible_user_password }}"
    command: "set_cs"
    opcodeext: 0x1AC8
    data: "1"
  delegate_to: localhost
  when: ldap_group_avr_data.data != "1"

https://sp.ts.fujitsu.com/dmsp/Publications/public/dp-svs-configuration-space-values-en.pdf

@litewhatever
Copy link
Author

This workaround will not fully solve it as it doesn't seem to be possible to grant redfish access to group with scci.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant