Limit User Password By Time

Home » CentOS » Limit User Password By Time
CentOS 5 Comments

Hello,

I would like to know if it is possible to configure a password that expires, once user has logged, after 2 hours, for example.

Thanks.

5 thoughts on - Limit User Password By Time

  • Is it possible with “chage” to configure a password caducity for, at most, 2 hours? I think “chage” only allows caducity for, at least, one day.

  • You’re pushing the limits of my memories of latin class, but if I understand what you’re asking, you want to set the expiration of a password to a specific hour, not day.

    The password age, minimum age and maximum age fields in /etc/shadow are stored as an integer in days, so no, I don’t believe you can set it to a specific hour.


    Jonathan Billings

  • chage apparently depends on the shadow file which is day-based. You might want to be more specific when you say “limit”, are you trying to force password changes every 2 hours or force logout every 2 hours or something else? The reason I ask is you’re probably into the “create your own method” arena where exactly what you’re trying to do may greatly influence the possibilities.