Nigel Reed <
[email protected]> writes:
The other is some sort of auth script that checks the users entered
username & password against the BBS database which can then provide a
yes/no as to whether they should be allowed in.
I would do this, but then I've written tons of scripts like this so it's
fairly easy for me. The protocol is documented in EXAMPLES in ckpasswd.
If you specify a program with the auth: key in the auth block of
readers.conf, it is run when the user authenticates and gets:
ClientAuthname: <username>
ClientPassword: <password>
on standard input. It should print:
User: <username>
and exit with status 0 on successful authentication, and print some error message and exit with non-zero status
The program can then do whatever you want, such as reach out to your BBS
system to check the username and password.
--
Russ Allbery (
[email protected]) <
https://www.eyrie.org/~eagle/>
Please post questions rather than mailing me directly.
<
https://www.eyrie.org/~eagle/faqs/questions.html> explains why.
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)