Shell for domain users

5 posts / 0 new
Last post
#1 Wed, 01/09/2008 - 07:38
acid

Shell for domain users

Hi

If we set in /etc/passwd the shell permissions for domain users to /bin/false what exactly will stop working? Thanks.

Sun, 01/13/2008 - 19:45
Joe
Joe's picture

SSH logins. /bin/false is a good choice if you want mail, FTP, and possibly databases (if it's a virtual server administrator).

--

Check out the forum guidelines!

Mon, 01/14/2008 - 04:18
acid

Thanks! Is there a way to set it for new domain users / virtual server administrators by default? By editing manualy a file or something?

Mon, 01/14/2008 - 07:49 (Reply to #3)
Joe
Joe's picture

I believe you'd just make it appear first in the /etc/shells file. But I might be imagining things.

--

Check out the forum guidelines!

Wed, 01/16/2008 - 07:03
acid

(Ubuntu 6.06.1, 64 bits)

Replacing

SHELL=/bin/sh

for:

SHELL=/bin/false

in /etc/default/useradd work only for the useradd command.

We need it by creating new virtual server administrators in virtualmin by default. please.

Topic locked