DECNET.CONF(5) | File Formats Manual | DECNET.CONF(5) |
/etc/decnet.proxy - DECnet proxy file
/etc/decnet.proxy is an ASCII file which contains mappings of remote DECnet users to local users. It is used by fal(8) when no username and password have been explicitly given to determine whether a user is allowed to access files and also whose files they will get access to.
There is one entry per line, and each line has the following format:
The field descriptions are:
Comments start with a hash mark and continue to the end of that line. They may be on a dedicated line or following an entry.
#/etc/decnet.proxy
# proxy configuration for fal.
#
^tramp$::^test$ christine # Explicitly convert 'test' on tramp to 'christine'
^zaphod$::.* none # Disable proxies from zaphod (assuming you don't
# have a user called 'none')
.*::.* decnet # Like a default DECnet account
.*::.* * # Equivalent to VMS *::* * proxy (make this last
# if you use it)
8 August 2002 | DECnet for Linux |