YaST2 Developers Documentation: 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 )



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

  • Mode
  • Users
  • Wizard

Includes

  • ui/common_messages.ycp

Functions

local expert_dialog () -> void

"Expert" dialog for root password: Let user choose the encryption method.


YaST2 Developers Documentation