Hallo, I have problem with SOGo ZEG v2.0.0 rc4. I`am trying configure multi-domain authentication with ldap.
/home/sogo/GNUstep/Defaults/.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>OCSEMailAlarmsFolderURL</key> <string>postgresql:// sogo:[email protected]:5432/sogo/sogo_alarms_folder</string> <key>OCSFolderInfoURL</key> <string>postgresql://sogo:[email protected]:5432/sogo/sogo_folder_info </string> <key>OCSSessionsFolderURL</key> <string>postgresql:// sogo:[email protected]:5432/sogo/sogo_sessions_info</string> <key>SOGoAppointmentSendEMailNotifications</key> <string>YES</string> <key>SOGoEnableEMailAlarms</key> <string>YES</string> <key>SOGoForwardEnabled</key> <string>YES</string> <key>SOGoMemcachedHost</key> <string>127.0.0.1</string> <key>SOGoProfileURL</key> <string>postgresql://sogo:[email protected]:5432/sogo/sogo_user_profile </string> <key>SOGoSieveScriptsEnabled</key> <string>YES</string> <key>SOGoTimeZone</key> <string>America/Montreal</string> <key>SOGoUserSources</key> <key>domains</key> <dict> <key>example.com</key> <dict> <key>SOGoMailDomain</key> <string>example.com</string> <key>SOGoUserSources</key> <array> <dict> <key>CNFieldName</key> <string>cn</string> <key>IDFieldName</key> <string>uid</string> <key>UIDFieldName</key> <string>uid</string> <key>baseDN</key> <string>ou=people,dc=example,dc=com</string> <key>bindDN</key> <string>cn=admin,dc=example,dc=com</string> <key>bindPassword</key> <string>sogo</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>passwordPolicy</key> <string>NO</string> <key>port</key> <string>3389</string> <key>scope</key> <string>SUB</string> <key>type</key> <string>ldap</string> </dict> </array> </dict> <key>example.net</key> <dict> <key>SOGoMailDomain</key> <string>example.net</string> <key>SOGoUserSources</key> <array> <dict> <key>CNFieldName</key> <string>cn</string> <key>IDFieldName</key> <string>mail</string> <key>UIDFieldName</key> <string>mail</string> <key>baseDN</key> <string>cn=example.net ,dc=mail,dc=example,dc=com</string> <key>bindDN</key> <string>cn=admin,dc=example,dc=com</string> <key>bindPassword</key> <string>sogo</string> <key>canAuthenticate</key> <string>YES</string> <key>displayName</key> <string>Jagatud aadressid</string> <key>hostname</key> <string>localhost</string> <key>id</key> <string>public</string> <key>isAddressBook</key> <string>YES</string> <key>passwordPolicy</key> <string>NO</string> <key>port</key> <string>3389</string> <key>scope</key> <string>SUB</string> <key>type</key> <string>ldap</string> </dict> </array> </dict> </dict> <key>SOGoVacationEnabled</key> <string>YES</string> </dict> </dict> </plist> Ldap structure: uid=user5,cn=example.net,dc=mail,dc=example,dc=com Email: [email protected] Saslauth works well. Hope, you can help me. Deniss Gubanov -- [email protected] https://inverse.ca/sogo/lists
