<?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: query trusted systems password database in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/query-trusted-systems-password-database/m-p/4133540#M738677</link>
    <description>getprpw -m pick_a_setting username&lt;BR /&gt;&lt;BR /&gt;Create a script to look through their accout status and settings.  a -1 means default, a 0 (zero) typicall means disabled, unless the default is to disable.&lt;BR /&gt;&lt;BR /&gt;uid=1000, bootpw=NO, audid=12, audflg=1, mintm=-1, maxpwln=-1, exptm=-1, lftm=-1, spwchg=Mon Dec 31 08:16:46 2007, upwchg=Mon Dec 31 08:16:29 2007, &lt;BR /&gt;og=-1, expwarn=-1, usrpick=DFT, syspnpw=DFT, rstrpw=DFT, nullpw=DFT, admnum=-1, syschpw=DFT, sysltpw=DFT, timeod=-1, slogint=Tue Jan 22 09:01:05 200&lt;BR /&gt; Jan  4 08:13:28 2008, sloginy=pts/tb, culogin=-1, uloginy=-1, umaxlntr=-1, alock=NO, lockout=0000000&lt;BR /&gt;&lt;BR /&gt;  Lockout codes by bit&lt;BR /&gt;1 past password lifetime&lt;BR /&gt;2 past last login time&lt;BR /&gt;3 past absolute account lifetime&lt;BR /&gt;4 exceeding unsuccessful login attempts&lt;BR /&gt;5 password required and a null password&lt;BR /&gt;6 admin lock&lt;BR /&gt;7 password is an * the value 0 = condition not present, 1 is present.&lt;BR /&gt;</description>
    <pubDate>Tue, 22 Jan 2008 16:31:12 GMT</pubDate>
    <dc:creator>Tim Nelson</dc:creator>
    <dc:date>2008-01-22T16:31:12Z</dc:date>
    <item>
      <title>query trusted systems password database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-trusted-systems-password-database/m-p/4133539#M738676</link>
      <description>I am just writing a few monitoring scripts about password aging, locked users etc. &lt;BR /&gt;&lt;BR /&gt;Can I query the the trusted systems database to get the values from the default file? I can write a parser, which scans the /tcb/files/auth/system/default file, but if there is a "queryprpw" I would prefere to use this... I havent found a hint in getprpw(1) or prpwd(4) manpages.&lt;BR /&gt;&lt;BR /&gt;Any hint is very apprechiated, thanks in advance</description>
      <pubDate>Tue, 22 Jan 2008 16:21:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-trusted-systems-password-database/m-p/4133539#M738676</guid>
      <dc:creator>Franz P</dc:creator>
      <dc:date>2008-01-22T16:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: query trusted systems password database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-trusted-systems-password-database/m-p/4133540#M738677</link>
      <description>getprpw -m pick_a_setting username&lt;BR /&gt;&lt;BR /&gt;Create a script to look through their accout status and settings.  a -1 means default, a 0 (zero) typicall means disabled, unless the default is to disable.&lt;BR /&gt;&lt;BR /&gt;uid=1000, bootpw=NO, audid=12, audflg=1, mintm=-1, maxpwln=-1, exptm=-1, lftm=-1, spwchg=Mon Dec 31 08:16:46 2007, upwchg=Mon Dec 31 08:16:29 2007, &lt;BR /&gt;og=-1, expwarn=-1, usrpick=DFT, syspnpw=DFT, rstrpw=DFT, nullpw=DFT, admnum=-1, syschpw=DFT, sysltpw=DFT, timeod=-1, slogint=Tue Jan 22 09:01:05 200&lt;BR /&gt; Jan  4 08:13:28 2008, sloginy=pts/tb, culogin=-1, uloginy=-1, umaxlntr=-1, alock=NO, lockout=0000000&lt;BR /&gt;&lt;BR /&gt;  Lockout codes by bit&lt;BR /&gt;1 past password lifetime&lt;BR /&gt;2 past last login time&lt;BR /&gt;3 past absolute account lifetime&lt;BR /&gt;4 exceeding unsuccessful login attempts&lt;BR /&gt;5 password required and a null password&lt;BR /&gt;6 admin lock&lt;BR /&gt;7 password is an * the value 0 = condition not present, 1 is present.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jan 2008 16:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-trusted-systems-password-database/m-p/4133540#M738677</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-01-22T16:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: query trusted systems password database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-trusted-systems-password-database/m-p/4133541#M738678</link>
      <description>Thanks Tim, I know how to query the user entries but I havent found a method to query the default entries.&lt;BR /&gt;In your example the user's expwarn=-1 is default, but what is the default? I know how to get the info: /tcb/files/auth/system/default says u_pw_expire_warning#604800 &lt;BR /&gt;I'm wondering, if there is a CLI to parse the default entries, eg.&lt;BR /&gt;&lt;BR /&gt;# getprpwdefault -m u_pw_expire_warning&lt;BR /&gt;u_pw_expire_warning=604800&lt;BR /&gt;&lt;BR /&gt;as I wrote in my first post: I know how to write a parser for this file, but I prefere to use an already invented tool/CLI :-)</description>
      <pubDate>Wed, 23 Jan 2008 08:11:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-trusted-systems-password-database/m-p/4133541#M738678</guid>
      <dc:creator>Franz P</dc:creator>
      <dc:date>2008-01-23T08:11:02Z</dc:date>
    </item>
  </channel>
</rss>

