|
Lines 113-118
If specified, login is allowed only for users whose primary
Link Here
|
| 113 |
group or supplementary group list matches one of the patterns. |
113 |
group or supplementary group list matches one of the patterns. |
| 114 |
Only group names are valid; a numerical group ID is not recognized. |
114 |
Only group names are valid; a numerical group ID is not recognized. |
| 115 |
By default, login is allowed for all groups. |
115 |
By default, login is allowed for all groups. |
|
|
116 |
Multiple |
| 117 |
.Cm AllowGroups |
| 118 |
directives are permitted. |
| 116 |
The allow/deny groups directives are processed in the following order: |
119 |
The allow/deny groups directives are processed in the following order: |
| 117 |
.Cm DenyGroups , |
120 |
.Cm DenyGroups , |
| 118 |
.Cm AllowGroups . |
121 |
.Cm AllowGroups . |
|
Lines 165-170
If specified, login is allowed only for user names that
Link Here
|
| 165 |
match one of the patterns. |
168 |
match one of the patterns. |
| 166 |
Only user names are valid; a numerical user ID is not recognized. |
169 |
Only user names are valid; a numerical user ID is not recognized. |
| 167 |
By default, login is allowed for all users. |
170 |
By default, login is allowed for all users. |
|
|
171 |
Multiple |
| 172 |
.Cm AllowUsers |
| 173 |
directives are permitted. |
| 168 |
If the pattern takes the form USER@HOST then USER and HOST |
174 |
If the pattern takes the form USER@HOST then USER and HOST |
| 169 |
are separately checked, restricting logins to particular |
175 |
are separately checked, restricting logins to particular |
| 170 |
users from particular hosts. |
176 |
users from particular hosts. |
|
Lines 553-558
Login is disallowed for users whose primary group or supplementary
Link Here
|
| 553 |
group list matches one of the patterns. |
559 |
group list matches one of the patterns. |
| 554 |
Only group names are valid; a numerical group ID is not recognized. |
560 |
Only group names are valid; a numerical group ID is not recognized. |
| 555 |
By default, login is allowed for all groups. |
561 |
By default, login is allowed for all groups. |
|
|
562 |
Multiple |
| 563 |
.Cm DenyGroups |
| 564 |
directives are permitted. |
| 556 |
The allow/deny groups directives are processed in the following order: |
565 |
The allow/deny groups directives are processed in the following order: |
| 557 |
.Cm DenyGroups , |
566 |
.Cm DenyGroups , |
| 558 |
.Cm AllowGroups . |
567 |
.Cm AllowGroups . |
|
Lines 566-571
by spaces.
Link Here
|
| 566 |
Login is disallowed for user names that match one of the patterns. |
575 |
Login is disallowed for user names that match one of the patterns. |
| 567 |
Only user names are valid; a numerical user ID is not recognized. |
576 |
Only user names are valid; a numerical user ID is not recognized. |
| 568 |
By default, login is allowed for all users. |
577 |
By default, login is allowed for all users. |
|
|
578 |
Multiple |
| 579 |
.Cm DenyUsers |
| 580 |
directives are permitted. |
| 569 |
If the pattern takes the form USER@HOST then USER and HOST |
581 |
If the pattern takes the form USER@HOST then USER and HOST |
| 570 |
are separately checked, restricting logins to particular |
582 |
are separately checked, restricting logins to particular |
| 571 |
users from particular hosts. |
583 |
users from particular hosts. |
| 572 |
- |
|
|