使用Windows登录的Intranet网站身份验证 [英] Intranet website authentication using windows logon

查看:121
本文介绍了使用Windows登录的Intranet网站身份验证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在Perl中建立一个内部网站,我希望它使用Windows凭据进行身份验证.到目前为止,我的研究发现了很多关键字:Kerberos,LDAP,NTLM等,但没有可靠的信息.任何人都有指针或好的教程?

I'm building an internal website in Perl and I would like to get it to use Windows credentials for authentication. My research so far has turned up a lot of keywords: Kerberos, LDAP, NTLM, etc, but no solid information. Anyone got pointers or good tutorials?

谢谢.

推荐答案

您的服务器是否是Microsoft Active Directory的一部分?

Are your servers part of a Microsoft Active Directory?

  • Active Directory符合LDAP.因此,您可以设置LDAP来验证您的用户

  • Active Directory is LDAP-compliant. Therefore, you can setup LDAP to authenticate your users

您正在使用Apache吗?如果是这样,那么有一个模块可以让您对Active Directory目录进行身份验证: mod_ auth_sspi

Are you using Apache? If so, there is a module that allows you to authenticate to an Active Directory directory: mod_ auth_sspi

最后,Microsoft创建了Active Directory服务接口(ASDI)来解决这些类型的问题. MSDN 中有很多信息.例如,这就是开源Hudson CI服务器向Active Directory进行身份验证的方式.

Finally, Microsoft has created Active Directory Service Interfaces (ASDI) to solve these types of problems. There is a lot of information at MSDN. For example, this is how the open-source Hudson CI server authenticates to Active Directory.

我希望这些建议之一对您有所帮助.

I hope one of these suggestions help you.

这篇关于使用Windows登录的Intranet网站身份验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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