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 416ab6a..8e900b5 100644
--- a/src/property/user.lisp
+++ b/src/property/user.lisp
@@ -20,7 +20,8 @@
(named-readtables:in-readtable :consfigurator)
(defprop has-account :posix (username)
- "Ensure there is an account for USERNAME."
+ "Ensure there is an account for USERNAME.
+Note that this uses getent(1) and so is not strictly POSIX-compatible."
(:desc #?"Account for ${username}")
(:check
(user-exists username))