Bump to 1.14.1
[platform/upstream/augeas.git] / lenses / tests / test_gdm.aug
1 module Test_gdm =
2
3    let conf = "[daemon]
4 # Automatic login, if true the first attached screen will automatically logged
5 # in as user as set with AutomaticLogin key.
6 AutomaticLoginEnable=false
7 AutomaticLogin=
8
9 [server]
10 0=Standard device=/dev/console
11 "
12
13    test Gdm.lns get conf =
14       { "daemon"
15          { "#comment" = "Automatic login, if true the first attached screen will automatically logged" }
16          { "#comment" = "in as user as set with AutomaticLogin key." }
17          { "AutomaticLoginEnable"  = "false" }
18          { "AutomaticLogin" }
19          {} }
20       { "server"
21          { "0" = "Standard device=/dev/console" } }