Connect to MS SQL server using Windows Authentication

Latest response

Hello,
When connecting to MS SQL servers we have the option of using SQL authentication or Windows authentication. SQL auth works to an extent but is very difficult to manage in a scalable fashion. Windows auth allows us to use AD Group Membership to control access different databases. Is there a way to configure a RHEL 7 system to be able to connect using Windows Auth? Difficulty: our Linux clients are currently configured to use Red Hat IdM server (free-ipa) to allow users to use their AD credentials and group memberships for ssh login.

Responses