<?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: script to create multiple users on multiple servers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-create-multiple-users-on-multiple-servers/m-p/2682029#M53253</link>
    <description>How about 'useradd'? Allows you to specify the UID, group, home directory, shell, etc. SHould be common across versions of HP-UX.&lt;BR /&gt;&lt;BR /&gt;Alternatively (and probably illegally), why not just append one passwd file to the existing passwd file then tar the home directories? As long as the user only has primary group membership, they will not need to go into the /etc/group file (HP-UX 11 only - I think 10.20 insists on all group memberships being present in the /etc/group file).&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian &lt;BR /&gt;</description>
    <pubDate>Wed, 13 Mar 2002 10:04:39 GMT</pubDate>
    <dc:creator>Ian Dennison_1</dc:creator>
    <dc:date>2002-03-13T10:04:39Z</dc:date>
    <item>
      <title>script to create multiple users on multiple servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-create-multiple-users-on-multiple-servers/m-p/2682028#M53252</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Has anyone got script to create multiple users on multiple servers (HP 10.20 &amp;amp; 11)&lt;BR /&gt;&lt;BR /&gt;Cheers in advance&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Mar 2002 10:00:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-create-multiple-users-on-multiple-servers/m-p/2682028#M53252</guid>
      <dc:creator>Stephen Young_1</dc:creator>
      <dc:date>2002-03-13T10:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: script to create multiple users on multiple servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-create-multiple-users-on-multiple-servers/m-p/2682029#M53253</link>
      <description>How about 'useradd'? Allows you to specify the UID, group, home directory, shell, etc. SHould be common across versions of HP-UX.&lt;BR /&gt;&lt;BR /&gt;Alternatively (and probably illegally), why not just append one passwd file to the existing passwd file then tar the home directories? As long as the user only has primary group membership, they will not need to go into the /etc/group file (HP-UX 11 only - I think 10.20 insists on all group memberships being present in the /etc/group file).&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian &lt;BR /&gt;</description>
      <pubDate>Wed, 13 Mar 2002 10:04:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-create-multiple-users-on-multiple-servers/m-p/2682029#M53253</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2002-03-13T10:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: script to create multiple users on multiple servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-create-multiple-users-on-multiple-servers/m-p/2682030#M53254</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can do it simply with the following:&lt;BR /&gt;&lt;BR /&gt;for i in $*&lt;BR /&gt;do&lt;BR /&gt;useradd -m $1&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;usage of script:&lt;BR /&gt;&lt;BR /&gt;script_name list_of_users_you_want_to_create</description>
      <pubDate>Wed, 13 Mar 2002 10:07:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-create-multiple-users-on-multiple-servers/m-p/2682030#M53254</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-03-13T10:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: script to create multiple users on multiple servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-create-multiple-users-on-multiple-servers/m-p/2682031#M53255</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;there are grave disadvantages to doing this &lt;BR /&gt;checkout NIS and NIS+ . &lt;BR /&gt;&lt;BR /&gt;The pupose of Network Information Services is to store information that users, workstations , servers and applications must have to communicate across a network. Without a network information service, each workstation would have to maintain its own copy of this information.&lt;BR /&gt;&lt;BR /&gt;NIS and NIS plus is part of the o/s easily configurable and not charged for.&lt;BR /&gt;&lt;BR /&gt;good luck&lt;BR /&gt;John.</description>
      <pubDate>Wed, 13 Mar 2002 10:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-create-multiple-users-on-multiple-servers/m-p/2682031#M53255</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-03-13T10:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: script to create multiple users on multiple servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-create-multiple-users-on-multiple-servers/m-p/2682032#M53256</link>
      <description>Why you do not use autofs (automounter) to have one /home shared over all systems ?&lt;BR /&gt;&lt;BR /&gt;In my expierence, i don't like to give users multiple locations. After setting up automountd, maintance becomes really easy... and yes.. make sure to have all UID etc the same by using one general useradd script (which you also can start on /home/root/bin/my_useradd, once you have /home running on automounter).&lt;BR /&gt;&lt;BR /&gt;greetings</description>
      <pubDate>Wed, 13 Mar 2002 12:36:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-create-multiple-users-on-multiple-servers/m-p/2682032#M53256</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-03-13T12:36:35Z</dc:date>
    </item>
  </channel>
</rss>

