On Fri, Feb 17, 2012 at 5:09 AM, fiona <bingxue0...@hotmail.com> wrote: > After I config ldap security, when anyone can't logon, my > configuration is: > server : XXXXX > root dn: like dc=sun,dc=com,dc=cn > manager dn :XXX > manager password:XXXX > it is not right?
Check to make sure your computer has port access to your LDAP server. If your LDAP server is an Active Directory machine, you might need to change the LDAP port to 3268. Here's a link to a Java based LDAP browser. Make sure you can log in with it, then use the same credentials for your Jenkins server: http://db.tt/PXK3dceQ. You might need to experiment with various things. The manger DN might be something like "DN=bob, OU=users, dc=com, dc=mycorp," or you might only need "DN=bob, OU=users" since Jenkins might append the root to the manager DN. -- David Weintraub qazw...@gmail.com