<?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; change</title>
	<atom:link href="http://www.xiitec.com/blog/tag/change/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>
	</channel>
</rss>

