1# Default debug level is 1. Values range from 0-2 with 0 being silent
2# All information goes to the syslog.
3#debuglevel 1
4
5# The user name you have for your BPA account
6username yourname
7
8# Your BPA password
9password yourpass
10
11# The default auth server is "sm-server" You can override this value, but
12# you would only do this if you have not set your default domain correctly
13# in your /etc/resolv.conf
14#authserver sm-server
15
16# You can override the default domain if you have your
17# resolv.conf set to not include the BPA domains.
18#authdomain vic.bigpond.net.au
19
20# The loginprog will be executed whenever BPALogin connects successfully
21# you could have it run a script to start a firewall, etc. The first
22# parm to the program will be the port number
23#connectedprog /etc/rc.d/rc.masq
24#disconnectedprog /etc/rc.d/rc.masq
25
26# If you want to bind BPALogin to a specific address rather than all
27# sockets, you can do that here.
28#localaddress 0.0.0.0
29
30# You can now define the listen port instead of a random port
31# This will help with firewalls.
32localport 5050
33
34# Logging can be sent to syslog or stdout.
35#logging syslog
36
37# Set the minimum heartbeat interval. This can protect against
38# DoS attacks.
39#minheartbeatinterval 60
40
41# Set the maximum heartbeat interval.  Sometimes the DCE server will not
42# send a heartbeat for a long time (i.e. longer than seven minutes) but
43# the connection is still open.  BPALogin will normally treat this as a
44# failed connection unless you raise the maximum interval.
45#maxheartbeatinterval 420
46