A hack for a LDAP enabled WordPress 1.5. More and more large organizations with external authentication are using WordPress internally.
A hack for a LDAP enabled WordPress 1.5. More and more large organizations with external authentication are using WordPress internally.
You might also be interested in the work I’ve been doing to extend the authentication API to allow for authentication via plugins:
http://dev.webadmin.ufl.edu/~dwc/wordpress/
The project I’m doing this for has not been released yet, so I haven’t made much noise about it.
That looks really cool! I’ll test out that patch and we can have it in 1.5.1.
Wow, all of this new auth functionality will be really nice! 1.5 is already rock solid on its own, but with hooks into Apache’s authentication capabilities, a lot more doors will open.
Sweet 😀
Matt: Big business + MySQL? Good luck 🙁
WE NEED ADOdb SUPPORT! One of my collegues ported WP1.2 to Oracle, but that can’t happen for every upgrade… I’ve gotten aproval for WP for both interal and external uses at work and this LDAP mod is fantastic, except there’s no chance of MySQL support :\
Open up WordPress — let go of the single DB format!
Matt, I made a minor change to the authentication patch this morning. The check_passwords action now includes the username in its arguments.
Andrew: Doesn’t WP use Justin Vincent’s ezSQL, which supports many types of databases?
But the SQL itself isn’t portable in all cases.
Maybe you want to read my note on a possible security flaw.