Changeset 152
- Timestamp:
- 01/04/08 10:01:40
(1 year ago)
- Author:
- slawrence
- Message:
Lower case CLIP user
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r151 |
r152 |
|
| 403 | 403 | echo "-:ALL EXCEPT users :ALL" >> /etc/security/access.conf |
|---|
| 404 | 404 | # Add a User who is in the users group allowing access to the system |
|---|
| 405 | | adduser -G users,wheel CLIPUser |
|---|
| 406 | | echo "123)(*qweASD" | passwd --stdin CLIPUser |
|---|
| | 405 | adduser -G users,wheel clipuser |
|---|
| | 406 | echo "123)(*qweASD" | passwd --stdin clipuser |
|---|
| 407 | 407 | # Cron was previously set to use /etc/security/access.conf, which did |
|---|
| 408 | 408 | # nothing by default. We don't want to block root from using cron. |
|---|
| r121 |
r152 |
|
| 18 | 18 | |
|---|
| 19 | 19 | # Add a User who is in the users group allowing access to the system |
|---|
| 20 | | /usr/sbin/adduser -G users,wheel CLIPUser |
|---|
| 21 | | passwd CLIPUser < CLIPUserPassword |
|---|
| | 20 | /usr/sbin/adduser -G users,wheel clipuser |
|---|
| | 21 | echo "123)(*qweASD" | passwd --stdin clipuser |
|---|
| 22 | 22 | |
|---|
| 23 | 23 | # Cron was previously set to use /etc/security/access.conf, which did |
|---|
Download in other formats:
* Generating other formats may take time.