Title: [Plugin: Active Directory Integration] Version 0.9.0 published
Last modified: August 19, 2016

---

# [Plugin: Active Directory Integration] Version 0.9.0 published

 *  [glatze](https://wordpress.org/support/users/glatze/)
 * (@glatze)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-active-directory-integration-version-090-published/)
 * Version 0.9.0 of [Active Directory Integration](http://wordpress.org/extend/plugins/active-directory-integration/)
   published. It is based on [Jonathan Marc Bearak’s](http://wordpress.org/extend/plugins/profile/jbearak)
   great plugin Active Directory Authentication. The major improvement is security.
   
   If you got problems using it, post here.

Viewing 13 replies - 1 through 13 (of 13 total)

 *  [jc_513](https://wordpress.org/support/users/jc_513/)
 * (@jc_513)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-active-directory-integration-version-090-published/#post-1119955)
 * I think this plugin will fit my needs but I have a few snags limiting its use
   for me.
 * Couple of questions that may help in its continued use…
 * 1. Can you add an option to auth off of AD’s samaccountname instead of AD’s description
   attribute?
 * 2. Can you add an option to set WordPress displayname to be them same as AD’s
   description (if not using the description to auth off of)?
 *  Thread Starter [glatze](https://wordpress.org/support/users/glatze/)
 * (@glatze)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-active-directory-integration-version-090-published/#post-1119972)
 * Hi jc!
 * 1. The user is authenticated by sAMAccountName not by description, which would
   make no sense.
 * 2. I have added the option to choose which Active Directory attribute is used
   to set the WP display name in version 0.9.3. You can choose from sAMAccountName,
   displayName, description, SN, CN, givenName or mail.
 * I hope this helps you.
 *  [shimh](https://wordpress.org/support/users/shimh/)
 * (@shimh)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-active-directory-integration-version-090-published/#post-1119977)
 * The plugin is great. I just installed it and it works mostly fine. I am not sure
   if it is just me. I have one small issue. When a user click “log in”, and the
   log in page shows with a “Invalid username or incorrect password” error message.
   At this moment, the user has not entered anything yet. After correct AD credential
   is entered, all just work. The version I use is 0.9.5 with WordPress 2.8.1, php
   5.3.0 and iis 7 on Windows 2008. Any idea on this issue? Thanks.
 *  [jc_513](https://wordpress.org/support/users/jc_513/)
 * (@jc_513)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-active-directory-integration-version-090-published/#post-1119985)
 * 1. You are right. It would make no sense. I had description on the brain. I meant
   AD’s displayname. I have done several tests in my dev environment where I cannot
   login without using the AD displayname instead of the AD samaccountname. In my
   test environment I have a samaccount name of aaabbb and a displayname of aaabbb_disp.
   Using this plugin I cannot locate / login with the samaccount name of aaabbb 
   only the displayname aaabbb_disp. If the AD display name is blank I still cannot
   login. However, through all this I think my issue is/was around the fact that
   my dev environment did not have the configuration setting for Account Suffix.
   It was empty. Setting it made to auth’ing work as expected. Not having it configures
   makes the auth’ing work against the displayname for some reason. A question does
   come to mind is if there are multiple [@domain](https://wordpress.org/support/users/domain/).
   tld options that could be applied, for one example a parent – child domain, how
   would authentication be affected with a set appended suffix if auth’ing across
   domain?
 * 2. This does help tremendously. Thanks for make the addition!! The key though
   is like item #1. If there is no suffix listed then when creating a user in WordPress
   all fields don’t get populated correctly.
 * 3. You have an option to send notification is an account is blocked. Is that 
   AD locked or AD disabled? I’d like to see some type of integration and notification
   with an AD disabled account and the corresponding WordPress account. Is this 
   possible?
 * (is there a better place to discuss support on this product than here?)
 *  Thread Starter [glatze](https://wordpress.org/support/users/glatze/)
 * (@glatze)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-active-directory-integration-version-090-published/#post-1119986)
 * 1. Use of the account suffix is essential. I think about the ability to authenticate
   against different domains. I´ll set it on the roadmap.
 * 2. …
 * 3. No changes were made to AD. The username is stored locally in the wordpress
   db together with a timestamp. If the account is blocked (in wordpress) no AD 
   authentication attempts are made. That´s all. Simple but effective.
 * You can discuss ADI on [BLogbuch](http://blog.ecw.de).
 *  Thread Starter [glatze](https://wordpress.org/support/users/glatze/)
 * (@glatze)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-active-directory-integration-version-090-published/#post-1119987)
 * [@shimh](https://wordpress.org/support/users/shimh/): this issue is fixed in 
   0.9.6.
 *  [dguaraldi](https://wordpress.org/support/users/dguaraldi/)
 * (@dguaraldi)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-active-directory-integration-version-090-published/#post-1120017)
 * OK, So what am I doing wrong? I installed the plugin like so many others and 
   when I goto the login page, Internet Explorer comes up blank and says done at
   the bottom.
    I can no longer get the the Login Page with it activated. I even
   tryed to use the default Theme. I am using WordPress 2.8.1
 * Thoughts and thanks.
 *  [naimashaikh](https://wordpress.org/support/users/naimashaikh/)
 * (@naimashaikh)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-active-directory-integration-version-090-published/#post-1120044)
 * [@jc_513](https://wordpress.org/support/users/jc_513/) The trick to get it to
   authenticate against samaAccountname is to comment out the following line in 
   adLDAP.php in function authenticate. Then you won’t need to mess around with 
   suffix.
 * $this->_bind = @ldap_bind($this->_conn,$username.$this->_account_suffix,$password);
 * Hope it works for you.
 *  [dgroos](https://wordpress.org/support/users/dgroos/)
 * (@dgroos)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-active-directory-integration-version-090-published/#post-1120048)
 * Hi Glatze,
    Thanks for making this plugin. Does your plugin work with WordPress
   2.8.6? It only says 2.8.5. My district internet engineer has been trying to make
   an AD/LDAP WordPress plugin work for me. I think the reason these plugins aren’t
   working is that none of them work with v. 2.8.6–at least none of them say they
   are compatible with this version.
 * This is a vital component of what I’m trying to do in the ‘Growing Communities
   of Scientists’ program with hundreds of users and need to know if our Internet
   guy should continue pressing forward with your plugin.
 * I’m using Ubuntu Hardy as the server.
    Thanks again, David
 *  [jacob123](https://wordpress.org/support/users/jacob123/)
 * (@jacob123)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-active-directory-integration-version-090-published/#post-1120050)
 * [@naima](https://wordpress.org/support/users/naima/).shaikh
 * Thanks for the tip about samaAccountname.
    I was geting this message when using
   the test tool:
 * >  [NOTICE] adLDAP object created.
   >  [INFO] max_login_attempts: 3 [INFO] users
   > failed logins: 0 [ERROR] Authentication failed [WARN] storing failed login 
   > for user “ldap” Logon failed
 * It’s been bugging me forever and I haven’t been able to authenticate with AD 
   using any other plugin so far, and by commenting out that code everything worked
   fine. So if anyone ever gets this error, try following what naima.shaikh mentioned
   above.
 *  [xltima](https://wordpress.org/support/users/xltima/)
 * (@xltima)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-active-directory-integration-version-090-published/#post-1120066)
 * I had the same error.
 * And yes commenting out that line in the adLDAP.php file under the plugin folder
   works!
 *  [russ668](https://wordpress.org/support/users/russ668/)
 * (@russ668)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-active-directory-integration-version-090-published/#post-1120068)
 * If you comment out that code, it’s not pulling data from the Active Directory,
   it’s just adding a new user to the WordPress database. I am having much difficulty
   successfully connecting to the AD for my company. It says it successfully creates
   the ldap object but then gives me the Authentication Failed error and warns that“
   storing failed login for rpeters”. I know I’m putting in a correct network username
   and password.
 *  [active-directory](https://wordpress.org/support/users/active-directory/)
 * (@active-directory)
 * [16 years ago](https://wordpress.org/support/topic/plugin-active-directory-integration-version-090-published/#post-1120071)

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘[Plugin: Active Directory Integration] Version 0.9.0 published’ is closed
to new replies.

 * 13 replies
 * 10 participants
 * Last reply from: [active-directory](https://wordpress.org/support/users/active-directory/)
 * Last activity: [16 years ago](https://wordpress.org/support/topic/plugin-active-directory-integration-version-090-published/#post-1120071)
 * Status: not a support question

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
