joohoi / acme-dns

Limited DNS server with RESTful HTTP API to handle ACME DNS challenges easily and securely.
MIT License
2.19k stars 234 forks source link

Replace adduser with useradd #336

Open ihmels opened 1 year ago

ihmels commented 1 year ago

adduser can be either an alias for useradd or a Perl script that uses useradd in the background.

However, the Perl script does not use the same options as useradd. Therefore, useradd should be used so that the command should always work.

Fixes #330.