- Timestamp:
- 03/26/09 13:06:55
(1 year ago)
- Author:
- bwhalen
- Message:
Fix bug in clip that prevented cron from being able to run.
http://oss.tresys.com/projects/clip/ticket/33
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r192 |
r274 |
|
| 424 | 424 | sed -i '/^account.*auth$/ a\account\t\trequired\tpam_access.so' /etc/pam.d/sshd |
|---|
| 425 | 425 | sed -i '/^account.*auth$/ a\account\t\trequired\tpam_access.so' /etc/pam.d/login |
|---|
| 426 | | echo "-:ALL EXCEPT users :ALL" >> /etc/security/access.conf |
|---|
| | 426 | cat <<-EOF >> /etc/security/access.conf |
|---|
| | 427 | #only access for root is cron |
|---|
| | 428 | +:root: cron crond |
|---|
| | 429 | -:ALL EXCEPT users :ALL |
|---|
| | 430 | EOF |
|---|
| 427 | 431 | adduser -G users,wheel clipuser |
|---|
| 428 | 432 | echo "123)(*qweASD" | passwd --stdin clipuser |
|---|
Download in other formats:
* Generating other formats may take time.