Linux 软件免费装

Simple AD Authentication

开发者 drahkar
更新时间 2011年1月13日 04:00
捐献地址: 去捐款
PHP版本: 2.7 及以上
WordPress版本: 3.0.1

标签

login authentication active directory

下载

0.6 0.7 0.8

详情介绍:

This plugin allows WordPress to authenticate users against an Active Directory. Developed to be compatible with current Active Directory releases as well as allow for Enterprise level Forest Deployments by allowing you to enter custom BaseDNs. If you have bugs, suggestions, desires or requirements that you would like to see added to this, please come to the plugin page and submit them there so I can keep track of them as they are found and resolved. This plugin is redeveloped off of Simple LDAP Authentication. How to use You can use this plugin in a few different ways.
  1. You can create WordPress accounts which match the names of your Active Directory accounts, and create these users from within the WordPress Users panel. Only the users you create in WordPress will be able to log in.
  2. You can tick a checkbox so that anyone who can authenticate via Active Directory can log on. A WordPress account will be automatically created for the user if one does not already exist, with the default user role.
  3. You can list the names of Active Directory groups who you want to allow to log on to WordPress. For each group in Active Directory, you can specify a corresponding WordPress user role.
You can also combine the above however you like.

安装:

IMPORTANT NOTE: This plugin requires the PHP LDAP module and a LDAP library such as OpenLDAP to be installed to function.
  1. Login as an existing Administrator, such as admin.
  2. Upload the folder named simple-ad-authentication to your plugins folder, usually wp-content/plugins.
  3. Activate the plugin on the Plugins screen.
Note: This plugin has only been tested with WordPress 2.7.1 and above, and I do not think it will work on older versions of WordPress.

常见问题:

This plugin supports Active Directory?

Yes. This plugin only supports Active Directory bind and can not be garuanteed to work with LDAP.

Can I customize LDAP search filter?

No. All searches are based around Active Directory search functions and should be tailored that way.

How do I use debug mode?

This plugin has a built-in debug mode. When WP_DEBUG is enabled in wp-config.php, it will turn on the notices that some authenticatin information are added on the log entry. If you don't know how to define the constant, see WordPress document.

更新日志:

0.8 0.7 0.6 0.5