For the connection check the admin user is hardcoded in ipaserver/install/replication.py. The conncheck itself already has the ability to handle any user.
see also #5406
Tomas, do you know if this bug is still valid?
admin is no longer hardcoded in ipaserver/install/replication.py and the function takes principal as an argument instead. This argument is currently used when conncheck is called from replica promotion or CA installation.
I think the ticket can be closed as resolved.
Tomas, could you paste a commit id where this change happened? So that we can reliably close the ticket?
Commit 5761f73 removes the hardcoded admin user and allows to other credentials.
Metadata Update from @rcritten: - Issue assigned to someone - Issue set to the milestone: Future Releases
Log in to comment on this ticket.