Changes

Jump to navigation Jump to search
756 bytes removed ,  00:20, 3 February 2014
Line 53: Line 53:     
  signal-event post-upgrade; signal-event reboot
 
  signal-event post-upgrade; signal-event reboot
  −
===Login doesn't operate===
  −
according the bug [[bugzilla:7269]] you can not login in sogo even if the user and password are correct. You have to modify the line which concerns the SOGo user in the file /etc/passwd
  −
  −
/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:
  −
nano /etc/passwd
  −
  −
sogo:x:456:456:SOGo daemon:'''/home/sogo:/bin/bash'''
  −
  −
You will be able to access SOGo but you need to restart the service before
  −
  −
signal-event sogo-modify; /etc/rc7.d/S85sogod restart
      
=== Timeout issue ===
 
=== Timeout issue ===

Navigation menu