|
Lines 72-78
If specified, login is allowed only for
Link Here
|
| 72 |
group or supplementary group list matches one of the patterns. |
72 |
group or supplementary group list matches one of the patterns. |
| 73 |
.Ql \&* |
73 |
.Ql \&* |
| 74 |
and |
74 |
and |
| 75 |
.Ql ? |
75 |
.Ql \&? |
| 76 |
can be used as |
76 |
can be used as |
| 77 |
wildcards in the patterns. |
77 |
wildcards in the patterns. |
| 78 |
Only group names are valid; a numerical group ID is not recognized. |
78 |
Only group names are valid; a numerical group ID is not recognized. |
|
Lines 93-99
If specified, login is allowed only for
Link Here
|
| 93 |
match one of the patterns. |
93 |
match one of the patterns. |
| 94 |
.Ql \&* |
94 |
.Ql \&* |
| 95 |
and |
95 |
and |
| 96 |
.Ql ? |
96 |
.Ql \&? |
| 97 |
can be used as |
97 |
can be used as |
| 98 |
wildcards in the patterns. |
98 |
wildcards in the patterns. |
| 99 |
Only user names are valid; a numerical user ID is not recognized. |
99 |
Only user names are valid; a numerical user ID is not recognized. |
|
Lines 187-193
Login is disallowed for users whose prim
Link Here
|
| 187 |
group list matches one of the patterns. |
187 |
group list matches one of the patterns. |
| 188 |
.Ql \&* |
188 |
.Ql \&* |
| 189 |
and |
189 |
and |
| 190 |
.Ql ? |
190 |
.Ql \&? |
| 191 |
can be used as |
191 |
can be used as |
| 192 |
wildcards in the patterns. |
192 |
wildcards in the patterns. |
| 193 |
Only group names are valid; a numerical group ID is not recognized. |
193 |
Only group names are valid; a numerical group ID is not recognized. |
|
Lines 199-205
by spaces.
Link Here
|
| 199 |
Login is disallowed for user names that match one of the patterns. |
199 |
Login is disallowed for user names that match one of the patterns. |
| 200 |
.Ql \&* |
200 |
.Ql \&* |
| 201 |
and |
201 |
and |
| 202 |
.Ql ? |
202 |
.Ql \&? |
| 203 |
can be used as wildcards in the patterns. |
203 |
can be used as wildcards in the patterns. |
| 204 |
Only user names are valid; a numerical user ID is not recognized. |
204 |
Only user names are valid; a numerical user ID is not recognized. |
| 205 |
By default, login is allowed for all users. |
205 |
By default, login is allowed for all users. |