mudler / yip

:pushpin: Yaml Instructions Processor - Simply applies a cloud-init style yaml file to the system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User add/password change relies on adduser and chpasswd

mudler opened this issue · comments

We assume they are there, but that's not always true. One way to workaround chpasswd is generating the user password in-place, similarly we can transliterate users to entities

Added support to generate password on the underlying entities library here: mudler/entities@8814e76 - will try to reuse that lib instead of calling the CLI tools