[horde] redirection directly to imp in horde 3.1.7 latest

Niyati Dave niyati.dave at youtelecom.com
Thu Jul 10 12:47:26 UTC 2008


Hi
Thanx , thx a lot..........

This worked..........

so now it logins to horde page and when i click on 'Mail' it does'nt ask to 
login again.

my conf.php changed to
> $conf['auth']['params']['app'] = 'imp';
> $conf['auth']['driver'] = 'application';

Thanx and Regards
Niyati Dave
Surat, INDIA


----- Original Message ----- 
From: "Manilal K M" <libregeek at gmail.com>
To: <horde at lists.horde.org>
Sent: Wednesday, July 09, 2008 7:46 PM
Subject: Re: [horde] redirection directly to imp in horde 3.1.7 latest


> Try changing the authentication method in horde to "Let a horde
> application handles the authentication" (not sure about the exact
> text)
>
> 2008/7/9 Niyati Dave <niyati.dave at youtelecom.com>:
>> hi
>>
>> Thx again
>> I tried this but still the same, i try for any url
>> http://server-ip/horde or http://server-ip/horde/imp i have to login 
>> twice.
>> Need guidance 4 this
>>
>>
>>>> Regards
>>>> Niyati Dave
>>>> IDC, Youtelecom, India
>>
>>
>> ----- Original Message ----- From: "Manilal K M" <libregeek at gmail.com>
>> To: <horde at lists.horde.org>
>> Sent: Wednesday, July 09, 2008 5:46 PM
>> Subject: Re: [horde] redirection directly to imp in horde 3.1.7 latest
>>
>>
>>> Try changing $conf[server][server_list] to "hidden"
>>>
>>> 2008/7/9 Niyati Dave <niyati.dave at youtelecom.com>:
>>>>
>>>> Hi
>>>>
>>>>
>>>> Thx again
>>>>
>>>> It is $conf[server][server_list] = 'none'; in imp- conf.php
>>>> i hav not made any changes here.
>>>>
>>>> In horde conf.php the authentication method is imap
>>>> $conf['auth']['params']['protocol'] = 'imap';
>>>>
>>>> Imap uses ldap for authenticating and also in horde i have defined ldap
>>>> in
>>>> 'Preference System'
>>>>
>>>> The following are also defined in Horde > 'Menu Settings'
>>>>
>>>> $conf['menu']['apps'] = array();
>>>> $conf['menu']['always'] = false;
>>>> $conf['menu']['links']['help'] = 'all';
>>>> $conf['menu']['links']['help_about'] = true;
>>>> $conf['menu']['links']['options'] = 'authenticated';
>>>> $conf['menu']['links']['problem'] = 'all';
>>>> $conf['menu']['links']['login'] = 'all';
>>>> $conf['menu']['links']['logout'] = 'authenticated';
>>>>
>>>> Regards
>>>> Niyati Dave
>>>> IDC, Youtelecom, India
>>>>
>>>>
>>>>
>>>> ----- Original Message ----- From: "Manilal K M" <libregeek at gmail.com>
>>>> To: <horde at lists.horde.org>
>>>> Sent: Wednesday, July 09, 2008 2:59 PM
>>>> Subject: Re: [horde] redirection directly to imp in horde 3.1.7 latest
>>>>
>>>>
>>>>> 2008/7/9 Niyati Dave <niyati.dave at youtelecom.com>:
>>>>>>
>>>>>> Hi
>>>>>>
>>>>>> Thx a lot for the response.
>>>>>> I made this change in prefs.php but now for the link
>>>>>> http://server-ip/horde/imp it logins to imp (mail) but sidebar 
>>>>>> does'nt
>>>>>> appear which has to because the applications like addressbook, 
>>>>>> passwd,
>>>>>> are
>>>>>> in sidebar. and for link http://server-ip/horde user has to login 
>>>>>> first
>>>>>> to
>>>>>> horde and then imp login page comes where he has to again login.
>>>>>> And if i set 'Display options' then also user has to first login to
>>>>>> Horde
>>>>>> then imp- login page will appear so again user has to login. so he 
>>>>>> has
>>>>>> to
>>>>>> login twice.
>>>>>>
>>>>>> pls guide me for this
>>>>>>
>>>>>> Regards
>>>>>> Niyati Dave
>>>>>> IDC, Youtelecom, India
>>>>>>
>>>>>>
>>>>>>
>>>>>> ----- Original Message ----- From: "Manilal K M" 
>>>>>> <libregeek at gmail.com>
>>>>>> To: <horde at lists.horde.org>
>>>>>> Sent: Wednesday, July 09, 2008 12:04 PM
>>>>>> Subject: Re: [horde] redirection directly to imp in horde 3.1.7 
>>>>>> latest
>>>>>>
>>>>>>
>>>>>>> 2008/7/9 Niyati Dave <niyati.dave at youtelecom.com>:
>>>>>>>>
>>>>>>>> Hi all,
>>>>>>>>
>>>>>>>> I am new to this list.
>>>>>>>> I have configured horde 3.1.7 latest one , and works fine but it
>>>>>>>> firsts
>>>>>>>> login to "horde" and then "imp". I want to put this in production 
>>>>>>>> and
>>>>>>>> want
>>>>>>>> to login directly to imp. But if i do redirection directly to imp
>>>>>>>> then
>>>>>>>> the
>>>>>>>> sidebar doesn't appear and this would appear jst as the earlier 
>>>>>>>> horde
>>>>>>>> and
>>>>>>>> also it asks to login twice first to horde and then mail (imp). And
>>>>>>>> moreover
>>>>>>>> to login twice is also not suitable for production.
>>>>>>>>
>>>>>>>> Need guidance regarding this. Thx in advance.
>>>>>>>>
>>>>>>>> regards
>>>>>>>> Niyati Dave
>>>>>>>> IDC, Youtelecom, India
>>>>>>>> --
>>>>>>>> Horde mailing list - Join the hunt: 
>>>>>>>> http://horde.org/bounties/#horde
>>>>>>>> Frequently Asked Questions: http://horde.org/faq/
>>>>>>>> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>>>>>>>>
>>>>>>>
>>>>>>> In config/prefs.php:
>>>>>>>
>>>>>>> // what application should we go to after login?
>>>>>>> $_prefs['initial_application'] = array(
>>>>>>>  'value' => 'imp',
>>>>>>>  'locked' => false,
>>>>>>>  'shared' => true,
>>>>>>>  'type' => 'select',
>>>>>>>  'desc' => sprintf(_("What application should %s display after
>>>>>>> login?"), $GLOBALS['registry']->get('name'))
>>>>>>> );
>>>>>>>
>>>>>>> Don't forget to change the options for the existing users(users who
>>>>>>> have alsready logged in) in Horde -> options -> Display Options.
>>>>>>>
>>>>>>> regards
>>>>>>> --
>>>>>>> Manilal K M : മണിലാല്‍ കെ എം.
>>>>>>> http://libregeek.blogspot.com
>>>>>>> --
>>>>>>> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
>>>>>>> Frequently Asked Questions: http://horde.org/faq/
>>>>>>> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>> What's your authentication method ?
>>>>> Is Horde and IMP uses same authentication method? If yes, try this:
>>>>> Horde -> setup -> imp -> server -> $conf[server][server_list] = hidden
>>>>>
>>>>> --
>>>>> Manilal K M : മണിലാല്‍ കെ എം.
>>>>> http://libregeek.blogspot.com
>>>>> --
>>>>> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
>>>>> Frequently Asked Questions: http://horde.org/faq/
>>>>> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Manilal K M : മണിലാല്‍ കെ എം.
>>> http://libregeek.blogspot.com
>>> --
>>> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
>>> Frequently Asked Questions: http://horde.org/faq/
>>> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>>>
>>
>>
>>
>
>
>
> -- 
> Manilal K M : മണിലാല്‍ കെ എം.
> http://libregeek.blogspot.com
> -- 
> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
> 




More information about the horde mailing list