<?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: Root password..? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3958878#M739764</link>
    <description>All the HP-UX  systems that we have are part of a service guard cluster, would that affect anything..?&lt;BR /&gt;&lt;BR /&gt;What would the difference be between the trusted and not trusted...?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Fri, 09 Mar 2007 11:12:09 GMT</pubDate>
    <dc:creator>rvent</dc:creator>
    <dc:date>2007-03-09T11:12:09Z</dc:date>
    <item>
      <title>Root password..?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3958876#M739762</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Today one of the other admins was trying to his password, but she messed up and ended up changing root's password to null.&lt;BR /&gt;&lt;BR /&gt;I just changed root's password, but i need tto find out how to enforce the passwords so that they are not null (at least for root)&lt;BR /&gt;&lt;BR /&gt;I was reading on some previous post and i got this: &lt;BR /&gt;/usr/lbin/getprdef -m rstrpw    Which results on:&lt;BR /&gt;System is not trusted.&lt;BR /&gt;&lt;BR /&gt;I tried man getprdef, but no man page was found. Also there is not /etc/default/security. The only "security" that "find" found was "/etc/opt/dce/security", but it is an empty folder..&lt;BR /&gt;&lt;BR /&gt;Any ideas on how can i enforce passwords not being null...? And what is getprdef..? Why does my system says it is not trusted..?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 09 Mar 2007 10:50:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3958876#M739762</guid>
      <dc:creator>rvent</dc:creator>
      <dc:date>2007-03-09T10:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Root password..?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3958877#M739763</link>
      <description>See security(4) man page. The MIN_PASSWORD_LENGTH parameter controls minimum password length. However, since your system is not running in trusted mode, it will have no effect on the root account.&lt;BR /&gt;&lt;BR /&gt;Your system says it's not trusted because no one made it trusted by running tsconvert (or doing so in SAM). Your password hashes are stored in /etc/passwd (or possible /etc/shadow if you have Shadow Passwords installed).</description>
      <pubDate>Fri, 09 Mar 2007 10:59:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3958877#M739763</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2007-03-09T10:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Root password..?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3958878#M739764</link>
      <description>All the HP-UX  systems that we have are part of a service guard cluster, would that affect anything..?&lt;BR /&gt;&lt;BR /&gt;What would the difference be between the trusted and not trusted...?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 09 Mar 2007 11:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3958878#M739764</guid>
      <dc:creator>rvent</dc:creator>
      <dc:date>2007-03-09T11:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Root password..?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3958879#M739765</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  "Trusting" a system makes your HP-UX C2-level security complaint. Trusting comes with lots of benefits, but at times it can be a pain too.&lt;BR /&gt;&lt;BR /&gt;   I have seen cases where the application stopped working because of the trusted system conversion.&lt;BR /&gt;  &lt;BR /&gt;   If you convert your system to trusted, then the passwords will be removed from /etc/passwd and /tcb tree will be created where the passwords will be stored, along with other information. This will also enable some default security measures like account lockout after specific number of unsuccessful tries and stuff.&lt;BR /&gt;&lt;BR /&gt;   But if you want to enforce "not null" password policy without trusting the system then it may involve some scripting or C programming. You can create a wrapper and use /usr/lib/makekey to create encrypted passwords.&lt;BR /&gt;&lt;BR /&gt;Sundar.</description>
      <pubDate>Fri, 09 Mar 2007 11:16:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3958879#M739765</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2007-03-09T11:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Root password..?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3958880#M739766</link>
      <description>It will not directly have any effect on the SG cluster but there are some applications which directly try to get the password entry from /etc/passwd and authenticate the users instead of relying on the PAM to perform the authentication for them,&lt;BR /&gt;&lt;BR /&gt;If it is a plain database server, most probably you will be fine.&lt;BR /&gt;&lt;BR /&gt;There are number of differences between trusted and non-trusted systems. The most obvious ones you will probably notice is the account lockout and even root will be asked for the old password before the password can be changed.&lt;BR /&gt;&lt;BR /&gt;This will mean you will have couple more steps to follow when you forget the password and reboot the system in single user mode !! :-)&lt;BR /&gt;&lt;BR /&gt;Sundar</description>
      <pubDate>Fri, 09 Mar 2007 11:19:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3958880#M739766</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2007-03-09T11:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Root password..?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3958881#M739767</link>
      <description>Well i am not sure about how our ERP authenticates the user accounts, so i contacted the ERP tech support to see what i can expect and see if it is worth the trouble since the system only provides services to our private network...&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 09 Mar 2007 11:30:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3958881#M739767</guid>
      <dc:creator>rvent</dc:creator>
      <dc:date>2007-03-09T11:30:16Z</dc:date>
    </item>
  </channel>
</rss>

