Forums

Multiple, conccurrent authentication for WP & multi-sites? (3 posts)

  1. sturnerua
    Member
    Posted 1 year ago #

    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!

  2. sturnerua
    Member
    Posted 1 year ago #

    Anybody? Buehler? Buehler? Anybody?

  3. Andrea_r
    team pirate
    Posted 1 year ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic