From d8554a9399b982d7765bd16c9a08ec6360a7aa7f Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 24 Jan 2017 18:32:55 +0100 Subject: Fix add --force-badname --- localaddpostmaster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localaddpostmaster b/localaddpostmaster index ff7bd9c..fd79264 100755 --- a/localaddpostmaster +++ b/localaddpostmaster @@ -19,7 +19,7 @@ if ! getent group "$postmastergroup"; then addgroup --system "$postmastergroup" fi -adduser --system --no-create-home --group --shell /sbin/noshell "$postmaster" +adduser --force-badname --system --no-create-home --group --shell /sbin/noshell "$postmaster" adduser "$postmaster" "$postmastergroup" password="$(gpw 1 14)" -- cgit v1.2.3