MediaWiki authentication with credentials of a Windows domain(使用 Windows 域凭据的 MediaWiki 身份验证)
问题描述
我希望创建一个 wiki 页面供我公司内部使用.
I wish to create a wiki page for internal use within my company.
理想情况下,我希望它能够验证我们公司 windows 域的登录信息,这样用户就不必专门为 wiki 创建一个新帐户来访问它.
Ideally, I would like it to verify logins against our company windows domain, so that the user does not have to create a new account specifically for the wiki in order to to access it.
因此,当用户在早上工作时登录他们的计算机时,他们当前登录到域.我想在我的网页中使用这些凭据来验证是否应该允许用户编辑页面?我希望维护用户登录信息,以便我们可以跟踪进行编辑的人员和时间.
So, users currently log into a domain when they log into their computer in work in the morning. I want to use these credentials in my webpage to verify that the user should be allowed to edit the page ? I want the users login to be maintained so that we can keep track of who makes the edits and when.
可以这样做吗?我该怎么做才能做出这种改变?
Is it possible to do this ? What can I do to make this change ?
推荐答案
NTLM 或 Kerberos 将允许您使用存储 Windows 域凭据的 Active Directory 进行单点登录.查看 MediaWiki 身份验证扩展.特别是 LDAP 身份验证扩展的 Kerberos 配置 或 这个 NTLM 扩展.
NTLM or Kerberos will allow you to do single sign on with an Active Directory storing Windows domain credentials. Check out the MediaWiki authentication extensions. Particularly, the Kerberos configuration for the LDAP Authentication extension or this NTLM extension.
这篇关于使用 Windows 域凭据的 MediaWiki 身份验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:使用 Windows 域凭据的 MediaWiki 身份验证
基础教程推荐
- 如何在 Symfony 和 Doctrine 中实现多对多和一对多? 2022-01-01
- 在 CakePHP 2.0 中使用 Html Helper 时未定义的变量 2021-01-01
- Doctrine 2 - 在多对多关系中记录更改 2022-01-01
- 使用 PDO 转义列名 2021-01-01
- phpmyadmin 错误“#1062 - 密钥 1 的重复条目‘1’" 2022-01-01
- PHP 守护进程/worker 环境 2022-01-01
- 找不到类“AppHttpControllersDB",我也无法使用新模型 2022-01-01
- HTTP 与 FTP 上传 2021-01-01
- 如何在 XAMPP 上启用 mysqli? 2021-01-01
- 在 yii2 中迁移时出现异常“找不到驱动程序" 2022-01-01