<?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>Computer Support &#187; passwords</title>
	<atom:link href="http://www.xiitec.com/blog/tag/passwords/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xiitec.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 30 Dec 2009 08:40:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Changing Masses of Passwords</title>
		<link>http://www.xiitec.com/blog/2008/02/01/changing-masses-of-passwords/</link>
		<comments>http://www.xiitec.com/blog/2008/02/01/changing-masses-of-passwords/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 20:56:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Users / Groups]]></category>
		<category><![CDATA[batches]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.xiitec.com/blog/?p=79</guid>
		<description><![CDATA[As part of your routine security policy, you would like to periodically be able to easily change batches of passwords. Or your network may have been compromised, so you want to change all the passwords yourself and not leave it up to your users.
Use the mass_passwd script. It lets you select batches of users in [...]]]></description>
			<content:encoded><![CDATA[<p>As part of your routine security policy, you would like to periodically be able to easily change batches of passwords. Or your network may have been compromised, so you want to change all the passwords yourself and not leave it up to your users.</p>
<p>Use the mass_passwd script. It lets you select batches of users in three different ways:</p>
<blockquote><p># mass_passwd<br />
username1<br />
username2<br />
&#8230;<br />
# mass_passwd -g<br />
groupname<br />
groupname<br />
&#8230;<br />
# mass_passwd -a</p></blockquote>
<p>The first method uses a simple space-delimited list of logins.</p>
<p>The second method changes the passwords of users belonging to the named groups.</p>
<p>The third method changes every password in <code>/etc/passwd</code>.</p>
<p>Then <code>mass_passwd</code> generates a separate file for each user, containing their new login names and passwords and whatever instructions or policies you choose to include. This is designed to make it easy to print a separate instruction sheet for each user.</p>
<p>You may do a dry run with the -n flag:</p>
<blockquote><p># ./mass_passwd -v -g -n usergroup<br />
generating password for dawns&#8230;..teivuphu<br />
generating password for nikitah&#8230;..kohfahsh<br />
2 password(s) reset &#8211; see /root/mass_passwds/mass_passwd.log</p></blockquote>
<p>No passwords are changed; this just lets you test-drive your options before committing to any changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xiitec.com/blog/2008/02/01/changing-masses-of-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing Passwords</title>
		<link>http://www.xiitec.com/blog/2008/02/01/managing-passwords/</link>
		<comments>http://www.xiitec.com/blog/2008/02/01/managing-passwords/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 19:02:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Users / Groups]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.xiitec.com/blog/?p=69</guid>
		<description><![CDATA[Resetting a password is the solution to the perennial &#8220;I forgot my password&#8221; problem; many Linux administrators think it&#8217;s a good idea to &#8220;expire&#8221; passwords, forcing users to change them periodically.
To reset or change a password use:
# passwd aborg
Users can also change their own passwords:
aborg@server04:~$ passwd
This command sets aborg&#8217;s password to expire after six months, [...]]]></description>
			<content:encoded><![CDATA[<p>Resetting a password is the solution to the perennial &#8220;I forgot my password&#8221; problem; many Linux administrators think it&#8217;s a good idea to &#8220;expire&#8221; passwords, forcing users to change them periodically.<br />
To reset or change a password use:</p>
<blockquote><p># passwd aborg</p></blockquote>
<p>Users can also change their own passwords:</p>
<blockquote><p>aborg@server04:~$ passwd</p></blockquote>
<p>This command sets aborg&#8217;s password to expire after six months, with five days&#8217; warning:</p>
<blockquote><p># passwd -x 180 -w 5 -i 1 aborg</p></blockquote>
<p>To view a user&#8217;s password settings, use:</p>
<blockquote><p># passwd -S option</p>
<p>aborg P 02/18/2004 0 10 5 1</p></blockquote>
<p>Passwords can consist of numbers, letters, and punctuation marks, and they are case-sensitive. Don&#8217;t use spaces or function keys. Strong passwords work best—this means no names, no dictionary words, no birthdays or addresses. The best way to keep track of passwords is write them down and keep them in a safe place. Most people, if they can&#8217;t remember all of their passwords, end up choosing weak, easily guessable passwords, or leaving them in obvious, insecure places (such as on a note stuck to the monitor).</p>
<p>Linux passwords are not designed to be recoverable. If a password is lost, the user must depend on the benevolence of the superuser to create a new one.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xiitec.com/blog/2008/02/01/managing-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

