UsersConfig
Object Hierarchy:
Description:
Namespace: Oobs
Package: liboobs-1
Content:
Properties:
- public Group default_group { get; }
- public string default_home { owned get; set; }
- public string default_shell { get; set; }
- public bool encrypted_home { get; }
- public uint maximum_uid { get; set; }
- public uint minimum_uid { get; set; }
Static methods:
Creation methods:
- protected UsersConfig ()
Methods:
- public Result add_user (User user)
- public Result delete_user (User user)
- public uid_t find_free_uid (uid_t uid_min, uid_t uid_max)
- public unowned List get_available_locales ()
- public unowned List get_available_shells ()
- public unowned Group get_default_group ()
- public unowned string get_default_home_dir ()
- public unowned string get_default_shell ()
- public bool get_encrypted_home_support ()
- public unowned User get_from_login (string login)
- public unowned User get_from_uid (uid_t uid)
- public uid_t get_maximum_users_uid ()
- public uid_t get_minimum_users_uid ()
- public unowned List get_users ()
- public bool is_login_used (string login)
- public bool is_uid_used (uid_t uid)
- public void set_default_home_dir (string home_dir)
- public void set_default_shell (string shell)
- public void set_maximum_users_uid (uid_t uid)
- public void set_minimum_users_uid (uid_t uid)
Inherited Members:
All known members inherited from class Oobs.Object
All known members inherited from class GLib.Object