<?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: /etc/default/security file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-default-security-file/m-p/3502306#M744987</link>
    <description>That helped.  Now is there anything special that I have to do to make the system recognize the file?  Or will it take immediate affect after it is created?</description>
    <pubDate>Thu, 10 Mar 2005 17:06:57 GMT</pubDate>
    <dc:creator>David Land</dc:creator>
    <dc:date>2005-03-10T17:06:57Z</dc:date>
    <item>
      <title>/etc/default/security file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-default-security-file/m-p/3502304#M744985</link>
      <description>I am running HP-UX 11i and I need to implement the password parameter restrictions that are located in the security file.  However, I do not see this file in /etc/default directory.&lt;BR /&gt;&lt;BR /&gt;I have a couple of questions on this: &lt;BR /&gt;&lt;BR /&gt;1)Am I able to create the security file with the password parameters I want?&lt;BR /&gt;&lt;BR /&gt;2)Is there any special file format that this needs to be in? &lt;BR /&gt;&lt;BR /&gt;3)If I am able to create it, then do I need to do anything special in order for the system to start using the file?</description>
      <pubDate>Thu, 10 Mar 2005 16:46:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-default-security-file/m-p/3502304#M744985</guid>
      <dc:creator>David Land</dc:creator>
      <dc:date>2005-03-10T16:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/default/security file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-default-security-file/m-p/3502305#M744986</link>
      <description>Attaching a self explanatory example, which will give you a starting point.&lt;BR /&gt;&lt;BR /&gt;Our standard is passwords must be changed every 60 days, can not be changed twice in seven days and require one capital letter and one number, mimimum length, 6 I think.&lt;BR /&gt;&lt;BR /&gt;See the file.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Mar 2005 16:50:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-default-security-file/m-p/3502305#M744986</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-10T16:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/default/security file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-default-security-file/m-p/3502306#M744987</link>
      <description>That helped.  Now is there anything special that I have to do to make the system recognize the file?  Or will it take immediate affect after it is created?</description>
      <pubDate>Thu, 10 Mar 2005 17:06:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-default-security-file/m-p/3502306#M744987</guid>
      <dc:creator>David Land</dc:creator>
      <dc:date>2005-03-10T17:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/default/security file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-default-security-file/m-p/3502307#M744988</link>
      <description>The details on /etc/default/security are in: man security&lt;BR /&gt; &lt;BR /&gt;What is missing is the fact that there is no error checking and a # anywhere on the line invalidates or turns the entire line into a comment. Here is a heavily documented example file:&lt;BR /&gt; &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;# No error checking, errors are silently ignored                                                &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 &lt;BR /&gt;# These values are rounded to nearest week&lt;BR /&gt;# to meet passwd file standards.&lt;BR /&gt;&lt;BR /&gt;#    PASSWORD_MAXDAYS=120&lt;BR /&gt;#    PASSWORD_MINDAYS=7&lt;BR /&gt;&lt;BR /&gt;# WARNDAYS only available in Trusted systems&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; &lt;BR /&gt; &lt;BR /&gt;Changes in this file take effect immediately. The tools that pay attention to the security file always read the file as they startup.</description>
      <pubDate>Thu, 10 Mar 2005 23:06:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-default-security-file/m-p/3502307#M744988</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-03-10T23:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/default/security file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-default-security-file/m-p/3502308#M744989</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Its better that you use sam.&lt;BR /&gt;go to auditing and security then to system security policies and change what you want to change. It's better to leave the files if you not sure what everything means.&lt;BR /&gt;&lt;BR /&gt;grtz. Mark</description>
      <pubDate>Fri, 11 Mar 2005 06:10:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-default-security-file/m-p/3502308#M744989</guid>
      <dc:creator>Mark Nieuwboer</dc:creator>
      <dc:date>2005-03-11T06:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/default/security file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-default-security-file/m-p/3502309#M744991</link>
      <description>One last question: You can use this /etc/default/security file on a NON-TRUSTED system right? Or do you have to be trusted to make it work?</description>
      <pubDate>Fri, 11 Mar 2005 09:39:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-default-security-file/m-p/3502309#M744991</guid>
      <dc:creator>David Land</dc:creator>
      <dc:date>2005-03-11T09:39:28Z</dc:date>
    </item>
  </channel>
</rss>

