'\" t .\" Title: login.access .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.75.1 .\" Date: 07/24/2009 .\" Manual: File Formats and Conversions .\" Source: File Formats and Conversions .\" Language: Polish .\" .TH "LOGIN\&.ACCESS" "5" "07/24/2009" "File Formats and Conversions" "File Formats and Conversions" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAZWA" login.access \- login access control table .SH "OPIS" .PP The \fIlogin\&.access\fR file specifies (user, host) combinations and/or (user, tty) combinations for which a login will be either accepted or refused\&. .PP When someone logs in, the \fIlogin\&.access\fR is scanned for the first entry that matches the (user, host) combination, or, in case of non\-networked logins, the first entry that matches the (user, tty) combination\&. The permissions field of that table entry determines whether the login will be accepted or refused\&. .PP Each line of the login access control table has three fields separated by a ":" character: .PP \fIpermission\fR:\fIusers\fR:\fIorigins\fR .PP The first field should be a "\fI+\fR" (access granted) or "\fI\-\fR" (access denied) character\&. The second field should be a list of one or more login names, group names, or \fIALL\fR (always matches)\&. The third field should be a list of one or more tty names (for non\-networked logins), host names, domain names (begin with "\&."), host addresses, internet network numbers (end with "\&."), \fIALL\fR (always matches) or \fILOCAL\fR (matches any string that does not contain a "\&." character)\&. If you run NIS you can use @netgroupname in host or user patterns\&. .PP The \fIEXCEPT\fR operator makes it possible to write very compact rules\&. .PP The group file is searched only when a name does not match that of the logged\-in user\&. Only groups are matched in which users are explicitly listed: the program does not look at a user\'s primary group id value\&. .SH "PLIKI" .PP /etc/login\&.defs .RS 4 Konfiguracja pakietu shadow\&. .RE .SH "ZOBACZ TAKŻE" .PP \fBlogin\fR(1)\&.