Re: restricted users

From: Greg Wooledge (wooledg@eeg.ccf.org)
Date: 02/27/03

  • Next message: Hong Tian: "Re: restricted users"
    Date: Thu, 27 Feb 2003 08:33:42 -0500
    From: Greg Wooledge <wooledg@eeg.ccf.org>
    To: Hong Tian <htian@ias.edu>
    
    

    On Wed, Feb 26, 2003 at 07:53:47PM -0500, Hong Tian wrote:
    > DenyUsers all => not works
    > DenyUsers ALL => not works
    > DenyUsers everyone => not works

          DenyUsers
               This keyword can be followed by a list of user name patterns,
               separated by spaces. Login is disallowed for user names that
               match one of the patterns. `*' and `?' can be used as wildcards
               in the patterns. Only user names are valid; a numerical user ID
               is not recognized. By default, login is allowed for all users.
               If the pattern takes the form USER@HOST then USER and HOST are
               separately checked, restricting logins to particular users from
               particular hosts.