adam stokes Blog

Created by: adam stokes, 05 Jul 2006 (03:08 UTC)
Last modified: 25 Jul 2006 (03:51 UTC)

pluggable auth

By adam stokes
Tuesday, July 25, 2006
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

more on mail-auth

By adam stokes
Wednesday, July 05, 2006
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…

integrating mail auth with php-imap

By adam stokes
Wednesday, July 05, 2006
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