Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kerberos authentication - dotnet and ms sql server #115

Open
hameedshk opened this issue Mar 21, 2021 · 3 comments
Open

Kerberos authentication - dotnet and ms sql server #115

hameedshk opened this issue Mar 21, 2021 · 3 comments
Labels

Comments

@hameedshk
Copy link

I would like to know if it is possible to use this library for a dotnet app running on rhel can connect to ms sql server via Kerberos authentication

@flamencist
Copy link
Owner

First of all you should setup and add your rhel server to Active Directory domain. For that you could use winbind. My library uses openldap native client and builtin SASL auth. I think you could try to use native SASL auth or some dotnet library with Kerberos support.

@hameedshk
Copy link
Author

Hi @flamencist ,

Thank you for answering my broad question. I have raised an issue in the dotnet framework repo itself.
dotnet/runtime#46945 (comment)

Even if I add rhel via bind to AD but looks like framework itself doesn't have yet the api's or capability to achieve it.

@flamencist
Copy link
Owner

Hi! I use Kerberos Auth on linux (rhel, ubuntu) in commericial project. You need to setup clients and check via ldap-utils authentication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants