• I’m using AD-AI along with Networks for WordPress. AD logins work just fine for the main site. They fail for the other sites. (Local logins work fine.) I get a message “error creating account” even though the account already exists. I turned on debugging to see if provided any additional information. Testing if the account is a member of an AD group is failing even though the same groups are set on the primary site.

    I’m getting Warning: “ldap_search() [function.ldap-search]: Search: Operations error in D:\inetpub\wwwblogs\wp-content\plugins\active-directory-authentication-integration\inc\adLDAP.php on line 978” which is in
    public function user_info()
    The line reads
    $sr=ldap_search($this->_conn,$this->_base_dn,$filter,$fields);

    Any help is appreciated. Thanks.

    http://wordpress.org/extend/plugins/active-directory-authentication-integration/

Viewing 2 replies - 1 through 2 (of 2 total)
  • cheezitman

    (@cheezitman)

    I’m getting the same thing, except that I’m running it on Ubuntu 12.04 LTS.

    Plugin Author Curtiss Grymala

    (@cgrymala)

    Can you try the current development version and see if you still experience this issue?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Networks for WP / AD logins failing except for main site’ is closed to new replies.