YaST2 Developers Documentation: Configuration of users and groups



functions
files
intro

Configuration of users and groups

include/users/wizards.ycp
Wizards definitions

Imports

  • CWM
  • Label
  • Mode
  • Sequencer
  • Users
  • UsersCache
  • Wizard

Includes

  • users/complex.ycp
  • users/dialogs.ycp
  • users/widgets.ycp

Local Functions

local InitializeTableItems () -> symbol

Before showing the table for first time, read LDAP/NIS if they are included in custom set

local MainSequence (string start) -> symbol

Main workflow of the users/groups configuration

Parameters:
start the first dialog
Return value:
sequence result

local UsersSequence (string start) -> symbol

Whole configuration of users/groups

Parameters:
start the first dialog
Return value:
sequence result

local AutoSequence (string start) -> symbol

Whole configuration of users/groups but without reading and writing. For use with autoinstallation.

Parameters:
start the first dialog
Return value:
sequence result

YaST2 Developers Documentation