<?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: force passwds characteristics in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/force-passwds-characteristics/m-p/4083307#M736352</link>
    <description>&lt;!--!*#--&gt;Hi I also have such problem, our HP-UX is trusted mode, but I cannot find the /etc/default/security, is it created by root user? If created and added setting on it, can HP-UX will update the config automactically?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;</description>
    <pubDate>Wed, 17 Oct 2007 03:30:24 GMT</pubDate>
    <dc:creator>hpguys</dc:creator>
    <dc:date>2007-10-17T03:30:24Z</dc:date>
    <item>
      <title>force passwds characteristics</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-passwds-characteristics/m-p/4083301#M736346</link>
      <description>hi all&lt;BR /&gt;&lt;BR /&gt;auditers came in, they want us to force the users to use more complex passwords than what they are currently using (simple, 1234,etc).&lt;BR /&gt;is there a way in regular unix (without trusted or a 3 party product) to do this?&lt;BR /&gt;&lt;BR /&gt;thx in advance&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Oct 2007 08:49:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-passwds-characteristics/m-p/4083301#M736346</guid>
      <dc:creator>p7</dc:creator>
      <dc:date>2007-10-09T08:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: force passwds characteristics</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-passwds-characteristics/m-p/4083302#M736347</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;/etc/default/security&lt;BR /&gt;&lt;BR /&gt;example&lt;BR /&gt;&lt;BR /&gt;MIN_PASSWORD_LENGTH=8&lt;BR /&gt;PASSWORD_MIN_UPPER_CASE_CHARS=1&lt;BR /&gt;PASSWORD_MIN_LOWER_CASE_CHARS=1&lt;BR /&gt;PASSWORD_MIN_SPECIAL_CHARS=1&lt;BR /&gt;PASSWORD_MIN_DIGIT_CHARS=1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 09 Oct 2007 08:53:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-passwds-characteristics/m-p/4083302#M736347</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-10-09T08:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: force passwds characteristics</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-passwds-characteristics/m-p/4083303#M736348</link>
      <description>What version of HP-UX are you running?&lt;BR /&gt;&lt;BR /&gt;If you are being audited, I'm surprised the auditors didn't ding you for not being trusted.  ALL applications should work with trusted systems.&lt;BR /&gt;&lt;BR /&gt;If you are HP-UX 11.11 or higher, do a 'man security'.  This will give details of settings that can be used with the /etc/default/security file.&lt;BR /&gt;&lt;BR /&gt;Things to look at are: password_history_depth, min_password_length, password_min_uppercase_chars, password_min_lowercase_chars, password_min_digit_chars and password_min_special_chars.&lt;BR /&gt;&lt;BR /&gt;Setting these in /etc/default/security should do what you require.  Be sure to read carefully, though, as some options MIGHT require your system to be trusted.</description>
      <pubDate>Tue, 09 Oct 2007 08:56:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-passwds-characteristics/m-p/4083303#M736348</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-10-09T08:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: force passwds characteristics</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-passwds-characteristics/m-p/4083304#M736349</link>
      <description>Hi Pasquale,&lt;BR /&gt;&lt;BR /&gt;see passwd man page for more information&lt;BR /&gt;&lt;BR /&gt;Fat</description>
      <pubDate>Tue, 09 Oct 2007 08:57:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-passwds-characteristics/m-p/4083304#M736349</guid>
      <dc:creator>Fat Scrape</dc:creator>
      <dc:date>2007-10-09T08:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: force passwds characteristics</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-passwds-characteristics/m-p/4083305#M736350</link>
      <description>Is your system trusted or untrusted? &lt;BR /&gt;&lt;BR /&gt;For HP/UX you can change the parameters for security from within SAM&lt;BR /&gt;--Auditing and Security &lt;BR /&gt;   -- System Security Policies &lt;BR /&gt;&lt;BR /&gt;There are four selections you can go into and modify.. &lt;BR /&gt;Password Format Policies &lt;BR /&gt;Password Aging Policies &lt;BR /&gt;General User Account Policies             &lt;BR /&gt;Terminal Security Policies &lt;BR /&gt;&lt;BR /&gt;I believe on a trusted system you have to modify a different file then /etc/default/security &lt;BR /&gt;&lt;BR /&gt;Each user has a /tcb/files/auth/?/username file that contains rules and history related to login. It is best on a trusted system to modify the default parameters from within SAM. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Most of these are fairly self explanatory.  If your system contains just a basic install and you haven't updated with patches, you may want to do so, also make sure you check that you have an updated version of SSH. We have 11.11 and had problems with the SSH version installed not handshaking correctly with PAM.      &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Oct 2007 09:15:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-passwds-characteristics/m-p/4083305#M736350</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2007-10-10T09:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: force passwds characteristics</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-passwds-characteristics/m-p/4083306#M736351</link>
      <description>Although the man page for security will help, most of the options do not apply for a "regular" HP-UX system, that is, not Trusted. The man page for passwd tells you the limitations for an untrusted system. &lt;BR /&gt; &lt;BR /&gt;It's a good thing your auditors are recommending converting to a Trusted system since you will then meet the security requirements and have a much safer system.</description>
      <pubDate>Wed, 10 Oct 2007 10:06:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-passwds-characteristics/m-p/4083306#M736351</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-10-10T10:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: force passwds characteristics</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-passwds-characteristics/m-p/4083307#M736352</link>
      <description>&lt;!--!*#--&gt;Hi I also have such problem, our HP-UX is trusted mode, but I cannot find the /etc/default/security, is it created by root user? If created and added setting on it, can HP-UX will update the config automactically?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Oct 2007 03:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-passwds-characteristics/m-p/4083307#M736352</guid>
      <dc:creator>hpguys</dc:creator>
      <dc:date>2007-10-17T03:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: force passwds characteristics</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-passwds-characteristics/m-p/4083308#M736353</link>
      <description>/etc/default/security never exists on a new system -- you must create it (as root). It should be owned by root:sys and have permissions of 600 (ie, no permissions except for the owner).&lt;BR /&gt; &lt;BR /&gt;Here is a sample with a bunch of comments. NOTE: whether a feature exists or not depends on OS version and patches. Use your system's man page for security as the guide. Note also that the security file is parsed such that a # character appearing anywhere on the line (first, middle, last, etc) causes the line to be ignored. Also, if a setting is misspelled or has an invalid setting, it is silently ignored, so you must test each feature.&lt;BR /&gt; &lt;BR /&gt;# Security file: /etc/default/security -- 11.00 and higher only&lt;BR /&gt;&lt;BR /&gt;# Note: the contents of the security file are only meaningful &lt;BR /&gt;#       at specific versions of HP-UX and security patches.&lt;BR /&gt;#       And at 11.23 2005, a product called "Standard Mode Security Extensions"&lt;BR /&gt;#       was created and adds additional security features to a non-Trusted&lt;BR /&gt;#       system. So the only accurate documentation as to the working options&lt;BR /&gt;#       in the security is: man security&lt;BR /&gt;&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&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Oct 2007 07:27:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-passwds-characteristics/m-p/4083308#M736353</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-10-17T07:27:50Z</dc:date>
    </item>
  </channel>
</rss>

