The system was installed after an incident of O.S. then the "bambo_home" it was mapped in the file "bamboo_install/atlassian-bamboo/WEB-INF/classes/bamboo-init.properties" because it is mounted on another disk, all the information is found but the users are not found. In the configuration of "bamboo.cfg.xml" database properties is like this "<propertyname="hibernate.connection.url">jdbc:hsqldb:${bambooHome}/database/defaultdb</property>" on that path I only see 3 files "defaultdb.log, defaultdb.properties and default.script"
My question is that, what is wrong because users cannot enter with their credentials and when you want to recover the password by email, mention that user does not know bamboo.
Thank you for your attention, I hope you can support me
Hi @Reynaldo Cruz Pérez
It could be a problem related to the LDAP or Crowd that is not authorizing requests from a new instance of Bamboo (new source IP for requests).
Hi @Daniel Santos ,
I'm on the team with @Reynaldo Cruz Pérez and we saw that file and it's like this
"<atlassian-user>
<repositories>
<crowd name='Crowd Repository' key='crowd'/>
</repositories>
</atlassian-user>"
but we don't implement bamboo since it has been there since 2015 so I don't know how to visualize the crowd configuration and haven't the local administrator account.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Ricardo Alan Rodriguez Soto
Good to know that you are working with @Reynaldo Cruz Pérez in this one,
The file <bamboo-home>/xml-data/configuration/crowd.properties should have the Crowd URL and credentials that Bamboo is using (or attempting to use). It doesn't mean that these credentials can be used to login into Crowd. Usually, we create different credentials for each app that will give permission only to the user repository needed by that app.
This document should cover the password restoration for Crowd:
Since I do not support Crowd myself, please open a new question if that document is not enough to allow you getting control of your crowd instance again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.