aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-25 13:13:06 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-25 13:13:06 -0700
commit35eb5499eddc52bfb441a630647edd5ebb59439d (patch)
tree93510dac229f5ac8895a14ced54da3861658ebcb
parent74f18afbde618b84d09567a2a4152b82b705d70a (diff)
downloadconsfigurator-35eb5499eddc52bfb441a630647edd5ebb59439d.tar.gz
reflow
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/property/user.lisp3
1 files changed, 2 insertions, 1 deletions
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