source: proiecte/PPPP/gdm/data/gdm.schemas.in.in @ 134

Last change on this file since 134 was 134, checked in by (none), 14 years ago

gdm sources with the modifications for webcam

File size: 2.5 KB
Line 
1<gdmschemafile>
2  <schemalist>
3
4    <schema>
5      <key>chooser/Multicast</key>
6      <signature>b</signature>
7      <default>false</default>
8    </schema>
9    <schema>
10      <key>chooser/MulticastAddr</key>
11      <signature>s</signature>
12      <default>ff02::1</default>
13    </schema>
14
15    <schema>
16      <key>daemon/User</key>
17      <signature>s</signature>
18      <default>@GDM_USERNAME@</default>
19    </schema>
20    <schema>
21      <key>daemon/Group</key>
22      <signature>s</signature>
23      <default>@GDM_GROUPNAME@</default>
24    </schema>
25    <schema>
26      <key>daemon/AutomaticLoginEnable</key>
27      <signature>b</signature>
28      <default>false</default>
29    </schema>
30    <schema>
31      <key>daemon/AutomaticLogin</key>
32      <signature>s</signature>
33      <default></default>
34    </schema>
35    <schema>
36      <key>daemon/TimedLoginEnable</key>
37      <signature>b</signature>
38      <default>false</default>
39    </schema>
40    <schema>
41      <key>daemon/TimedLogin</key>
42      <signature>s</signature>
43      <default></default>
44    </schema>
45    <schema>
46      <key>daemon/TimedLoginDelay</key>
47      <signature>i</signature>
48      <default>30</default>
49    </schema>
50
51    <schema>
52      <key>security/DisallowTCP</key>
53      <signature>b</signature>
54      <default>true</default>
55    </schema>
56
57    <schema>
58      <key>xdmcp/Enable</key>
59      <signature>b</signature>
60      <default>false</default>
61    </schema>
62    <schema>
63      <key>xdmcp/MaxPending</key>
64      <signature>i</signature>
65      <default>4</default>
66    </schema>
67    <schema>
68      <key>xdmcp/MaxSessions</key>
69      <signature>i</signature>
70      <default>16</default>
71    </schema>
72    <schema>
73      <key>xdmcp/MaxWait</key>
74      <signature>i</signature>
75      <default>30</default>
76    </schema>
77    <schema>
78      <key>xdmcp/DisplaysPerHost</key>
79      <signature>i</signature>
80      <default>1</default>
81    </schema>
82    <schema>
83      <key>xdmcp/Port</key>
84      <signature>i</signature>
85      <default>177</default>
86    </schema>
87    <schema>
88      <key>xdmcp/HonorIndirect</key>
89      <signature>b</signature>
90      <default>true</default>
91    </schema>
92    <schema>
93      <key>xdmcp/MaxWaitIndirect</key>
94      <signature>i</signature>
95      <default>30</default>
96    </schema>
97    <schema>
98      <key>xdmcp/PingIntervalSeconds</key>
99      <signature>i</signature>
100      <default>15</default>
101    </schema>
102    <schema>
103      <key>xdmcp/Willing</key>
104      <signature>s</signature>
105      <default>@gdmconfdir@/Xwilling</default>
106    </schema>
107  </schemalist>
108</gdmschemafile>
Note: See TracBrowser for help on using the repository browser.