<?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>cyborgworkshop.org &#187; change</title>
	<atom:link href="http://cyborgworkshop.org/tag/change/feed/" rel="self" type="application/rss+xml" />
	<link>http://cyborgworkshop.org</link>
	<description>Blurring the line</description>
	<lastBuildDate>Wed, 25 Aug 2010 16:53:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Force a password change in Solaris</title>
		<link>http://cyborgworkshop.org/2008/04/09/force-a-password-change-in-solaris/</link>
		<comments>http://cyborgworkshop.org/2008/04/09/force-a-password-change-in-solaris/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 14:00:07 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[expire]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://cyborgworkshop.org/?p=6</guid>
		<description><![CDATA[Along the same lines as Forcing a password change in Linux, here is how to force a user to change their password in Solaris. Using the passwd command (as root), through a -f flag on and the user will be stuck in change-me land until they can get that 8 character password together. passwd -f [...]]]></description>
			<content:encoded><![CDATA[<p>Along the same lines as <a href="http://cyborgworkshop.org/?p=9" target="_blank">Forcing a password change in Linux</a>, here is how to force a user to change their password in Solaris.  Using the passwd command (as root), through a -f flag on and the user will be stuck in change-me land until they can get that 8 character password together.</p>
<blockquote><p> passwd -f $USER</p></blockquote>
<p>It&#8217;s just that simple.</p>
]]></content:encoded>
			<wfw:commentRss>http://cyborgworkshop.org/2008/04/09/force-a-password-change-in-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force a password change in Linux</title>
		<link>http://cyborgworkshop.org/2008/03/21/force-a-password-change-in-linux/</link>
		<comments>http://cyborgworkshop.org/2008/03/21/force-a-password-change-in-linux/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 10:30:11 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[expire]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://cyborgworkshop.org/?p=9</guid>
		<description><![CDATA[To force a user to change passwords at next login, use the chage command chage -d 0 $USER Only downside is that this doesn&#8217;t seem to work with older versions of ssh (pre 4.0 I believe) that are using privilege separation. You&#8217;ll have to edit the sshd_config file and turn privilege separation off or, a [...]]]></description>
			<content:encoded><![CDATA[<p>To force a user to change passwords at next login, use the chage command</p>
<blockquote><p>chage -d 0 $USER</p></blockquote>
<p>Only downside is that this doesn&#8217;t seem to work with older versions of ssh (pre 4.0 I believe) that are using privilege separation. You&#8217;ll have to edit the sshd_config file and turn privilege separation off or, a much better solution, upgrade openssh.</p>
]]></content:encoded>
			<wfw:commentRss>http://cyborgworkshop.org/2008/03/21/force-a-password-change-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
