Re: [Mod-auth-devel] 0.0.7-test1 is ready
Brought to you by:
firechipmunk,
honx
From: Paul Q. <ch...@fo...> - 2003-11-03 19:18:09
|
On Mon, 03 Nov 2003 19:35:17 +0100, Axel Grossklaus wrote > moin, > > > - make a homepage for prorject: http://mod-auth.sourceforge.net > > (Should we use XML like the Docurmentation? or just HTML/php?) > > i would go for xml in the cvs tree and html in the tarballs > and on the website. > > i comitted the first part of mod_authn_dbi yesterday evening, but > did not update the webpage. > > i hope i can do the rest tomorrow or wednesday. > (i am pretty busy with uni & job at the moment). Thanks for all the stuff you have done, if you can't work on it, don't worry, we got time on our side :) (httpd 2.1 isn't even in alpha yet!) (note to self, i should bug dev@httpd about this...) I will likely move some of the build/style stuff down to the root of the htdocs so one script can build the whole website.(both the docs and general website) > > - Update mod_authn_dbi/README > > - Update mod_authn_dbi/ChangeLog > > - Update mod_authn_dbi/TODO (Set Goals for 0.0.8... any ideas?) > > one or two. > > if possible, i would like to ad a way to decouple the username > that was entered by the user and the name that is used in apache > (logs etc). > > maybe add a directive like > > AuthnDbiAuthUsernameField > > i have not really checked how this could be done in apache, but > i think it would be a nice feature to allow separate user/accounts > but make it look to any script/cgi like the same user looged in. Not entirely sure what you mean by this? In scripting you can pick up what the user authenticated as.. in php its the $_SERVER['PHP_AUTH_USER'] var, and if a user authenticates with authn_dbi first, this value will have what they authenticated with.... > i have not really thought much about other features, > my main goal will be writing more documentation > and provide nice examples for nifty stuff to do > with the query-directive. > > > Anything else you can think of Axel? > not at the moment, but..... more things todo: - update open.cyanworlds.com - update Freshmeat Project Info - Send Release Notice to Freshmeat - Send Release Notices to other places? Axel, do you have a FM account? -chip |