Re: [SOGo] AD LDAP SOGoUserSources

2019-01-25 Thread Michael Hekeler
its always easier to brak a complex problem down into small parts. For AD auth with sogo I would suggest to install some ldap command line client and test if I can access ldap first. And if this is working then in the next step configure sogo with the same auth params. > Am 25.01.2019 um

Re: [SOGo] AD LDAP SOGoUserSources

2019-01-25 Thread Matthew Valdez
I appreciate all the help I got it now. Had to make a few modifications. {     SOGoUserSources = (     {     type    = ldap;     CNFieldName = cn;     IDFieldName = uid;     UIDFiledName    = sAMAccountName;    

Re: [SOGo] AD LDAP SOGoUserSources

2019-01-25 Thread Rowland Penny
On Thu, 24 Jan 2019 14:48:01 -0800 "Carl Doss" (cd...@bahaicenter.net) wrote: > > > > 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

Re: [SOGo] AD LDAP SOGoUserSources

2019-01-25 Thread mj
Hi Matthew, Did you set: SOGoAuthenticationMethod = LDAP; Best, MJ On 1/24/19 10: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

Re: [SOGo] AD LDAP SOGoUserSources

2019-01-25 Thread goetz.reini...@filmakademie.de
Hi, > Am 24.01.2019 um 22:28 schrieb Matthew Valdez (maval...@ludlums.com) > : > > 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

Re: [SOGo] AD LDAP SOGoUserSources

2019-01-24 Thread Carl Doss
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";    

Re: [SOGo] AD LDAP SOGoUserSources

2019-01-24 Thread Carl Doss
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

[SOGo] AD LDAP SOGoUserSources

2019-01-24 Thread Matthew Valdez
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