• If that title doesn’t scare you off!….

    Our setup is a WP multi site with a wildcard domain. AD-integration is working well – except in this specific case.

    New user logs in at a page such as:
    http://myblog.ourwordpress.org/wp-login.php

    Password and authorisation succeeds and they see the normal admin dashboard. Except, that their newly created user account is associated with ourwordpress.org, and everything they see is in that context.

    Looking at the code ad-integration.php line 994:

    // Here we go!
    $return = wp_create_user($username, $password, $email);

    This seems to be the call that creates the user. Is there some way to specify which blog the user will be associated with, depending on which domain login page they enter from?

    Apart from this problem I have found the ad-integration plugin to be very useful and the test function is especially good.

    Rob

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Active Directory Integration] AD integration with wildcard domain multisite – user creation’ is closed to new replies.