Charlie Reitsma wrote:
I'm trying to configure an indirect ldap bind since I have email accounts scattered about 
in different branches of my ldap directory. The login page indicates "wrong username 
or password." If I set the baseDN to ou=people,dc=denison,dc=edu then it works:
        SOGoUserSources = (
            {
                CNFieldName = cn;
                IDFieldName = uid;
                UIDFieldName = uid;
                baseDN = "dc=denison,dc=edu";
                bindDN = "uid=sogo,ou=mgmt,dc=denison,dc=edu";
                bindPassword = qwerty;
                canAuthenticate = YES;
                displayName = "Denison Addresses";
                encryption = STARTTLS;
                filter = "(objectClass = 'qmailUser')";
                scope = SUB;
                bindfields = (uid, cn);
^- try bindFields, with a capital "F".

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

Reply via email to