1

Is it possible to use LDAP (not Active Directory) to authenticate users on a MS SQL Server database. We have business users who have SQL user accounts on the database, and want to switch that to an LDAP server (specifically, JumpCloud).

1 Answer 1

2

Yes it is possible if you consider this:

  1. Each user has a local machine user account on both the server and the client
  2. The local machine user account names on the server and the client match exactly - case, spaces, characters (handle the accounts with jumpcloud agent).
  3. The passwords for the local machine account on the server and client match exactly - case, spaces, characters (set the passwords from jumpcloud)
  4. Create permissions of local windows users on each sql database you will need to access (On SQL Management studio, expand the database, security, users, right click and add user of type windows user, browse on user name ..., type the username, check name and confirm it)

To have a better idea you can check https://jumpcloud.com/blog/managing-shared-ntfs-folders-local-accounts/

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.