Windows身份验证存储在哪里? [英] where Windows Authentication is stored?

查看:115
本文介绍了Windows身份验证存储在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

存储Windows身份验证的位置可用于登录SQL Server?

SqlServer必须从某种机制获取用户名和密码?从何处获得详细信息?它会调用某种OS方法来获取该信息吗?


解决方案

Windows身份验证未存储在任何地方.它允许您使用Windows/AD用户名和密码来连接数据库.

http://databases.about.com/od/sqlserver/a/authentication.htm [ ^ ]


您可以检查登录属性 [ ^ ],但作为Prekak Patel说过,身份验证未存储在SQL Server上.


如上所述,Windows身份验证详细信息未存储在任何地方.

看看 Kerberos协议 [ 解决方案

Windows authentication is not stored anywhere. It allows you to use your windows/AD username and password to connect to database.

http://databases.about.com/od/sqlserver/a/authentication.htm[^]


You can check the Login Property[^] for a particular user, but as Prekak Patel has said the Authenication isn''t stored on SQL Server


As mentioned, Windows Authentication details aren''t stored anywhere.

Have a look at the Kerberos Protocol[^] which describes the one way hashing and Ticket based system.


这篇关于Windows身份验证存储在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆