Mastodon Mastodon - TeamCity LDAP authentication with JumpCloud
 logo
  • Home 
  • Tags 
  • Blog posts 
  1. Home
  2. Blog posts
  3. TeamCity LDAP authentication with JumpCloud

TeamCity LDAP authentication with JumpCloud

Posted on June 22, 2016  (Last modified on July 11, 2024) • 1 min read • 66 words
Jumpcloud   Authzn   Cicd  
Jumpcloud   Authzn   Cicd  
Share via

JumpCloud looks like a great service to use LDAP without using LDAP. And I have just managed to find an error in the documentation, precisely the file “ldap-config.properties.dist”.

The working configuration is:

# basic jumpcloud url
java.naming.provider.url=ldap://ldap.jumpcloud.com:389/

# search user for jumpcloud
java.naming.security.principal=uid=BIND_USER_NAME,ou=Users,o=ORG_ID,dc=jumpcloud,dc=com
java.naming.security.credentials=BIND_USER_PASSWORD

# unix ldap seems to use uid as username - see https://is.gd/dBPegr
teamcity.users.login.filter=(uid=$capturedLogin$)
teamcity.users.username=uid
teamcity.users.base=ou=Users,o=ORG_ID,dc=jumpcloud,dc=com

Seems to work nicely, now comes the finetuning.

 Loathing RSpec and Puppet
Migrate Rancher database from container to external 
In case you want to follow me

Here are some links. The further to the right, the less active.

           
(c) Axel Bock | Powered by Hinode.
Link copied to clipboard
Code copied to clipboard