<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Fix &#8220;passwd: Authentication token manipulation error&#8221; in Linux	</title>
	<atom:link href="https://www.tecmint.com/fix-passwd-authentication-token-manipulation-error-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/fix-passwd-authentication-token-manipulation-error-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 26 Jul 2024 14:25:03 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Lufre		</title>
		<link>https://www.tecmint.com/fix-passwd-authentication-token-manipulation-error-in-linux/comment-page-1/#comment-2194898</link>

		<dc:creator><![CDATA[Lufre]]></dc:creator>
		<pubDate>Fri, 26 Jul 2024 14:25:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30100#comment-2194898</guid>

					<description><![CDATA[Thank you, your tips helped me a lot. &quot;3. Remount Root Partition&quot; solve my problem.]]></description>
			<content:encoded><![CDATA[<p>Thank you, your tips helped me a lot. &#8220;3. Remount Root Partition&#8221; solve my problem.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Unca Alby		</title>
		<link>https://www.tecmint.com/fix-passwd-authentication-token-manipulation-error-in-linux/comment-page-1/#comment-1956679</link>

		<dc:creator><![CDATA[Unca Alby]]></dc:creator>
		<pubDate>Fri, 03 Feb 2023 18:42:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30100#comment-1956679</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/fix-passwd-authentication-token-manipulation-error-in-linux/comment-page-1/#comment-1951475&quot;&gt;Scott M. Sanders&lt;/a&gt;.

Password Security is inherently an Administrative responsibility.

So, yes, you have to find an Admin to fix it.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/fix-passwd-authentication-token-manipulation-error-in-linux/comment-page-1/#comment-1951475">Scott M. Sanders</a>.</p>
<p>Password Security is inherently an Administrative responsibility.</p>
<p>So, yes, you have to find an Admin to fix it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Scott M. Sanders		</title>
		<link>https://www.tecmint.com/fix-passwd-authentication-token-manipulation-error-in-linux/comment-page-1/#comment-1951475</link>

		<dc:creator><![CDATA[Scott M. Sanders]]></dc:creator>
		<pubDate>Tue, 24 Jan 2023 14:59:36 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30100#comment-1951475</guid>

					<description><![CDATA[What if you&#039;re not an admin? Just wait on one?]]></description>
			<content:encoded><![CDATA[<p>What if you&#8217;re not an admin? Just wait on one?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/fix-passwd-authentication-token-manipulation-error-in-linux/comment-page-1/#comment-1334195</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Mon, 18 May 2020 09:52:18 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30100#comment-1334195</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/fix-passwd-authentication-token-manipulation-error-in-linux/comment-page-1/#comment-1333356&quot;&gt;jeoppy&lt;/a&gt;.

@jeoppy

Many thanks for sharing this solution.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/fix-passwd-authentication-token-manipulation-error-in-linux/comment-page-1/#comment-1333356">jeoppy</a>.</p>
<p>@jeoppy</p>
<p>Many thanks for sharing this solution.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jeoppy		</title>
		<link>https://www.tecmint.com/fix-passwd-authentication-token-manipulation-error-in-linux/comment-page-1/#comment-1333356</link>

		<dc:creator><![CDATA[jeoppy]]></dc:creator>
		<pubDate>Wed, 13 May 2020 14:58:50 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30100#comment-1333356</guid>

					<description><![CDATA[Sometimes you get this error just by trying to set &lt;strong&gt;UID&lt;/strong&gt; to the user which is higher then the allowed range defined at: &lt;strong&gt;/etc/pam.d/common-password&lt;/strong&gt;.

For example you try to set &lt;strong&gt;uid&lt;/strong&gt; of &lt;strong&gt;3000&lt;/strong&gt; and in that case the solution will be to edit the &lt;strong&gt;/etc/pam.d/common-password&lt;/strong&gt; and change the line:
&lt;pre&gt;
password        [success=3 default=ignore]      pam_krb5.so minimum_uid=1000
to 
password        [success=3 default=ignore]      pam_krb5.so minimum_uid=3000
&lt;/pre&gt;
save it and retry to create the user.]]></description>
			<content:encoded><![CDATA[<p>Sometimes you get this error just by trying to set <strong>UID</strong> to the user which is higher then the allowed range defined at: <strong>/etc/pam.d/common-password</strong>.</p>
<p>For example you try to set <strong>uid</strong> of <strong>3000</strong> and in that case the solution will be to edit the <strong>/etc/pam.d/common-password</strong> and change the line:</p>
<pre>
password        [success=3 default=ignore]      pam_krb5.so minimum_uid=1000
to 
password        [success=3 default=ignore]      pam_krb5.so minimum_uid=3000
</pre>
<p>save it and retry to create the user.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
