login | register
Tue 18 of Nov, 2008 (15:35 UTC)

bitweaver - Web Application Framework and CMS

Web Application Framework and CMS

Refresh cacheRSS feed

adam stokes Blog

just a place to keep items of bw interest

Created by: adam stokes, Wed 05 of Jul, 2006 (03:08 UTC)
Last modified: Tue 25 of Jul, 2006 (03:51 UTC)
find in entriesSearch  
Refresh cachePrint

pluggable auth

By adam stokes
Tuesday 25 of July, 2006
Posted to adam stokes Blog
Thanks to hash9 a pluggable auth system is available for bitweaver cvs. My next big project is to backport this to bitweaver 1.3.1 for my purposes and hopefully others will benefit as well :D
http://www.bitweaver.org/wiki/Pluggable+Authentication+Tutorial
Refresh cachePrint

more on mail-auth

By adam stokes
Wednesday 05 of July, 2006
Posted to adam stokes Blog
So I have a completed (somewhat) patch for adding mail authentication within bitweaver. This patch mainly serves my purposes and for the most part can be easily extended into a full featured mail auth function. The basics are covered, auth, create user in db if does not exists, and username collision which seems to be non functional in bw other than spit out an error if a name exists.

Please test the patch out and add to it, would like to see this move directly into bitweaver's future for ano…
Refresh cachePrint

integrating mail auth with php-imap

By adam stokes
Wednesday 05 of July, 2006
Posted to adam stokes Blog
Here is the beginnings of my attempt to implement mail authencation with bitweaver. this has been tested with 1.3.1 and doesn't work completely. im a little stuck on getting the authentication to actually trigger my function to test the user/pass of the mail server. Would really appreciate any help on this :)

http://people.redhat.com/astokes/patches/bitweaver/mail_auth.patch