<?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: Replacement code for yppasswd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/replacement-code-for-yppasswd/m-p/2693791#M843005</link>
    <description>Ceesjan - &lt;BR /&gt;Thanks for the link.&lt;BR /&gt;</description>
    <pubDate>Mon, 01 Apr 2002 21:04:44 GMT</pubDate>
    <dc:creator>Travis Rebok</dc:creator>
    <dc:date>2002-04-01T21:04:44Z</dc:date>
    <item>
      <title>Replacement code for yppasswd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacement-code-for-yppasswd/m-p/2693789#M843003</link>
      <description>I needed to be able to change almost all user's passwords on the server so I created a C program to run in batch which mimics the interactive passwd command (thanks to Clay's help).This program utilizes the getpwent() and putpwent() functions to go throught the /etc/passwd file on the local machine and do the password modiciations in a batch mode. This is fine if I run on a machine not using NIS. &lt;BR /&gt;&lt;BR /&gt;However, I need to run on a machine using NIS as well, so I need to mimic yppasswd(3N) command for running in batch(the same way I was able to mimic passwd command with the use of getpwent() and putpwent() commands). &lt;BR /&gt;&lt;BR /&gt;Does anyone know what functions I can use in a C program to mimic the yppasswd command? Or where I might be able to find a program as example? &lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 29 Mar 2002 18:37:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacement-code-for-yppasswd/m-p/2693789#M843003</guid>
      <dc:creator>Travis Rebok</dc:creator>
      <dc:date>2002-03-29T18:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement code for yppasswd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacement-code-for-yppasswd/m-p/2693790#M843004</link>
      <description>C-sources for manipulation of&lt;BR /&gt;passwd in NIS environments can be found at:&lt;BR /&gt;&lt;A href="http://www.ja.net/CERT/Software/yapasswd/" target="_blank"&gt;http://www.ja.net/CERT/Software/yapasswd/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ceesjan</description>
      <pubDate>Mon, 01 Apr 2002 13:07:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacement-code-for-yppasswd/m-p/2693790#M843004</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-04-01T13:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement code for yppasswd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacement-code-for-yppasswd/m-p/2693791#M843005</link>
      <description>Ceesjan - &lt;BR /&gt;Thanks for the link.&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Apr 2002 21:04:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacement-code-for-yppasswd/m-p/2693791#M843005</guid>
      <dc:creator>Travis Rebok</dc:creator>
      <dc:date>2002-04-01T21:04:44Z</dc:date>
    </item>
  </channel>
</rss>

