From b8e69c2c1fc506b54992c6392f916cbd7418d13c Mon Sep 17 00:00:00 2001 From: Hamid Mujtaba Khalil Date: Thu, 2 Sep 2021 06:57:12 +0500 Subject: [PATCH] fix userdb.example (#1619) --- etc/userdb.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/userdb.example b/etc/userdb.example index 6586d485..6eb04990 100644 --- a/etc/userdb.example +++ b/etc/userdb.example @@ -8,7 +8,7 @@ # Field #1 contains the username # Field #2 is currently unused # Field #3 contains the password -# '*' for password allows any password +# '*' for any username or password # '!' at the start of a password will not grant this password access # '/' can be used to write a regular expression # @@ -18,3 +18,5 @@ root:x:!/honeypot/i root:x:* tomcat:x:* oracle:x:* +*:x:somepassword +*:x:*