<?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: Cron in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580680#M229802</link>
    <description>As I have indicated I am not even knowledgeable in solaris let alone being an expert but a little googling turned out a document like this:&lt;BR /&gt;&lt;BR /&gt;Title:How to Set Password Aging on a User Account&lt;BR /&gt;&lt;A href="http://docs.sun.com/app/docs/doc/817-1985/6mhm8o5lt?a=view" target="_blank"&gt;http://docs.sun.com/app/docs/doc/817-1985/6mhm8o5lt?a=view&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As I do not have a decent solaris box under my hand to test it, I hjave no clue if it will work or not, but you may want to glance thru it and see if it serves your purpose.</description>
    <pubDate>Tue, 12 Jul 2005 11:30:18 GMT</pubDate>
    <dc:creator>Mel Burslan</dc:creator>
    <dc:date>2005-07-12T11:30:18Z</dc:date>
    <item>
      <title>Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580669#M229791</link>
      <description>Cron stopped running a particular user's jobs because its password had expired.  They now run because I changed the password.  What is the best way to keep this from happening again?</description>
      <pubDate>Tue, 12 Jul 2005 10:02:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580669#M229791</guid>
      <dc:creator>Jayson B. Hurd</dc:creator>
      <dc:date>2005-07-12T10:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580670#M229792</link>
      <description>Maybe make it a root cron job that runs a script that calls an "su -c" command to run your user's job as your user.  This would make the process get kicked off by root's cron list, the su command from root should succeed regardless of user password setting, and would run as the user himself with his/her file permissions so no additional risk would be brought to the system as far as I can see.</description>
      <pubDate>Tue, 12 Jul 2005 10:07:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580670#M229792</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-07-12T10:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580671#M229793</link>
      <description>although it is not a good security practice, you can make an exception and set the user's password not to expire at all if this is very critical to run the cron jobs.</description>
      <pubDate>Tue, 12 Jul 2005 10:17:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580671#M229793</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-07-12T10:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580672#M229794</link>
      <description>Where is this done?</description>
      <pubDate>Tue, 12 Jul 2005 10:19:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580672#M229794</guid>
      <dc:creator>Jayson B. Hurd</dc:creator>
      <dc:date>2005-07-12T10:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580673#M229795</link>
      <description>Jayson,&lt;BR /&gt;&lt;BR /&gt;Take a look at "man modprpw".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 12 Jul 2005 10:22:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580673#M229795</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-07-12T10:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580674#M229796</link>
      <description>If you are asking about John's suggestion:&lt;BR /&gt;&lt;BR /&gt;in the root cron&lt;BR /&gt;&lt;BR /&gt;*4*** su - oracle -c "some command"&lt;BR /&gt;&lt;BR /&gt;An added benefit, you will have better control of which jobs run when (helps avoid conflicts with backup, batch prints,etc)&lt;BR /&gt;&lt;BR /&gt;an added downside - you will be responsible for maintaining it, as it is now in root's cron job</description>
      <pubDate>Tue, 12 Jul 2005 10:24:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580674#M229796</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-07-12T10:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580675#M229797</link>
      <description>Jayson,&lt;BR /&gt;&lt;BR /&gt; As I am not sure if you are running a trusted or untrusted system, I can not tell you the command syntax but if you go to sam and go to user/group administration, and select this user from the list, then got to action menu item, you will see an item like set users security policies. Select that one and you will find the option you are looking for.&lt;BR /&gt;&lt;BR /&gt;Hope this helps</description>
      <pubDate>Tue, 12 Jul 2005 10:30:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580675#M229797</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-07-12T10:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580676#M229798</link>
      <description>Yikes, it's Solaris.  HP is so much better for this!!  Solaris is not my choice.</description>
      <pubDate>Tue, 12 Jul 2005 10:31:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580676#M229798</guid>
      <dc:creator>Jayson B. Hurd</dc:creator>
      <dc:date>2005-07-12T10:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580677#M229799</link>
      <description>I am not knowledgable in solaris but I think in /etc/default/passwd the following lines exist:&lt;BR /&gt;&lt;BR /&gt;MAXWEEKS=52&lt;BR /&gt;WARNWEEKS=2&lt;BR /&gt;&lt;BR /&gt;which in this example means expire password in 52 weeks and give the user 2 weeks advance expiration warning. You can set this value of MAXWEEKS to something obscenely high or if it is like hpux, changing it to 0 may disable expiration totally.&lt;BR /&gt;&lt;BR /&gt;something to investigate...</description>
      <pubDate>Tue, 12 Jul 2005 10:37:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580677#M229799</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-07-12T10:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580678#M229800</link>
      <description>I see that in the file.  However, I only want to change the policy for that one user...</description>
      <pubDate>Tue, 12 Jul 2005 10:55:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580678#M229800</guid>
      <dc:creator>Jayson B. Hurd</dc:creator>
      <dc:date>2005-07-12T10:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580679#M229801</link>
      <description>If I remember right (at least in the hp world) the password entry for the user in /etc/password file (untrusted system),ends with comma followed by some characters.  Delete the comma and following characters - this is the aging portion of the password</description>
      <pubDate>Tue, 12 Jul 2005 10:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580679#M229801</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-07-12T10:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580680#M229802</link>
      <description>As I have indicated I am not even knowledgeable in solaris let alone being an expert but a little googling turned out a document like this:&lt;BR /&gt;&lt;BR /&gt;Title:How to Set Password Aging on a User Account&lt;BR /&gt;&lt;A href="http://docs.sun.com/app/docs/doc/817-1985/6mhm8o5lt?a=view" target="_blank"&gt;http://docs.sun.com/app/docs/doc/817-1985/6mhm8o5lt?a=view&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As I do not have a decent solaris box under my hand to test it, I hjave no clue if it will work or not, but you may want to glance thru it and see if it serves your purpose.</description>
      <pubDate>Tue, 12 Jul 2005 11:30:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580680#M229802</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-07-12T11:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580681#M229803</link>
      <description>/usr/lbin/modprpw -v -m mintm=-1,exptm=-1,expwarn=-1,lftm=-1 $user</description>
      <pubDate>Wed, 13 Jul 2005 00:34:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/3580681#M229803</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-07-13T00:34:02Z</dc:date>
    </item>
  </channel>
</rss>

