<?xml version="1.0" encoding="UTF-8"?><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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Valentin's Lab &#187; schema</title>
	<atom:link href="https://vaab.blog.kal.fr/tag/schema/feed/" rel="self" type="application/rss+xml" />
	<link>https://vaab.blog.kal.fr</link>
	<description>Ratiocination of an opensource techie</description>
	<lastBuildDate>Thu, 15 Nov 2018 08:04:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=vaab&amp;popout=1&amp;url=https%3A%2F%2Fvaab.blog.kal.fr%2F&amp;language=en_US&amp;category=text&amp;title=Valentin%27s+Lab&amp;description=Ratiocination+of+an+opensource+techie&amp;tags=blog" type="text/html" />
	<item>
		<title>inconsistent duplicate attribute mailhost</title>
		<link>https://vaab.blog.kal.fr/2011/04/10/inconsistent-duplicate-attribute-mailhost/</link>
		<comments>https://vaab.blog.kal.fr/2011/04/10/inconsistent-duplicate-attribute-mailhost/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 22:08:04 +0000</pubDate>
		<dc:creator><![CDATA[vaab]]></dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[openldap]]></category>
		<category><![CDATA[schema]]></category>

		<guid isPermaLink="false">http://vaab.blog.kal.fr/?p=102</guid>
		<description><![CDATA[Adding a new schema in LDAP can give you headache. I've the cure for this one: Inconsistent duplicate attributeType: "mailHost" This is due to a new misc.schema that is now default in Ubuntu Lucid at least (and maybe other distribution) &#8230;<p class="read-more"><a href="https://vaab.blog.kal.fr/2011/04/10/inconsistent-duplicate-attribute-mailhost/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>Adding a new schema in LDAP can give you headache. I've the cure for this one:</p>
<pre>
Inconsistent duplicate attributeType: "mailHost"
</pre>
<p>This is due to a new <em>misc.schema</em> that is now default in Ubuntu Lucid at least (and maybe other distribution) and defines a <em>mailhost</em> attribute.</p>
<p>You'll encounter this error when trying to add another schema defining this same attribute. I have a <a href="http://mds.mandriva.org/svn/mmc-projects/mmc-core/trunk/agent/contrib/ldap/mail.schema">mail.schema</a> comming from <a href="http://mds.mandriva.org/">Mandriva Directory Server</a>, which tries to do so. And a small google reveals that <a href="http://www.openldap.org/lists/openldap-software/200608/msg00175.html">qmail.schema</a> has similar problem.</p>
<p>2 solutions:</p>
<ul>
<li>Either remove the attribute from your new schema by deleting the attribute entry in the schema file and remove any reference to mailhost anywhere it appears in the file. I wouldn't recommend this.</li>
<li>Either remove the <em>misc.schema</em> from your ldap server. Cross fingers that it isn't used too much ;)</li>
</ul>
<p>Et voilà !</p>
 <p><a href="https://vaab.blog.kal.fr/?flattrss_redirect&amp;id=102&amp;md5=31b66c287e90d6d49ad1768a6f05f9e3" title="Flattr" target="_blank"><img src="https://vaab.blog.kal.fr/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>https://vaab.blog.kal.fr/2011/04/10/inconsistent-duplicate-attribute-mailhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=vaab&amp;popout=1&amp;url=https%3A%2F%2Fvaab.blog.kal.fr%2F2011%2F04%2F10%2Finconsistent-duplicate-attribute-mailhost%2F&amp;language=en_GB&amp;category=text&amp;title=inconsistent+duplicate+attribute+mailhost&amp;description=Adding+a+new+schema+in+LDAP+can+give+you+headache.+I%27ve+the+cure+for+this+one%3A+Inconsistent+duplicate+attributeType%3A+%22mailHost%22+This+is+due+to+a+new+misc.schema+that+is+now...&amp;tags=openldap%2Cschema%2Cblog" type="text/html" />
	</item>
	</channel>
</rss>
