<?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: Password Changes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/password-changes/m-p/3688724#M246731</link>
    <description>Siva,&lt;BR /&gt;Won't this allow a user to change the passwords of all users? I don't want them to be able to do this. I want to allow certain users to be able to change passwords of a subset of users. This is why I was going to use a detached program that I can control this through but I don't believe you can change passwords from within a detached process.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Andy</description>
    <pubDate>Sat, 10 Dec 2005 02:52:47 GMT</pubDate>
    <dc:creator>Andy Haigh_1</dc:creator>
    <dc:date>2005-12-10T02:52:47Z</dc:date>
    <item>
      <title>Password Changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-changes/m-p/3688719#M246726</link>
      <description>I would like to setup a script/program to allow a group of users the ability to change other users passwords. What I was looking at doing was to have a detached program running as root that the users submit the requests to. I have been told that you can't submit pasword change commands from a detached process. Is this true? Is their a better way to do this?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Fri, 09 Dec 2005 20:15:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-changes/m-p/3688719#M246726</guid>
      <dc:creator>Andy Haigh_1</dc:creator>
      <dc:date>2005-12-09T20:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Password Changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-changes/m-p/3688720#M246727</link>
      <description>Hi Andy ,&lt;BR /&gt;&lt;BR /&gt;For changing other users password you need root privilege , and you can do this with help of sudo utility . &lt;BR /&gt;&lt;BR /&gt;Sudo is a program designed to allow a sysadmin to give limited root privileges&lt;BR /&gt;to users and log root activity.  The basic philosophy is to give as few&lt;BR /&gt;privileges as possible but still allow people to get their work done.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can check this link:&lt;BR /&gt;&lt;A href="http://www.courtesan.com/sudo/" target="_blank"&gt;http://www.courtesan.com/sudo/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The access rights kept in sudoers file, if you are using sudo.&lt;BR /&gt;&lt;BR /&gt;You can create a group and give access to passwd command . And hope that will do the trick.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Fri, 09 Dec 2005 20:24:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-changes/m-p/3688720#M246727</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-12-09T20:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Password Changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-changes/m-p/3688721#M246728</link>
      <description>Hi Raj,&lt;BR /&gt;There is a twist to the requirements, that I should have explained, this server is shared amongst a number of companies. Therefore we need to be a bit more granular, and only allow certain users the rights to change their users passwords.&lt;BR /&gt;&lt;BR /&gt;Thanks for the heads up on sudo though.&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Fri, 09 Dec 2005 20:33:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-changes/m-p/3688721#M246728</guid>
      <dc:creator>Andy Haigh_1</dc:creator>
      <dc:date>2005-12-09T20:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Password Changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-changes/m-p/3688722#M246729</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;As Raj said, implementing sudoers will be right solution for this. You need to download the suoders package and install, as it doesn't come intehrated with the standard HPUX OS.&lt;BR /&gt;&lt;BR /&gt;Then customise /etc/sudoers file, create a user group, include those users in that group(This is not unix gorup-but sudoers group mentioning in the sudoers file iteself) and give lists of commands needed for that user group&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sunil</description>
      <pubDate>Fri, 09 Dec 2005 20:33:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-changes/m-p/3688722#M246729</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2005-12-09T20:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Password Changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-changes/m-p/3688723#M246730</link>
      <description>&lt;BR /&gt;Dear Andy,&lt;BR /&gt;&lt;BR /&gt;I have a HAPPY NEWS for you !&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HP-UX RBAC Integration&lt;BR /&gt;The HP-UX RBAC feature on HP-UX 11iv2 is an alternative to the traditional "all-or-nothing" root user model, which grants permissions to the root user for all operations, and denies permissions to non-root users for certain operations. HP-UX RBAC allows you to distribute administrative responsibilities by creating appropriate authorizations for HP-UX 11iv2 applications and assigning them to non-root users and groups. The acpm_sa authorization module delivered in HP-UX 11i IdMI A.01.00 allows Select Access to control HP-UX RBAC authorizations based access rights defined in the Select Access Policy Builder GUI.&lt;BR /&gt;&lt;BR /&gt;Checkout this page :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IdMIntegration" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IdMIntegration&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Its really good.&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Dec 2005 02:43:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-changes/m-p/3688723#M246730</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2005-12-10T02:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Password Changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-changes/m-p/3688724#M246731</link>
      <description>Siva,&lt;BR /&gt;Won't this allow a user to change the passwords of all users? I don't want them to be able to do this. I want to allow certain users to be able to change passwords of a subset of users. This is why I was going to use a detached program that I can control this through but I don't believe you can change passwords from within a detached process.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Sat, 10 Dec 2005 02:52:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-changes/m-p/3688724#M246731</guid>
      <dc:creator>Andy Haigh_1</dc:creator>
      <dc:date>2005-12-10T02:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Password Changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-changes/m-p/3688725#M246732</link>
      <description>Andy,&lt;BR /&gt;&lt;BR /&gt;As suggested use sudoers, you can create groups and users. It can be edited and very simply.&lt;BR /&gt;&lt;BR /&gt;Create a menu driven script for user who will change passwd and add his ID to the sudoers. Very simple...&lt;BR /&gt;&lt;BR /&gt;007</description>
      <pubDate>Sat, 10 Dec 2005 06:44:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-changes/m-p/3688725#M246732</guid>
      <dc:creator>Chan 007</dc:creator>
      <dc:date>2005-12-10T06:44:19Z</dc:date>
    </item>
  </channel>
</rss>

