KpyM Telnet/SSH Server - Forum
Security |
Carlos |
Security |
Sep 21 2009 17:34 |
|
How to create a wildcard for denied access to all users except those in the list of permitted users, without having to fill the list of users not allowed?
Maybe do something change this:?
allowed_login_list =:guest:
forbidden_login_list =:Administrator:Carlos:
by
allowed_login_list =:guest:
forbidden_login_list =:*:
I would like that if allowed the user list is blank, anyone can login, ie, have a strict control of who can login, and the rest can not.
|
Kroum Grigorov |
|
Sep 27 2009 18:24 |
|
Just fill in the allowed list. If this list is not empty, only the users listed there will be allowed to login.
In your case, this:
allowed_login_list =:guest:
forbidden_login_list =
will work just the way you want
Kroum
|
Anton |
|
Jul 13 2012 08:34 |
|
It's not work in current stable version
|
© 2007 - 2008 Kroum Grigorov