<?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: Shadow Password in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-password/m-p/4318434#M340451</link>
    <description>&lt;BR /&gt;&lt;BR /&gt;It's a way for protecting the encripted passwords you have in /etc/passwd, beacause /etc/passwd has to be read for all the users on the system.&lt;BR /&gt;&lt;BR /&gt;when you use shadow passwd, in /etc/passwd&lt;BR /&gt;&lt;BR /&gt;you get * on the second field:&lt;BR /&gt;&lt;BR /&gt;root:*:0:3::/root:/usr/bin/ksh&lt;BR /&gt;&lt;BR /&gt;and the encrypted passwd goes to another file called /etc/shadow&lt;BR /&gt;&lt;BR /&gt;man shadow more info&lt;BR /&gt;&lt;BR /&gt;the same way if u use a truested system the info goes to /tcb &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;it's standard on 11.23 and 11.31 you don't need no install any bunble/product.&lt;BR /&gt;&lt;BR /&gt;and you don't need to reboot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 05 Dec 2008 07:57:36 GMT</pubDate>
    <dc:creator>likid0</dc:creator>
    <dc:date>2008-12-05T07:57:36Z</dc:date>
    <item>
      <title>Shadow Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-password/m-p/4318430#M340447</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I need to configure Shadow password on Itanium server version B.11.31&lt;BR /&gt;&lt;BR /&gt;Need to know what steps are required to follow and does the system requires reboot.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards</description>
      <pubDate>Fri, 05 Dec 2008 06:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-password/m-p/4318430#M340447</guid>
      <dc:creator>Sunil Rahate_1</dc:creator>
      <dc:date>2008-12-05T06:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-password/m-p/4318431#M340448</link>
      <description>man pwconv&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;pwconv(1M)                                                       pwconv(1M)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; NAME&lt;BR /&gt;      pwconv - install, update or check the /etc/shadow file&lt;BR /&gt;&lt;BR /&gt; SYNOPSIS&lt;BR /&gt;      /usr/sbin/pwconv [-t] [-v]&lt;BR /&gt;&lt;BR /&gt; DESCRIPTION&lt;BR /&gt;      The pwconv command installs or appends /etc/shadow with information&lt;BR /&gt;      from /etc/passwd, or checks for any discrepancies between the contents&lt;BR /&gt;      of the two files.&lt;BR /&gt;&lt;BR /&gt;      The pwconv command without options does the following:&lt;BR /&gt;&lt;BR /&gt;           1.  Creates the file /etc/shadow if it does not exist; otherwise,&lt;BR /&gt;               it removes all entries for usernames that are not present in&lt;BR /&gt;               /etc/passwd.&lt;BR /&gt;           2.  For each entry in /etc/passwd, move the encrypted password&lt;BR /&gt;               and aging information to /etc/shadow.  Entries in /etc/passwd&lt;BR /&gt;               that have no encrypted password or aging information will not&lt;BR /&gt;               overwrite information in /etc/shadow.&lt;BR /&gt;           3.  Writes an "x" in each password field of the /etc/passwd file&lt;BR /&gt;               to indicate that the password and aging information reside in&lt;BR /&gt;               the /etc/shadow file.&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Dec 2008 07:20:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-password/m-p/4318431#M340448</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2008-12-05T07:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-password/m-p/4318432#M340449</link>
      <description>&lt;BR /&gt; Hi Orange,&lt;BR /&gt;&lt;BR /&gt;   I have some doubt about the shadow password.&lt;BR /&gt;&lt;BR /&gt;What is it used?&lt;BR /&gt;&lt;BR /&gt;Can u guide me something,iam not able to understand, what's differnece between the /etc/passwd and /etc/shadow.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pls guide me something.....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Unixguy.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Dec 2008 07:38:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-password/m-p/4318432#M340449</guid>
      <dc:creator>unixguy_1</dc:creator>
      <dc:date>2008-12-05T07:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-password/m-p/4318433#M340450</link>
      <description>Dear Orange,&lt;BR /&gt;&lt;BR /&gt;Does HPUX B.11.31 need any Shadow Bundle to be installed. If bundle not required does pwconv will create the shadow password. After pwconv does the system requires reboot.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards</description>
      <pubDate>Fri, 05 Dec 2008 07:47:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-password/m-p/4318433#M340450</guid>
      <dc:creator>Sunil Rahate_1</dc:creator>
      <dc:date>2008-12-05T07:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-password/m-p/4318434#M340451</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;It's a way for protecting the encripted passwords you have in /etc/passwd, beacause /etc/passwd has to be read for all the users on the system.&lt;BR /&gt;&lt;BR /&gt;when you use shadow passwd, in /etc/passwd&lt;BR /&gt;&lt;BR /&gt;you get * on the second field:&lt;BR /&gt;&lt;BR /&gt;root:*:0:3::/root:/usr/bin/ksh&lt;BR /&gt;&lt;BR /&gt;and the encrypted passwd goes to another file called /etc/shadow&lt;BR /&gt;&lt;BR /&gt;man shadow more info&lt;BR /&gt;&lt;BR /&gt;the same way if u use a truested system the info goes to /tcb &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;it's standard on 11.23 and 11.31 you don't need no install any bunble/product.&lt;BR /&gt;&lt;BR /&gt;and you don't need to reboot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Dec 2008 07:57:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-password/m-p/4318434#M340451</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2008-12-05T07:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-password/m-p/4318435#M340452</link>
      <description>straight away we can shift password from /etc/passwd to /etc/shadow y using&lt;BR /&gt;command&lt;BR /&gt;&lt;BR /&gt;# pwconv &lt;BR /&gt;&lt;BR /&gt;then change the /etc/shadow parameters like min days max days warning days using &lt;BR /&gt;&lt;BR /&gt;# passwd command with arguments/ refer man page&lt;BR /&gt;&lt;BR /&gt;no need of system reboot&lt;BR /&gt;thank you</description>
      <pubDate>Fri, 05 Dec 2008 08:54:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-password/m-p/4318435#M340452</guid>
      <dc:creator>saravanan08</dc:creator>
      <dc:date>2008-12-05T08:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-password/m-p/4318436#M340453</link>
      <description>Normally the password for users are stored in the /etc/passwd file in an encrypted format. When vi / cat the /etc/passwd file you will see some encrypted characters in the second column (after the user name separated by a colon ":"). &lt;BR /&gt;&lt;BR /&gt;However, this presents a security problem as somebody knowing the method of encryption can "decrypt" the password easily.&lt;BR /&gt;&lt;BR /&gt;Hence shadow password present one more level of protection by replacing the password from the passwd file to a "x".&lt;BR /&gt;&lt;BR /&gt;You can use the pwconv (to enable shadow password) and pwunconv (to disable shadow password).</description>
      <pubDate>Fri, 05 Dec 2008 21:02:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-password/m-p/4318436#M340453</guid>
      <dc:creator>~sesh</dc:creator>
      <dc:date>2008-12-05T21:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-password/m-p/4318437#M340454</link>
      <description>Sunil Rahate - I have assigned points to 0  of   35  responses to  my questions.&lt;BR /&gt;&lt;BR /&gt;Please do keep assigning points to people who are coming forward to help.</description>
      <pubDate>Fri, 05 Dec 2008 21:05:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-password/m-p/4318437#M340454</guid>
      <dc:creator>~sesh</dc:creator>
      <dc:date>2008-12-05T21:05:57Z</dc:date>
    </item>
  </channel>
</rss>

