Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Matthew Montano on March 17, 2002, 09:28:04 AM

Title: Login Services
Post by: Matthew Montano on March 17, 2002, 09:28:04 AM
Below is straight from the screen, after attempting to login with a non-root/admin account. For the life of me, I can't find a the config point (or any documentation on this.) And I've played with nearly every config options from the "Remote Access" panel

-------------------------
Mitel Networks SME Server
-------------------------

Standard user login services have been disabled.

Type "end" and press ENTER to terminate this connection:
Title: Re: Login Services
Post by: Justin on March 17, 2002, 09:42:09 AM
Matthew,

Regular users don't get a shell at login by default. Take a look at /etc/passwd (/bin/false)

Justin.
Title: Re: Login Services
Post by: Simeon on March 17, 2002, 02:05:24 PM
search the forums for chsh
Title: Re: Login Services
Post by: Anthony on March 17, 2002, 02:07:18 PM
If you really want to give users shell access then logon as root and.....

chsh -s /bin/bash username

they will need to SU if they want to do anything rootish

to remove access:

chsh -s /bin/sshell username
Title: Re: Login Services
Post by: Matthew Montano on March 17, 2002, 06:02:40 PM
Thank you to all.

Seemingly obvious and right under my nose.

Matthew
Title: Re: Login Services
Post by: Doug on March 17, 2002, 07:09:54 PM
but how do you change e-smith so that when a user is created that it automatically ahs shell access?