<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>pwconv &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/pwconv/</link>
	<description>Feed of posts on WordPress.com tagged "pwconv"</description>
	<pubDate>Wed, 22 May 2013 14:40:32 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Howto pwconv command ]]></title>
<link>http://linuxreference.wordpress.com/2012/09/05/howto-pwconv-command/</link>
<pubDate>Wed, 05 Sep 2012 07:45:11 +0000</pubDate>
<dc:creator>linuxreference</dc:creator>
<guid>http://linuxreference.wordpress.com/2012/09/05/howto-pwconv-command/</guid>
<description><![CDATA[pwconv creates shadow from passwd and an optionally existing shadow. Replace the encrypted password]]></description>
<content:encoded><![CDATA[<p>pwconv creates shadow from passwd and an optionally existing shadow. Replace the encrypted password in /etc/password with an x.</p>
<p>Usage:<br />
$ pwconv</p>
<p># Set new password for jacks which missing from /etc/shadow file<br />
$ passwd jacks</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[passwd authentication token manipulation error]]></title>
<link>http://linuxindetails.wordpress.com/2012/04/16/passwd-authentication-token-manipulation-error/</link>
<pubDate>Mon, 16 Apr 2012 16:06:34 +0000</pubDate>
<dc:creator>linuxindetails</dc:creator>
<guid>http://linuxindetails.wordpress.com/2012/04/16/passwd-authentication-token-manipulation-error/</guid>
<description><![CDATA[If you try to reinitialize the root passwd of your Linux installation through a recovering boot with]]></description>
<content:encoded><![CDATA[<p>If you try to reinitialize the root passwd of your Linux installation through a recovering boot with init=/bin/sh, you may have  the following error message :</p>
<p><strong>passwd: Authentication token manipulation error</strong></p>
<p>First check if your / filesystem is mounted read-write or read-only. Restart your machine and at the Grub prompt (tested on a fresh install of RHEL 6.2 with Grub version of 0.97), change <strong>ro</strong> to <strong>rw</strong> as indicated below :</p>
<p>kernel /vmlinuz-2.6.32-220.el6-x86_64<strong> ro</strong> root=/dev/mapper&#8230;.</p>
<p>kernel /vmlinuz-2.6.32-220.el6-x86_64 <strong>rw</strong> root=/dev/mapper&#8230;.</p>
<p>&#160;</p>
<p>An other solution is to make sure that the content of <strong>/etc/passwd</strong> and <strong>/etc/shadow</strong> are  the same with the <strong>pwconv</strong> command.</p>
<p>As root, before reinitializing again its passwd, run the command below :</p>
<p><strong>root@localhost:~# pwconv</strong></p>
<p>Then</p>
<p><strong>root@localhost~# passwd</strong></p>
<p>You should have no more error message.</p>
<pre><code>
</code></pre>
<p>&#160;</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Arquivos de usuários, grupos e senhas]]></title>
<link>http://ivanix.wordpress.com/2009/01/25/arquivos-de-usuarios-grupos-e-senhas/</link>
<pubDate>Mon, 26 Jan 2009 01:20:39 +0000</pubDate>
<dc:creator>Nix</dc:creator>
<guid>http://ivanix.wordpress.com/2009/01/25/arquivos-de-usuarios-grupos-e-senhas/</guid>
<description><![CDATA[Neste e nos próximos posts, vou falar sobre administração de usuários. O Linux é um sistema operacio]]></description>
<content:encoded><![CDATA[Neste e nos próximos posts, vou falar sobre administração de usuários. O Linux é um sistema operacio]]></content:encoded>
</item>

</channel>
</rss>
