Koozali.org: home of the SME Server
Obsolete Releases => SME 8.x Contribs => Topic started by: Drifting on January 26, 2013, 06:45:08 PM
-
Hi
Followed the excellent article in the wiki on installing SOGO, all went well or so it seems, but for some reason I cannot login to it? Any idea what I have done wrong? just says bad username or password on the web interface. The Wiki said to use an existing SME user? none work for me, so can only assume I have missed something.
Well I have tried again on a clean install. Still will not allow me to login.
P
-
Has anyone else tried this ? I went as far as 3 fresh installs, all the same thing. Not able to log in
In the end I gave up and tried Zarafa, which was rather more complex but worked?
Most odd.
-
did you open a bug?
-
I've sogo working following the howto/wiki.
I just followed the timeout session ... never tried to login w/o it!
Do you applied that section ?
Jáder
-
Too few informations to give You an answer.
I've half a dozen of SOGo all working fine; did You give a look to SOGo and httpd logs ?
Nicola
-
Looking at this post: http://forums.contribs.org/index.php/topic,49507.msg247520.html#msg247520 (http://forums.contribs.org/index.php/topic,49507.msg247520.html#msg247520)
Check this:
/etc/passwd working:
....
smolt:x:454:454:Smolt:/usr/share/smolt:/sbin/nologin
spamd:x:1005:1005:spamassassin daemon user:/var/spool/spamd:/bin/false
memcached:x:455:455:Memcached daemon:/var/run/memcached:/sbin/nologin
sogo:x:3000:3000::/home/sogo:/bin/bash
....
/etc/passwd not working:
...
smolt:x:454:454:Smolt:/usr/share/smolt:/sbin/nologin
spamd:x:1005:1005:spamassassin daemon user:/var/spool/spamd:/bin/false
memcached:x:455:455:Memcached daemon:/var/run/memcached:/sbin/nologin
sogo:x:456:456:SOGo daemon:/var/lib/sogo:/sbin/nologin
....
After this customer's modification:
sogo:x:456:456:SOGo daemon:/home/sogo:/bin/bash
he has been able to access SOGo
Nicola
-
@all: PLEASE, raise a bug and follow there, thank you
-
Bug opened:
http://bugs.contribs.org/show_bug.cgi?id=7269 (http://bugs.contribs.org/show_bug.cgi?id=7269)
Nicola
-
thank you
-
Take a look to the bug tracker in the above link to find the cause and a workaround.
Nicola
-
Hi All,
Did the hack in /etc/passwd so that it looks like this below:
sogo:x:456:456:SOGo daemon:/home/sogo:/bin/bash
And also created the hidden files in /home/sogo
> .bash_profile
> .bashrc
> .bash_logout
Able to login and work in sogo. Too bad that we have to change distro to have outlook syncing..