<?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 Install OpenLDAP Server for Centralized Authentication	</title>
	<atom:link href="https://www.tecmint.com/install-openldap-server-for-centralized-authentication/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-openldap-server-for-centralized-authentication/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 05 Apr 2022 16:18:34 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: MT		</title>
		<link>https://www.tecmint.com/install-openldap-server-for-centralized-authentication/comment-page-1/#comment-1758167</link>

		<dc:creator><![CDATA[MT]]></dc:creator>
		<pubDate>Tue, 05 Apr 2022 16:18:34 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31365#comment-1758167</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-openldap-server-for-centralized-authentication/comment-page-1/#comment-1325570&quot;&gt;unmerged&lt;/a&gt;.

Try ldapscripts package: https://ubuntu.com/server/docs/service-ldap-usage]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-openldap-server-for-centralized-authentication/comment-page-1/#comment-1325570">unmerged</a>.</p>
<p>Try ldapscripts package: <a target="_blank" href="https://ubuntu.com/server/docs/service-ldap-usage" rel="nofollow ugc">https://ubuntu.com/server/docs/service-ldap-usage</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: String Bender		</title>
		<link>https://www.tecmint.com/install-openldap-server-for-centralized-authentication/comment-page-1/#comment-1434105</link>

		<dc:creator><![CDATA[String Bender]]></dc:creator>
		<pubDate>Fri, 12 Feb 2021 18:35:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31365#comment-1434105</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-openldap-server-for-centralized-authentication/comment-page-1/#comment-1341494&quot;&gt;kante&lt;/a&gt;.

@kante

Can you share the procedure you utilized to continue? I&#039;m experiencing the same thing in Step 3.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-openldap-server-for-centralized-authentication/comment-page-1/#comment-1341494">kante</a>.</p>
<p>@kante</p>
<p>Can you share the procedure you utilized to continue? I&#8217;m experiencing the same thing in Step 3.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mezen		</title>
		<link>https://www.tecmint.com/install-openldap-server-for-centralized-authentication/comment-page-1/#comment-1350259</link>

		<dc:creator><![CDATA[Mezen]]></dc:creator>
		<pubDate>Wed, 05 Aug 2020 12:25:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31365#comment-1350259</guid>

					<description><![CDATA[It worked great.]]></description>
			<content:encoded><![CDATA[<p>It worked great.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kante		</title>
		<link>https://www.tecmint.com/install-openldap-server-for-centralized-authentication/comment-page-1/#comment-1341494</link>

		<dc:creator><![CDATA[kante]]></dc:creator>
		<pubDate>Mon, 29 Jun 2020 14:54:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31365#comment-1341494</guid>

					<description><![CDATA[Step 3 doesn&#039;t work in Ubuntu 18.4.3. Error: No such file...

I had to solve the problem with:
&lt;pre&gt;
# dpkg-reconfigre slapd
&lt;/pre&gt;
and then followed instructions from another website. As this guide doesn&#039;t seem to be updated.]]></description>
			<content:encoded><![CDATA[<p>Step 3 doesn&#8217;t work in Ubuntu 18.4.3. Error: No such file&#8230;</p>
<p>I had to solve the problem with:</p>
<pre>
# dpkg-reconfigre slapd
</pre>
<p>and then followed instructions from another website. As this guide doesn&#8217;t seem to be updated.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kante		</title>
		<link>https://www.tecmint.com/install-openldap-server-for-centralized-authentication/comment-page-1/#comment-1341488</link>

		<dc:creator><![CDATA[kante]]></dc:creator>
		<pubDate>Mon, 29 Jun 2020 11:36:06 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31365#comment-1341488</guid>

					<description><![CDATA[Step 3.
&lt;pre&gt;
# sudo cp /usr/share/openldap-servers/DB_CONFIG.example /var/lib/ldap/DB_CONFIG 
&lt;/pre&gt;
Results in &quot;no such file&quot; 

Tried to locate the file... there is no such file on the server.]]></description>
			<content:encoded><![CDATA[<p>Step 3.</p>
<pre>
# sudo cp /usr/share/openldap-servers/DB_CONFIG.example /var/lib/ldap/DB_CONFIG 
</pre>
<p>Results in &#8220;no such file&#8221; </p>
<p>Tried to locate the file&#8230; there is no such file on the server.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
