1 # Example authforce.rc 2 # edit and copy to /usr/local/etc/authforcerc or $HOME/.authforcerc 3 # 4 5 # Setting this on causes authforce to beep when a match is found 6 beep = 1 7 8 # Setting this between 0-5 specifies how much debugging info to show. 0 - none, 5 - the max 9 debug = 0 10 11 # This sets the location of the dummy match list 12 # WARNING: only works if USE_DUMMY was set in Makefile 13 # dummy_file = /usr/local/share/authforce/data/dummy.lst 14 15 # This sets the name of the logfile 16 # logfile = authforce.log 17 18 # This sets either the location of or the use of the resume session file 19 # resume = session.save 20 # resume = 0 21 22 # This sets either the location of or the use of the save session file 23 # save = session.save 24 # save = 0 25 26 # This sets the maximum number of users to be attempted 27 # set to 0 for unlimited 28 # max_users = 0 29 30 # This sets the user agent transmitted to the remote webserver 31 # WARNING: at the moment, all spaces will be removed. see BUGS 32 # user_agent = authforce 33 34 # This sets the location of username:password pairs 35 # pairs_file = /usr/local/share/authforce/data/userpass.lst 36 37 # This sets the delay between attempts in seconds 38 # password_delay = 0 39 40 # This sets the location of the common password list 41 # password_file = /usr/local/share/authforce/data/password.lst 42 43 # This sets the path list for the data files 44 # path = /usr/local/share/authforce/data:data:. 45 46 # This sets the proxy to be used to connect to webservers 47 # proxy = http://server:8080 48 49 # Setting this on causes only error messages to be outputted 50 # quiet = 0 51 52 # This sets the delay between username attempts in seconds 53 # user_delay = 0 54 55 # This sets the location of the username file 56 # username_file = /usr/local/share/authforce/data/username.lst