Re: restricting users during certain times/days

From: Lew Pitcher (Lew.Pitcher_at_td.com)
Date: 02/02/04


Date: Mon, 02 Feb 2004 21:03:47 GMT

On Mon, 02 Feb 2004 14:27:46 -0800, "Mike Cox" <mikecoxlinux@yahoo.com> wrote:

>Is it possible to control the times or days a user is allowed to login?
>For example, if you only want a user to be able to login during the
>weekdays. How would you set that up?

Depending on how universal I wanted the restriction, I'd probably set up a
couple of cron jobs
  0 0 * * mon touch /etc/nologin
  0 0 * * sat rm /etc/nologin

see nologin(5) ("man 5 nologin") for details on what the /etc/nologin file does.

-- 
Lew Pitcher
IT Consultant, Enterprise Technology Solutions
Toronto Dominion Bank Financial Group
(Opinions expressed are my own, not my employers')


Relevant Pages

  • 2 Login pages in web.config = ERROR!
    ... Login pages depending on the original page they are trying to access. ... in IIS. ... occur if I comment out the <authentication> element that is located within ...
    (microsoft.public.dotnet.framework.aspnet)
  • Making a secured webs site for downloading updates
    ... I have many products and I would like the followings: ... - the user connect on my web site with a login and Password ... Depending of this password the user have access of the product he has ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: How can i alter info to send visiters to a different page depe
    ... In this box i have required them to insert their personal PON ... > | number in order to login to their personal team screen. ...
    (microsoft.public.frontpage.client)
  • Enter key problem
    ... I want to enable "enter" keyboard button depending on the ... suppose I have a login page that has header user control with a (search text ... I want to make the page request for either Login on Search depending on the ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: oh shit : did i just lose all my data?
    ... The OP's problem came at login time, not at boot time, and by login time, ... Enterprise Technology Solutions, TD Bank Financial Group ...
    (comp.os.linux.setup)