mirror of https://github.com/cowrie/cowrie.git
fix userdb.example (#1619)
This commit is contained in:
parent
bd0e3a8bfa
commit
b8e69c2c1f
|
@ -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:*
|
||||
|
|
Loading…
Reference in New Issue