<?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>realm and conf.php</title> 
  <pubDate>Fri, 10 Apr 2026 09:50:11 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/3767</link> 
  <atom:link rel="self" type="application/rss+xml" title="realm and conf.php" href="https://bugs.horde.org/ticket/3767/rss" /> 
  <description>realm and conf.php</description> 
 
   
   
  <item> 
   <title>I use usernames like name@domain.com. so my realm will be do</title> 
   <description>I use usernames like name@domain.com. so my realm will be domain.com.

$driver-&gt;getParam(&#039;hordeauth&#039;, $realm) tries to get an array like $this-&gt;_params[&#039;domain.com&#039;][&#039;hordeauth&#039;]

the params array is read from config/conf.php and there the realm is allways &#039;default&#039;



is this really a bug or am I just missing something?



thanks a lot

martin luethi</description> 
   <pubDate>Thu, 13 Apr 2006 19:14:35 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3767#t18895</link> 
  </item> 
   
  <item> 
   <title>&gt; is this really a bug or am I just missing something?



Th</title> 
   <description>&gt; is this really a bug or am I just missing something?



The code falls back to using the &#039;default&#039; realm if it doesn&#039;t find a configuration specific to the user&#039;s realm. If you want realm specific configuration, add it below the marker line in conf.php manually.</description> 
   <pubDate>Tue, 18 Apr 2006 08:16:36 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3767#t19054</link> 
  </item> 
   
  <item> 
   <title>&gt;&gt; is this really a bug or am I just missing something?

&gt;

</title> 
   <description>&gt;&gt; is this really a bug or am I just missing something?

&gt;

&gt; The code falls back to using the &#039;default&#039; realm if it doesn&#039;t find a 

&gt; configuration specific to the user&#039;s realm. If you want realm 

&gt; specific configuration, add it below the marker line in conf.php 

&gt; manually.



if I use usernames like user@domain then the realm in vacation will allways be domain:

(main.php)

@list($user, $realm) = explode(&#039;@&#039;, Auth::getAuth(), 2);

if (empty($realm)) {

    $realm = &#039;default&#039;;

}



but the getParam methode from class Vacation_Driver will only fall back to the default realm when I don&#039;t use any realm at all:

(lib/Driver.php)

    function getParam($param, $realm = &#039;default&#039;)

    {

        return isset($this-&gt;_params[$realm][$param]) ? $this-&gt;_params[$realm][$param] : null;

    }



maybe something like this:

    function getParam($param, $realm = &#039;default&#039;)

    {

        if ($realm != &#039;default&#039; &amp;&amp; !isset($this-&gt;_params[$realm][$param])) {

           $realm = &#039;default&#039;;

        }

        return isset($this-&gt;_params[$realm][$param]) ? $this-&gt;_params[$realm][$param] : null;

    }</description> 
   <pubDate>Tue, 18 Apr 2006 10:44:40 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3767#t19103</link> 
  </item> 
   
  <item> 
   <title>Fixed in CVS.</title> 
   <description>Fixed in CVS.</description> 
   <pubDate>Fri, 05 May 2006 10:08:19 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3767#t19873</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

* kolab/issu</title> 
   <description>Changes have been made in CVS for this ticket:

* kolab/issue3768 (Kolab server 2.2.2 resmgr doesn&#039;t copy attendee
status (rt#5801))
* kolab/issue3767 (Kolab server 2.2.0 resmgr creates incorrect event
attendee status values)
http://cvs.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Resource.php?rt=horde&amp;r1=1.15.2.8&amp;r2=1.15.2.9&amp;ty=u
http://cvs.horde.org/diff.php/framework/Kolab_Filter/package.xml?rt=horde&amp;r1=1.18.2.16&amp;r2=1.18.2.17&amp;ty=u
http://cvs.horde.org/diff.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/ResourceTest.php?rt=horde&amp;r1=1.4.2.4&amp;r2=1.4.2.5&amp;ty=u</description> 
   <pubDate>Mon, 16 Nov 2009 17:23:07 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3767#t56746</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
