Bamboo : 5.10.2 Integrating Bamboo with LDAP
This page last changed on May 08, 2007 by asridhar.
Bamboo at this stage can be integrated with LDAP. This functionality is limited to authenticating and authorisation of users. Bamboo does not let users manage/administer LDAP accounts or user groups. However, Bamboo will continue to use locally created users, even when LDAP is enabled. This means that locally created users and groups can still be managed via Bamboo. Also, note that Bamboo does not support multiple LDAP servers. Once LDAP has been enabled on Bamboo, you cannot revert back to a local user management in Bamboo. Stage 1 - Configure Connection DetailsThe LDAP server connection is specified by manually editing the file atlassian-user.xml.
Stage 2 - Map LDAP Data Tree
Stage 3 - Optional LDAP SettingsThe following settings do not appear in the default atlassian-user.xml file: <poolingOn>true</poolingOn> <maxSize>0</maxSize> <initSize>10</initSize> <prefSize>10</prefSize> <debugLevel>none</debugLevel> <securityProtocol>plain ssl</securityProtocol> <authentication>simple</authentication> <timeout>0</timeout> <initialContextFactory>com.sun.jndi.ldap.LdapCtxFactory</initialContextFactory> <batchSize>100</batchSize> <timeToLive>0</timeToLive> <userSearchAllDepths>true</userSearchAllDepths> <groupSearchAllDepths>true</groupSearchAllDepths>
... <groupnameAttribute>cn</groupnameAttribute> <groupSearchFilter>(objectClass=groupOfNames)</groupSearchFilter> <membershipAttribute>member</membershipAttribute> <initSize>20</initSize> </ldap> It is important that the connection pool timeout value be set to 0, as this will force Atlassian User (via the JNDI layer) to clean up lingering connections that have lived past one request. For more information about LDAP pools please see http://java.sun.com/products/jndi/tutorial/ldap/connect/config.html. Stage 4 - Assigning LDAP Users to Bamboo GroupsOnce Bamboo is started with LDAP enabled, you can assign LDAP users to Bamboo groups. Please see Adding Users to and removing them from Groups. RELATED TOPICS
Bamboo Documentation Home |
![]() |
Document generated by Confluence on May 08, 2007 23:47 |