<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — openldap error]]></title>
		<link>https://forum.iredmail.org/topic1015-openldap-error.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic1015.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in openldap error.]]></description>
		<lastBuildDate>Wed, 23 Jun 2010 13:38:15 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: openldap error]]></title>
			<link>https://forum.iredmail.org/post4399.html#p4399</link>
			<description><![CDATA[<p>SOLVED</p><p>I move the write rule on the top.. </p><br /><p>by dn.exact=&quot;cn=vmailadmin,dc=pippo,dc=pluto,dc=org&quot;&nbsp; write</p><p>and now is ok.. </p><p>thks</p>]]></description>
			<author><![CDATA[null@example.com (Casa.it)]]></author>
			<pubDate>Wed, 23 Jun 2010 13:38:15 +0000</pubDate>
			<guid>https://forum.iredmail.org/post4399.html#p4399</guid>
		</item>
		<item>
			<title><![CDATA[Re: openldap error]]></title>
			<link>https://forum.iredmail.org/post4398.html#p4398</link>
			<description><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p> &quot;by users none&quot;</p></blockquote></div><p>replace all &quot;by users none&quot;&nbsp; with &quot;by * read&quot; ? </p><p>this configuration don&#039;t run with iredAdmin if I replace after run?</p><p>I have modify only this part.. </p><p># Domain attrs.<br />access to attrs=&quot;objectclass,domainName,mtaTransport,enabledService,domainSenderBccAddress,domainRecipientBccAddress,domainAdmin,domainGlobalAdmin,domainBackupMX,domainMaxQuotaSize,domainMaxUserNumber&quot;<br />&nbsp; &nbsp; by *&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; read<br />&nbsp; &nbsp; by anonymous&nbsp; &nbsp; auth<br />&nbsp; &nbsp; by self&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;read<br />&nbsp; &nbsp; by dn.exact=&quot;cn=vmail,dc=pippo,dc=pluto,dc=org&quot;&nbsp; &nbsp;read<br />&nbsp; &nbsp; by dn.exact=&quot;cn=vmailadmin,dc=pippo,dc=pluto,dc=org&quot;&nbsp; write<br />&nbsp; &nbsp; by users&nbsp; &nbsp; &nbsp; &nbsp; read<br />&nbsp; &nbsp; <br /># User attrs.<br />access to attrs=&quot;employeeNumber,homeDirectory,mailMessageStore,mail,accountStatus,userSenderBccAddress,userRecipientBccAddress,mailForwardingAddress,mailQuota,backupMailAddress,shadowAddress&quot;<br />&nbsp; &nbsp; by *&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; read<br />&nbsp; &nbsp; by anonymous&nbsp; &nbsp; auth<br />&nbsp; &nbsp; by self&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;read<br />&nbsp; &nbsp; by dn.exact=&quot;cn=vmail,dc=pippo,dc=pluto,dc=org&quot;&nbsp; &nbsp;read<br />&nbsp; &nbsp; by dn.exact=&quot;cn=vmailadmin,dc=pippo,dc=pluto,dc=org&quot;&nbsp; write<br />&nbsp; &nbsp; by users&nbsp; &nbsp; &nbsp; &nbsp; read</p><p>thks</p>]]></description>
			<author><![CDATA[null@example.com (Casa.it)]]></author>
			<pubDate>Wed, 23 Jun 2010 13:23:39 +0000</pubDate>
			<guid>https://forum.iredmail.org/post4398.html#p4398</guid>
		</item>
		<item>
			<title><![CDATA[Re: openldap error]]></title>
			<link>https://forum.iredmail.org/post4397.html#p4397</link>
			<description><![CDATA[<p>&quot;by * read&quot; is conflict with &quot;by users none&quot;.<br />You can try to replace &quot;by users none&quot; by &quot;by * read&quot;.</p><p>==== OR ====<br />Move &quot;by * read&quot; AFTER or BEFORE &quot;by users none&quot;.</p><p>Rule order is important.</p><p>WARNING: backup slapd.conf before you modify it.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 23 Jun 2010 13:18:47 +0000</pubDate>
			<guid>https://forum.iredmail.org/post4397.html#p4397</guid>
		</item>
		<item>
			<title><![CDATA[Re: openldap error]]></title>
			<link>https://forum.iredmail.org/post4396.html#p4396</link>
			<description><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>Can you paste the whole LDAP ACL rules? (you can replace your domain name before post)<br />And, a short introduction about how you implement SSH + LDAP integration is better.</p></blockquote></div><br /><p>This is the ACL rule:</p><p>#<br /># Set permission for LDAP attrs.<br />#<br />access to attrs=&quot;userPassword,mailForwardingAddress&quot;<br />&nbsp; &nbsp; by anonymous&nbsp; &nbsp; auth<br />&nbsp; &nbsp; by self&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;write<br />&nbsp; &nbsp; by dn.exact=&quot;cn=vmail,dc=pippo,dc=pluto,dc=org&quot;&nbsp; &nbsp;read<br />&nbsp; &nbsp; by dn.exact=&quot;cn=vmailadmin,dc=pippo,dc=pluto,dc=org&quot;&nbsp; write<br />&nbsp; &nbsp; by users&nbsp; &nbsp; &nbsp; &nbsp; none</p><p>access to attrs=&quot;cn,sn,telephoneNumber&quot;<br />&nbsp; &nbsp; by anonymous&nbsp; &nbsp; auth<br />&nbsp; &nbsp; by self&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;write<br />&nbsp; &nbsp; by dn.exact=&quot;cn=vmail,dc=pippo,dc=pluto,dc=org&quot;&nbsp; &nbsp;read<br />&nbsp; &nbsp; by dn.exact=&quot;cn=vmailadmin,dc=pippo,dc=pluto,dc=org&quot;&nbsp; write<br />&nbsp; &nbsp; by users&nbsp; &nbsp; &nbsp; &nbsp; read</p><p># Domain attrs.<br />access to attrs=&quot;objectclass,domainName,mtaTransport,enabledService,domainSenderBccAddress,domainRecipientBccAddress,domainAdmin,domainGlobalAdmin,domainBackupMX,domainMaxQuotaSize,domainMaxUserNumber&quot;<br />&nbsp; &nbsp; by *&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; read<br />&nbsp; &nbsp; by anonymous&nbsp; &nbsp; auth<br />&nbsp; &nbsp; by self&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;read<br />&nbsp; &nbsp; by dn.exact=&quot;cn=vmail,dc=pippo,dc=pluto,dc=org&quot;&nbsp; &nbsp;read<br />&nbsp; &nbsp; by dn.exact=&quot;cn=vmailadmin,dc=pippo,dc=pluto,dc=org&quot;&nbsp; write<br />&nbsp; &nbsp; by users&nbsp; &nbsp; &nbsp; &nbsp; read<br />&nbsp; &nbsp; <br /># User attrs.<br />access to attrs=&quot;employeeNumber,homeDirectory,mailMessageStore,mail,accountStatus,userSenderBccAddress,userRecipientBccAddress,mailForwardingAddress,mailQuota,backupMailAddress,shadowAddress&quot;<br />&nbsp; &nbsp; by *&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; read<br />&nbsp; &nbsp; by anonymous&nbsp; &nbsp; auth<br />&nbsp; &nbsp; by self&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;read<br />&nbsp; &nbsp; by dn.exact=&quot;cn=vmail,dc=pippo,dc=pluto,dc=org&quot;&nbsp; &nbsp;read<br />&nbsp; &nbsp; by dn.exact=&quot;cn=vmailadmin,dc=pippo,dc=pluto,dc=org&quot;&nbsp; write<br />&nbsp; &nbsp; by users&nbsp; &nbsp; &nbsp; &nbsp; read<br />#<br /># Set ACL for vmail/vmailadmin.<br />#<br />access to dn=&quot;cn=vmail,dc=pippo,dc=pluto,dc=org&quot;<br />&nbsp; &nbsp; by anonymous&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; auth<br />&nbsp; &nbsp; by self&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;write<br />&nbsp; &nbsp; by dn.exact=&quot;cn=vmailadmin,dc=pippo,dc=pluto,dc=org&quot;&nbsp; write<br />&nbsp; &nbsp; by users&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; none</p><p>access to dn=&quot;cn=vmailadmin,dc=pippo,dc=pluto,dc=org&quot;<br />&nbsp; &nbsp; by anonymous&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; auth<br />&nbsp; &nbsp; by self&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;write<br />&nbsp; &nbsp; by users&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; none</p><p>#<br /># Allow users to access their own domain subtree.<br /># Allow domain admin to modify accounts under same domain.<br />#<br />access to dn.regex=&quot;domainName=([^,]+),o=domains,dc=pippo,dc=pluto,dc=org$&quot;<br />&nbsp; &nbsp; by anonymous&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; auth<br />&nbsp; &nbsp; by self&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;write<br />&nbsp; &nbsp; by dn.exact=&quot;cn=vmail,dc=pippo,dc=pluto,dc=org&quot;&nbsp; &nbsp;read<br />&nbsp; &nbsp; by dn.exact=&quot;cn=vmailadmin,dc=pippo,dc=pluto,dc=it&quot;&nbsp; write<br />&nbsp; &nbsp; by dn.regex=&quot;mail=[^,]+@$1,o=domainAdmins,dc=pippo,dc=pluto,dc=org$&quot; write<br />&nbsp; &nbsp; by dn.regex=&quot;mail=[^,]+@$1,ou=Users,domainName=$1,o=domains,dc=pippo,dc=pluto,dc=org$&quot; read<br />&nbsp; &nbsp; by users&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; none</p><p>#<br /># Enable vmail/vmailadmin. <br />#<br />access to dn.subtree=&quot;o=domains,dc=pippo,dc=pluto,dc=org&quot;<br />&nbsp; &nbsp; by anonymous&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; auth<br />&nbsp; &nbsp; by self&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;write<br />&nbsp; &nbsp; by dn.exact=&quot;cn=vmail,dc=pippo,dc=pluto,dc=org&quot;&nbsp; &nbsp;read<br />&nbsp; &nbsp; by dn.exact=&quot;cn=vmailadmin,dc=pippo,dc=pluto,dc=org&quot;&nbsp; write<br />&nbsp; &nbsp; by dn.regex=&quot;mail=[^,]+,ou=Users,domainName=$1,o=domains,dc=pippo,dc=pluto,dc=org$&quot; read<br />&nbsp; &nbsp; by users&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; read</p><p>access to dn.subtree=&quot;o=domainAdmins,dc=pippo,dc=pluto,dc=org&quot;<br />&nbsp; &nbsp; by anonymous&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; auth<br />&nbsp; &nbsp; by self&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;write<br />&nbsp; &nbsp; by dn.exact=&quot;cn=vmail,dc=pippo,dc=pluto,dc=org&quot;&nbsp; &nbsp;read<br />&nbsp; &nbsp; by dn.exact=&quot;cn=vmailadmin,dc=pippo,dc=pluto,dc=org&quot;&nbsp; write<br />&nbsp; &nbsp; by users&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; none</p><p>#<br /># Set permission for &quot;cn=*,dc=pippo,dc=pluto,dc=org&quot;.<br />#<br />access to dn.regex=&quot;cn=[^,]+,dc=pippo,dc=pluto,dc=org&quot;<br />&nbsp; &nbsp; by anonymous&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; auth<br />&nbsp; &nbsp; by self&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;write<br />&nbsp; &nbsp; by users&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; none</p><p>#<br /># Set default permission.<br />#<br />access to *<br />&nbsp; &nbsp; by *&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; read<br />&nbsp; &nbsp; by anonymous&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; auth<br />&nbsp; &nbsp; by self&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;write<br />&nbsp; &nbsp; by users&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; read</p>]]></description>
			<author><![CDATA[null@example.com (Casa.it)]]></author>
			<pubDate>Wed, 23 Jun 2010 12:52:06 +0000</pubDate>
			<guid>https://forum.iredmail.org/post4396.html#p4396</guid>
		</item>
		<item>
			<title><![CDATA[Re: openldap error]]></title>
			<link>https://forum.iredmail.org/post4395.html#p4395</link>
			<description><![CDATA[<p>Can you paste the whole LDAP ACL rules? (you can replace your domain name before post)<br />And, a short introduction about how you implement SSH + LDAP integration is better.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 23 Jun 2010 12:36:44 +0000</pubDate>
			<guid>https://forum.iredmail.org/post4395.html#p4395</guid>
		</item>
		<item>
			<title><![CDATA[openldap error]]></title>
			<link>https://forum.iredmail.org/post4394.html#p4394</link>
			<description><![CDATA[<p>Hi</p><p>We also use openldap to authenticate users ssh or ftp, and we modify in slapd.conf<br />the section&nbsp; # Domain attrs.&nbsp; and&nbsp; # User attrs. we add line </p><p>by *&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; read</p><p>at the top of the two list, this for permit&nbsp; correct authentication on ssh users.</p><p>After this modify when i change quota in IredAdmin we have this error:</p><p>Error: {&#039;desc&#039;: &#039;Insufficient access&#039;}</p><p>If i remove the line above in IredAdmin run correctly, but ldapsearch -x don&#039;t run and authentication on ssh is noot correctly.</p><p>Can you help me?</p><p>Thanks</p><p>Enrico</p>]]></description>
			<author><![CDATA[null@example.com (Casa.it)]]></author>
			<pubDate>Wed, 23 Jun 2010 12:29:18 +0000</pubDate>
			<guid>https://forum.iredmail.org/post4394.html#p4394</guid>
		</item>
	</channel>
</rss>
