该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

HELLDAP

描述

Just LDAP auth, no other features. A minimalistic approach to auth when you need just auth and no other hassles with it.

安装

  1. Upload the plugin to your /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Edit the php file and fill the gaps in the configurations

常见问题

Editing PHP file for configuration? Really? Why not some form in Admin and save in the database?

Auth is a delicate matter, if fails, can lock your site
and force you to debug a live site to discover what happened
with your passwords and users.

Considering that auth is configured only once in an installation,
HTML forms and database querys are unnecessary overheads and hassles.

评价

此插件暂无评价。

贡献者及开发者

“HELLDAP” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“HELLDAP”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0.4
Put the proper required WP version in readme

1.0.3
A more complete README with FAQ and Changelog

1.0.2
A better README

1.0.1
Some minor spelling corrections

1.0
Initial Release