Sharp.Augeas/Sharp.Augeas.Test/lens/tests/test_gdm.aug

22 lines
620 B
Plaintext
Raw Normal View History

2022-11-08 20:57:02 +03:00
module Test_gdm =
let conf = "[daemon]
# Automatic login, if true the first attached screen will automatically logged
# in as user as set with AutomaticLogin key.
AutomaticLoginEnable=false
AutomaticLogin=
[server]
0=Standard device=/dev/console
"
test Gdm.lns get conf =
{ "daemon"
{ "#comment" = "Automatic login, if true the first attached screen will automatically logged" }
{ "#comment" = "in as user as set with AutomaticLogin key." }
{ "AutomaticLoginEnable" = "false" }
{ "AutomaticLogin" }
{} }
{ "server"
{ "0" = "Standard device=/dev/console" } }