Changeset 212
- Timestamp:
- 07/11/08 09:05:41
(5 months ago)
- Author:
- jmowery
- Message:
update to kickstart to set pam_passwdqc and to call passwd for root and clipuser at end of install
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r201 |
r212 |
|
| 373 | 373 | account required pam_permit.so |
|---|
| 374 | 374 | |
|---|
| 375 | | password required pam_cracklib.so try_first_pass retry=3 minlen=14 difok=4 dcredit=-2 ucredit=-2 ocredit=-2 lcredit=-2 |
|---|
| | 375 | password required pam_passwdqc.so min=disabled,disabled,disabled,disabled,14 max=40 passphrase=0 match=0 similar=deny random=0 enforce=everyone retry=3 |
|---|
| 376 | 376 | password sufficient pam_unix.so sha512 shadow nullok try_first_pass use_authtok remember=12 |
|---|
| 377 | 377 | password required pam_deny.so |
|---|
| … | … | |
| 1220 | 1220 | |
|---|
| 1221 | 1221 | |
|---|
| 1222 | | |
|---|
| | 1222 | #check numbers of chvt |
|---|
| | 1223 | chvt 3 |
|---|
| | 1224 | clear |
|---|
| | 1225 | echo "Please choose a root password" |
|---|
| | 1226 | passwd root |
|---|
| | 1227 | echo "Please choose a password for clipuser" |
|---|
| | 1228 | passwd clipuser |
|---|
| | 1229 | clear |
|---|
| | 1230 | chvt 7 |
|---|
| 1223 | 1231 | |
|---|
| 1224 | 1232 | ########################################################################## |
|---|
Download in other formats:
* Generating other formats may take time.