Title: LDAP Authentication 2
Author: OrbitaNET
Published: <strong>डिसेम्बर 20, 2012</strong>
Last modified: डिसेम्बर 20, 2012

---

प्लगिनहरू खोज्नुहोस्

यो प्लगिन **वर्डप्रेसका ३ प्रमुख नवीनतम रिलीजहरूसँग परीक्षण गरिएको छैन**। यो अब 
सम्भवतः व्यवस्थित वा समर्थन नभएको हुन सक्छ र वर्डप्रेसका नयाँ संस्करणहरूमा प्रयोग
गर्दा अनुकूलता सम्बन्धी समस्या हुन सक्छ।

![](https://s.w.org/plugins/geopattern-icon/ldap-authentication-2.svg)

# LDAP Authentication 2

 [OrbitaNET](https://profiles.wordpress.org/orbitanet/) द्वारा

[डाउनलोड गर्नुहोस्](https://downloads.wordpress.org/plugin/ldap-authentication-2.zip)

 * [विवरण](https://ne.wordpress.org/plugins/ldap-authentication-2/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/ldap-authentication-2/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/ldap-authentication-2/#installation)
 * [विकास](https://ne.wordpress.org/plugins/ldap-authentication-2/#developers)

 [सहायता](https://wordpress.org/support/plugin/ldap-authentication-2/)

## विवरण

This plug-in extends Simple LDAP Authentication plug-in [Simple LDAP Authentication](https://wordpress.org/extend/plugins/simple-ldap-authentication).

Plug-in works as followed:

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.

If password is correct:

If user already exist in WordPress database

 * Password, name, surname, e-mail are changed to those existing on LDAP-server.

If no such user is in WordPress database:

If automatic user transfer is disabled by plug-in settings:

 * Existing user data is updated

If automatic user transfer is enabled by plug-in settings:

 * Existing user data is updated
 * New user is created with profile received from LDAP-server.

If the password was incorrect:

 * Wrong password error is shown.

Features

 1. Update user data
 2. Updates user password
 3. Checks password hash using crypt/standart-des, crypt/enhanced, crypt/md5, crypt/
    blowfish, ssha, smd5, sha, md5

## स्थापना

This section describes how to install the plugin and get it working.

e.g.

 1. Upload and unzip `ldap-authentication-2.zip` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Place `<?php do_action('plugin_name_hook'); ?>` in your templates

## प्रश्नोत्तर

  Can I use SSL on LDAP connection?

Yes. You can enable SSL connection in the option page.

  Can I customize LDAP search filter?

Yes. You can customize the search filters (user ID and group) in the option page.

  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.

## समीक्षाहरू

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

## योगदानकर्ता र डेभलपरहरू

“LDAP Authentication 2” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान
गरेका छन्।

योगदानकर्ताहरू

 *   [ OrbitaNET ](https://profiles.wordpress.org/orbitanet/)
 *   [ redgecko ](https://profiles.wordpress.org/redgecko/)

[“LDAP Authentication 2” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/ldap-authentication-2)

### विकासमा रुचि छ?

[आरएसएस](https://plugins.trac.wordpress.org/log/ldap-authentication-2/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/ldap-authentication-2/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/ldap-authentication-2/) हेर्नुहोस्,
वा [विकास लग](https://plugins.trac.wordpress.org/log/ldap-authentication-2/) को 
सदस्यता लिनुहोस्।

## चेन्जलग

#### 1.0

Following functions are added to original plug-in:

updates user data

 * _update_user ($username, $email, $first_name, $last_name, $role = ”)

updates user password

 * _update_user_password ($username , $password)

checks password hash using crypt/standart-des, crypt/enhanced, crypt/md5, crypt/
blowfish

 * _check_CRYPT ($plainTextPass, $ldapPass)

checks password hash using ssha

 * _check_SSHA ($plainTextPass, $ldapPass)

checks password hash using smd5

 * _check_SMD5 ($plainTextPass, $ldapPass)

checks password hash using sha

 * _check_SHA ($plainTextPass, $ldapPass)

checks password for exact match

 * _check_CLEAR ($plainTextPass, $ldapPass)

checks password hash using md5

 * _check_MD5 ($plainTextPass, $ldapPass)

checks entered credentials

 * _get_crypt_pass_by_type ($type, $password, $full_password)

## मेटा

 *  संस्करण **1.0.4**
 *  पछिल्लो अपडेट **13 वर्ष अघि**
 *  सक्रिय स्थापना **10+**
 *  वर्डप्रेस संस्करण ** 2.7 वा उच्च **
 *  जाँच गरिएको **3.4.2**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/ldap-authentication-2/)
 * ट्यागहरू
 * [authentication](https://ne.wordpress.org/plugins/tags/authentication/)[ldap](https://ne.wordpress.org/plugins/tags/ldap/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/ldap-authentication-2/advanced/)

## रेटिङ्गहरू

अहिलेसम्म कुनै समीक्षा पेस गरिएको छैन।

[Your review](https://wordpress.org/support/plugin/ldap-authentication-2/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ldap-authentication-2/reviews/)

## योगदानकर्ताहरू

 *   [ OrbitaNET ](https://profiles.wordpress.org/orbitanet/)
 *   [ redgecko ](https://profiles.wordpress.org/redgecko/)

## सहायता

केही भन्नु छ? सहयोग चाहियो?

 [सहायता फोरम हेर्नुहोस्](https://wordpress.org/support/plugin/ldap-authentication-2/)

## दान गर्नुहोस्

के तपाईँ यस प्लगिनको उन्नतिको लागि सहायता गर्न चाहनुहुन्छ?

 [ यो प्लगिनको लागि दान गर्नुहोस् ](http://coder-notes.com/)