Adding UUCP Logins
For incoming UUCP (uucico) requests from remote machines to be handled properly, each
machine has to have a login on your system.
How to Add UUCP Logins
To allow a remote machine to access your system, you need to add an
entry to the /etc/passwd file as follows:
- Become superuser or assume an equivalent role.
Roles contain authorizations and privileged commands. For more information about roles, see Configuring RBAC (Task Map) in System Administration Guide: Security Services.
To configure a role with the Primary Administrator profile, see Chapter 2, Working With the Solaris Management Console (Tasks), in System Administration Guide: Basic Administration.
- Edit the /etc/passwd file and add the entry to identify the machine that is permitted
to access your system.
A typical entry that you might put into the /etc/passwd file for a remote
machine that is permitted to access your system with a UUCP connection would be
as follows:
Ugobi:*:5:5:gobi:/var/spool/uucppublic:/usr/lib/uucp/uucico
By convention, the login name of a remote machine is the machine name preceded
by the uppercase letter U. Note that the name should not exceed eight
characters. Otherwise, you might have to truncate or abbreviate the name.
The previous entry shows that a login request by Ugobi is answered by
/usr/lib/uucp/uucico. The home directory is /var/spool/uucppublic. The password is obtained from the /etc/shadow
file. You must coordinate the password and the login name with the UUCP administrator
of the remote machine. The remote administrator must then add an appropriate entry, with login
name and unencrypted password, in the remote machine's Systems file.
- Coordinate your machine name with the UUCP administrators on other systems.
Similarly, you must coordinate your machine's name and password with the UUCP administrators of
all machines that you want to reach through UUCP.