|
Last change
on this file since 1332 was
1332,
checked in by mitchb, 16 years ago
|
|
Put pristine upstream mock PAM config under revision control
|
|
File size:
564 bytes
|
| Line | |
|---|
| 1 | #%PAM-1.0 |
|---|
| 2 | auth sufficient pam_rootok.so |
|---|
| 3 | auth sufficient pam_succeed_if.so user ingroup mock use_uid quiet |
|---|
| 4 | # Uncomment the following line to implicitly trust users in the "wheel" group. |
|---|
| 5 | #auth sufficient pam_wheel.so trust use_uid |
|---|
| 6 | # Uncomment the following line to require a user to be in the "wheel" group. |
|---|
| 7 | #auth required pam_wheel.so use_uid |
|---|
| 8 | auth include system-auth |
|---|
| 9 | account sufficient pam_succeed_if.so user ingroup mock use_uid quiet |
|---|
| 10 | account include system-auth |
|---|
| 11 | password include system-auth |
|---|
| 12 | session include system-auth |
|---|
| 13 | session optional pam_xauth.so |
|---|
Note: See
TracBrowser
for help on using the repository browser.