<?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: a problrm about trust system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problrm-about-trust-system/m-p/3894543#M281973</link>
    <description>Shalom&lt;BR /&gt;&lt;BR /&gt;Same sam, nearby menu lets you set default security policy for the system. This will modify the behavior of all accounts.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 08 Nov 2006 04:52:52 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-11-08T04:52:52Z</dc:date>
    <item>
      <title>a problrm about trust system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problrm-about-trust-system/m-p/3894542#M281972</link>
      <description>my system is a trust system,there are 100 user account in my system!&lt;BR /&gt;now I need to change the security policy for all users(the same policy) as following.&lt;BR /&gt;1.  Start SAM&lt;BR /&gt;2.  Select 'Accounts for Users and Groups'&lt;BR /&gt;3.  Select 'Users'&lt;BR /&gt;4.  Select the user account you wish to modify&lt;BR /&gt;5.  From the 'Actions' menu, select 'Modify Security Policies'&lt;BR /&gt;6.  Select 'General User Account Policies'&lt;BR /&gt;7.  Change to the desired number of login attempts allowed from&lt;BR /&gt;'Unsuccessful Login Tries Allowed'&lt;BR /&gt;      --&amp;gt;You will have to select 'Custom' and then specify the number&lt;BR /&gt;of attempts that you wish to give that user account.&lt;BR /&gt;&lt;BR /&gt;but it is terrible because i need do it for 100 times.&lt;BR /&gt;could you tell to how to change security policy for users in a simple way.&lt;BR /&gt;Many thanks!!!</description>
      <pubDate>Wed, 08 Nov 2006 04:47:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-problrm-about-trust-system/m-p/3894542#M281972</guid>
      <dc:creator>lin.chen</dc:creator>
      <dc:date>2006-11-08T04:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: a problrm about trust system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problrm-about-trust-system/m-p/3894543#M281973</link>
      <description>Shalom&lt;BR /&gt;&lt;BR /&gt;Same sam, nearby menu lets you set default security policy for the system. This will modify the behavior of all accounts.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 08 Nov 2006 04:52:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-problrm-about-trust-system/m-p/3894543#M281973</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-11-08T04:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: a problrm about trust system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problrm-about-trust-system/m-p/3894544#M281974</link>
      <description>Shalom&lt;BR /&gt;&lt;BR /&gt;Same sam, nearby menu lets you set default security policy for the system. This will modify the behavior of all accounts.&lt;BR /&gt;&lt;BR /&gt;You will need to write a custom script that activates all user accounts as well.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90672/B2355-90672.pdf" target="_blank"&gt;http://docs.hp.com/en/B2355-90672/B2355-90672.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To lock:&lt;BR /&gt; /usr/lbin/modprpw -m exptm=0 username&lt;BR /&gt;To unlock:&lt;BR /&gt;/usr/lbin/modprpw -k userid&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 08 Nov 2006 04:54:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-problrm-about-trust-system/m-p/3894544#M281974</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-11-08T04:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: a problrm about trust system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-problrm-about-trust-system/m-p/3894545#M281975</link>
      <description>There are commands. man getprpw, modprpw, getprdef and modprdef.&lt;BR /&gt;&lt;BR /&gt;You will have to do&lt;BR /&gt;modprpw -m umaxlntr=10 "user_name"&lt;BR /&gt;&lt;BR /&gt;So you can do as follows.&lt;BR /&gt;&lt;BR /&gt;logins -u | awk '{print $1}'|while read user&lt;BR /&gt;do&lt;BR /&gt;modprpw -m umaxlntr=10  ${user}&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;check with getprpw&lt;BR /&gt;getprpw -m umaxlntr user_name</description>
      <pubDate>Wed, 08 Nov 2006 04:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-problrm-about-trust-system/m-p/3894545#M281975</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-11-08T04:55:48Z</dc:date>
    </item>
  </channel>
</rss>

