Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Unable to connect bamboo to ldap

Guillaume RENARD December 20, 2012

Hello,

I would like to connect my bamboo with my ldap but I can't manage to do it. i can't find a FULL atlassian-user.xml example.

Here mine

{code}

ldap

389

cn=Manager,dc=arte,dc=tv

***

plain

simple

dc=arte,dc=tv

{code}

I did several tests but even with paddle I can't manage to do anything (Error reading atlassian-user.xml file: No LDAP settings found in XML configuration.).

I wouldn't like to 'destroy' my bamboo instance.

I have several other questions.

* What happens if I have a local user that doesn't exist in the ldap ? His work still available (plan, tasks ...) or if I delete a ldap user ?

Best regards,

1 answer

1 accepted

2 votes
Answer accepted
Sultan Maiyaki
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 20, 2012

Here is a sample of my file for your reference:

<atlassian-user>
    <repositories>

        <!--LDAP: Uncomment the following block and modify accordingly for LDAP integration-->
        <ldap key="adRepository" name="AD Repository" cache="true">
            <host>ldap.atlassian.com</host>
            <port>389</port>
            <securityPrincipal>CN=Administrator,CN=Users,DC=atlassian,DC=com</securityPrincipal>
            <securityCredential>administrator</securityCredential>
            <securityProtocol>plain</securityProtocol>
            <securityAuthentication>simple</securityAuthentication>
            <baseContext>DC=atlassian,DC=com</baseContext>
            <baseUserNamespace>CN=Users,DC=atlassian,DC=com</baseUserNamespace>
            <baseGroupNamespace>CN=Users,DC=atlassian,DC=com</baseGroupNamespace>
            <usernameAttribute>sAMAccountName</usernameAttribute>
            <userSearchFilter>(objectClass=person)</userSearchFilter>
            <firstnameAttribute>givenname</firstnameAttribute>
            <surnameAttribute>sn</surnameAttribute>
            <emailAttribute>mail</emailAttribute>
            <groupnameAttribute>cn</groupnameAttribute>
            <groupSearchFilter>(objectClass=group)</groupSearchFilter>
            <membershipAttribute>member</membershipAttribute>
        </ldap>

       <hibernate name="Hibernate Repository" key="hibernateRepository" description="Hibernate Repository" cache="true"/>

        <!-- CROWD respository -->

        <!--
             You will need to uncomment the Crowd Repository below to enable Crowd integration. For more information,
             please see:

             http://confluence.atlassian.com/display/CROWD/3.2.2+Integrating+Crowd+with+Atlassian+Bamboo

             You must also comment out the Hibernate Repository above.
        -->
        <!--<crowd key="crowd" name="Crowd Repository"/>-->

        <!-- END of CROWD repository -->

    </repositories>
</atlassian-user>

For more details refer to https://confluence.atlassian.com/display/BAMBOO/Integrating+Bamboo+with+LDAP

Guillaume RENARD December 25, 2012

I am now in relation with the official support but your answer is quite relevant. Thank you very much !

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events