Hi Ludovic,

It cross to my mind... and it will be awesome... because I don't see the
need of an LDAP if I can use the IMAP to authenticate.

Best,


2010/11/18 Ludovic Marcotte <[email protected]>

> On 10-11-18 2:36 PM, Dirk Timmermann wrote:
>
>> I am not a SOGo expert by any means.  And I am in the same boat as you.
>>  My IMAP users authenticate separately from my AD domain users.  If the
>> email password is the same for both accounts, SOGo email works out of the
>> box.
>>
> One thing we could eventually support is an IMAP-based authentication
> source, something like:
>
> sogod SOGoUserSources '(
>    {
>        type = ldap;
>        CNFieldName = cn;
>        IDFieldName = uid;
>        UIDFieldName = uid;
>        baseDN = "ou=people,dc=inverse,dc=ca";
>        canAuthenticate = NO;
>        displayName = "Shared Addresses";
>        hostname = ldap.inverse.ca;
>        id = public;
>        isAddressBook = YES;
>    },
>    {
>        type = imap;
>        hostname = imap://imap.inverse.ca;
>        canAuthenticate = YES;
>    }
> )'
>
> This should be quite easy to add.
>
> Regards,
>
> --
> Ludovic Marcotte
> [email protected]  ::  +1.514.755.3630  ::  www.inverse.ca
> Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (
> www.packetfence.org)
>
> --
> [email protected]
> https://inverse.ca/sogo/lists
>
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to