Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

uucpd(1m) [hpux man page]

uucpd(1M)																 uucpd(1M)

NAME
uucpd - UUCP over TCP/IP server daemon SYNOPSIS
DESCRIPTION
is the server for supporting UUCP connections over TCP/IP networks. is invoked by (see inetd(1M)) when a UUCP connection is established (that is, a connection to the port indicated in the "uucp" service specification; see services(4)), and executes the following protocol: 1) The server prompts with "login:". The process at the other end must supply a username. 2) If the username refers to an account without a password, the server then prompts with "Password:". The process at the other end must supply the password for that account. The connection is dropped if one or more of the following conditions occurs: o The username is not valid. o The username is valid but refers to an account that does not have as its login shell. o The password authentication fails due to an incorrect password to that account. o The password authentication fails due to the settings in Refer to the security(4) manpage for detailed information on config- urable parameters that affect the password authentication. If the connection is successful, is run (see uucico(1M)). Entries are made in traceable with the and commands (see who(1) and last(1)). Protocol Restriction Only the "g" protocol for is supported. DIAGNOSTICS
All diagnostic messages are returned on the connection, after which the connection is closed. An error occurred while reading the username. An error occurred while reading the password. The username or the password is invalid or the user's login shell for this account is not WARNINGS
On Trusted Systems, prohibits to start if any of the following conditions are true : o The login account is locked (several causes). o The current time does not match existing time-of-day restrictions for this account. Under such conditions, will return the message to the connection. The connection is then dropped. HP-UX 11i Version 3 is the last release to support trusted systems functionality. AUTHOR
was developed by the University of California, Berkeley and HP. FILES
configuration file for inetd optional security file for inetd service name data base login data base security defaults configuration file SEE ALSO
inetd(1M), uucico(1M), pam(3), updatebwdb(3C), security(4), services(4). uucpd(1M)

Check Out this Related Man Page

userstat(1M)															      userstat(1M)

NAME
userstat - check status of local user accounts SYNOPSIS
[parm]... [parm]... DESCRIPTION
checks the status of local user accounts and reports abnormal conditions, such as account locks. If any parm arguments are specified, abnormal status is displayed only for those parameters, otherwise abnormal status is displayed for all parameters. The section describes the various parameter values that can be used for parm. Each account with an abnormal status is displayed on a single line. Each line contains the username followed by one or more parameters, indicating what abnormal conditions exist for the account. The section describes the various parameters that can be displayed. Options The following options are recognized: Display the status of all users listed in (Quiet) Do not print anything to standard output. This can be used when interested only in the return value. Check the status of only the specified user name. The user must be a local user listed in Parameters The parameters that could be displayed to indicate abnormal account status, or that could be used with the option, include the following: is displayed if an administrator lock is present on the account. This lock indicates that the encrypted password in or begins with An administrator lock can be set, for example, with is displayed if the account is locked because the account expiration date has been reached. days is the number of days that the account has been expired. See the description of the expiration field in shadow(4). is displayed if the account's password has expired. days is the number of days that the password has been expired. days is displayed only if its value can be determined. is displayed if the account is locked because there have been no logins to the account for a time interval that exceeds the maximum allowed. days is the number of days that the account has been inactive. See the description of the attribute in security(4). is displayed if the account is locked because the number of consecutive authentication failures exceeded the maximum allowed. num is the number of consecutive authentication failures. See the description of the attribute in security(4). is displayed if the account is locked because the account has a null password and is not allowed to have a null password. See the description of the attribute in security(4). is displayed if the account has a time-of-day login restriction. times defines the time periods that the user may login. See the description of the attribute in security(4). Security Restrictions Users invoking this command must have the authorization. See authadm(1M). is not supported for trusted systems. RETURN VALUE
exits with one of the following values: did not find abnormal status found abnormal status invalid usage or user not found EXAMPLES
The following example reports all abnormal status for all local accounts. The following example shows that the account for user is not locked due to too many consecutive authentication failures. FILES
standard password file shadow password file user database SEE ALSO
authadm(1M), passwd(4), security(4), shadow(4), userdb(4). userstat(1M)
Man Page