
functions
files
intro
|
|
inst_root.ycp
Author: Klaus Kämpf
Purpose:
Displays two input fields to get the root password from the user.
Plausibility checks executed:
- password must be given
- first and second entry must match
- length of password >= 5
- only certain characters allowed
After all the password is crypted and written into the user_settings.
SCR: Write( .pam.all.password.pam_unix2 )
Write( .pam.all.password.pam_pwcheck ) |
|
|
|
Imports
Includes
Functions
|
|
|
|
local expert_dialog () -> void
|
|
"Expert" dialog for root password:
Let user choose the encryption method.
|