开发者

How to configure Jenkins/Hudson to Use LDAP on Snow Leopard Server

We run jenkins on a mac mini server and need to have it use OpenDirectory. (I took this up again after getting Nexus to work with OD.)

I went into the Manage Jenkins tab, opened up the LDAP config panel and it attempts to connect, but I am g开发者_JS百科etting an error that it can't connect. I am trying to just supply a username and password.


So the reason I couldn't connect was the Manager DN has to be the complete FQ name, e.g. uid=root,cn=users,dc=ontometrics,dc=com.

Once I got that working, I was getting LDAP Error 49: bad credentials. To solve this, I found a great LDAP browser that installed in a few minutes on the mini server: LDAP Manager. That helped me see the FQN for the root account.

One last thing: once I had the right account, it auth'ed, but then on saving the settings, I got an ERROR 500. Turned out, that was because I had a few spaces in the FQN, so do not do dc=ontometrics, dc=com. Then it worked and I logged in!

BTW, the mini server with 8 GBs of RAM runs Jenkins beautifully.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜