
functions
files
intro
|
|
Configuration of users and groups |
modules/UsersUI.ycp |
UI-related routines to be run from perl modules (Users.pm etc.)
Author: Jiri Suchomel
|
|
|
Imports
Global Functions
Local Functions
|
|
|
global SystemUserName (string name) -> string
|
|
Return the translated name for system user
- Parameters:
local getConfigurationType (string dir) -> symbol
|
|
Ask user for configuration type (standard or NIS)
- Parameters:
dir |
string directory with NIS settings |
- Return value:
|
`passwd or `nis or `abort |
global ReadNISConfigurationType (string basedir) -> string
|
|
If we can ask and are a NIS server, ask which set of users
to administer and set UserWriteStack accordingly.
- Parameters:
basedir |
the directory, where the data are stored |
- Return value:
global GetPasswdErrorMessage (integer errno, string more) -> string
|
|
Error messages for errors detected during reading via .passwd agent
- Parameters:
- Return value:
global RecodeUTF (string text) -> string
|
|
recode the string from "environment encoding" to UTF-8
- Parameters:
global HashPassword (string method, string pw) -> string
|
|
- Parameters:
|