fix userdb.example (#1619)

This commit is contained in:
Hamid Mujtaba Khalil 2021-09-02 06:57:12 +05:00 committed by GitHub
parent bd0e3a8bfa
commit b8e69c2c1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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:*