HOW TO AUTHORIZE




Whith WEBER you can reserve a part of your files at only authorized clients. Before to send a file, WEBER look a authorizathion table to find if the access at this file is protected. The table can be different for every host. You have to define, in weber.ini, for every host the file containing the file protected. In this examples, the table is defined by the line
FILE0AUT	= c:\weber\yes_no0.lst
The entry "FILE0AUT" define the file containing the authorization table.
The table is the file "yes_no0.lst"

Here the contents of the file "yes_no0.lst":

;============================================================================
; pathname              file containig password    	   Group
;============================================================================
\reserved\money.htm	c:\weber\password\parole.pwd	   Accessi Finanziari
\eyesonly\		c:\weber\password\eyes.pwd	   For your eyes only
\reserved\scuola.htm	c:\weber\password\pittura.pwd	   Arte Italiana 


Every line is formed by 3 statement:

  • The file or the directory that you will protect
  • The pathname of file containing the list of authorized clients
  • The name of the authorizatin group
In this example, the line 1 protect only the file \reserved\money.htm, the line 2 protect the whole directory \eyesonly\ and the line 3 only the file \reserved\scuola.htm.
The file c:\weber\password\parole.pwd - by example - contain the list of authorized clients and relative password. Here the contents od the file "c:\weber\password\parole.pwd"
Bianchi:lenzuola
Rossi:toro
Verdi:Giuseppe

The chart of authorizations: