aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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