問題描述
我希望創建一個 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 身份驗證的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!