[PR #336] Replace adduser with useradd #386

Open
opened 2026-03-13 16:20:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/acme-dns/acme-dns/pull/336
Author: @ihmels
Created: 4/7/2023
Status: 🔄 Open

Base: masterHead: readme-useradd


📝 Commits (1)

  • f079c42 Replace adduser with useradd

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 README.md (+1 -1)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/acme-dns/acme-dns/pull/336 **Author:** [@ihmels](https://github.com/ihmels) **Created:** 4/7/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `readme-useradd` --- ### 📝 Commits (1) - [`f079c42`](https://github.com/acme-dns/acme-dns/commit/f079c420bc0bb3564a76026417070a6a82ed260c) Replace adduser with useradd ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) </details> ### 📄 Description 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/acme-dns#386
No description provided.