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,
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
I am now in relation with the official support but your answer is quite relevant. Thank you very much !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.