Documentation for Bamboo 4.0.x. Documentation for earlier versions of Bamboo is available too.

Skip to end of metadata
Go to start of metadata

Paddle is a tool that will test the LDAP or Active Directory settings in your atlassian-user.xml.

Using Paddle

You do not need to have Bamboo running to run this tool. The steps are:

  1. Download into a directory where you have permissions to create files.
  2. Copy your atlassian-user.xml into that directory - this is found in your <Bamboo-Install>/webapp/WEB-INF/classes/ directory.
  3. Run java -jar paddle-x.x.jar (where x.x is the version of Paddle you downloaded).

Parameters

Paddle currently supports the following parameters:

Name

Example

Purpose

debug

java -jar paddle-x.x.jar debug

Prints DEBUG messages to the console as well as paddle.log.

limit

java -jar paddle-x.x.jar limit=100

Sets the limit on the number of results returned by user and group queries. Defaults to 10.

Sample output

This is an example of a successful run:

Notes

Related Topics

Integrating Bamboo with LDAP

Labels
  • None