Line 367: |
Line 367: |
| sv t httpd-e-smith | | sv t httpd-e-smith |
| service sogod start | | service sogod start |
| + | |
| + | ====Passwords are not Working for Login==== |
| + | |
| + | 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 |
| | | |
| === Reference === | | === Reference === |