Hi, > Am 24.01.2019 um 22:28 schrieb Matthew Valdez ([email protected]) > <[email protected]>: > > 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; > } > ); >
May be your AD is using SSL/starttls on port 389? hostname = "ldap://dns.dc.local:389/????!StartTLS <ldap://dns.dc.local:389/????!StartTLS>“; And I have a filter set: filter = "mail = '*‘" Regards . Götz
smime.p7s
Description: S/MIME cryptographic signature
