            loginpwd - Automatic login password handling for LinPac
                                 Version 0.1

           (c) 1999 by Radek Burget OK2JBG <xburge01@stud.fee.vutbr.cz>


The loginpwd package adds the functions needed for automatic reply to the
login password requests to LinPac. 

This package currently supports the method used by the VE2BLY C_FILTER 
used at many F6FBB systems. User password is the string up to 60 characters
long containing alphanumeric characters. The BBS asks for 5 random
characters from the password => the answer is the 5 chars long string.


CONFIGURATION
-------------
 
Edit your station database $HOME/LinPac/station.data following way:

1. Find the paraph containing information about your home BBS. It begins
with the label [<bbs_callsign>]. If the paragraph doesn't exist, add this
label at the end of the file.

2. Add following lines to the paragraph:
LOGINPW=<your_login_passwod>
PWPROMPT=<bbs_prompt>

The bbs_prompt is the text which bbs displays when waining for
authorization. Usually it looks like 'Password>' or 'bbs_call>' and it
should be followed by five numbers.
