From 35eb5499eddc52bfb441a630647edd5ebb59439d Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 25 May 2021 13:13:06 -0700 Subject: reflow Signed-off-by: Sean Whitton --- src/property/user.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/property/user.lisp b/src/property/user.lisp index bf30eb0..c129c74 100644 --- a/src/property/user.lisp +++ b/src/property/user.lisp @@ -39,7 +39,8 @@ Note that this uses getent(1) and so is not strictly POSIX-compatible." (file:contains-lines "/etc/shells" shell) (mrun "chsh" "--shell" shell username))) -(defprop has-enabled-password :posix (username &key (initial-password "changeme")) +(defprop has-enabled-password :posix + (username &key (initial-password "changeme")) "Ensures that it is possible to login as USERNAME; if this requires enabling the account's password, also set it to INITIAL-PASSWORD. The main purpose of this property is to ensure that in a freshly installed -- cgit v1.2.3