
functions
files
intro
|
|
Configuration of users and groups |
include/users/complex.ycp |
Dialogs definitions |
|
|
Imports
- Autologin
- Label
- Ldap
- Mode
- Popup
- Report
- Security
- Users
- UsersCache
- Wizard
Includes
Local Functions
|
|
|
local Modified () -> boolean
|
|
Return a modification status
- Return value:
|
true if data was modified |
local ReadDialog (boolean useUI) -> symbol
|
|
Read settings dialog
- Parameters:
useUI |
boolean use user interface (change progress bar) |
- Return value:
|
`next if success, else `abort |
local WriteDialog (boolean useUI) -> symbol
|
|
Write settings dialog
- Parameters:
useUI |
boolean use user interface (change progress bar) |
- Return value:
|
`next if success, else `abort |
local usersInstStart () -> symbol
|
|
Set the module into installation mode with
first dialog for single user addition
- Return value:
local ReallyAbort () -> symbol
|
|
The dialog that appears when the [Abort] button is pressed.
- Return value:
|
`abort if user really wants to abort |
|