Testing LDAP or Active Directory connectivity with Paddle
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:
- Download into a directory where you have permissions to create files.
- Copy your
atlassian-user.xml
into that directory - this is found in your .../{BAMBOO-HOME}/xml-data/configuration/ directory. - Run
java -jar paddle-x.x.jar
(where x.x is the version of Paddle you downloaded).
On this page:
Parameters
Paddle currently supports the following parameters:
Name | Example | Purpose |
---|---|---|
debug |
| Prints DEBUG messages to the console as well as paddle.log. |
limit |
| 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:
###########################################################################################################################
LDAP Support Tool version 1.1
###########################################################################################################################
Connection to LDAP/Active Directory Server at ldap://192.168.0.86:389 SUCCESSFUL.
-----------------------------------------------------------------
TEST 1: Search and list 10 users
-----------------------------------------------------------------
User: CN=Administrator
Member of:
(1) CN=Schema Admins
(2) CN=Enterprise Admins
(3) CN=Domain Admins
(4) CN=Group Policy Creator Owners
User: CN=Guest
Does not belong to any LDAP groups.
User: CN=SUPPORT_388945a0
Member of:
(1) CN=HelpServicesGroup
User: CN=IUSR_MALTSHOVEL
Does not belong to any LDAP groups.
User: CN=IWAM_MALTSHOVEL
Member of:
(1) CN=IIS_WPG
User: CN=ASPNET
Does not belong to any LDAP groups.
User: CN=krbtgt
Does not belong to any LDAP groups.
User: CN=John\, Smith
Member of:
(1) CN=Domain Users
(2) CN=Sales and Marketing
User: CN=Matt Ryall
Member of:
(1) CN=Enterprise Admins
(2) CN=Domain Admins
User: CN=Justin Koke
Member of:
(1) CN=Domain Controllers
(2) CN=Enterprise Admins
Found more than 10 results.
-----------------------------------------------------------------
TEST 2: Search and list 10 groups
-----------------------------------------------------------------
Group: CN=HelpServicesGroup
Members:
(1) CN=SUPPORT_388945a0,CN=Users,DC=ad,DC=atlassian,DC=com
Group: CN=TelnetClients
No members in this group.
Group: CN=IIS_WPG
Members:
(1) CN=S-1-5-20,CN=ForeignSecurityPrincipals,DC=ad,DC=atlassian,DC=com
(2) CN=S-1-5-6,CN=ForeignSecurityPrincipals,DC=ad,DC=atlassian,DC=com
(3) CN=S-1-5-18,CN=ForeignSecurityPrincipals,DC=ad,DC=atlassian,DC=com
(4) CN=IWAM_MALTSHOVEL,CN=Users,DC=ad,DC=atlassian,DC=com
Group: CN=SQLServer2005SQLBrowserUser$MALTSHOVEL
Members:
(1) CN=S-1-5-18,CN=ForeignSecurityPrincipals,DC=ad,DC=atlassian,DC=com
Group: CN=SQLServer2005MSSQLServerADHelperUser$MALTSHOVEL
Members:
(1) CN=S-1-5-20,CN=ForeignSecurityPrincipals,DC=ad,DC=atlassian,DC=com
Group: CN=SQLServer2005SQLAgentUser$MALTSHOVEL$MSSQLSERVER
Members:
(1) CN=S-1-5-18,CN=ForeignSecurityPrincipals,DC=ad,DC=atlassian,DC=com
Group: CN=SQLServer2005MSSQLUser$MALTSHOVEL$MSSQLSERVER
Members:
(1) CN=S-1-5-18,CN=ForeignSecurityPrincipals,DC=ad,DC=atlassian,DC=com
Group: CN=SQLServer2005MSFTEUser$MALTSHOVEL$MSSQLSERVER
Members:
(1) CN=S-1-5-18,CN=ForeignSecurityPrincipals,DC=ad,DC=atlassian,DC=com
Group: CN=SQLServer2005MSOLAPUser$MALTSHOVEL$MSSQLSERVER
Members:
(1) CN=S-1-5-18,CN=ForeignSecurityPrincipals,DC=ad,DC=atlassian,DC=com
Group: CN=SQLServer2005NotificationServicesUser$MALTSHOVEL
No members in this group.
Found more than 10 results.