Koozali.org: home of the SME Server

Login Services

Matthew Montano

Login Services
« 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:

Justin

Re: Login Services
« Reply #1 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.

Simeon

Re: Login Services
« Reply #2 on: March 17, 2002, 02:05:24 PM »
search the forums for chsh

Anthony

Re: Login Services
« Reply #3 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

Matthew Montano

Re: Login Services
« Reply #4 on: March 17, 2002, 06:02:40 PM »
Thank you to all.

Seemingly obvious and right under my nose.

Matthew

Doug

Re: Login Services
« Reply #5 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?