Hi, 
I have installed SOGo in Centos 5.5 and also followed the rest in SOGo
instruction documentation. When I login in to Sogo login by typing
"http://10.0.0.108:20000/";, I am prompted to enter userid and password. I am
not sure where to find the userid and password?

I have done the below user account
[root@testmailserver sysconfig]# cd /usr/share/openldap/migration/
[root@testmailserver migration]# cat sogo.ldif
dn: uid=root,ou=People,dc=mindmedia,dc=com
uid: root
cn: root
objectClass: account
objectClass: posixAccount
objectClass: top
objectClass: shadowAccount
userPassword: {crypt}$1$StKDS.zX$x8oCV1ECVjYT8dcfeH7eY1
shadowLastChange: 15041
shadowMin: 0
shadowMax: 99999
shadowWarning: 7
loginShell: /bin/bash
uidNumber: 0
gidNumber: 0
homeDirectory: /root
gecos: root
...
...
dn: uid=sogo,ou=People,dc=mindmedia,dc=com
uid: sogo
cn: sogo
objectClass: account
objectClass: posixAccount
objectClass: top
objectClass: shadowAccount
userPassword: {crypt}$1$E1Ro.KJJ$jL210RaTK/K6MIszMa/xp0
shadowLastChange: 15043
shadowMin: 0 
shadowMax: 99999
shadowWarning: 7
loginShell: /bin/bash
uidNumber: 7798
gidNumber: 7798
homeDirectory: /home/sogo

dn: uid=ldap,ou=People,dc=mindmedia,dc=com
uid: ldap
cn: LDAP User
objectClass: account
objectClass: posixAccount
objectClass: top
objectClass: shadowAccount
userPassword: {crypt}!!
shadowLastChange: 15044
loginShell: /bin/false
uidNumber: 55
gidNumber: 55
homeDirectory: /var/lib/ldap
gecos: LDAP User


[root@testmailserver Defaults]# cat .GNUstepDefaults
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN"
"http://www.gnustep.org/plist-0_9.xml";>
<plist version="0.9">
<dict>
    <key>NSGlobalDomain</key>
    <dict>
    </dict>
    <key>sogod</key>
    <dict>
        <key>OCSFolderInfoURL</key>
       
<string>postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info</string>
        <key>OCSSessionsFolderURL</key>
       
<string>postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder</string>
        <key>SOGoACLsSendEMailNotifications</key>
        <string>YES</string>
        <key>SOGoAppointmentSendEMailNotifications</key>
        <string>YES</string>
        <key>SOGoDraftsFolderName</key>
        <string>Drafts</string>
        <key>SOGoFoldersSendEMailNotifications</key>
        <string>YES</string>
        <key>SOGoIMAPServer</key>
        <string>localhost</string>
        <key>SOGoLanguage</key>
        <string>English</string>
        <key>SOGoMailDomain</key>
        <string>mindmedia.com</string>
        <key>SOGoMailingMechanism</key>
        <string>smtp</string>
        <key>SOGoProfileURL</key>
       
<string>postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile</string>
        <key>SOGoSMTPServer</key>
        <string>localhost</string>
        <key>SOGoSentFolderName</key>
        <string>Sent</string>
        <key>SOGoSuperUsernames</key>
        <array>
            <string>jenn</string>
            <string>adi</string>
        </array>
        <key>SOGoTimeZone</key>
        <string>Asia/Singapore</string>
        <key>SOGoTrashFolderName</key>
        <string>Trash</string>
        <key>SOGoUserSources</key>
        <array>
            <dict>
                <key>CNFieldName</key>
                <string>cn</string>
                <key>IDFieldName</key>
                <string>uid</string>
                <key>IMAPHostFieldName</key>
                <string>mailHost</string>
                <key>UIDFieldName</key>
                <string>uid</string>
                <key>baseDN</key>
                <string>ou=users,dc=mindmedia,dc=com</string>
                <key>bindDN</key>
                <string>uid=sogo,ou=users,dc=mindmedia,dc=com</string>
                <key>bindPassword</key>
                <string>qwerty</string>
                <key>canAuthenticate</key>
                <string>YES</string>
                <key>displayName</key>
                <string>Shared Addresses</string>
                <key>hostname</key>
                <string>localhost</string>
                <key>id</key>
                <string>public</string>
                <key>isAddressBook</key>
                <string>YES</string>
                <key>port</key>
                <string>389</string>
            </dict>
        </array>
    </dict>
</dict>
</plist>[root@testmailserver Defaults]# 
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to