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

View File

@ -8,7 +8,7 @@
# Field #1 contains the username # Field #1 contains the username
# Field #2 is currently unused # Field #2 is currently unused
# Field #3 contains the password # 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 # '!' at the start of a password will not grant this password access
# '/' can be used to write a regular expression # '/' can be used to write a regular expression
# #
@ -18,3 +18,5 @@ root:x:!/honeypot/i
root:x:* root:x:*
tomcat:x:* tomcat:x:*
oracle:x:* oracle:x:*
*:x:somepassword
*:x:*