<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Setting expiry dates for users in linux (redhat and suse) in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/setting-expiry-dates-for-users-in-linux-redhat-and-suse/m-p/4513295#M38542</link>
    <description>Hi Kumar&lt;BR /&gt;"chage" is the command for change time of account activation.&lt;BR /&gt;</description>
    <pubDate>Wed, 14 Oct 2009 02:08:08 GMT</pubDate>
    <dc:creator>Nuwan Alwis</dc:creator>
    <dc:date>2009-10-14T02:08:08Z</dc:date>
    <item>
      <title>Setting expiry dates for users in linux (redhat and suse)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setting-expiry-dates-for-users-in-linux-redhat-and-suse/m-p/4513293#M38540</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am using Redhat ES 4 and Suse EL 10.&lt;BR /&gt;&lt;BR /&gt;How to set the expiry dates for users in linux?</description>
      <pubDate>Tue, 13 Oct 2009 16:33:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setting-expiry-dates-for-users-in-linux-redhat-and-suse/m-p/4513293#M38540</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2009-10-13T16:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Setting expiry dates for users in linux (redhat and suse)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setting-expiry-dates-for-users-in-linux-redhat-and-suse/m-p/4513294#M38541</link>
      <description>Check the man page for the "chage" command to change existing users. Some parameters can also be set when using the "useradd" command (such as expiry.)</description>
      <pubDate>Tue, 13 Oct 2009 21:58:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setting-expiry-dates-for-users-in-linux-redhat-and-suse/m-p/4513294#M38541</guid>
      <dc:creator>macosta</dc:creator>
      <dc:date>2009-10-13T21:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Setting expiry dates for users in linux (redhat and suse)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setting-expiry-dates-for-users-in-linux-redhat-and-suse/m-p/4513295#M38542</link>
      <description>Hi Kumar&lt;BR /&gt;"chage" is the command for change time of account activation.&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Oct 2009 02:08:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setting-expiry-dates-for-users-in-linux-redhat-and-suse/m-p/4513295#M38542</guid>
      <dc:creator>Nuwan Alwis</dc:creator>
      <dc:date>2009-10-14T02:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Setting expiry dates for users in linux (redhat and suse)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setting-expiry-dates-for-users-in-linux-redhat-and-suse/m-p/4513296#M38543</link>
      <description>This is Linux Redhat&lt;BR /&gt;chage - change user password expiry information&lt;BR /&gt;&lt;BR /&gt;Do you mean with Setting expiry dates for users ;&lt;BR /&gt;password aging activation OR account expiration ?</description>
      <pubDate>Wed, 14 Oct 2009 08:09:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setting-expiry-dates-for-users-in-linux-redhat-and-suse/m-p/4513296#M38543</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2009-10-14T08:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Setting expiry dates for users in linux (redhat and suse)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setting-expiry-dates-for-users-in-linux-redhat-and-suse/m-p/4513297#M38544</link>
      <description>The followings bunch of the Management Commands on users:&lt;BR /&gt;&lt;BR /&gt;useradd&lt;BR /&gt;usermod&lt;BR /&gt;userdel&lt;BR /&gt;adduser&lt;BR /&gt;chage&lt;BR /&gt;getent</description>
      <pubDate>Wed, 14 Oct 2009 08:11:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setting-expiry-dates-for-users-in-linux-redhat-and-suse/m-p/4513297#M38544</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2009-10-14T08:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Setting expiry dates for users in linux (redhat and suse)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setting-expiry-dates-for-users-in-linux-redhat-and-suse/m-p/4513298#M38545</link>
      <description>And besides, from my notes:&lt;BR /&gt;&lt;BR /&gt;You can use the chage command to manage the expiration date of a password. Password aging information is stored in the /etc/shadow file. The associated chage switch, where available, is shown with each description entry. &lt;BR /&gt;&lt;BR /&gt;For example, if you wanted to require that user test1 keep a password for at least two days, use the chage test1 -m 2 command.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Oct 2009 08:13:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setting-expiry-dates-for-users-in-linux-redhat-and-suse/m-p/4513298#M38545</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2009-10-14T08:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Setting expiry dates for users in linux (redhat and suse)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setting-expiry-dates-for-users-in-linux-redhat-and-suse/m-p/4513299#M38546</link>
      <description>see following sources of information:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/en-US/Security_Guide/s3-wstation-pass-org-age.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/en-US/Security_Guide/s3-wstation-pass-org-age.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;for setting expiry rules  when creating new users take a look at the /etc/login.defs file.</description>
      <pubDate>Thu, 15 Oct 2009 08:02:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setting-expiry-dates-for-users-in-linux-redhat-and-suse/m-p/4513299#M38546</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2009-10-15T08:02:45Z</dc:date>
    </item>
  </channel>
</rss>

