|
|
Register uucico services. A system that expects to be a server in BNU transactions must register a uucico service for each port monitor that receives BNU service requests. Each uucico service registered should include an authentication scheme name in the ``scheme'' field of the port monitor administrative file for the port.
The uucico service is added
using the pmadm command.
pmadm is described in detail in
``Administering port services''
and on
pmadm(1M).
The following pmadm command
adds a line for uucico to the
port monitor's _pmtab file.
In this case, the port monitor is tcp.
pmadm -a -p tcp -s uucico -m "`nlsadmin -c \"/usr/lib/uucp/uucico -r 0 \
-A Addr\"`" -v `nlsadmin -V` -S "cr1 -suucico" -y"uucp"
In the example above, replace Addr with the address on which the uucico service will be offered.