簡體   English   中英

如何在不使用用戶名和密碼的情況下使用Active Directory在PHP中對用戶進行身份驗證

[英]How to authenticate users in PHP using Active Directory without username and password

如何使用沒有用戶名和密碼的Active Directory在PHP中驗證用戶。 域用戶登錄時,還可以登錄與Active Directory連接的PHP應用程序。

您正在尋找的是使用活動目錄的無縫kerberos SSO身份驗證,在該目錄中瀏覽器會自動發送一些您需要驗證的協商令牌。 通常,這會委托給Web服務器。 有幾個Apache插件可以這樣做:

Windows上的Apache的mod_auth_sspi: http//mod-auth-sspi.sourceforge.net/

Linux上的Apache的mod_auth_kerb: http//modauthkerb.sourceforge.net

Linux上的Apache的mod_ntlm: http ://modntlm.sourceforge.net

mod_auth_ntlm_winbind for Apache http://adldap.sourceforge.net/wiki/doku.php?id=mod_auth_ntlm_winbind

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM