• Hi – does anyone know if WP in multi-site mode can be used to authenticate from multiple locations for different blogs/sites? My organization has an install with around 5 separate blogs/sites.

    We use the muldap plugin to hit an LDAP server for all of the blogs to authenticate users for posts and for admin logs, etc. However we 2 new blogs/sites that want to use the WP internal method for authentication – is that possible to change authentication method on a per-blog or per-site basis? If so, how?

    And also, is it possible for WP to hit multiple authentication servers concurrently? That is, can a user log in, and WP will attempt to auth from one datasource; if that user’s credentials are not found in that datasource, can WP then automatically move to another datasource and try that for login, and so forth, until it runs out of defined datasources? I’ve looked and looked, abut cannot find the answers to these questions.

    thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sturnerua

    (@sturnerua)

    Anybody? Buehler? Buehler? Anybody?

    Assume a lack of an answer means “I have no idea”. ;P

    is it possible for WP to hit multiple authentication servers concurrently? That is, can a user log in, and WP will attempt to auth from one datasource; if that user’s credentials are not found in that datasource, can WP then automatically move to another datasource and try that for login, and so forth, until it runs out of defined datasources?

    Is it possible? Well, it’s php – anything is possible if you wanna code it up.

    In other words, WordPress can do this if you want to write up your own authentication routine, yeah.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multiple, conccurrent authentication for WP & multi-sites?’ is closed to new replies.