Configuration of users and groups |
include/users/widgets.ycp |
Widgets definitions and helper functions |
|
|
Imports
- Autologin
- Label
- Ldap
- Mode
- Popup
- Report
- Users
- UsersCache
- UsersLDAP
- Wizard
Includes
Local Functions
|
|
|
local EncryptionPopup () -> string
|
|
Popup for choosing the password encryption method.
local LDAPSearchFilterPopup () -> boolean
|
|
Popup for configuration user/group filter for making the LDAP search
- Return value:
local AutologinPopup () -> boolean
|
|
Popup for Login settings (Auotolgin feature, login without passwords)
- Return value:
local DeleteUserPopup () -> symbol
|
|
Popup for deleting user
- Return value:
local DeleteGroupPopup () -> symbol
|
|
Popup for deleting group
- Return value:
local CustomizePopup (string what) -> boolean
|
|
Dialog for definition of customized view
- Parameters:
- Return value:
|
true if customs were odified |
local ChooseTypePopup (list<string> sets, string what) -> string
|
|
When there are more users/groups shown, choose which type should be created
after `add click
- Parameters:
local GetExpertList () -> list
|
|
return the list of menu items of "Expert Options" menubutton
local help_main_start () -> string
|
|
First part of the help text.
- Return value:
local help_main_end () -> string
|
|
Last part of the help text.
- Return value:
local UsersDialogHelp () -> string
|
|
Help for UsersDialog.
- Return value:
local GroupsDialogHelp () -> string
|
|
Help for usersGroups.
- Return value:
local SummaryTableInit (string widget_id) -> void
|
|
Initialize the contents of Summary Table widget
- Parameters:
local AdvancedButtonsHandler (string widget_id, map event) -> any
|
|
Handler for events generated by Expert Settings menubutton
- Parameters:
|