Closed nkskjames closed 1 year ago
userman.py uses pexpect to expect prompts from adduser system call. We need a cleaner way to add users.
This could be done by switching useradd to the one that takes arguments. Would be parallel to implementing PAM https://github.com/openbmc/openbmc/issues/260
@hramasub can take a look.
userman.py uses pexpect to expect prompts from adduser system call. We need a cleaner way to add users.