17.11. Permission Checking

When an authenticated transfer has been performed, the following permission information will be provided.



For example, to reject non-authenticated operations, the following line could be put in the permissions file.

REJECT NOT AUTH


If a remote server has id information FFEDBEEFDEAF, then the following will accept only forwarded jobs from this server.

ACCEPT AUTH AUTHFROM=FFEDBEEFDEAF
REJECT AUTH
REJECT NOT AUTH


To allow only authenticated users to remove jobs you can use:

ACCEPT AUTH SERVICE=R,M,L,P AUTHSAMEUSER
REJECT AUTH
REJECT NOT AUTH