{"id":21253,"date":"2012-12-20T09:50:18","date_gmt":"2012-12-20T09:50:18","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/ldap-authentication-2\/"},"modified":"2012-12-20T13:41:32","modified_gmt":"2012-12-20T13:41:32","slug":"ldap-authentication-2","status":"publish","type":"plugin","link":"https:\/\/mn.wordpress.org\/plugins\/ldap-authentication-2\/","author":11225179,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.4","stable_tag":"trunk","tested":"3.4.2","requires":"2.7","requires_php":"","requires_plugins":"","header_name":"Simple LDAP Authentication","header_author":"RedGecko","header_description":"","assets_banners_color":"","last_updated":"2012-12-20 13:41:32","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/coder-notes.com\/","header_plugin_uri":"http:\/\/redgecko.jp\/wp\/ldap_auth\/","header_author_uri":"http:\/\/redgecko.jp\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":3192,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"\/trunc\/screenshot1.png."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[710,2464],"plugin_category":[38],"plugin_contributors":[93378,86676],"plugin_business_model":[],"class_list":["post-21253","plugin","type-plugin","status-publish","hentry","plugin_tags-authentication","plugin_tags-ldap","plugin_category-authentication","plugin_contributors-orbitanet","plugin_contributors-redgecko","plugin_committers-orbitanet"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/ldap-authentication-2.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plug-in extends Simple LDAP Authentication plug-in <a href=\"http:\/\/wordpress.org\/extend\/plugins\/simple-ldap-authentication\">Simple LDAP Authentication<\/a>.\nPlug-in works as followed:<\/p>\n\n<p>Entered credentials are checked by all hash types available on LDAP-server (ssha, smd5, crypt\/standart-des, crypt\/enhanced, crypt\/md5, crypt\/blowfish, sha, clear, md5) by specified login.<\/p>\n\n<p>If password is correct:<\/p>\n\n<p>If user already exist in WordPress database<\/p>\n\n<ul>\n<li>Password, name, surname, e-mail are changed to those existing on LDAP-server.<\/li>\n<\/ul>\n\n<p>If no such user is in WordPress database:<\/p>\n\n<p>If automatic user transfer is disabled by plug-in settings:<\/p>\n\n<ul>\n<li>Existing user data is updated<\/li>\n<\/ul>\n\n<p>If automatic user transfer is enabled by plug-in settings:<\/p>\n\n<ul>\n<li><p>Existing user data is updated<\/p><\/li>\n<li><p>New user is created with profile received from LDAP-server.<\/p><\/li>\n<\/ul>\n\n<p>If the password was incorrect:<\/p>\n\n<ul>\n<li>Wrong password error is shown.<\/li>\n<\/ul>\n\n<p>Features<\/p>\n\n<ol>\n<li>Update user data<\/li>\n<li>Updates user password<\/li>\n<li>Checks password hash using crypt\/standart-des, crypt\/enhanced, crypt\/md5, crypt\/blowfish, ssha, smd5, sha, md5<\/li>\n<\/ol>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<p>e.g.<\/p>\n\n<ol>\n<li>Upload and unzip <code>ldap-authentication-2.zip<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Place <code>&lt;?php do_action('plugin_name_hook'); ?&gt;<\/code> in your templates<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Can I use SSL on LDAP connection?<\/dt>\n<dd><p>Yes. You can enable SSL connection in the option page.<\/p><\/dd>\n<dt>Can I customize LDAP search filter?<\/dt>\n<dd><p>Yes. You can customize the search filters (user ID and group) in the option page.<\/p><\/dd>\n<dt>How do I use debug mode?<\/dt>\n<dd><p>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.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<p>Following functions are added to original plug-in:<\/p>\n\n<p>updates user data<\/p>\n\n<ul>\n<li>_update_user ($username, $email, $first_name, $last_name, $role = '')<\/li>\n<\/ul>\n\n<p>updates user password<\/p>\n\n<ul>\n<li>_update_user_password ($username , $password)<\/li>\n<\/ul>\n\n<p>checks password hash using crypt\/standart-des, crypt\/enhanced, crypt\/md5, crypt\/blowfish<\/p>\n\n<ul>\n<li>_check_CRYPT ($plainTextPass, $ldapPass)<\/li>\n<\/ul>\n\n<p>checks password hash using ssha<\/p>\n\n<ul>\n<li>_check_SSHA ($plainTextPass, $ldapPass)<\/li>\n<\/ul>\n\n<p>checks password hash using smd5<\/p>\n\n<ul>\n<li>_check_SMD5 ($plainTextPass, $ldapPass)<\/li>\n<\/ul>\n\n<p>checks password hash using sha<\/p>\n\n<ul>\n<li>_check_SHA ($plainTextPass, $ldapPass)<\/li>\n<\/ul>\n\n<p>checks password for exact match<\/p>\n\n<ul>\n<li>_check_CLEAR ($plainTextPass, $ldapPass)<\/li>\n<\/ul>\n\n<p>checks password hash using md5<\/p>\n\n<ul>\n<li>_check_MD5 ($plainTextPass, $ldapPass)<\/li>\n<\/ul>\n\n<p>checks entered credentials<\/p>\n\n<ul>\n<li>_get_crypt_pass_by_type ($type, $password, $full_password)<\/li>\n<\/ul>","raw_excerpt":"Authenticates users through LDAP.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/mn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/21253","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/mn.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/mn.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=21253"}],"author":[{"embeddable":true,"href":"https:\/\/mn.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/orbitanet"}],"wp:attachment":[{"href":"https:\/\/mn.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=21253"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/mn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=21253"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/mn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=21253"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/mn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=21253"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/mn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=21253"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/mn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=21253"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}