On Thu, Dec 6, 2012 at 6:15 PM, Curtis Shimamoto < sugar.and.scruffy@xxxxxxxxx> wrote: > Setting a users shell to /sbin/nologin or /bin/false achieves the same > thing. > [pedantic] Actually, there is a difference between `nologin` and `false`: `nologin` will print a polite message explaining that the account is not available; `false` prints nothing. [/pedantic] -- Rodrigo