<?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: RHCSA Series: Setting Up LDAP-based Authentication in RHEL 7 &#8211; Part 14	</title>
	<atom:link href="https://www.tecmint.com/setup-ldap-server-and-configure-client-authentication/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/setup-ldap-server-and-configure-client-authentication/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 08 Oct 2018 18:53:17 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Tomas		</title>
		<link>https://www.tecmint.com/setup-ldap-server-and-configure-client-authentication/comment-page-1/#comment-1045420</link>

		<dc:creator><![CDATA[Tomas]]></dc:creator>
		<pubDate>Mon, 08 Oct 2018 18:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=14011#comment-1045420</guid>

					<description><![CDATA[This is about eighth tutorial on LDAP I have tried. Yet again, suffering by some issues - this time &quot;&lt;strong&gt;ldap_bind: Invalid credentials (49)&lt;/strong&gt;&quot; while running query.  The LDAP solution is so fragile and pain to administer. Looking at the logs - no suggestion at all that could go wrong. Considering the fact that the LDAP setup is &quot;ten&quot; commands and still going wrong is a joke.]]></description>
			<content:encoded><![CDATA[<p>This is about eighth tutorial on LDAP I have tried. Yet again, suffering by some issues &#8211; this time &#8220;<strong>ldap_bind: Invalid credentials (49)</strong>&#8221; while running query.  The LDAP solution is so fragile and pain to administer. Looking at the logs &#8211; no suggestion at all that could go wrong. Considering the fact that the LDAP setup is &#8220;ten&#8221; commands and still going wrong is a joke.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sriram		</title>
		<link>https://www.tecmint.com/setup-ldap-server-and-configure-client-authentication/comment-page-1/#comment-1028326</link>

		<dc:creator><![CDATA[Sriram]]></dc:creator>
		<pubDate>Mon, 27 Aug 2018 15:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=14011#comment-1028326</guid>

					<description><![CDATA[Hi, I got this error 
&lt;pre&gt;
[root@mspildapsrv cn=config]# setsebool -P allow_ypbind=0 authlogin_nsswitch_use_ldap=0
[root@mspildapsrv cn=config]# systemctl enable slapd.service
&lt;/pre&gt;
Created symlink from /&lt;strong&gt;etc/systemd/system/multi-user.target.wants/slapd.service&lt;/strong&gt; to &lt;strong&gt;/usr/lib/systemd/system/slapd.service&lt;/strong&gt;.
&lt;pre&gt;
[root@mspildapsrv cn=config]# systemctl start slapd.service
&lt;/pre&gt;
Job for &lt;strong&gt;slapd.service&lt;/strong&gt; failed because the control process exited with error code. See &quot;&lt;strong&gt;systemctl status slapd.service&lt;/strong&gt;&quot; and &quot;&lt;strong&gt;journalctl -xe&lt;/strong&gt;&quot; for details.
&lt;pre&gt;
[root@mspildapsrv cn=config]# systemctl restart slapd
&lt;/pre&gt;
Job for &lt;strong&gt;slapd.service&lt;/strong&gt; failed because the control process exited with error code. See &quot;&lt;strong&gt;systemctl status slapd.service&lt;/strong&gt;&quot; and &quot;&lt;strong&gt;journalctl -xe&lt;/strong&gt;&quot; for details.]]></description>
			<content:encoded><![CDATA[<p>Hi, I got this error </p>
<pre>
[root@mspildapsrv cn=config]# setsebool -P allow_ypbind=0 authlogin_nsswitch_use_ldap=0
[root@mspildapsrv cn=config]# systemctl enable slapd.service
</pre>
<p>Created symlink from /<strong>etc/systemd/system/multi-user.target.wants/slapd.service</strong> to <strong>/usr/lib/systemd/system/slapd.service</strong>.</p>
<pre>
[root@mspildapsrv cn=config]# systemctl start slapd.service
</pre>
<p>Job for <strong>slapd.service</strong> failed because the control process exited with error code. See &#8220;<strong>systemctl status slapd.service</strong>&#8221; and &#8220;<strong>journalctl -xe</strong>&#8221; for details.</p>
<pre>
[root@mspildapsrv cn=config]# systemctl restart slapd
</pre>
<p>Job for <strong>slapd.service</strong> failed because the control process exited with error code. See &#8220;<strong>systemctl status slapd.service</strong>&#8221; and &#8220;<strong>journalctl -xe</strong>&#8221; for details.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/setup-ldap-server-and-configure-client-authentication/comment-page-1/#comment-1023268</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 13 Aug 2018 08:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=14011#comment-1023268</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/setup-ldap-server-and-configure-client-authentication/comment-page-1/#comment-1023259&quot;&gt;sriram&lt;/a&gt;.

@Sriram,

Please check your &lt;strong&gt;slapd.conf&lt;/strong&gt; configuration and correct if any errors and restart the service again.

Check this thread - https://unix.stackexchange.com/questions/443528/failed-to-start-openldap-server-daemon]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/setup-ldap-server-and-configure-client-authentication/comment-page-1/#comment-1023259">sriram</a>.</p>
<p>@Sriram,</p>
<p>Please check your <strong>slapd.conf</strong> configuration and correct if any errors and restart the service again.</p>
<p>Check this thread &#8211; <a target="_blank" href="https://unix.stackexchange.com/questions/443528/failed-to-start-openldap-server-daemon" rel="nofollow ugc">https://unix.stackexchange.com/questions/443528/failed-to-start-openldap-server-daemon</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sriram		</title>
		<link>https://www.tecmint.com/setup-ldap-server-and-configure-client-authentication/comment-page-1/#comment-1023259</link>

		<dc:creator><![CDATA[sriram]]></dc:creator>
		<pubDate>Mon, 13 Aug 2018 07:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=14011#comment-1023259</guid>

					<description><![CDATA[Hi, I am using CentOS 7, and getting the below error
&lt;pre&gt;
# systemctl start slapd
Job for slapd.service failed because the control process exited with error code. 
See &quot;systemctl status slapd.service&quot; and &quot;journalctl -xe&quot; for
&lt;/pre&gt;
Please let me know what to do.
]]></description>
			<content:encoded><![CDATA[<p>Hi, I am using CentOS 7, and getting the below error</p>
<pre>
# systemctl start slapd
Job for slapd.service failed because the control process exited with error code. 
See "systemctl status slapd.service" and "journalctl -xe" for
</pre>
<p>Please let me know what to do.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: david1024		</title>
		<link>https://www.tecmint.com/setup-ldap-server-and-configure-client-authentication/comment-page-1/#comment-1014444</link>

		<dc:creator><![CDATA[david1024]]></dc:creator>
		<pubDate>Mon, 09 Jul 2018 15:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=14011#comment-1014444</guid>

					<description><![CDATA[I get &quot;&lt;strong&gt;ldap_sasl_interactive_bind_sL Local error (-2)&lt;/strong&gt;&quot; when I try to &quot;&lt;strong&gt;ldapadd -H ldap:/// -f ldaprootpasswd.ldif&lt;/strong&gt;&quot; following the recipe here.  Shouldn&#039;t it be something like &quot;&lt;strong&gt;ldapmodify&lt;/strong&gt;&quot; with EXTERNAL, etc... ? 

Maybe you guys should verify this stuff.]]></description>
			<content:encoded><![CDATA[<p>I get &#8220;<strong>ldap_sasl_interactive_bind_sL Local error (-2)</strong>&#8221; when I try to &#8220;<strong>ldapadd -H ldap:/// -f ldaprootpasswd.ldif</strong>&#8221; following the recipe here.  Shouldn&#8217;t it be something like &#8220;<strong>ldapmodify</strong>&#8221; with EXTERNAL, etc&#8230; ? </p>
<p>Maybe you guys should verify this stuff.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
