mos-auth.conf.5.rst 1,4 КБ
Newer Older
sgakerru's avatar
sgakerru включено в состав коммита
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.. |NAME| replace:: mos-auth-config
.. |GROUP_NAME| replace:: mos-auth
.. |CONFIG_FILE| replace:: mos-auth.conf
.. |CONFIG_FILE_PATH| replace:: /etc/mos-auth/|CONFIG_FILE|

===============
 |CONFIG_FILE|
===============

---------------------
|NAME| configuration
---------------------

:Date: 17 May, 2024
:Manual section: 5
:Manual group: |GROUP_NAME|

DESCRIPTION
===========

Configuration loads from system config file.

|CONFIG_FILE_PATH|
	System configuration file

This file configures various parameters of the `mos-auth` subsystem.
If this file is not available, default values are used.

OPTIONS
=======

[sddm] section:

The ``sddm`` section contains the parameters for the login authorization screen.

`guest-enabled=`
	When enabled, button for ``login as guest`` is displayed.

	Default value is **true**.

`guest-home-tmpfs=`
	When enabled, guest profile (`/home` dir) is mounted via ``tmpfs``.

	It means all files in the guest's home directory will be located in RAM. However, this increases security, as the guest profile will be cleared automatically upon reboot, and also increases the speed of creating / clearing a guest when logging into the guest account.

	Default value is **false**.

`mos-auth-btn-enabled=`
	When enabled, button for ``login through mos.ru account`` is displayed.

	Default value is **true**.

SEE ALSO
========

|NAME|\(8\)

AUTHOR
======
MOS Team