MediaWiki authentication with credentials of a Windows domain

人走茶凉 提交于 2019-12-17 21:37:17

问题


I wish to create a wiki page for internal use within my company.

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 ?


回答1:


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.



来源:https://stackoverflow.com/questions/11954817/mediawiki-authentication-with-credentials-of-a-windows-domain

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!