<?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 Configure and Use PAM in Linux	</title>
	<atom:link href="https://www.tecmint.com/configure-pam-in-centos-ubuntu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/configure-pam-in-centos-ubuntu-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 21 Sep 2021 05:55:57 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/configure-pam-in-centos-ubuntu-linux/comment-page-1/#comment-1591682</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 21 Sep 2021 05:55:06 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31251#comment-1591682</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/configure-pam-in-centos-ubuntu-linux/comment-page-1/#comment-1591529&quot;&gt;findmoon&lt;/a&gt;.

@Findmoon,

Thanks, corrected the meaning of both in the article...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/configure-pam-in-centos-ubuntu-linux/comment-page-1/#comment-1591529">findmoon</a>.</p>
<p>@Findmoon,</p>
<p>Thanks, corrected the meaning of both in the article&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: findmoon		</title>
		<link>https://www.tecmint.com/configure-pam-in-centos-ubuntu-linux/comment-page-1/#comment-1591529</link>

		<dc:creator><![CDATA[findmoon]]></dc:creator>
		<pubDate>Mon, 20 Sep 2021 13:57:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31251#comment-1591529</guid>

					<description><![CDATA[Hello, I&#039;m reading this article. And When reading the additional control flag, there be a repeat about include and substack:

include: include all lines of given type from the configuration file specified as an argument to this control.
substack: include all lines of a given type from the configuration file specified as an argument to this control.

As above, The Explain of include and substack is the same. I think It&#039;s just a little mistake]]></description>
			<content:encoded><![CDATA[<p>Hello, I&#8217;m reading this article. And When reading the additional control flag, there be a repeat about include and substack:</p>
<p>include: include all lines of given type from the configuration file specified as an argument to this control.<br />
substack: include all lines of a given type from the configuration file specified as an argument to this control.</p>
<p>As above, The Explain of include and substack is the same. I think It&#8217;s just a little mistake</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nilesh		</title>
		<link>https://www.tecmint.com/configure-pam-in-centos-ubuntu-linux/comment-page-1/#comment-1488718</link>

		<dc:creator><![CDATA[Nilesh]]></dc:creator>
		<pubDate>Tue, 11 May 2021 14:04:35 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31251#comment-1488718</guid>

					<description><![CDATA[I am using the PAM module in my project. While using the &lt;strong&gt;pam_limits&lt;/strong&gt; library I found that when we set both &lt;strong&gt;maxlogins&lt;/strong&gt; and &lt;strong&gt;maxsyslogins&lt;/strong&gt; in &lt;strong&gt;/etc/security/limits.conf&lt;/strong&gt;, Functionality whichever is declared first in &lt;strong&gt;/etc/security/limits.conf&lt;/strong&gt; that functionality is not working. 

By looking into the &lt;strong&gt;pam_limit&lt;/strong&gt; code what I found is that in &lt;strong&gt;pam_limits&lt;/strong&gt; module functionality to support both configurations (&lt;strong&gt;maxlogins&lt;/strong&gt; and &lt;strong&gt;maxsyslogins&lt;/strong&gt;) at a time is not handled properly.  Is it the really case ?? Or  Is there something that I am missing. Any help is appreciated.

Thank you,]]></description>
			<content:encoded><![CDATA[<p>I am using the PAM module in my project. While using the <strong>pam_limits</strong> library I found that when we set both <strong>maxlogins</strong> and <strong>maxsyslogins</strong> in <strong>/etc/security/limits.conf</strong>, Functionality whichever is declared first in <strong>/etc/security/limits.conf</strong> that functionality is not working. </p>
<p>By looking into the <strong>pam_limit</strong> code what I found is that in <strong>pam_limits</strong> module functionality to support both configurations (<strong>maxlogins</strong> and <strong>maxsyslogins</strong>) at a time is not handled properly.  Is it the really case ?? Or  Is there something that I am missing. Any help is appreciated.</p>
<p>Thank you,</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/configure-pam-in-centos-ubuntu-linux/comment-page-1/#comment-1366824</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 24 Sep 2020 04:32:47 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31251#comment-1366824</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/configure-pam-in-centos-ubuntu-linux/comment-page-1/#comment-1366738&quot;&gt;Raj Kumar&lt;/a&gt;.

@Raj,

Please could you share the error message you getting?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/configure-pam-in-centos-ubuntu-linux/comment-page-1/#comment-1366738">Raj Kumar</a>.</p>
<p>@Raj,</p>
<p>Please could you share the error message you getting?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Raj Kumar		</title>
		<link>https://www.tecmint.com/configure-pam-in-centos-ubuntu-linux/comment-page-1/#comment-1366738</link>

		<dc:creator><![CDATA[Raj Kumar]]></dc:creator>
		<pubDate>Wed, 23 Sep 2020 20:19:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31251#comment-1366738</guid>

					<description><![CDATA[I am getting an error on executing this following command on my Ubuntu 18.04 version.
&lt;pre&gt;
./configure --with-pam 
&lt;/pre&gt;
Please help me out]]></description>
			<content:encoded><![CDATA[<p>I am getting an error on executing this following command on my Ubuntu 18.04 version.</p>
<pre>
./configure --with-pam 
</pre>
<p>Please help me out</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
