Forum Discussion
Help! How power BI report server (on Premise) communicate with Active Directory?
Power BI Report Server (PBI RS) uses the Lightweight Directory Access Protocol (LDAP) to communicate with the local Active Directory (AD) for authentication and authorization purposes.
If you want to use LDAPS (LDAP over SSL) instead of LDAP, you will need to make changes to the configuration settings of PBI RS and your local AD. Here are the general steps:
Obtain a valid SSL certificate from a trusted certificate authority (CA) for your AD domain.
Install the SSL certificate on your AD domain controller.
Configure your AD domain controller to use LDAPS by modifying the LDAP server settings in the AD Domain Services configuration.
In PBI RS, change the connection string in the PBIRS configuration file (RSReportServer.config) to use the LDAPS protocol. This can be done by replacing "LDAP" with "LDAPS" in the connection string.
Restart the PBI RS service to apply the changes.
It's important to note that the above steps are just a general guide, and the exact steps may vary depending on your specific environment and the version of PBI RS you are using.
It's highly recommended to test the changes in a development environment before applying to a production environment and make sure that the certificate that you are using is valid, and the communication between the PBI RS and the AD is secure.
Hello jawweher899!
Big thanks for your answer. If you can, tell me please, which parameters in config file RSreportserver i should change.
i tried to find Ldap, i couldn't find.