2 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Testing new authe...
FromSent OnAttachments
Kris KelleySep 12, 2000 1:05 pm 
Kris KelleySep 13, 2000 8:56 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Testing new authentication modules.Actions...
From:Kris Kelley (kkel@genericapp.com)
Date:Sep 13, 2000 8:56:59 am
List:net.sourceforge.lists.courier-users

I'm in the process of writing a new authentication module for Courier

IMAP

If you add the new authentication module to the Makefile, and provide the same setup in the configuration script -- just like the existing authentication modules -- you should wind up with your authentication code being statically linked with both authtest and authinfo. You will verify that this indeed took place by running authinfo, and actually test the code by running authtest.

Probably a stupid question, but you're refering to the configuration script and Makefile within the authlib source directory, correct?

Is there documentation somewhere that gives detail on what to put in these files for a new authentication module, or do I just need to look at the files themselves? I'm afraid shell scripting is not yet one of my strong points.

Thanks again.