<?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 Strengthening 2 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/password-strengthening-2/m-p/3305201#M746360</link>
    <description>Fabrizio,&lt;BR /&gt;&lt;BR /&gt;Yes, all your understandings are correct.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Tue, 15 Jun 2004 08:34:45 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2004-06-15T08:34:45Z</dc:date>
    <item>
      <title>Password Strengthening 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-strengthening-2/m-p/3305196#M746355</link>
      <description>Hello,&lt;BR /&gt;following the suggestions I've found in the Password Strengthening thread, I'm try to implement some password checks, specifically minimum password length and history depth.&lt;BR /&gt;I know there is a way to implement this using /etc/default/security file, but when I do 'man security' on my system (HP-UX 11),&lt;BR /&gt;I get no manual entry for security. What I'm doing wrong ? Thanks</description>
      <pubDate>Tue, 15 Jun 2004 05:25:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-strengthening-2/m-p/3305196#M746355</guid>
      <dc:creator>Fabrizio Tedone</dc:creator>
      <dc:date>2004-06-15T05:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Password Strengthening 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-strengthening-2/m-p/3305197#M746356</link>
      <description>As an example, our security file looks like this:&lt;BR /&gt;&lt;BR /&gt;MIN_PASSWORD_LENGTH=8                   &lt;BR /&gt;PASSWORD_HISTORY_DEPTH=3                &lt;BR /&gt;PASSWORD_MIN_UPPER_CASE_CHARS=1         &lt;BR /&gt;PASSWORD_MIN_LOWER_CASE_CHARS=1         &lt;BR /&gt;PASSWORD_MIN_DIGIT_CHARS=1            &lt;BR /&gt;PASSWORD_MIN_SPECIAL_CHARS=0&lt;BR /&gt;&lt;BR /&gt;I found this to also assist you:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5187-2783/5187-2783_top.html&amp;amp;con=/hpux/onlinedocs/5187-2783/00/01/127-con.html&amp;amp;toc=/hpux/onlinedocs/5187-2783/00/01/127-toc.html&amp;amp;searchterms=security&amp;amp;queryid=20040517-105549" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5187-2783/5187-2783_top.html&amp;amp;con=/hpux/onlinedocs/5187-2783/00/01/127-con.html&amp;amp;toc=/hpux/onlinedocs/5187-2783/00/01/127-toc.html&amp;amp;searchterms=security&amp;amp;queryid=20040517-105549&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jun 2004 05:31:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-strengthening-2/m-p/3305197#M746356</guid>
      <dc:creator>Ken Penland_1</dc:creator>
      <dc:date>2004-06-15T05:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Password Strengthening 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-strengthening-2/m-p/3305198#M746357</link>
      <description>Go here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90696/B2355-90696.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90696/B2355-90696.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Then click on "volume 8", which will give you "Section 4 - File Formats".  Under the "s" section, you will find the man page for "security".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 15 Jun 2004 05:35:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-strengthening-2/m-p/3305198#M746357</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-06-15T05:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Password Strengthening 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-strengthening-2/m-p/3305199#M746358</link>
      <description>The section 4 man page for security is missing in 11.0 and various security patches will implement new keywords in /etc/default/security. The docs.hp.com man page is up to date and most features listed will work on 11.0.&lt;BR /&gt; &lt;BR /&gt;However: you need to be up to date on security patches. You need to test each parameter setting to see if it works because there is no error log for misspelled or unimplemented keywords. Comments must start with # in column 1. Trailing # characters will cause the entire line to be ignored. Here's a sample security file with lots of comments:&lt;BR /&gt; &lt;BR /&gt;# Security file: /etc/default/security&lt;BR /&gt;#    man security&lt;BR /&gt;&lt;BR /&gt;# Features depend on HP-UX rev and patches. Not all features are&lt;BR /&gt;#    available on older systems.&lt;BR /&gt;#&lt;BR /&gt;# Comments (#) allowed only on separate line,&lt;BR /&gt;#    no trailing # following a parameter or it&lt;BR /&gt;#    will invalidate the setting&lt;BR /&gt;&lt;BR /&gt;# Access controls (11.0 and higher)&lt;BR /&gt;#################&lt;BR /&gt;&lt;BR /&gt;NOLOGIN=1&lt;BR /&gt;NUMBER_OF_LOGINS_ALLOWED=0&lt;BR /&gt;ABORT_LOGIN_ON_MISSING_HOMEDIR=0&lt;BR /&gt;&lt;BR /&gt;# Single user mode authorization (11i and non-trusted only)&lt;BR /&gt;###########################################################&lt;BR /&gt;&lt;BR /&gt;# Requires root password to get into single user mode&lt;BR /&gt;#     BOOT_AUTH=1&lt;BR /&gt;&lt;BR /&gt;# Users (besides root) that can boot into single user mode&lt;BR /&gt;#     BOOT_USERS=bill,jane,joe&lt;BR /&gt;&lt;BR /&gt;# Password controls - Trusted&lt;BR /&gt;###################&lt;BR /&gt;&lt;BR /&gt;MIN_PASSWORD_LENGTH=6&lt;BR /&gt;PASSWORD_HISTORY_DEPTH=1&lt;BR /&gt;PASSWORD_MIN_UPPER_CASE_CHARS=0&lt;BR /&gt;PASSWORD_MIN_LOWER_CASE_CHARS=1&lt;BR /&gt;PASSWORD_MIN_DIGIT_CHARS=1&lt;BR /&gt;PASSWORD_MIN_SPECIAL_CHARS=0&lt;BR /&gt;&lt;BR /&gt;# Non-Trusted or shadow password setup only:&lt;BR /&gt;# defaults: MAXDAYS=-1 MINDAYS=0 WARNDAYS=0&lt;BR /&gt;&lt;BR /&gt;#    PASSWORD_MAXDAYS=120&lt;BR /&gt;#    PASSWORD_MINDAYS=7&lt;BR /&gt;#    PASSWORD_WARNDAYS=7&lt;BR /&gt;&lt;BR /&gt;# Session controls&lt;BR /&gt;##################&lt;BR /&gt;&lt;BR /&gt;SU_ROOT_GROUP=suroot&lt;BR /&gt;SU_DEFAULT_PATH=/usr/bin:/usr/contrib/bin:&lt;BR /&gt;UMASK=022&lt;BR /&gt;#    SU_KEEP_ENV_VARS=LD_LIBRARY_PATH,SHLIB_PATH,LD_PRELOAD</description>
      <pubDate>Tue, 15 Jun 2004 07:43:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-strengthening-2/m-p/3305199#M746358</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-06-15T07:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Password Strengthening 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-strengthening-2/m-p/3305200#M746359</link>
      <description>Thanks Bill (and thanks Pete and Ken too).&lt;BR /&gt;So my understanding is that security file works either in not-trusted or trusted system; am I right ? I just need to create the file and switch to trusted system to implement the checks I need, right ? Finally, from you example file I see that I can implement also a basic alphanumeric check on the password, using PASSWORD_MIN_DIGIT_CHARS: if this keyword is missing only letters are allowed in the password ? Thanks again!</description>
      <pubDate>Tue, 15 Jun 2004 07:52:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-strengthening-2/m-p/3305200#M746359</guid>
      <dc:creator>Fabrizio Tedone</dc:creator>
      <dc:date>2004-06-15T07:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Password Strengthening 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-strengthening-2/m-p/3305201#M746360</link>
      <description>Fabrizio,&lt;BR /&gt;&lt;BR /&gt;Yes, all your understandings are correct.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 15 Jun 2004 08:34:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-strengthening-2/m-p/3305201#M746360</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-06-15T08:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Password Strengthening 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-strengthening-2/m-p/3305202#M746361</link>
      <description>/etc/default/security is recognized in an untrusted system but VERY FEW options will work. For untrusted, no password history, password length max is 8, no limit on number of logins, and so on. There is no /tcb database structure for these elements.</description>
      <pubDate>Tue, 15 Jun 2004 10:54:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-strengthening-2/m-p/3305202#M746361</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-06-15T10:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Password Strengthening 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-strengthening-2/m-p/3305203#M746362</link>
      <description>But in trusted systems, it is possible to define NUMBER_OF_LOGINS_ALLOWED with different values depending on the user ?&lt;BR /&gt;thanks!</description>
      <pubDate>Fri, 18 Jun 2004 05:41:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-strengthening-2/m-p/3305203#M746362</guid>
      <dc:creator>Fabrizio Tedone</dc:creator>
      <dc:date>2004-06-18T05:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Password Strengthening 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-strengthening-2/m-p/3305204#M746363</link>
      <description>The /etc/defaults/security file is a global settings file. Any limit in that file applies to all users. You'll see in the man page for security that there are no options for individual user logins except BOOT_USERS and implicit userlogins for the SU_ROOT_GROUP. Tjhe man pages for modprpw and prpwd will detail what can be specified for a specific user.&lt;BR /&gt; &lt;BR /&gt;In a Trusted system, you do have the ability to limit when a specific user can login but not how many times. To control user logins (not ftp or 'r' commands like remsh) you can call the attached script in /etc/profile (and rewrite for /etc/csh.login if you have csh users). This code assumes that you have created a file called /etc/login.limit which has 1 user login per line followed by the number of logins allowed. If the number is missing, the value is unlimited and root is not restricted.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jun 2004 07:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-strengthening-2/m-p/3305204#M746363</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-06-18T07:28:05Z</dc:date>
    </item>
  </channel>
</rss>

