使用 Windows 域凭据的 MediaWiki 身份验证

2022-11-09php开发问题
5

本文介绍了使用 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 身份验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

PHP实现DeepL翻译API调用
DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以...
2025-08-20 php开发问题
168

PHP通过phpspreadsheet导入Excel日期数据处理方法
PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的...
2024-10-23 php开发问题
287

mediatemple - 无法使用 codeigniter 发送电子邮件
mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)...
2024-08-23 php开发问题
11

Laravel Gmail 配置错误
Laravel Gmail Configuration Error(Laravel Gmail 配置错误)...
2024-08-23 php开发问题
16

将 PHPMailer 用于 SMTP 的问题
Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)...
2024-08-23 php开发问题
4

关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题
Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)...
2024-08-23 php开发问题
17