type=ldap;
                type=ldap;
                CNFieldName = cn;
                IDFieldName = cn;
                UIDFieldName = sAMAccountName;
                baseDN = "cn=Users,dc=domain,dc=local";
                bindDN = "cn=sogo,cn=Users,dc=domain,dc=local";
                bindPassword = password;
                bindFields = (sAMAccountName);
                canAuthenticate = YES;
                displayName = "Active Directory";
                hostname = ldap://dns.dc.local:;
                id = directory;
                isAddressBook = YES;

On 1/24/2019 2:20 PM, Carl Doss (cd...@bahaicenter.net) wrote:
I hate to ask a stupid question but did you set up kerberose

On 1/24/2019 1:28 PM, Matthew Valdez (maval...@ludlums.com) wrote:
Hello,

I am trying to setup the SOGoUserSources by using Active Directory and LDAP and for some reason I cannot seem to get it to work. I am able to login if I use the type SQL, but cannot seem to get it to work with ldap. Any help would be appreciate, this is what I have for SOGoUserSources, of course modified a little to share with you all.


    SOGoUserSources = (
        {
            type             = ldap;
            CNFieldName     = cn;
            IDFieldName     = uid;
            UIDFieldName     = uid;
            baseDN            = "cn=Users,dc=domain,dc=local";
            bindDN               = "cn=sogo,cn=Users,dc=domain,dc=local";
            bindPassword    = password;
            canAuthenticate = YES;
            displayName        = "Shared Addresses";
            hostname        = "ldap://dns.dc.local:389";;
            id                 = public;
            isAddressBook   = YES;
        }
    );

Thanks,


-Matthew


--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to