IBM / ansible-power-aix

Developer contributions for Ansible Automation on Power
https://ibm.github.io/ansible-power-aix/
GNU General Public License v3.0
80 stars 92 forks source link

LDAP check is not supported before running mkuser in user module. #411

Closed sumitradawn closed 4 months ago

sumitradawn commented 4 months ago

"msg": "Failed to create user: aixguest, command: mkuser -R LDAP home=\"/home/test/aixguest\" data=\"1272\" aixguest", "rc": 22, "stderr": "Invalid -R option \"LDAP\" \nUsage: mkuser [-R load_module] [-a] \"attr=value\" ... newuser\n", "stderr_lines": [ "Invalid -R option \"LDAP\" ", "Usage: mkuser [-R load_module] [-a] \"attr=value\" ... newuser" ], "stdout": "", "stdout_lines": [] }

schamola commented 4 months ago

Thanks for reporting, we are working on it!

nitismis commented 4 months ago

PR is merged.