Description
Type string READONLY
clienthost contains the host name/IP address of the requesting host.
Example
# reject commands being issued from unknown workstations workstations = {"sun34","sun35","sun36"}; if (!(clienthost in workstations)) reject;