View Issue Details

IDProjectCategoryView StatusLast Update
0002220SOGoBackend Generalpublic2013-01-31 15:40
Reporternicolatiana Assigned Tojraby 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version2.0.4 
Summary0002220: Sogo login page: unable to access
Description

SOGO installed on SME Server 8.x
The customer was not able to login to SOGo Web Authentication Page.

He checked this in a working installation:

/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

TagsNo tags attached.

Activities

jraby

jraby

2013-01-31 15:39

viewer   ~0005295

As stated in the release notes of 2.0.4, the sogo user is now a system user.
This means that it doesn't have a shell and that its home directory isn't in /home along with regular users anymore.

On new installations, simply put the .GNUstepDefaults file in /var/lib/sogo/GNUstep/Defaults, it should work fine.

Issue History

Date Modified Username Field Change
2013-01-31 15:11 nicolatiana New Issue
2013-01-31 15:39 jraby Note Added: 0005295
2013-01-31 15:40 jraby Assigned To => jraby
2013-01-31 15:40 jraby Status new => closed
2013-01-31 15:40 jraby Resolution open => no change required