<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>System Adm &#187; security</title>
	<atom:link href="http://www.system.adm.br/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.system.adm.br</link>
	<description>Some IT Tips (Linux, Unix, HP-UX, AIX, Solaris, etc).</description>
	<lastBuildDate>Wed, 30 Nov 2011 17:59:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Removing password aging restrictions in HP-UX</title>
		<link>http://www.system.adm.br/2010/10/removing-password-aging-restrictions-in-hp-ux/</link>
		<comments>http://www.system.adm.br/2010/10/removing-password-aging-restrictions-in-hp-ux/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 18:32:41 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[hpux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sysadm]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=338</guid>
		<description><![CDATA[To remove all passwords aging restriction in HP-UX, you can use the following command: /usr/lbin/modprpw -m llog=0,mintm=0,exptm=0,lftm=0,expwarn=0,umaxlntr=0 username Where: llog &#8211; Set the last login time interval (days); mintm &#8211; Set the minimum time interval between password changes (days). 0 = none; exptm &#8211; Set password expiration time interval (days). 0 = not expired; lftm [...]]]></description>
			<content:encoded><![CDATA[<p>To remove all passwords aging restriction in HP-UX, you can use the following command:<br />
<code><span style="font-size: 12px;">/usr/lbin/modprpw -m llog=0,mintm=0,exptm=0,lftm=0,expwarn=0,umaxlntr=0 username</span></code></p>
<p>Where:<br />
llog &#8211; Set the last login time interval (days);<br />
mintm &#8211; Set the minimum time interval between password changes (days). 0 = none;<br />
exptm &#8211; Set password expiration time interval (days). 0 = not expired;<br />
lftm &#8211; Set password life time interval (days).  0 = infinite;<br />
expwarn &#8211; Set password expiration time interval (days). 0 = not expired;<br />
umaxlntr &#8211; Set Maximum Unsuccessful Login tries allowed. 0 = infinite.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2010/10/removing-password-aging-restrictions-in-hp-ux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change user settings and password attributes in AIX</title>
		<link>http://www.system.adm.br/2010/05/change-user-settings-and-password-attributes-in-aix/</link>
		<comments>http://www.system.adm.br/2010/05/change-user-settings-and-password-attributes-in-aix/#comments</comments>
		<pubDate>Tue, 11 May 2010 14:03:53 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Aix]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=294</guid>
		<description><![CDATA[To change some user and password settings in AIX, you should use the command &#34;chuser&#34;. Follow some available parameters: - loginretries -&#62; number of login failures before lock the account. - maxage -&#62; maximum age of a password (in weeks) - gecos -&#62; general information about the user. - groups - home - minlen -&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>To change some user and password settings in AIX, you should use the command &quot;chuser&quot;. Follow some available parameters:</p>
<p>	- loginretries -&gt; number of login failures before lock the account.<br />
	- maxage -&gt; maximum age of a password (in weeks)<br />
	- gecos -&gt; general information about the user.<br />
	- groups<br />
	- home<br />
	- minlen -&gt; minimum password length<br />
	- pgrp -&gt; primary group</p>
<p>	Example:<br />
	<span style="font-size: 12px;"><code># chuser loginretries=&#39;0&#39; maxage=&#39;0&#39; gecos=&#39;User Foo Bar&#39; groups=&#39;group1,group2,group3&#39; home=&#39;/home/foobar&#39; minlen=&#39;7&#39; pgrp=&#39;groupX&#39; &lt;username&gt;</code></span></p>
<p>	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2010/05/change-user-settings-and-password-attributes-in-aix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unlock user account in AIX</title>
		<link>http://www.system.adm.br/2010/05/unlock-user-account-in-aix/</link>
		<comments>http://www.system.adm.br/2010/05/unlock-user-account-in-aix/#comments</comments>
		<pubDate>Tue, 11 May 2010 13:38:49 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Aix]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=292</guid>
		<description><![CDATA[To unlock an user account in AIX, you should use the following command: # chuser account_locked=&#39;false&#39; &#60;username&#62;]]></description>
			<content:encoded><![CDATA[<p>To unlock an user account in AIX, you should use the following command:</p>
<p>	<span style="font-size: 12px;"><code># chuser account_locked=&#39;false&#39; &lt;username&gt;</code></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2010/05/unlock-user-account-in-aix/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lock user account in AIX</title>
		<link>http://www.system.adm.br/2010/05/lock-user-account-in-aix/</link>
		<comments>http://www.system.adm.br/2010/05/lock-user-account-in-aix/#comments</comments>
		<pubDate>Tue, 11 May 2010 13:37:33 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Aix]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=290</guid>
		<description><![CDATA[To lock an user account in AIX, you should use the following command: # chuser account_locked=&#39;true&#39; &#60;username&#62;]]></description>
			<content:encoded><![CDATA[<p>To lock an user account in AIX, you should use the following command:</p>
<p>	<span style="font-size: 12px;"><code># chuser account_locked=&#39;true&#39; &lt;username&gt;</code></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2010/05/lock-user-account-in-aix/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Forcing an user changing the password on AIX</title>
		<link>http://www.system.adm.br/2009/11/forcing-an-user-changing-the-password-on-aix/</link>
		<comments>http://www.system.adm.br/2009/11/forcing-an-user-changing-the-password-on-aix/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 21:33:25 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Aix]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=175</guid>
		<description><![CDATA[Forcing an user changing the password on AIX On AIX, you can use the following commands to unlock na user and force it to change it&#8217;s password on first logon: # pwdadm -f ADMCHG USER &#160;]]></description>
			<content:encoded><![CDATA[<p>Forcing an user changing the password on AIX</p>
<p>	On AIX, you can use the following commands to unlock na user and force it to change it&rsquo;s password on first logon:<br />
	<span style="font-size: 12px;"><code># pwdadm -f ADMCHG USER</code></span></p>
<p>	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/11/forcing-an-user-changing-the-password-on-aix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lock an user account in HP-UX</title>
		<link>http://www.system.adm.br/2009/09/lock-an-user-account-in-hp-ux/</link>
		<comments>http://www.system.adm.br/2009/09/lock-an-user-account-in-hp-ux/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 17:45:17 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=171</guid>
		<description><![CDATA[To lock an user account in HP-UX, you can use the following command: # /usr/lbin/modprpw -m alock=YES USER]]></description>
			<content:encoded><![CDATA[<p>To lock an user account in HP-UX, you can use the following command:</p>
<p>	<span style="font-size: 12px;"><code># /usr/lbin/modprpw -m alock=YES USER</code></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/09/lock-an-user-account-in-hp-ux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rlogin access denied</title>
		<link>http://www.system.adm.br/2009/06/rlogin-access-denied/</link>
		<comments>http://www.system.adm.br/2009/06/rlogin-access-denied/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 13:54:48 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=129</guid>
		<description><![CDATA[In some specific situations, you need use rlogin to remote access a server, but you can face the following error: clientServer:~ # rlogin rloginServer Password: Password: Login incorrect login: root Password: Login incorrect login: root Password: Login incorrect login: root Password: Login incorrect rlogin: connection closed. If you check the /var/log/secure log on the &#8220;rloginServer&#8221;, [...]]]></description>
			<content:encoded><![CDATA[<p>In some specific situations, you need use rlogin to remote access a server, but you can face the following error:</p>
<p>	<span style="font-size: 12px;"><code>clientServer:~ # rlogin rloginServer<br />
	Password:<br />
	Password:<br />
	Login incorrect</p>
<p>	login: root<br />
	Password:<br />
	Login incorrect</p>
<p>	login: root<br />
	Password:<br />
	Login incorrect</p>
<p>	login: root<br />
	Password:<br />
	Login incorrect</p>
<p>	rlogin: connection closed.</code></span></p>
<p>
	If you check the /var/log/secure log on the &ldquo;rloginServer&rdquo;, you will find the following messages:<br />
	<span style="font-size: 12px;"><code><br />
	Jun 15 10:44:41 rloginServer rlogind[16640]: pam_securetty(rlogin:auth): access denied: tty &#39;rlogin&#39; is not secure !<br />
	Jun 15 10:44:41 rloginServer rlogind[16640]: pam_rhosts_auth(rlogin:auth): denied to root@10.11.4.9 as root: access not allowed<br />
	Jun 15 10:44:47 rloginServer login: pam_securetty(remote:auth): access denied: tty &#39;pts/0&#39; is not secure !<br />
	Jun 15 10:44:51 rloginServer login: FAILED LOGIN 1 FROM 10.11.4.9 FOR root, Authentication failure<br />
	Jun 15 10:44:53 rloginServer login: pam_securetty(remote:auth): access denied: tty &#39;pts/0&#39; is not secure !<br />
	Jun 15 10:44:58 rloginServer login: FAILED LOGIN 2 FROM 10.11.4.9 FOR root, Authentication failure<br />
	Jun 15 10:44:58 rloginServer login: pam_unix(remote:auth): bad username []<br />
	Jun 15 10:44:58 rloginServer login: pam_succeed_if(remote:auth): error retrieving information about user<br />
	Jun 15 10:44:58 rloginServer login: FAILED LOGIN 3 FROM 10.11.4.9 FOR , User not known to the underlying authentication module<br />
	Jun 15 10:44:59 rloginServer login: pam_unix(remote:auth): bad username []<br />
	Jun 15 10:44:59 rloginServer login: pam_succeed_if(remote:auth): error retrieving information about user<br />
	Jun 15 10:44:59 rloginServer login: FAILED LOGIN SESSION FROM 10.11.4.9 FOR , User not known to the underlying authentication module</code></span></p>
<p>
	The problem here, is that &ldquo;rlogin&rdquo; is not a &ldquo;secure&rdquo; shell. To configure it, you should add &ldquo;rlogin&rdquo; (without the quotes) to /etc/securetty .</p>
<p>	After that, you will be able to access the rlogin server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/06/rlogin-access-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forcing an user changing the password on Solaris</title>
		<link>http://www.system.adm.br/2009/06/forcing-a-user-changing-the-password-on-solaris/</link>
		<comments>http://www.system.adm.br/2009/06/forcing-a-user-changing-the-password-on-solaris/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 19:18:28 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=125</guid>
		<description><![CDATA[On Solaris, you can use the following commands to unlock na user and force it to change it&#8217;s password on first logon: # passwd -f &#60;username&#62; passwd: password information changed for &#60;USER&#62; &#160;]]></description>
			<content:encoded><![CDATA[<p>On Solaris, you can use the following commands to unlock na user and force it to change it&rsquo;s password on first logon:</p>
<p>	<span style="font-size: 12px;"><code># passwd -f &lt;username&gt;<br />
	passwd: password information changed for &lt;USER&gt;</code></span><br />
	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/06/forcing-a-user-changing-the-password-on-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP-UX password maintenance</title>
		<link>http://www.system.adm.br/2009/06/hp-ux-password-maintenance/</link>
		<comments>http://www.system.adm.br/2009/06/hp-ux-password-maintenance/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 13:15:43 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=120</guid>
		<description><![CDATA[Follow a few utilities to maintain the user&#8217;s passwords: /usr/lbin/getprpw &#60;username&#62; - display protected password database information /usr/lbin/modprpw -x &#60;username&#62; &#8211; change password /usr/lbin/modprpw -k &#60;username&#62; &#8211; unlock the user]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:HyphenationZone>21</w:HyphenationZone> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>PT-BR</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Tabela normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin-top:0cm; 	mso-para-margin-right:0cm; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} --><!--[endif]--></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size: 9pt; line-height: 115%;">Follow a few utilities to maintain the user&rsquo;s passwords:</span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size: 9pt; line-height: 115%;"><span style="font-size: 12px;"><code>/usr/lbin/getprpw &lt;username&gt; </code></span>- display protected password database information<br />
	<span style="font-size: 12px;"><code>/usr/lbin/modprpw -x &lt;username&gt;</code></span> &#8211; change password<br />
	<span style="font-size: 12px;"><code>/usr/lbin/modprpw -k &lt;username&gt;</code></span> &#8211; unlock the user</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/06/hp-ux-password-maintenance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting session timeout on Linux</title>
		<link>http://www.system.adm.br/2009/05/setting-session-timeout-on-linux/</link>
		<comments>http://www.system.adm.br/2009/05/setting-session-timeout-on-linux/#comments</comments>
		<pubDate>Wed, 27 May 2009 12:41:14 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=116</guid>
		<description><![CDATA[To set an automatically shell timeout on Linux (that Will logoff that session after X seconds), you just need setup the following variable (put it in your /etc/profile): # echo &#8220;TMOUT=300; readonly TMOUT; export TMOUT&#8221; &#62;&#62; /etc/profile The &#8220;readonly&#8221; option will not allow an normal user change (ou unset) it.]]></description>
			<content:encoded><![CDATA[<p>To set an automatically shell timeout on Linux (that Will logoff that session after X seconds), you just need setup the following variable (put it in your /etc/profile):</p>
<p>	<span style="font-size: 12px;"><code># echo &ldquo;TMOUT=300; readonly TMOUT; export TMOUT&rdquo; &gt;&gt; /etc/profile</code></span></p>
<p>	The &ldquo;readonly&rdquo; option will not allow an normal user change (ou unset) it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/05/setting-session-timeout-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Locking a Linux account</title>
		<link>http://www.system.adm.br/2009/04/locking-an-linux-account/</link>
		<comments>http://www.system.adm.br/2009/04/locking-an-linux-account/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 14:11:31 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=23</guid>
		<description><![CDATA[Before you remove an account from a system, is a good idea lock it for one week to make sure that no one use it. To lock, you can use the follow command: # passwd -l username (where username is the login id). After that, if someone try to loginusing this account, the system will [...]]]></description>
			<content:encoded><![CDATA[<p>Before you remove an account from a system, is a good idea lock it for one week to make sure that no one use it.</p>
<p>	To lock, you can use the follow command:</p>
<p>	<span style="font-size: 12px;"><code># passwd -l username</code></span> (where username is the login id).</p>
<p>	After that, if someone try to loginusing this account, the system will return:</p>
<p>	<span style="font-size: 12px;"><code># su - foobar</code></span></p>
<p>This account is currently not available.</p>
<p>	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/04/locking-an-linux-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

