<?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: scripting tcb additions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-tcb-additions/m-p/2458238#M13192</link>
    <description>Just by adding an entry in the /etc/passwd will not allow the user to login into the system becuase it is a trusted system and having null password is not allowed as one of its default policy.&lt;BR /&gt;&lt;BR /&gt;It also requires an entry in the trusted database "/tcb/auth/files".&lt;BR /&gt;&lt;BR /&gt;The password field in /etc/passwd in a trusted system should be * and not a null.&lt;BR /&gt;&lt;BR /&gt;As a whole a user must have an  entry in the trusted base, as well as /etc/passwd etc.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;......Madhu</description>
    <pubDate>Thu, 26 Oct 2000 16:56:20 GMT</pubDate>
    <dc:creator>Madhu Sudhan_1</dc:creator>
    <dc:date>2000-10-26T16:56:20Z</dc:date>
    <item>
      <title>scripting tcb additions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-tcb-additions/m-p/2458235#M13189</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I am trying to write a script to add users on a tcb system (we add about 12 a day)&lt;BR /&gt;has anyone done this ??&lt;BR /&gt;&lt;BR /&gt;I am using useradd and then removing it (taking the UID and audit No) and recreating it with echo &amp;gt;&amp;gt;&lt;BR /&gt;I have chosen null passwd, 90 days inactivity. It all looks right to me but when I telnet in as user I still get asked for passwd.&lt;BR /&gt;&lt;BR /&gt;I had taken options from a new user setup via SAM&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Keith&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Oct 2000 13:47:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-tcb-additions/m-p/2458235#M13189</guid>
      <dc:creator>Keith Floyd</dc:creator>
      <dc:date>2000-10-26T13:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: scripting tcb additions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-tcb-additions/m-p/2458236#M13190</link>
      <description>the reason you cannot just add an entry to /etc/passwd and expect it to work is because trusted systems use shadow passwds and the actual passwords are not stored in /etc/passwd but in the directory structure /tcb/files/auth/ &lt;BR /&gt;&lt;BR /&gt;The command you can use to modify user password properties is: modprpw &lt;BR /&gt;&lt;BR /&gt;see the thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x8ae76c96588ad4118fef0090279cd0f9,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x8ae76c96588ad4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or do a search for modprpw in the forums.&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Thu, 26 Oct 2000 14:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-tcb-additions/m-p/2458236#M13190</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-10-26T14:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: scripting tcb additions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-tcb-additions/m-p/2458237#M13191</link>
      <description>I agree with the last response. &lt;BR /&gt;Trying to hand modify users on a trusted system is not recommended, unless you're very familiar with the TCB database structure.&lt;BR /&gt;The useradd command, by default, does not assign a password. Instead it assigns places a * in the password field, thus preventing a login, until the passwd command is executed. Removing the * allows a no password login, but by default TCB does not allow null passwords, so it forces you to set a password.&lt;BR /&gt;The command modprpw can be used to safely modify the TCB database, but again, is not recommended if you are unfamiliar with TCB.&lt;BR /&gt;I've done extensive scripting with useradd, passwd and modprpw (and getprpw). If you are still interested email me: john.eaton@cdicorp.com</description>
      <pubDate>Thu, 26 Oct 2000 15:37:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-tcb-additions/m-p/2458237#M13191</guid>
      <dc:creator>John Eaton</dc:creator>
      <dc:date>2000-10-26T15:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: scripting tcb additions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-tcb-additions/m-p/2458238#M13192</link>
      <description>Just by adding an entry in the /etc/passwd will not allow the user to login into the system becuase it is a trusted system and having null password is not allowed as one of its default policy.&lt;BR /&gt;&lt;BR /&gt;It also requires an entry in the trusted database "/tcb/auth/files".&lt;BR /&gt;&lt;BR /&gt;The password field in /etc/passwd in a trusted system should be * and not a null.&lt;BR /&gt;&lt;BR /&gt;As a whole a user must have an  entry in the trusted base, as well as /etc/passwd etc.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;......Madhu</description>
      <pubDate>Thu, 26 Oct 2000 16:56:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-tcb-additions/m-p/2458238#M13192</guid>
      <dc:creator>Madhu Sudhan_1</dc:creator>
      <dc:date>2000-10-26T16:56:20Z</dc:date>
    </item>
  </channel>
</rss>

