List Info

Thread: new horde package with new kolab RC1, impossible to login as manager




new horde package with new kolab RC1, impossible to login as manager
country flaguser name
France
2007-02-08 06:03:45
Hello

I've successfully installed the new kolab RC1 with the new
horde packaged
released yesterday.


Had to manually install horde, as the script had bug with
RC1. But it was
really easy to setup with the wiki tuto provided.

So I have a working Horde frontend now. I can login to it
with my users
account.
But impossible to login with manager one. So I can't access
to Horde admin
area and finish the setup.

When I enter manager as login and the associated password.
Page refresh and
write " Last connexion: never" as if I was logged
but it stays on the login
page. 

Does somebody have an idea on what's going on ? 


Thanks a lot.



_______________________________________________
Kolab-users mailing list
Kolab-userskolab.org
https:
//kolab.org/mailman/listinfo/kolab-users

Re: new horde package with new kolab RC1, impossible to login as manager
country flaguser name
Germany
2007-02-08 06:50:29
Hi Guillaume,

> I've successfully installed the new kolab RC1 with the
new horde
> packaged released yesterday.

nice

> Had to manually install horde, as the script had bug
with RC1. But
> it was really easy to setup with the wiki tuto
provided.

Can you describe the bug you experienced or submit a a bug
report at
https://www
.intevation.de/roundup/kolab/? This way I can try to
improve the script.

> So I have a working Horde frontend now. I can login to
it with my users
> account.

> But impossible to login with manager one. So I can't
access to Horde admin
> area and finish the setup.

That is expected since the manager user does not have a
mailbox on the
server. He will not be able to log in. I will add the
necessary
information on the wiki page.

What you need to do is to designate one of your users as
Horde admin
user. You do that by editing
/kolab/etc/kolab/templates/horde-kolab-conf.template.
Replace the
'manager' entry in

$conf['auth']['admins'] = array('manager');

with the mail address of the users. It should then read like
this:

$conf['auth']['admins'] = array('user1mydomain.com');

You may also have several admins:

$conf['auth']['admins'] = array('user1mydomain.com', 'user2mydomain.com');

But you need to be aware that any changes you save in the
horde admin
frontend will be overwritten after a few minutes if you do
not copy
the changes to the templates. Has this been clear enough on
the Wiki
page?

A general note:

The horde packages are still very experimental. I did
release them
since I need the feedback from the community to improve the
code. But
please be aware that they are not meant to give you a
working horde
installation and have the potential to damage you Kolab
installation.

Cheers,

Gunnar

-- 
____ http://www.pardus.de
_________________ http://gunnarwrobel.de _

    >> Mail at ease - Rent a kolab groupware server at
prdus <<

prdus Kolab work is funded in part by KDAB and the
Kolab Konsortium

_______________________________________________
Kolab-users mailing list
Kolab-userskolab.org
https:
//kolab.org/mailman/listinfo/kolab-users

RE: new horde package with new kolab RC1, impossible to login as manager
country flaguser name
France
2007-02-08 07:49:44
Thanks for the tip, it does the job.

Now I can access admin pages. I reported my changes to the
templates too.
Everything is ok.

> Can you describe the bug you experienced or submit a a
bug report at
>https://www
.intevation.de/roundup/kolab/? This way I can try to
>improve the script.

I don't remember exactly the problem I had when installed
horde with the
script. But on what I remember it was only a package name
issues.
For example in your package list downloaded by your script,
you have twice
horde_framework: 
- horde-framework-3.2_cvs-20070202.src.rpm
- horde-framework-3.2_cvs-20070124.src.rpm

Has the script downloaded booth, it tried to compile and
install booth too.
Then other related package were complaining about bad
dependencies.

Some package have changed in RC1 since the Beta4 release so
I had to rename
some package names in the tuto install procedure

All the rest goes smoothly for installing. Only one bug, it
installs horde
with sendmail by default in mailing  parameter, so you have
to manually
configure it to use local smtp server if you want to be able
to send email.

Other little bug, users configurations options (like sidebar
widht )  are
not kept after the session ( I think it's because config
files are
overwritten by templates isn't it ? ) 

Cheers




-----Message d'origine-----
De : Gunnar Wrobel [mailto:wrobelpardus.de] 
Envoyé : jeudi 8 février 2007 13:50
À : Guillaume Sartre
Cc : kolab-userskolab.org
Objet : Re: new horde package with new kolab RC1, impossible
to login as
manager

Hi Guillaume,

> I've successfully installed the new kolab RC1 with the
new horde
> packaged released yesterday.

nice

> Had to manually install horde, as the script had bug
with RC1. But
> it was really easy to setup with the wiki tuto
provided.

Can you describe the bug you experienced or submit a a bug
report at
https://www
.intevation.de/roundup/kolab/? This way I can try to
improve the script.

> So I have a working Horde frontend now. I can login to
it with my users
> account.

> But impossible to login with manager one. So I can't
access to Horde admin
> area and finish the setup.

That is expected since the manager user does not have a
mailbox on the
server. He will not be able to log in. I will add the
necessary
information on the wiki page.

What you need to do is to designate one of your users as
Horde admin
user. You do that by editing
/kolab/etc/kolab/templates/horde-kolab-conf.template.
Replace the
'manager' entry in

$conf['auth']['admins'] = array('manager');

with the mail address of the users. It should then read like
this:

$conf['auth']['admins'] = array('user1mydomain.com');

You may also have several admins:

$conf['auth']['admins'] = array('user1mydomain.com', 'user2mydomain.com');

But you need to be aware that any changes you save in the
horde admin
frontend will be overwritten after a few minutes if you do
not copy
the changes to the templates. Has this been clear enough on
the Wiki
page?

A general note:

The horde packages are still very experimental. I did
release them
since I need the feedback from the community to improve the
code. But
please be aware that they are not meant to give you a
working horde
installation and have the potential to damage you Kolab
installation.

Cheers,

Gunnar

-- 
____ http://www.pardus.de
_________________ http://gunnarwrobel.de _

    >> Mail at ease - Rent a kolab groupware server at
prdus <<

prdus Kolab work is funded in part by KDAB and the
Kolab Konsortium

_______________________________________________
Kolab-users mailing list
Kolab-userskolab.org
https:
//kolab.org/mailman/listinfo/kolab-users

Re: new horde package with new kolab RC1, impossible to login as manager
country flaguser name
Germany
2007-02-08 07:57:40
>> Can you describe the bug you experienced or submit
a a bug report at
>>https://www
.intevation.de/roundup/kolab/? This way I can try to
>>improve the script.
>
> I don't remember exactly the problem I had when
installed horde with the
> script. But on what I remember it was only a package
name issues.
> For example in your package list downloaded by your
script, you have twice
> horde_framework: 
> - horde-framework-3.2_cvs-20070202.src.rpm
> - horde-framework-3.2_cvs-20070124.src.rpm
>
> Has the script downloaded booth, it tried to compile
and install booth too.
> Then other related package were complaining about bad
dependencies.
>
> Some package have changed in RC1 since the Beta4
release so I had to rename
> some package names in the tuto install procedure

Thank you! I will check the packages and fix the naming.

> All the rest goes smoothly for installing. Only one
bug, it installs horde
> with sendmail by default in mailing  parameter, so you
have to manually
> configure it to use local smtp server if you want to be
able to send email.

Ah, local smtp works? Good to know, Richard Bos will be
delighted to hear that 

Concerning sendmail: Most path names in the configuration
are not yet fixed too. 

> Other little bug, users configurations options (like
sidebar widht )  are
> not kept after the session ( I think it's because
config files are
> overwritten by templates isn't it ? ) 

The preferences currently do not get stored. This is an
upstream bug I
know about and it will be fixed in the next release. You can
also
manually update your Horde/Prefs Module in /kolab/lib/php to
the
newest CVS version. That should fix the problem.

Cheers,

Gunnar

-- 
____ http://www.pardus.de
_________________ http://gunnarwrobel.de _

    >> Mail at ease - Rent a kolab groupware server at
prdus <<

prdus Kolab work is funded in part by KDAB and the
Kolab Konsortium

_______________________________________________
Kolab-users mailing list
Kolab-userskolab.org
https:
//kolab.org/mailman/listinfo/kolab-users

Re: new horde package with new kolab RC1, impossible to login as manager
country flaguser name
Netherlands
2007-02-09 13:37:23
Op donderdag 8 februari 2007 14:57, schreef Gunnar Wrobel:
> > All the rest goes smoothly for installing. Only
one bug, it installs
> > horde with sendmail by default in mailing
 parameter, so you have to
> > manually configure it to use local smtp server if
you want to be able to
> > send email.
>
> Ah, local smtp works? Good to know, Richard Bos will be
delighted to hear
> that 

It that with or without authentication?  I don't remember
whether I tried 
without authentication.  Gunnar: did you change anything in
that area (if 
not, how is it possible to it is going work suddenly)?

-- 
Richard Bos
We are borroing the world of our children,
It is not inherited from our parents.

_______________________________________________
Kolab-users mailing list
Kolab-userskolab.org
https:
//kolab.org/mailman/listinfo/kolab-users

Re: new horde package with new kolab RC1, impossible to login as manager
country flaguser name
Germany
2007-02-11 05:45:44
Richard Bos <mlradoeka.nl> writes:

> Op donderdag 8 februari 2007 14:57, schreef Gunnar
Wrobel:
>> > All the rest goes smoothly for installing.
Only one bug, it installs
>> > horde with sendmail by default in mailing
 parameter, so you have to
>> > manually configure it to use local smtp server
if you want to be able to
>> > send email.
>>
>> Ah, local smtp works? Good to know, Richard Bos
will be delighted to hear
>> that 
>
> It that with or without authentication?  I don't
remember whether I tried 
> without authentication.  Gunnar: did you change
anything in that area (if 
> not, how is it possible to it is going work suddenly)?

As Guillaume mentioned without auth. I'll try to give it a
try with
auth soon.

Cheers,

Gunnar

-- 
____ http://www.pardus.de
_________________ http://gunnarwrobel.de _

    >> Mail at ease - Rent a kolab groupware server at
prdus <<

prdus Kolab work is funded in part by KDAB and the
Kolab Konsortium

_______________________________________________
Kolab-users mailing list
Kolab-userskolab.org
https:
//kolab.org/mailman/listinfo/kolab-users
[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )