Andreas Schlager | 11 May 2012 09:59
Picon
Favicon

Re: [SOGo] Sogo nightly - LDAP authentication doesn't work

Hi Ludovic,

<?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>mysql://sogo:xxxxxx <at> localhost:3306/sogo/sogo_folder_info</string>
    <key>OCSSessionsFolderURL</key>

<string>mysql://sogo:xxxxxx <at> localhost:3306/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>German</string>
    <key>SOGoMailDomain</key>
    <string>daheim.at</string>
    <key>SOGoMailingMechanism</key>
    <string>smtp</string>
    <key>SOGoProfileURL</key>

<string>mysql://sogo:xxxxxxx <at> localhost:3306/sogo/sogo_user_profile</string>
    <key>SOGoSMTPServer</key>
    <string>localhost</string>
    <key>SOGoSentFolderName</key>
    <string>Sent</string>
    <key>SOGoSieveServer</key>
    <string>sieve://localhost</string>
    <key>SOGoTimeZone</key>
    <string>Europe/Vienna</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=daheim,dc=at</string>
        <key>bindDN</key>
        <string>cn=admin,dc=daheim,dc=at</string>
        <key>bindPassword</key>
        <string>xxxxxx</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>
        <key>type</key>
        <string>ldap</string>
        </dict>
    </array>
    <key>bindFields</key>
    <string>uid</string>
    </dict>
</dict>

Regards,
-Andreas.

Am 2012-05-08 22:36, schrieb Ludovic Marcotte:
> Show your complete sogod configuration.


Gmane