From: Brian A. <br...@ta...> - 2001-01-25 20:06:28
|
Chris Nandor wrote: > Very cool. Keep us informed, if you can; we have not tried to plug in > other authentication modules yet, and I imagine it might not be seamless, > but we want it to be. We took a big step toward making it seamless by > moving the getUser code to Slash::Utility, though (we renamed it, too, and > I forget the new name right now, but it is the code to basically set a user > up before saving it to the object you get when you call getCurrentUser()). I have the authentication code somewhat working as a C module for Apache right now. It doesn't generate the data needed for getCurrentUser() but does do the actual authentication and sets SLASH_USER (and REMOTE_USER for that matter). I have some sites that are halfway between running bender and homegrown code at the moment, and this made my transition a bit easier. -Brian |