Link to home
Start Free TrialLog in
Avatar of scandic
scandic

asked on

multiple login

HI ALL
I have a RedHat 5.2 box as dial-in server for 50 PPP and POP accounts.
How can I prevent multiple logins on same account??

Thanks
Maria
Avatar of ahoffmann
ahoffmann
Flag of Germany image

replace the shell in /etc/passwd by a program which checks for multiple logins, like:

trap SIGQUIT SIGINT
if test `w | grep ^$user|wc -l` -gt 1; then
   exit 1
else
   exec /bin/bash -login
fi

(don't forget to disable chsh).
Avatar of mcdonc
mcdonc

Wow.  Awesome answer.
mcdonc, what do you find so awesome? Did you know a better one, post it ;-)
ASKER CERTIFIED SOLUTION
Avatar of tim_lbi
tim_lbi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ahoffman, i wasn't being sarcastic... i love it when people can just rattle off useful shell scripts out of their head.  its more than i can do.   i love little scripts that solve big problems.  hats off to you.

mcdonc, probably my dictinoary is wrong about "awesome"; I read it as is, not sarcastic. I would not have asked if you would had marked it with an emoticon ;-)
Anyway, keep on joking ..

scandic, and everybody

I am sorry to post this comment but I have to...

This is about scandic not bothering to grade her questions (once she gets her answers)

Months ago,  it was "Dial-in for 6 lines" a question about how-to setup a dial-in ppp server
with a Cyclades serial board. I answered most of her questions with a comment, and
have not heard from her since (the question is now missing, probably deleted, without
an additional comment)

After that, there came the "Cyclades Problem" question:
(She got the idea, but could not get her board working)
'canani' answered the question with a comment. You can still find it among
Linux Networking questions, waiting for a comment from scandic.

Finally this...
It is obvoius that scandic finally got her setup working and is tuning-up some minor problems. No comment from her since 15 Jan. Same pattern emerging again...

three questions asked, all answered,
she got her setup working
no points paid. no comments no acknowledgements!

I dont care much about points but when I make a posting, I would like to receive a
feedback, negative or positive. Did it work or not. Points or grading is one way of doing
this. But even if you do not wish to give points, writing a comment would be the polite thing to do.

I dont know if experts-exchange has a policy about such behaviour. Perhaps
I should have written to them. But I still would like an explanation from scandic
(Am I dreaming too much?)

Can

canacar, have a look at  https://www.experts-exchange.com/info/usrcntr.htm  :-)
then you probably drop a message at support@https://www.experts-exchange.com
Avatar of scandic

ASKER

Hi tim_lbi, hi all

First of all I want to excuse me for my inactivity, but I was in hospital for a surgical intervention on my leg.

OK...
Dear tim_lbi, your idea it seems to be very simple but it doesn’t work for me. Do you know why? Do you think I need another settings?

Thanks for your understanding
Maria