<?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 adding temporary user accounts in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-temporary-user-accounts/m-p/3000148#M126306</link>
    <description>what's the best way to create a temporary account for a new user?</description>
    <pubDate>Tue, 17 Jun 2003 23:20:21 GMT</pubDate>
    <dc:creator>Sandra R.</dc:creator>
    <dc:date>2003-06-17T23:20:21Z</dc:date>
    <item>
      <title>adding temporary user accounts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-temporary-user-accounts/m-p/3000148#M126306</link>
      <description>what's the best way to create a temporary account for a new user?</description>
      <pubDate>Tue, 17 Jun 2003 23:20:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-temporary-user-accounts/m-p/3000148#M126306</guid>
      <dc:creator>Sandra R.</dc:creator>
      <dc:date>2003-06-17T23:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: adding temporary user accounts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-temporary-user-accounts/m-p/3000149#M126307</link>
      <description>You can either go through SAM or user the 'useradd' command.&lt;BR /&gt;&lt;BR /&gt;# man useradd&lt;BR /&gt;&lt;BR /&gt;for more information.</description>
      <pubDate>Tue, 17 Jun 2003 23:25:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-temporary-user-accounts/m-p/3000149#M126307</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-06-17T23:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: adding temporary user accounts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-temporary-user-accounts/m-p/3000150#M126308</link>
      <description>If your using a trusted system you can set up an account through SAM that has an account lifetime in number of days. Other than that you will need to use 'useradd' and include the '-e' option.</description>
      <pubDate>Tue, 17 Jun 2003 23:35:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-temporary-user-accounts/m-p/3000150#M126308</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-06-17T23:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: adding temporary user accounts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-temporary-user-accounts/m-p/3000151#M126309</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just type 'useradd' and it will print the options. For ex., to create a user 'temp' with uid 11111 and a pre-existing group 'tmpgrp' expiring by July 17th would be&lt;BR /&gt;&lt;BR /&gt;useradd -u 11111 -g users -c "Temp user" -s /usr/bin/ksh -m -k /etc/skel -e 07/16/03 tmp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can also do it much easily with SAM.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 18 Jun 2003 00:09:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-temporary-user-accounts/m-p/3000151#M126309</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-06-18T00:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: adding temporary user accounts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-temporary-user-accounts/m-p/3000152#M126310</link>
      <description>Use "useradd" with "-e" parameter!</description>
      <pubDate>Wed, 18 Jun 2003 05:03:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-temporary-user-accounts/m-p/3000152#M126310</guid>
      <dc:creator>Fragon</dc:creator>
      <dc:date>2003-06-18T05:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: adding temporary user accounts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-temporary-user-accounts/m-p/3000153#M126311</link>
      <description>Also conside -f option with useradd command. This is the inactivity time. So if you have created a temporary account and the user loges in every day then its fine and if he doesn't login say for ten days which you have specified as the inactive time the account will expire also that means the temporary account is no longer required if he hasn't used for 10 days. &lt;BR /&gt;&lt;BR /&gt;Rajeev</description>
      <pubDate>Wed, 18 Jun 2003 05:18:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-temporary-user-accounts/m-p/3000153#M126311</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-06-18T05:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: adding temporary user accounts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-temporary-user-accounts/m-p/3000154#M126312</link>
      <description>Yes, it is easy to add a user using SAM or useradd command, since it is a temporary account, I usually specifies the date on which this login can no longer be used. After expire, no user will be able to access this login.</description>
      <pubDate>Wed, 18 Jun 2003 05:22:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-temporary-user-accounts/m-p/3000154#M126312</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-06-18T05:22:59Z</dc:date>
    </item>
  </channel>
</rss>

