
內容簡介
在大型組織中,每個服務都需要單一的登錄帳號,因此該外掛程式能快速且簡單地將 WordPress 整合入 LDAP。它真的非常容易使用。
貢獻
這是一個社群專案。大多是由使用者像您一樣發現漏洞並修復它們,或者找到新的方法讓這個外掛更加強大。
對於這個外掛最簡單的貢獻方式是通過提交 GitHub 拉取請求,這是代碼寄存庫:
https://github.com/clifgriffin/simple-ldap-login
支援
如果您需要支援,請在此處提交問題:
https://github.com/clifgriffin/simple-ldap-login/issues
特殊要求
如果您需要針對您的安裝進行自定義或更改,我可以提供聘請服務。電子郵件:clifgriffin[at]gmail.com
特性
支援 Active Directory 和 OpenLDAP(以及其他符合 LDAP 標準的目錄系統,如 OpenDS)
支援 TLS
使用最新的方法為 WordPress 認證程序提供支援
驗證現有 WordPress 使用者名稱是否與 LDAP 匹配
可以設定自動建立有效 LDAP 登入的 WordPress 使用者
您可以基於一個或多個 LDAP 群組限制登錄
直覺的控制面板
架構
Simple LDAP Login 為 WordPress 添加了驗證過濾器,驗證請求必須通過。在這樣做的過程中,它做了幾個決定。
所提供的憑據是否可以通過 LDAP 驗證?
如果是,那麼 LDAP 使用者是否是必需的 LDAP 群組成員(如果有的話)?
是否存在匹配的 WordPress 使用者?
如果有,則登錄使用者。
如果沒有,是否啟用了使用者建立?
創建使用者並登錄他們。
這是一個高層次的概述。這將回答有關外掛程式如何運作的哲學問題。如果外掛程式無法驗證使用者,它應該將其傳遞給 WordPress。(除非啟用了 LDAP 獨享,否則它不會傳遞。)
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
Having a single login for every service is a must in large organizations. This plugin allows you to integrate WordPress with LDAP quickly and easily. Like, really really easy.
Contributing
This is a community project now. Most development is done by users like you who find bugs and fix them, or find new ways to make the plugin more powerful for everyone.
The easiest way to contribute to this plugin is to submit a GitHub pull request. Here’s the repo:
https://github.com/clifgriffin/simple-ldap-login
Support
If you need support, file an issue here:
https://github.com/clifgriffin/simple-ldap-login/issues
Special Requests
If you need a customization or change specific to your install, I am available for hire. Shoot me an e-mail: clifgriffin[at]gmail.com
Features
Supports Active Directory and OpenLDAP (and other directory systems which comply to the LDAP standard, such as OpenDS)
Supports TLS
Uses up-to-date methods for WordPress authentication routines.
Authenticates existing WordPress usernames against LDAP.
Can be configured to automatically create WordPress users for valid LDAP logins.
You can restrict logins based on one or more LDAP groups.
Intuitive control panel.
Architecture
Simple LDAP Login adds an authentication filter to WordPress that authentication requests must pass. In doing so, it makes several decisions.
Can the provided credentials be authenticated against LDAP?
If so, is the LDAP user a member of the required LDAP groups (if any)?
Does a matching WordPress user exist?
If so, log the user in.
If not, is user creation enabled?
Create the user and log them in.
This is high level overview. This should answer the philosophical questions about how the plugin works. If the plugin is unable to authenticate the user, it should pass it down the chain to WordPress. (Unless LDAP Exclusive is turned on, in which case it won’t.)
