=== Simple LDAP Authentication === Contributors: redgecko Tags: authentication, ldap, login Requires at least: 2.7 Tested up to: 2.7.1 Stable tag: 1.0.2 Authenticates users through LDAP. == Description == This plugin allows WordPress to authenticate users against an LDAP. To tell the truth, this is a hard modified version of [Active Directory Authentication](http://wordpress.org/extend/plugins/active-directory-authentication/) plugin. Active Directory Authentication plugin and it's back-end ([adLDAP](http://adldap.sourceforge.net/)) require AD domain, in contrast, this plugin only needs LDAP server. It is very easy to set up. Just activate the plugin, type in a LDAP server, and you're done. = Features = You can use this plugin in a few different ways. 1. You can create WordPress accounts which match the names of your LDAP 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 LDAP 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 LDAP groups who you want to allow to log on to WordPress. For each group in LDAP, you can specify a corresponding WordPress user role. You can also combine the above however you like. = Version History = * 1.0.2 * Fixed a bug that user ID filter didn't work. * 1.0.1 * Update readme.txt. * Add screenshots. == Installation == 1. Login as an existing user, such as admin. 2. Upload the folder named `simple-ldap-authentication` to your plugins folder, usually `wp-content/plugins`. 3. Activate the plugin on the Plugins screen. 4. Enable the "[Admin SSL](http://wordpress.org/extend/plugins/admin-ssl-secure-admin/)" plugin (or anything that redirects the logon page to an SSL connection) so that your passwords are not sent in cleartext. * If the version of Admin SSL is 1.4.1, you should apply [the redirection bug patch](http://wordpress.org/support/topic/267385?replies=1). 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. == Frequently Asked Questions == = This plugin supports Active Directory? = No. This plugin only support LDAP bind. == Screenshots == 1. The administration page under Settings -> Simple LDAP Authentication 2. This plugin supports i18n. Japanese example.