<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — [FIXED] BUG - "Profile of user -> Advanced"]]></title>
		<link>https://forum.iredmail.org/topic2313-fixed-bug-profile-of-user-advanced.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic2313.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [FIXED] BUG - "Profile of user -> Advanced".]]></description>
		<lastBuildDate>Thu, 04 Aug 2011 17:11:57 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [FIXED] BUG - "Profile of user -> Advanced"]]></title>
			<link>https://forum.iredmail.org/post10938.html#p10938</link>
			<description><![CDATA[<p>ok work</p>]]></description>
			<author><![CDATA[null@example.com (ziconick)]]></author>
			<pubDate>Thu, 04 Aug 2011 17:11:57 +0000</pubDate>
			<guid>https://forum.iredmail.org/post10938.html#p10938</guid>
		</item>
		<item>
			<title><![CDATA[Re: [FIXED] BUG - "Profile of user -> Advanced"]]></title>
			<link>https://forum.iredmail.org/post10935.html#p10935</link>
			<description><![CDATA[<p>Here&#039;s patch for iRedAdmin-Pro-LDAP-1.6.1:<br /></p><div class="codebox"><pre><code>--- libs/ldaplib/attrs.py
+++ libs/ldaplib/attrs.py
@@ -97,9 +97,9 @@ USER_FILTER = &#039;(objectClass=mailUser)&#039;
 USER_ATTR_PASSWORD = &#039;userPassword&#039;
 # All availabe services.
 USER_ENABLED_SERVICES = (
     &#039;internal&#039;,
-    &#039;mail&#039;, &#039;smtp&#039;,
+    &#039;mail&#039;, &#039;smtp&#039;, &#039;smtpsecured&#039;,
     &#039;pop3&#039;, &#039;pop3secured&#039;,
     &#039;imap&#039;, &#039;imapsecured&#039;,
     &#039;deliver&#039;, &#039;forward&#039;,
     &#039;recipientbcc&#039;, &#039;senderbcc&#039;,
@@ -110,9 +110,9 @@ USER_ENABLED_SERVICES = (
 
 # Services availabel in &#039;Service Control&#039; page.
 USER_SERVICE_UNDER_CONTROL = [
     &#039;internal&#039;,
-    &#039;mail&#039;, &#039;smtp&#039;,
+    &#039;mail&#039;, &#039;smtp&#039;, &#039;smtpsecured&#039;,
     &#039;pop3&#039;, &#039;pop3secured&#039;,
     &#039;imap&#039;, &#039;imapsecured&#039;,
     &#039;deliver&#039;, &#039;forward&#039;,
     &#039;recipientbcc&#039;, &#039;senderbcc&#039;,

--- templates/default/macros/ldap.html
+++ templates/default/macros/ldap.html
@@ -116,9 +116,9 @@ Display enabledService
             {% if srv[0] != &#039;hidden&#039; %}
                 &lt;h4 class=&quot;size-250 fl-space&quot;&gt;&amp;nbsp;&lt;/h4&gt;
             {% endif %}
             &lt;div class=&quot;form-checkbox-item clear&quot;&gt;
-                &lt;input type=&quot;{{ srv[0] }}&quot; name=&quot;enabledService&quot; value=&quot;{{ srv[1] }}&quot; {% if srv[1] in enabledService %}checked{%endif%} class=&quot;{{ srv[0] }} fl-space&quot; rel=&quot;checkboxhorizont&quot; /&gt;
+                &lt;input type=&quot;{{ srv[0] }}&quot; name=&quot;enabledService&quot; value=&quot;{{ srv[1] }}&quot; {% if srv[1] in enabledService  or srv[1] |lower in enabledService %}checked{%endif%} class=&quot;{{ srv[0] }} fl-space&quot; rel=&quot;checkboxhorizont&quot; /&gt;&lt;label&gt;{{ srv[2] }}&lt;/label&gt;&lt;/div&gt;
         {% endfor %}
 {%- endmacro %}</code></pre></div><p>Sorry for my delayed response.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 04 Aug 2011 13:38:47 +0000</pubDate>
			<guid>https://forum.iredmail.org/post10935.html#p10935</guid>
		</item>
		<item>
			<title><![CDATA[Re: [FIXED] BUG - "Profile of user -> Advanced"]]></title>
			<link>https://forum.iredmail.org/post10933.html#p10933</link>
			<description><![CDATA[<p>Oops, i forgot to reply this post.</p><p>This bug was fixed weeks ago, will paste patch here later (reply with my cellphone now).<br />Thanks very much for your feedback.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 03 Aug 2011 17:09:36 +0000</pubDate>
			<guid>https://forum.iredmail.org/post10933.html#p10933</guid>
		</item>
		<item>
			<title><![CDATA[Re: [FIXED] BUG - "Profile of user -> Advanced"]]></title>
			<link>https://forum.iredmail.org/post10930.html#p10930</link>
			<description><![CDATA[<p>help please!</p>]]></description>
			<author><![CDATA[null@example.com (ziconick)]]></author>
			<pubDate>Wed, 03 Aug 2011 12:28:41 +0000</pubDate>
			<guid>https://forum.iredmail.org/post10930.html#p10930</guid>
		</item>
		<item>
			<title><![CDATA[[FIXED] BUG - "Profile of user -> Advanced"]]></title>
			<link>https://forum.iredmail.org/post10925.html#p10925</link>
			<description><![CDATA[<p>When I change the settings on the &quot;Profile of user -&gt; Advanced&quot; two checkboxes are always unchecked, see images.</p><p>==== Provide basic information to help troubleshoot ====<br />- iRedMail version: iRedMail-0.7.2 + iRedAdmin-Pro-LDAP-1.6.1<br />- Linux/BSD distribution name and version: Ubuntu Server 10.04.3<br />- Any related log? Log is helpful for troubleshooting.<br />====</p>]]></description>
			<author><![CDATA[null@example.com (ziconick)]]></author>
			<pubDate>Tue, 02 Aug 2011 13:00:22 +0000</pubDate>
			<guid>https://forum.iredmail.org/post10925.html#p10925</guid>
		</item>
	</channel>
</rss>
