Re: Is there a sample for LDAP plugin to connect to Active Directory?

2013-11-19 Thread dennys
I use following configuration, it works, but performance is not good. It takes 2~3 seconds to login. server: your-ad.domain.com rootDN: DC=your-ad,DC=domain,DC=com,DC=pl user search filter: sAMAccountName={0} managerDN: Domain\someUser managerPassword: someUser password I didn't set

Is there a sample for LDAP plugin to connect to Active Directory?

2013-11-18 Thread dennys
I can use Jenkins and Active Directory plugin to connect to the AD server, but due to this issue, it's a problem for us to restart Jenkins every day. https://issues.jenkins-ci.org/browse/JENKINS-16429 I think I can use LDAP plugin, but I cannot find a sample. For example, our AD doesn't allow

Re: Is there a sample for LDAP plugin to connect to Active Directory?

2013-11-18 Thread Daniel Beck
On 18.11.2013, at 11:07, dennys dennys.hs...@gmail.com wrote: I think I can use LDAP plugin, but I cannot find a sample. For example, our AD doesn't allow anonymous query, but I'm not sure how to configure the manager DN. Is there a sample of AD for LDAP plugin? I've been using the LDAP

Re: Is there a sample for LDAP plugin to connect to Active Directory?

2013-11-18 Thread Maciej Jaros
Daniel Beck (2013-11-18 13:36): On 18.11.2013, at 11:07, dennys dennys.hs...@gmail.com wrote: I think I can use LDAP plugin, but I cannot find a sample. For example, our AD doesn't allow anonymous query, but I'm not sure how to configure the manager DN. Is there a sample of AD for LDAP plugin?

Re: Is there a sample for LDAP plugin to connect to Active Directory?

2013-11-18 Thread Daniel Beck
On 18.11.2013, at 15:04, Maciej Jaros mac...@mol.com.pl wrote: NOTE! The auth will work without it but will be VERY slow. Probably can be circumvented by using the global catalog at port 3268. That's what I do. I need to leave userSearchBase empty because of distributed user management: I