<?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: sam and passwd on hpux 11.x and 10.x in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-and-passwd-on-hpux-11-x-and-10-x/m-p/2665816#M49533</link>
    <description>To determine what sam does, you can view the sam log. They may be acting differently because one may be trusted and the other not. Do either have /tcb directories?&lt;BR /&gt;&lt;BR /&gt;C</description>
    <pubDate>Fri, 15 Feb 2002 17:18:04 GMT</pubDate>
    <dc:creator>Craig Rants</dc:creator>
    <dc:date>2002-02-15T17:18:04Z</dc:date>
    <item>
      <title>sam and passwd on hpux 11.x and 10.x</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-and-passwd-on-hpux-11-x-and-10-x/m-p/2665815#M49532</link>
      <description>Hi, all.&lt;BR /&gt;&lt;BR /&gt;Program sam seems to behave differently on 11.x and 10.x in terms of using program passwd.  &lt;BR /&gt;&lt;BR /&gt;Do you know how does sam tell passwd which user's password to change?  My customized passwd program doesn't work with sam, as if it doesn't understand the arguments passed in.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Feb 2002 17:07:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-and-passwd-on-hpux-11-x-and-10-x/m-p/2665815#M49532</guid>
      <dc:creator>Helen Gao</dc:creator>
      <dc:date>2002-02-15T17:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: sam and passwd on hpux 11.x and 10.x</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-and-passwd-on-hpux-11-x-and-10-x/m-p/2665816#M49533</link>
      <description>To determine what sam does, you can view the sam log. They may be acting differently because one may be trusted and the other not. Do either have /tcb directories?&lt;BR /&gt;&lt;BR /&gt;C</description>
      <pubDate>Fri, 15 Feb 2002 17:18:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-and-passwd-on-hpux-11-x-and-10-x/m-p/2665816#M49533</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-02-15T17:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: sam and passwd on hpux 11.x and 10.x</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-and-passwd-on-hpux-11-x-and-10-x/m-p/2665817#M49534</link>
      <description>/var/adm/log/samlog should show the commands being used.&lt;BR /&gt;&lt;BR /&gt;Having done a quick 'man' on the 'passwd' command, I am suitably impressed at the number of options it supports.&lt;BR /&gt;&lt;BR /&gt;How about this in your custom 'passwd' program? If the parameters passed do not validate against what the program expects, it passes $* (all parameters) to the real 'passwd' binary.&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian Dennison&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Feb 2002 17:21:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-and-passwd-on-hpux-11-x-and-10-x/m-p/2665817#M49534</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2002-02-15T17:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: sam and passwd on hpux 11.x and 10.x</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-and-passwd-on-hpux-11-x-and-10-x/m-p/2665818#M49535</link>
      <description>The binaries are different:&lt;BR /&gt;&lt;BR /&gt;from my 11.0 system, patched up through 12/2001:&lt;BR /&gt;&lt;BR /&gt;-r-sr-xr-x   1 root       bin         229376 Nov  7  1997 /sbin/passwd&lt;BR /&gt;&lt;BR /&gt;from my 10.20 system, out of date and patched only through the Y2K patch sets (it's not a production box):&lt;BR /&gt;&lt;BR /&gt;-r-sr-xr-x   1 root       bin         520192 Jan  9  1998 /sbin/passwd&lt;BR /&gt;&lt;BR /&gt;However, both systems show this in /usr/sam/lbin&lt;BR /&gt;&lt;BR /&gt;lrwxr-xr-x   1 root       sys             17 Jan 14 21:19 useradd.sam -&amp;gt; /usr/sbin/useradd&lt;BR /&gt;lrwxr-xr-x   1 root       sys             17 Jan 14 21:19 userdel.sam -&amp;gt; /usr/sbin/userdel&lt;BR /&gt;lrwxr-xr-x   1 root       sys             17 Jan 14 21:19 usermod.sam -&amp;gt; /usr/sbin/usermod&lt;BR /&gt;&lt;BR /&gt;The good news is that there is a man page for each of this programs: useradd, userdel, usermod.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Fri, 15 Feb 2002 18:58:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-and-passwd-on-hpux-11-x-and-10-x/m-p/2665818#M49535</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-02-15T18:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: sam and passwd on hpux 11.x and 10.x</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-and-passwd-on-hpux-11-x-and-10-x/m-p/2665819#M49536</link>
      <description>File samlog seems fine. I enclosed the related portion in the following.&lt;BR /&gt;&lt;BR /&gt;What's strange is when I changed the user's password in sam, the root's password got changed.  But if I run the command as in the samlog, i.e. /usr/bin/passwd test, test's password got changed, which is correct.&lt;BR /&gt;&lt;BR /&gt;Any idea?&lt;BR /&gt;&lt;BR /&gt;Executing the following command:\C/usr/bin/echo "Executing passwd(1) &lt;BR /&gt;command&lt;BR /&gt;to set password for user test";/usr/bin/passwd test\C&lt;BR /&gt;@!@2@1013799300@0&lt;BR /&gt;Command completed with exit status 0.&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Feb 2002 19:53:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-and-passwd-on-hpux-11-x-and-10-x/m-p/2665819#M49536</guid>
      <dc:creator>Helen Gao</dc:creator>
      <dc:date>2002-02-15T19:53:00Z</dc:date>
    </item>
  </channel>
</rss>

