<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>dimp and initial_application</title> 
  <pubDate>Fri, 10 Apr 2026 03:39:19 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/7986</link> 
  <atom:link rel="self" type="application/rss+xml" title="dimp and initial_application" href="https://bugs.horde.org/ticket/7986/rss" /> 
  <description>dimp and initial_application</description> 
 
   
   
  <item> 
   <title>

// what application should we go to after login?

$_prefs[</title> 
   <description>

// what application should we go to after login?

$_prefs[&#039;initial_application&#039;] = array(

    &#039;value&#039; =&gt; &#039;dimp&#039;,

    &#039;locked&#039; =&gt; false,

    &#039;shared&#039; =&gt; true,

    &#039;type&#039; =&gt; &#039;select&#039;,

    &#039;desc&#039; =&gt; sprintf(_(&quot;What application should %s display after login?&quot;), $GLOBALS[&#039;registry&#039;]-&gt;get(&#039;name&#039;))

);



If I lock the value, no problem. But, if I unlock, people will see in Options a select drop down box and the first selected will be address. (dimp is nowhere)



The reason seems to be: there is only one courrier at that point which is imp. And I would like that people would be able to switch from dimp to imp without assistance. And as a matter of fact, how can a end user select dimp in Global Options



Thanks



Dom</description> 
   <pubDate>Fri, 13 Feb 2009 22:33:47 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7986#t52557</link> 
  </item> 
   
  <item> 
   <title>I have no idea what you think what the bug is. Actually, I&#039;m</title> 
   <description>I have no idea what you think what the bug is. Actually, I&#039;m not even sure what you are trying to say.</description> 
   <pubDate>Fri, 13 Feb 2009 23:10:41 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7986#t52560</link> 
  </item> 
   
  <item> 
   <title>&gt; I have no idea what you think what the bug is. Actually, I</title> 
   <description>&gt; I have no idea what you think what the bug is. Actually, I&#039;m not even 

&gt; sure what you are trying to say.



I understand why we did not understand each other. We are using horde inside the esup-portail porject for french universities. And to use it, we have an internal patch for an SSO CAS authentication (By the way, that would be great to have the patches in the main line..)



So users have no possibilities to select their mode on login and we rely on initial application preference which can be locked or not. If it&#039;s not locked, an end user has no way to select dimp.

I would like to say: OK, if you don&#039;t like dimp, change your pref. And there is only imp which can be selected (no dimp or mimp)



Dom



</description> 
   <pubDate>Sat, 14 Feb 2009 12:57:04 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7986#t52567</link> 
  </item> 
   
  <item> 
   <title>&gt; I understand why we did not understand each other. We are </title> 
   <description>&gt; I understand why we did not understand each other. We are using horde 

&gt; inside the esup-portail porject for french universities. And to use 

&gt; it, we have an internal patch for an SSO CAS authentication (By the 

&gt; way, that would be great to have the patches in the main line..)



Uh, sure :) Want to submit them (in a separate ticket of course)?</description> 
   <pubDate>Sat, 14 Feb 2009 19:25:20 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7986#t52570</link> 
  </item> 
   
  <item> 
   <title>&gt;&gt; I understand why we did not understand each other. We are</title> 
   <description>&gt;&gt; I understand why we did not understand each other. We are using horde

&gt;&gt; inside the esup-portail porject for french universities. And to use

&gt;&gt; it, we have an internal patch for an SSO CAS authentication (By the

&gt;&gt; way, that would be great to have the patches in the main line..)

&gt;

&gt; Uh, sure :) Want to submit them (in a separate ticket of course)?



Hi Chuck,



I&#039;m waiting for the answer of a colleague as I am not the writer of the patch. Thanks for the proposal, that would be nice, but the patch is affecting imap and sieve as we have to get a new proxy ticket when the imap or sieve login fails. So there is 3 or 4 file to modify plus the phpCAS pear package. I&#039;ll (or my colleague) come back with a new ticket



Dom



Dom



</description> 
   <pubDate>Mon, 16 Feb 2009 21:51:38 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7986#t52612</link> 
  </item> 
   
  <item> 
   <title>&gt;&gt;&gt; I understand why we did not understand each other. We ar</title> 
   <description>&gt;&gt;&gt; I understand why we did not understand each other. We are using horde

&gt;&gt;&gt; inside the esup-portail porject for french universities. And to use

&gt;&gt;&gt; it, we have an internal patch for an SSO CAS authentication (By the

&gt;&gt;&gt; way, that would be great to have the patches in the main line..)

&gt;&gt;

&gt;&gt; Uh, sure :) Want to submit them (in a separate ticket of course)?

&gt;

&gt; Hi Chuck,

&gt;

&gt; I&#039;m waiting for the answer of a colleague as I am not the writer of 

&gt; the patch. Thanks for the proposal, that would be nice, but the patch 

&gt; is affecting imap and sieve as we have to get a new proxy ticket when 

&gt; the imap or sieve login fails. So there is 3 or 4 file to modify plus 

&gt; the phpCAS pear package. I&#039;ll (or my colleague) come back with a new 

&gt; ticket

&gt;

&gt; Dom

&gt;

&gt; Dom

&gt;

&gt;



I just answer to my problem. To solve it:

$this-&gt;applications[&#039;dimp&#039;] = array(

    &#039;fileroot&#039; =&gt; dirname(__FILE__) . &#039;/../dimp&#039;,

    &#039;webroot&#039; =&gt; $this-&gt;applications[&#039;horde&#039;][&#039;webroot&#039;] . &#039;/dimp&#039;,

    &#039;name&#039; =&gt; _(&quot;Dynamic Mail&quot;),

    &#039;status&#039; =&gt; &#039;active&#039;,

    &#039;target&#039; =&gt; &#039;_parent&#039;,

);



I change status from notoolbar to active. Then I was able to select and choose dimp as an initial application. May be it should be the default choice?



Dom</description> 
   <pubDate>Tue, 17 Feb 2009 09:36:53 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7986#t52625</link> 
  </item> 
   
  <item> 
   <title>No, because we don&#039;t want two mail clients to appear in the </title> 
   <description>No, because we don&#039;t want two mail clients to appear in the menu, and most people running IMP use it for Horde authentication anyway.</description> 
   <pubDate>Tue, 17 Feb 2009 11:10:41 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7986#t52631</link> 
  </item> 
   
  <item> 
   <title>&gt; No, because we don&#039;t want two mail clients to appear in th</title> 
   <description>&gt; No, because we don&#039;t want two mail clients to appear in the menu, and 

&gt; most people running IMP use it for Horde authentication anyway.



Hello Jan,



As I said, CAS authentication is bypassing the login menu. So my setup is just permitting people to choose imp through prefs. Using SSO, we are just having CAS service tickets and proxy tickets. Then, we are using composite driver with ldap and CAS.

There&#039;s so many ways to configure horde! (hopefully..)



Dom</description> 
   <pubDate>Tue, 17 Feb 2009 12:56:27 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7986#t52633</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
