summaryrefslogtreecommitdiffstats
path: root/tde-i18n-fr/docs/tdebase/tdm/tdmrc-ref.docbook
blob: 622756d4e0973670143c1a19da8b69adbf9bc681 (plain)
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
<!-- generated from ../../tdm/config.def - DO NOT EDIT! -->

<chapter id="tdm-files">
<title>Les fichiers de configuration de &tdm;</title>

<para>Ce chapitre documente les fichiers qui contrôlent les fonctionnalités de &tdm;. Certaines de ces fonctionnalités peuvent également être définies depuis le module &kcontrol;.</para>

<sect1 id="tdmrc">
<title>Fichier de configuration principal de &tdm;</title>

<para>Le format basique du fichier est de type <quote>INI</quote>. </para>

<para>Les lignes commençant par un <literal>#</literal> sont des commentaires; les lignes vides sont simplement ignorées.</para>

<para>Les sections sont dénotées par <literal>[</literal><replaceable>Nom de la Section</replaceable><literal>]</literal>. </para>

<para>Vous pouvez configurer chaque affichage X individuellement.</para>
<para>Chaque affichage a un nom, qui consiste en un nom d'hôte (qui est vide pour les affichages locaux spécifiés dans <option>StaticServers</option> ou <option>ReserveServers</option>), un caractère « : » et un numéro d'affichage. De plus, un affichage appartient à une classe d'affichage (qui peut être ignorée dans la plupart des cas).</para>

<para>Les sections avec des paramètres spécifiques à un affichage ont la syntaxe formelle <literal>[X-</literal>&nbsp;<replaceable>host</replaceable>&nbsp;[&nbsp;<literal>:</literal>&nbsp;<replaceable>number</replaceable>&nbsp;[&nbsp;<literal>_</literal>&nbsp;<replaceable>class</replaceable>&nbsp;]&nbsp;]&nbsp;<literal>-</literal>&nbsp;<replaceable>sub-section</replaceable>&nbsp;<literal>]</literal> </para>
<para>Toutes les sections avec le même <replaceable>sub-section</replaceable> constituent une classe de section.</para>

<para>Vous pouvez utiliser le caractère joker <literal>*</literal> (n'importe quelle correspondance) pour <replaceable>host</replaceable>, <replaceable>number</replaceable> et <replaceable>class</replaceable>. Vous pouvez omettre des choses en fin de ligne, elles seront alors considérées comme étant <quote>*</quote>. La partie concernant l'hôte peut être une spécification de domaine comme <replaceable>.inf.tu-dresden.de</replaceable> ou le caractère joker <literal>+</literal> (correspondance pour ce qui est non-vide).</para>

<para>La section depuis laquelle la configuration est extraite est déterminée par ces règles :</para>

<itemizedlist>
<listitem>
<para>Une correspondance exacte est prioritaire sur une correspondance partielle (pour la partie hôte), qui à son tour est prioritaire sur un caractère joker (<literal>+</literal> est prioritaire sur <literal>*</literal>).</para>
</listitem>

<listitem>
<para>La priorité décroît de gauche à droite pour des correspondances exactes identiques.</para>
</listitem>

<listitem>

<para>Exemple : le nom d'affichage <quote>myhost.foo:0</quote>, classe <quote>dpy</quote> </para>
<itemizedlist>
<listitem>
<para>[X-myhost.foo:0_dpy] est prioritaire sur</para>
</listitem>
<listitem>
<para>[X-myhost.foo:0_*] (identique à [X-myhost.foo:0]) est prioritaire sur</para>
</listitem>
<listitem>
<para>[X-myhost.foo:*_dpy] est prioritaire sur</para>
</listitem>
<listitem>
<para>[X-myhost.foo:*_*] (identique à [X-myhost.foo]) est prioritaire sur</para>
</listitem>
<listitem>
<para>[X-.foo:*_*] (identique à [X-.foo]) est prioritaire sur</para>
</listitem>
<listitem>
<para>[X-+:0_dpy] est prioritaire sur</para>
</listitem>
<listitem>
<para>[X-*:0_dpy] est prioritaire sur</para>
</listitem>
<listitem>
<para>[X-*:0_*] (identique à [X-*:0]) est prioritaire sur</para>
</listitem>
<listitem>
<para>[X-*:*_*] (identique à [X-*]).</para>
</listitem>
<listitem>
<para>Ces sections <emphasis>ne</emphasis> correspondent <emphasis>pas</emphasis> à cet affichage :</para>
<para>[X-hishost], [X-myhost.foo:0_dec], [X-*:1], [X-:*]</para>
</listitem>
</itemizedlist>

</listitem>

</itemizedlist>

<para>Les sections communes sont [X-*] (tous les affichages), [X-:*] (tous les affichages locaux) et [X-:0] (le premier affichage local).</para>

<para>Le format pour toutes les clés est <userinput><option><replaceable>clé</replaceable></option>&nbsp;<literal>=</literal>&nbsp;<parameter>valeur</parameter></userinput>. Les clés ne sont valides que dans la classe de section pour laquelle elles ont été définies. Certaines clés ne s'apliquent pas à certains affichages, auquel cas elles sont ignorées. </para>

<para>Si un réglage n'est trouvé dans aucune section, la valeur par défaut est utilisée.</para>

<para>Les caractères spéciaux doivent être échappés par le caractère « antislash » (espaces de début et de fin(<literal>\s</literal>), tabulation (<literal>\t</literal>), fin de ligne (<literal>\n</literal>), retour chariot (<literal>\r</literal>) et le caractère « antislash » lui-même (<literal>\\</literal>)).</para>
<para>Dans les listes, les champs sont séparés par des virgules et n'ont pas d'espace entre eux. </para>
<para>Some command strings are subject to simplified sh-style word splitting: single quotes (<literal>'</literal>) and double quotes (<literal>"</literal>) have the usual meaning; the backslash quotes everything (not only special characters). Note that the backslashes need to be doubled because of the two levels of quoting.</para>

<note><para>Un fichier &tdmrc; primitif est commenté en détail. Tous les commentaires seront perdus si vous modifiez ce fichier via l'interface kcontrol.</para></note>


<sect2 id="tdmrc-general">
<title>La section [General] de &tdmrc;</title>

<para>Cette section contient les options globales qui n'ont leur place dans aucune section specifique. </para>

<variablelist>

<varlistentry>
<term id="option-configversion"><option>ConfigVersion</option></term>
<listitem>
<para>Cette option existe uniquement pour faire des mises à jour automatiques propres. <emphasis>ne la modifiez pas</emphasis>, vous pourriez interférer avec de futures mises à jour et &tdm; pourrait ne plus fonctionner. </para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-staticservers"><option>StaticServers</option></term>
<listitem>
<para>List of displays (&X-Server;s) permanently managed by &tdm;. Displays with a hostname are foreign displays which are expected to be already running, the others are local displays for which &tdm; starts an own &X-Server;; see <option>ServerCmd</option>. Each display may belong to a display class; append it to the display name separated by an underscore. See <xref linkend="tdmrc-xservers"/> for the details. </para>
<para>La valeur par défaut est <quote>:0</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-reserveservers"><option>ReserveServers</option></term>
<listitem>
<para>Liste des affichages à la demande. Voir <option>StaticServers</option> pour la syntaxe. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-servervts"><option>ServerVTs</option></term>
<listitem>
<para>List of Virtual Terminals to allocate to &X-Server;s. For negative numbers the absolute value is used, and the <acronym>VT</acronym> will be allocated only if the kernel says it is free. If &tdm; exhausts this list, it will allocate free <acronym>VT</acronym>s greater than the absolute value of the last entry in this list. Currently Linux only. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-consolettys"><option>ConsoleTTYs</option></term>
<listitem>
<para>This option is for operating systems (<acronym>OS</acronym>s) with support for virtual terminals (<acronym>VT</acronym>s), by both &tdm; and the <acronym>OS</acronym>s itself. Currently this applies only to Linux. </para><para>Lorsque &tdm; bascule en mode console, il commence à surveiller toutes les lignes <acronym>TTY</acronym> listées ici (sans <literal>/dev/</literal> au début). Si aucune d'elle n'est active pendant un certain temps, &tdm; bascule à nouveau vers le login X. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-pidfile"><option>PidFile</option></term>
<listitem>
<para>The nom de fichier spécifié sera créé pour contenir une représentation ASCII de l'identifiant de processus du processus &tdm; principal ; le PID ne sera pas mémorisé sir le nom de fichier est vide. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-lockpidfile"><option>LockPidFile</option></term>
<listitem>
<para>Cette option contrôle si &tdm; utilise le verrouillage par fichier pour éviter que de multiples gestionnaires d'affichage soient lancés les uns sur les autres. </para>
<para>La valeur par défaut est <quote>true</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-authdir"><option>AuthDir</option></term>
<listitem>
<para>Ceci nomme un répertoire dans lequel &tdm; stocke des fichiers d'autorisation pour &X-Server; lorsqu'il initialise la session. &tdm; s'attend à ce que le système supprime les fichiers périmés de ce répertoire au redémarrage. </para><para>Le fichier d'autorisation à utiliser pour un affichage particulier peut être spécifié avec l'option <option>AuthFile</option> dans [X-*-Core]. </para>
<para>La valeur par défaut est <quote>/var/run/xauth</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-autorescan"><option>AutoRescan</option></term>
<listitem>
<para>Cette valeur booléenne contrôle si &tdm; relit automatiquement ses fichiers de configuration s'il constate qu'ils ont changé. </para>
<para>La valeur par défaut est <quote>true</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-exportlist"><option>ExportList</option></term>
<listitem>
<para>Additional environment variables &tdm; should pass on to all programs it runs. <envar>LD_LIBRARY_PATH</envar> and <envar>XCURSOR_THEME</envar> are good candidates; otherwise, it should not be necessary very often. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-randomfile"><option>RandomFile</option></term>
<listitem>
<para>If the system has no native entropy source like /dev/urandom (see <option>RandomDevice</option>) and no entropy daemon like EGD (see <option>PrngdSocket</option> and <option>PrngdPort</option>) is running, &tdm; will fall back to its own pseudo-random number generator that will, among other things, successively checksum parts of this file (which, obviously, should change frequently). </para><para>Cette option n'existe pas sur Linux et divers BSDs. </para>
<para>La valeur par défaut est <quote>/dev/mem</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-prngdsocket"><option>PrngdSocket</option></term>
<listitem>
<para>If the system has no native entropy source like /dev/urandom (see <option>RandomDevice</option>), read random data from a Pseudo-Random Number Generator Daemon, like EGD (http://egd.sourceforge.net) via this UNIX domain socket. </para><para>Cette option n'existe pas sur Linux et divers BSDs. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-prngdport"><option>PrngdPort</option></term>
<listitem>
<para>Identique à <option>PrngdSocket</option>, n'utilise qu'une socket TCP sur localhost. </para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-randomdevice"><option>RandomDevice</option></term>
<listitem>
<para>The path to a character device which &tdm; should read random data from. Empty means to use the system's preferred entropy device if there is one. </para><para>Cette option n'existe pas sur OpenBSD, qui utilise la fonction arc4_random à la place. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-fifodir"><option>FifoDir</option></term>
<listitem>
<para>Le répertoire dans lequel les <acronym>FiFo</acronym>s de commande doivent être créés ; ne pas mettre de valeur pour les désativer. </para>
<para>La valeur par défaut est <quote>/var/run/xdmctl</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-fifogroup"><option>FifoGroup</option></term>
<listitem>
<para>Le groupe auquel la <acronym>FiFo</acronym> de commande globale doit appartenir ; peut être un nom ou un identifiant numérique. </para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-datadir"><option>DataDir</option></term>
<listitem>
<para>The directory in which &tdm; should store persistent working data; such data is, for example, the previous user that logged in on a particular display. </para>
<para>La valeur par défaut est <quote>/var/lib/tdm</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-dmrcdir"><option>DmrcDir</option></term>
<listitem>
<para>The directory in which &tdm; should store users' <filename>.dmrc</filename> files. This is only needed if the home directories are not readable before actually logging in (like with AFS). </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

</variablelist>
</sect2>


<sect2 id="tdmrc-xdmcp">
<title>La section [Xdmcp] de &tdmrc;</title>

<para>Cette section contient des options qui contrôlent comment &tdm; gère des requêtes &XDMCP;. </para>

<variablelist>

<varlistentry>
<term id="option-enable"><option>Enable</option></term>
<listitem>
<para>Si &tdm; doit écouter les requêtes &XDMCP; entrantes. </para>
<para>La valeur par défaut est <quote>true</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-port"><option>Port</option></term>
<listitem>
<para>This indicates the UDP port number which &tdm; uses to listen for incoming &XDMCP; requests. Unless you need to debug the system, leave this with its default value. </para>
<para>La valeur par défaut est <quote>177</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-keyfile"><option>KeyFile</option></term>
<listitem>
<para>XDM-AUTHENTICATION-1 style &XDMCP; authentication requires a private key to be shared between &tdm; and the terminal. This option specifies the file containing those values. Each entry in the file consists of a display name and the shared key. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-xaccess"><option>Xaccess</option></term>
<listitem>
<para>To prevent unauthorized &XDMCP; service and to allow forwarding of &XDMCP; IndirectQuery requests, this file contains a database of hostnames which are either allowed direct access to this machine, or have a list of hosts to which queries should be forwarded to. The format of this file is described in <xref linkend="tdmrc-xaccess"/>. </para>
<para>La valeur par défaut est <quote>${<envar>kde_confdir</envar>}/tdm/Xaccess</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-choicetimeout"><option>ChoiceTimeout</option></term>
<listitem>
<para>Number of seconds to wait for the display to respond after the user has selected a host from the chooser. If the display sends an &XDMCP; IndirectQuery within this time, the request is forwarded to the chosen host; otherwise, it is assumed to be from a new session and the chooser is offered again. </para>
<para>La valeur par défaut est <quote>15</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-removedomainname"><option>RemoveDomainname</option></term>
<listitem>
<para>When computing the display name for &XDMCP; clients, the name resolver will typically create a fully qualified host name for the terminal. As this is sometimes confusing, &tdm; will remove the domain name portion of the host name if it is the same as the domain name of the local host when this option is enabled. </para>
<para>La valeur par défaut est <quote>true</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-sourceaddress"><option>SourceAddress</option></term>
<listitem>
<para>Utiliser l'adresse <acronym>IP</acronym> de la connexion entrante au lieu du nom d'hôte. Utilisez cette option sur les hôtes possédant plusieurs interfaces réseau (<foreignphrase>multihomed</foreignphrase>). Ceci permet d'éviter de se connecter à la mauvaise interface qui peut ne pas être active à cet instant. </para>
<para>La valeur par défaut est <quote>false</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-willing"><option>Willing</option></term>
<listitem>
<para>This specifies a program which is run (as <systemitem class="username">root</systemitem>) when an &XDMCP; DirectQuery or BroadcastQuery is received and this host is configured to offer &XDMCP; display management. The output of this program may be displayed in a chooser window. If no program is specified, the string <quote>Willing to manage</quote> is sent. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

</variablelist>
</sect2>


<sect2 id="tdmrc-shutdown">
<title>La section [Shutdown] de &tdmrc;</title>

<para>Cette section contient des options globales concernant l'arrêt du système. </para>

<variablelist>

<varlistentry>
<term id="option-haltcmd"><option>HaltCmd</option></term>
<listitem>
<para>La commande (sujette à être découpée en mots) à lancer pour stopper/éteindre électriquement le système. </para><para>La valeur par défaut est quelque chose qui convenait sur le système sur lequel &tdm; a été compilé, comme par exemple <command>/sbin/shutdown&nbsp;<option>-h</option>&nbsp;<parameter>now</parameter></command>. </para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-rebootcmd"><option>RebootCmd</option></term>
<listitem>
<para>La commande (sujette à être découpée en mots) à lancer pour redémarrer le système. </para><para>La valeur par défaut est quelque chose qui convenait sur le système sur lequel &tdm; a été compilé, comme par exemple <command>/sbin/shutdown&nbsp;<option>-r</option>&nbsp;<parameter>now</parameter></command>. </para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-allowfifo"><option>AllowFifo</option></term>
<listitem>
<para>Si on peut ou non arrêter le système avec la <acronym>FiFo</acronym> de commande globale. </para>
<para>La valeur par défaut est <quote>false</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-allowfifonow"><option>AllowFifoNow</option></term>
<listitem>
<para>Si on peut ou non annuler des sessions en cours d'exécution lorsqu'on arrête le système via la <acronym>FiFo</acronym> de commande globale. </para><para>Ceci n'aura aucun effet à moins que <option>AllowFifo</option> soit activé. </para>
<para>La valeur par défaut est <quote>true</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-bootmanager"><option>BootManager</option></term>
<listitem>
<para>Le gestionnaire de démarrage que &tdm; doit utiliser pour proposer des options de démarrage dans la boîte de dialogue d'arrêt. </para>
<variablelist>
<varlistentry>
<term><parameter>None</parameter></term>
<listitem><para>aucun gestionnaire de démarrage</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>Grub</parameter></term>
<listitem><para>Le gestionnaire de démarrage GRUB</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>Lilo</parameter></term>
<listitem><para>Le gestionnaire de démarrage LILO (uniquement Linux sur i386 &amp; x86-64)</para></listitem>
</varlistentry>
</variablelist>
<para>La valeur par défaut est <quote>None</quote>.</para>
</listitem>
</varlistentry>

</variablelist>
</sect2>


<sect2 id="tdmrc-core">
<title>La section [X-*-Core] de &tdmrc;</title>

<para>This section class contains options concerning the configuration of the &tdm; backend (core). </para>

<variablelist>

<varlistentry>
<term id="option-opendelay"><option>OpenDelay</option></term>
<listitem>
<para>Voir <option>OpenRepeat</option>. </para>
<para>La valeur par défaut est <quote>15</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-opentimeout"><option>OpenTimeout</option></term>
<listitem>
<para>Voir <option>OpenRepeat</option>. </para>
<para>La valeur par défaut est <quote>120</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-openrepeat"><option>OpenRepeat</option></term>
<listitem>
<para>These options control the behavior of &tdm; when attempting to open a connection to an &X-Server;. <option>OpenDelay</option> is the length of the pause (in seconds) between successive attempts, <option>OpenRepeat</option> is the number of attempts to make and <option>OpenTimeout</option> is the amount of time to spend on a connection attempt. After <option>OpenRepeat</option> attempts have been made, or if <option>OpenTimeout</option> seconds elapse in any particular connection attempt, the start attempt is considered failed. </para>
<para>La valeur par défaut est <quote>5</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-startattempts"><option>StartAttempts</option></term>
<listitem>
<para>How many times &tdm; should attempt to start a <literal>foreign</literal> display listed in <option>StaticServers</option> before giving up and disabling it. Local displays are attempted only once, and &XDMCP; displays are retried indefinitely by the client (unless the option <option>-once</option> was given to the &X-Server;). </para>
<para>La valeur par défaut est <quote>4</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-serverattempts"><option>ServerAttempts</option></term>
<listitem>
<para>Le nombre de fois que &tdm; doit tenter de démarrer un &X-Server; local. Ceci inclut l'exécution en elle-même, et l'attente pour qu'il démarre effectivement. </para>
<para>La valeur par défaut est <quote>1</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-servertimeout"><option>ServerTimeout</option></term>
<listitem>
<para>Le nombre de secondes que &tdm; doit attendre pour le démarrage d'un &X-Server; local. </para>
<para>La valeur par défaut est <quote>15</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-servercmd"><option>ServerCmd</option></term>
<listitem>
<para>Cette ligne de commande démarre le &X-Server;, sans numéro d'affichage et sans spécification de VT. Cette chaîne est sujette à être découpée en mots. </para><para>La valeur par défaut est quelque chose qui convenait sur le système sur lequel &tdm; a été compilé, comme par exemple <command>/usr/X11R6/bin/X</command>. </para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-serverargslocal"><option>ServerArgsLocal</option></term>
<listitem>
<para>Arguments additionnels pour les &X-Server;s pour les sessions locales. Cette chaîne est sujette à être découpée en mots. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-serverargsremote"><option>ServerArgsRemote</option></term>
<listitem>
<para>Arguments additionnels pour les &X-Server;s pour les sessions distantes. Cette chaîne est sujette à être découpée en mots. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-servervt"><option>ServerVT</option></term>
<listitem>
<para>The VT the &X-Server; should run on. <option>ServerVTs</option> should be used instead of this option. Leave it zero to let &tdm; assign a <acronym>VT</acronym> automatically. Set it to <literal>-1</literal> to avoid assigning a <acronym>VT</acronym> alltogether - this is required for setups with multiple physical consoles. Currently Linux only. </para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-servertty"><option>ServerTTY</option></term>
<listitem>
<para>This option is for <acronym>OS</acronym>s without support for <acronym>VT</acronym>s, either by &tdm; or the <acronym>OS</acronym> itself. Currently this applies to all <acronym>OS</acronym>s but Linux. </para><para>When &tdm; switches to console mode, it starts monitoring this <acronym>TTY</acronym> line (specified without the leading <literal>/dev/</literal>) for activity. If the line is not used for some time, &tdm; switches back to the X login. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-pinginterval"><option>PingInterval</option></term>
<listitem>
<para>Voir <option>PingTimeout</option>. </para>
<para>La valeur par défaut est <quote>5</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-pingtimeout"><option>PingTimeout</option></term>
<listitem>
<para>To discover when <emphasis>remote</emphasis> displays disappear, &tdm; regularly pings them. <option>PingInterval</option> specifies the time (in minutes) between the pings and <option>PingTimeout</option> specifies the maximum amount of time (in minutes) to wait for the terminal to respond to the request. If the terminal does not respond, the session is declared dead and terminated. </para><para>If you frequently use X terminals which can become isolated from the managing host, you may wish to increase the timeout. The only worry is that sessions will continue to exist after the terminal has been accidentally disabled. </para>
<para>La valeur par défaut est <quote>5</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-terminateserver"><option>TerminateServer</option></term>
<listitem>
<para>Whether &tdm; should restart the local &X-Server; after session exit instead of resetting it. Use this if the &X-Server; leaks memory or crashes the system on reset attempts. </para>
<para>La valeur par défaut est <quote>false</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-resetsignal"><option>ResetSignal</option></term>
<listitem>
<para>Le numéro de signal à utiliser pour réinitialiser le &X-Server; local. </para>
<para>La valeur par défaut est <quote>1 (SIGHUP)</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-termsignal"><option>TermSignal</option></term>
<listitem>
<para>Le numéro de signal à utiliser pour terminer le &X-Server; local. </para>
<para>La valeur par défaut est <quote>15 (SIGTERM)</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-authorize"><option>Authorize</option></term>
<listitem>
<para>Controls whether &tdm; generates and uses authorization for <emphasis>local</emphasis> &X-Server; connections. For &XDMCP; displays the authorization requested by the display is used; foreign non-&XDMCP; displays do not support authorization at all. </para>
<para>La valeur par défaut est <quote>true</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-authnames"><option>AuthNames</option></term>
<listitem>
<para>If <option>Authorize</option> is true, use the authorization mechanisms listed herein. The MIT-MAGIC-COOKIE-1 authorization is always available; XDM-AUTHORIZATION-1, SUN-DES-1 and MIT-KERBEROS-5 might be available as well, depending on the build configuration. </para>
<para>La valeur par défaut est <quote>DEF_AUTH_NAME</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-resetforauth"><option>ResetForAuth</option></term>
<listitem>
<para>Some <emphasis>old</emphasis> &X-Server;s re-read the authorization file at &X-Server; reset time, instead of when checking the initial connection. As &tdm; generates the authorization information just before connecting to the display, an old &X-Server; would not get up-to-date authorization information. This option causes &tdm; to send SIGHUP to the &X-Server; after setting up the file, causing an additional &X-Server; reset to occur, during which time the new authorization information will be read. </para>
<para>La valeur par défaut est <quote>false</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-authfile"><option>AuthFile</option></term>
<listitem>
<para>This file is used to communicate the authorization data from &tdm; to the &X-Server;, using the <option>-auth</option> &X-Server; command line option. It should be kept in a directory which is not world-writable as it could easily be removed, disabling the authorization mechanism in the &X-Server;. If not specified, a random name is generated from <option>AuthDir</option> and the name of the display. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-resources"><option>Resources</option></term>
<listitem>
<para>This option specifies the name of the file to be loaded by <command>xrdb</command> as the resource database onto the root window of screen 0 of the display. KDE programs generally do not use X-resources, so this option is only needed if the <option>Setup</option> program needs some X-resources. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-xrdb"><option>Xrdb</option></term>
<listitem>
<para>Le programme <command>xrdb</command> à utiliser pour lire le fichier des ressources X spécifié dans <option>Recources</option>. La commande est sujette à être découpée en mots. </para>
<para>La valeur par défaut est <quote>${<envar>x_bindir</envar>}/xrdb</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-setup"><option>Setup</option></term>
<listitem>
<para>This string is subject to word splitting. It specifies a program which is run (as <systemitem class="username">root</systemitem>) before offering the greeter window. This may be used to change the appearance of the screen around the greeter window or to put up other windows (e.g., you may want to run <command>xconsole</command> here). The conventional name for a program used here is <command>Xsetup</command>. See <xref linkend="tdmrc-xsetup"/>. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-startup"><option>Startup</option></term>
<listitem>
<para>This string is subject to word splitting. It specifies a program which is run (as <systemitem class="username">root</systemitem>) after the user authentication process succeeds. The conventional name for a program used here is <command>Xstartup</command>. See <xref linkend="tdmrc-xstartup"/>. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-reset"><option>Reset</option></term>
<listitem>
<para>This string is subject to word splitting. It specifies a program which is run (as <systemitem class="username">root</systemitem>) after the session terminates. The conventional name for a program used here is <command>Xreset</command>. See <xref linkend="tdmrc-xreset"/>. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-session"><option>Session</option></term>
<listitem>
<para>This string is subject to word splitting. It specifies the session program to be executed (as the user owning the session). The conventional name for a program used here is <command>Xsession</command>. See <xref linkend="tdmrc-xsession"/>. </para>
<para>La valeur par défaut est <quote>${<envar>x_bindir</envar>}/xterm -ls -T</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-failsafeclient"><option>FailsafeClient</option></term>
<listitem>
<para>If the <option>Session</option> program fails to execute, &tdm; will fall back to this program. This program is executed with no arguments, but executes using the same environment variables as the session would have had (see <xref linkend="tdmrc-xsession"/>). </para>
<para>La valeur par défaut est <quote>${<envar>x_bindir</envar>}/xterm</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-userpath"><option>UserPath</option></term>
<listitem>
<para>La variable d'environment <envar>PATH</envar> pour les <option>Session</option>s non-<systemitem class="username">root</systemitem>. </para><para>La valeur par défaut dépend du système sur lequel &tdm; a été compilé. </para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-systempath"><option>SystemPath</option></term>
<listitem>
<para>La variable d'environment <envar>PATH</envar> pour tous les programmes sauf les <option>Session</option>s non-<systemitem class="username">root</systemitem>. Notez qu'il est de bonne pratique de ne pas inclure <literal>.</literal> (le répertoire courant) dans cette entrée. </para><para>La valeur par défaut dépend du système sur lequel &tdm; a été compilé. </para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-systemshell"><option>SystemShell</option></term>
<listitem>
<para>The <envar>SHELL</envar> environment variable for all programs but the <option>Session</option>. </para>
<para>La valeur par défaut est <quote>/bin/sh</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-userauthdir"><option>UserAuthDir</option></term>
<listitem>
<para>When &tdm; is unable to write to the usual user authorization file ($<envar>HOME</envar>/.Xauthority), it creates a unique file name in this directory and points the environment variable <envar>XAUTHORITY</envar> at the created file. </para>
<para>La valeur par défaut est <quote>/tmp</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-autorelogin"><option>AutoReLogin</option></term>
<listitem>
<para>If enabled, &tdm; will automatically restart a session after an &X-Server; crash (or if it is killed by Alt-Ctrl-BackSpace). Note that enabling this feature opens a security hole: a secured display lock can be circumvented (unless &kde;'s built-in screen locker is used). </para>
<para>La valeur par défaut est <quote>false</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-allowrootlogin"><option>AllowRootLogin</option></term>
<listitem>
<para>Si désactivé, ne pas permettre à <systemitem class="username">root</systemitem> (et tout autre utilisateur d'UID égal à 0) de se connecter directement. </para>
<para>La valeur par défaut est <quote>true</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-allownullpasswd"><option>AllowNullPasswd</option></term>
<listitem>
<para>Si désactivé, seuls les utilisateurs ayant un mot de passe assigné peuvent se connecter. </para>
<para>La valeur par défaut est <quote>true</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-allowshutdown"><option>AllowShutdown</option></term>
<listitem>
<para>Qui peut arrêter le système. Ceci s'applique à la fois à l'écran d'accueil et à la <acronym>FiFo</acronym> de commande. </para>
<variablelist>
<varlistentry>
<term><parameter>None</parameter></term>
<listitem><para>aucune entrée de menu <guilabel>Shutdown...</guilabel> ne sera montrée.</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>Root</parameter></term>
<listitem><para>le mot de passe <systemitem class="username">root</systemitem> devra être saisi pour l'arrêt</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>All</parameter></term>
<listitem><para>tout le monde peut arrêter la machine</para></listitem>
</varlistentry>
</variablelist>
<para>La valeur par défaut est <quote>All</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-allowsdforcenow"><option>AllowSdForceNow</option></term>
<listitem>
<para>Qui peut annuler les sessions actives lors d'une demande d'arrêt. </para>
<variablelist>
<varlistentry>
<term><parameter>None</parameter></term>
<listitem><para>Aucun arrêt forcé n'est permis</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>Root</parameter></term>
<listitem><para>le mot de passe <systemitem class="username">root</systemitem> devra être saisi pour forcer un arrêt.</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>All</parameter></term>
<listitem><para>tout le monde peut arrêter la machine de manière forcée</para></listitem>
</varlistentry>
</variablelist>
<para>La valeur par défaut est <quote>All</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-defaultsdmode"><option>DefaultSdMode</option></term>
<listitem>
<para>Le choix par défaut pour les conditions/synchronisations d'arrêt. </para>
<variablelist>
<varlistentry>
<term><parameter>Schedule</parameter></term>
<listitem><para>arrêt après la fin de toutes les sessions actives (probablement immédiatement)</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>TryNow</parameter></term>
<listitem><para>arrêt si aucune session active n'est ouverte, sinon ne fait rien</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>ForceNow</parameter></term>
<listitem><para>arrêt sans condition</para></listitem>
</varlistentry>
</variablelist>
<para>La valeur par défaut est <quote>Schedule</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-scheduledsd"><option>ScheduledSd</option></term>
<listitem>
<para>Comment proposer des options de planification d'arrêt : </para>
<variablelist>
<varlistentry>
<term><parameter>Never</parameter></term>
<listitem><para>aucune</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>Optionnel</parameter></term>
<listitem><para>sous forme de bouton dans les boîtes de dialogue d'arrêt simple</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>Toujours</parameter></term>
<listitem><para>au lieu des boîtes de dialogue d'arrêt simple</para></listitem>
</varlistentry>
</variablelist>
<para>La valeur par défaut est <quote>Never</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-nopassenable"><option>NoPassEnable</option></term>
<listitem>
<para>Active la connexion sans mot de passe pour cet affichage. <emphasis>À utiliser avec une extrême prudence !</emphasis> </para>
<para>La valeur par défaut est <quote>false</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-nopassusers"><option>NoPassUsers</option></term>
<listitem>
<para>The users that do not need to provide a password to log in. Items which are prefixed with <literal>@</literal> represent all users in the user group named by that item. <literal>*</literal> means all users but <systemitem class="username">root</systemitem> (and any other user with UID = 0). <emphasis>Never</emphasis> list <systemitem class="username">root</systemitem>. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-autologinenable"><option>AutoLoginEnable</option></term>
<listitem>
<para>Active la connexion automatique. <emphasis>À utiliser avec une extrême prudence !</emphasis> </para>
<para>La valeur par défaut est <quote>false</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-autologinagain"><option>AutoLoginAgain</option></term>
<listitem>
<para>Si ceci est activé, une connexion automatique aura lieu après une déconnexion. Sinon, une connexion automatique aura lieu seulement au démarrage d'une session d'affichage. </para>
<para>La valeur par défaut est <quote>false</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-autologindelay"><option>AutoLoginDelay</option></term>
<listitem>
<para>Le délai en secondes avant qu'une connexion automatique démarre. Ceci est aussi connu en tant que <quote>Timed Login</quote>. </para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-autologinuser"><option>AutoLoginUser</option></term>
<listitem>
<para>L'utilisateur à connecter automatiquement. Ne spécifiez <emphasis>jamais</emphasis> <systemitem class="username">root</systemitem> ! </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-autologinpass"><option>AutoLoginPass</option></term>
<listitem>
<para>Le mot de passe pour l'utilisateur à connecter automatiquement. Ce <emphasis>n'</emphasis> est <emphasis>pas</emphasis> obligatoire à moins que l'utilisateur se connecte dans un domaine <acronym>NIS</acronym> ou Kerberos. Si vous utilisez cette option, vous devriez faire un <command>chmod&nbsp;<option>600</option>&nbsp;<filename>tdmrc</filename></command> pour des raisons évidentes. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-autologinlocked"><option>AutoLoginLocked</option></term>
<listitem>
<para>Verrouiller immediatement la session démarrée automatiquement. Ceci ne fonctionne qu'avec les sessions KDE. </para>
<para>La valeur par défaut est <quote>false</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-sessionsdirs"><option>SessionsDirs</option></term>
<listitem>
<para>Une liste de répertoires contenant les définitions de types de session. </para>
<para>La valeur par défaut est <quote>${<envar>kde_datadir</envar>}/tdm/sessions</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-clientlogfile"><option>ClientLogFile</option></term>
<listitem>
<para>The file (relative to the user's home directory) to redirect the session output to. One occurrence of <parameter>%s</parameter> in this string will be substituted with the display name. Use <parameter>%%</parameter> to obtain a literal <literal>%</literal>. </para>
<para>La valeur par défaut est <quote>.xsession-errors</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-usesessreg"><option>UseSessReg</option></term>
<listitem>
<para>Specify whether &tdm;'s built-in utmp/wtmp/lastlog registration should be used. If it is not, the tool <command>sessreg</command> should be used in the <option>Startup</option> and <option>Reset</option> scripts, or, alternatively, the pam_lastlog module should be used on <acronym>PAM</acronym>-enabled systems. </para>
<para>La valeur par défaut est <quote>true</quote>.</para>
</listitem>
</varlistentry>

</variablelist>
</sect2>


<sect2 id="tdmrc-greeter">
<title>La section [X-*-Greeter] de &tdmrc;</title>

<para>This section class contains options concerning the configuration of the &tdm; frontend (greeter). </para>

<variablelist>

<varlistentry>
<term id="option-guistyle"><option>GUIStyle</option></term>
<listitem>
<para>Specify the widget style for the greeter. Empty means to use the built-in default which currently is <literal>Plastik</literal>. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-colorscheme"><option>ColorScheme</option></term>
<listitem>
<para>Specify the widget color scheme for the greeter. Empty means to use the built-in default which currently is yellowish grey with some light blue and yellow elements. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-logoarea"><option>LogoArea</option></term>
<listitem>
<para>What should be shown in the greeter righthand of the input lines (if <option>UserList</option> is disabled) or above them (if <option>UserList</option> is enabled): </para>
<variablelist>
<varlistentry>
<term><parameter>None</parameter></term>
<listitem><para>rien</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>Logo</parameter></term>
<listitem><para>l'image spécifiée par <option>LogoPixmap</option>.</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>Clock</parameter></term>
<listitem><para>une horloge analogique</para></listitem>
</varlistentry>
</variablelist>
<para>La valeur par défaut est <quote>Clock</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-logopixmap"><option>LogoPixmap</option></term>
<listitem>
<para>L'image à afficher dans l'écran d'accueil lorsque <option>LogoArea</option> vaut <literal>Logo</literal>. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-greeterpos"><option>GreeterPos</option></term>
<listitem>
<para>The relative coordinates (percentages of the screen size; X,Y) at which the center of the greeter is put. &tdm; aligns the greeter to the edges of the screen it would cross otherwise. </para>
<para>La valeur par défaut est <quote>50,50</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-greeterscreen"><option>GreeterScreen</option></term>
<listitem>
<para>Le moniteur sur lequel l'écran d'accueil doit être affiché dans une configuration à plusieurs moniteurs et dans les configurations Xinerama. La numérotation débute 0. Pour Xinerama, elle correspond à l'ordre d'énumération dans la section ServerLayout active du fichier XF86Config ; -1 signifie d'utiliser l'écran en haut à gauche, -2 signifie d'utiliser l'écran en haut à droite. </para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-greetstring"><option>GreetString</option></term>
<listitem>
<para>Le titre de l'écran d'accueil. Une abscence de valeur signifie aucun titre. </para><para>Les caractères suivants sont remplacés par leur valeur : <variablelist>
<varlistentry>
<term><parameter>%d</parameter></term>
<listitem><para>nom de l'affichage actuel</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>%h</parameter></term>
<listitem><para>nom d'hôte local, éventuellement avec le nom de domaine</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>%n</parameter></term>
<listitem><para>le nom du noeud local, probablement le nom d'hôte sans le nom de domaine</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>%s</parameter></term>
<listitem><para>le système d'exploitation</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>%r</parameter></term>
<listitem><para>la version du système d'exploitation</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>%m</parameter></term>
<listitem><para>le type de machine (matériel)</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>%%</parameter></term>
<listitem><para>un simple <literal>%</literal></para></listitem>
</varlistentry>
</variablelist>
</para>
<para>La valeur par défaut est <quote>Welcome to %s at %n</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-antialiasing"><option>AntiAliasing</option></term>
<listitem>
<para>Si les polices affichées dans l'écran d'accueil doivent être lissées ou non (<foreignphrase>antialiasing</foreignphrase>). </para>
<para>La valeur par défaut est <quote>false</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-greetfont"><option>GreetFont</option></term>
<listitem>
<para>La police de caractères à utiliser pour le titre de l'écran d'accueil. </para>
<para>La valeur par défaut est <quote>Serif,20,bold</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-stdfont"><option>StdFont</option></term>
<listitem>
<para>La police de caractères standard à utiliser dans l'écran d'accueil. </para>
<para>La valeur par défaut est <quote>Sans Serif,10</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-failfont"><option>FailFont</option></term>
<listitem>
<para>La police de caractères à utiliser pour le message <quote>Login Failed</quote>. </para>
<para>La valeur par défaut est <quote>Sans Serif,10,bold</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-numlock"><option>NumLock</option></term>
<listitem>
<para>Ce qu'il faut faire concernant le verrouillage du pavé numérique (<quote>Num Lock</quote>) lorsque l'écran d'accueil est exécuté : </para>
<variablelist>
<varlistentry>
<term><parameter>Off</parameter></term>
<listitem><para>désactiver</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>On</parameter></term>
<listitem><para>activer</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>Keep</parameter></term>
<listitem><para>ne pas changer l'état</para></listitem>
</varlistentry>
</variablelist>
<para>La valeur par défaut est <quote>Keep</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-language"><option>Langue</option></term>
<listitem>
<para>Langue et locale à utiliser dans l'écran d'accueil, encodé comme $<envar>LC_LANG</envar> </para>
<para>La valeur par défaut est <quote>en_US</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-usercompletion"><option>UserCompletion</option></term>
<listitem>
<para>Activer la complétion automatique dans la ligne d'édition du nom d'utilisateur. </para>
<para>La valeur par défaut est <quote>false</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-userlist"><option>UserList</option></term>
<listitem>
<para>Montrer une liste d'utilisateurs avec les noms de connexion de type UNIX, les noms réels, et les images dans l'écran d'accueil. </para>
<para>La valeur par défaut est <quote>true</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-showusers"><option>ShowUsers</option></term>
<listitem>
<para>This option controls which users will be shown in the user view (<option>UserList</option>) and/or offered for autocompletion (<option>UserCompletion</option>). If it is <literal>Selected</literal>, <option>SelectedUsers</option> contains the final list of users. If it is <literal>NotHidden</literal>, the initial user list contains all users found on the system. Users contained in <option>HiddenUsers</option> are removed from the list, just like all users with a UID greater than specified in <option>MaxShowUID</option> and users with a non-zero UID less than specified in <option>MinShowUID</option>. Items in <option>SelectedUsers</option> and <option>HiddenUsers</option> which are prefixed with <literal>@</literal> represent all users in the user group named by that item. Finally, the user list will be sorted alphabetically, if <option>SortUsers</option> is enabled. </para>
<para>La valeur par défaut est <quote>NotHidden</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-selectedusers"><option>SelectedUsers</option></term>
<listitem>
<para>Voir <option>ShowUsers</option>. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-hiddenusers"><option>HiddenUsers</option></term>
<listitem>
<para>Voir <option>ShowUsers</option>. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-minshowuid"><option>MinShowUID</option></term>
<listitem>
<para>Voir <option>ShowUsers</option>. </para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-maxshowuid"><option>MaxShowUID</option></term>
<listitem>
<para>Voir <option>ShowUsers</option>. </para>
<para>La valeur par défaut est <quote>65535</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-sortusers"><option>SortUsers</option></term>
<listitem>
<para>Voir <option>ShowUsers</option>. </para>
<para>La valeur par défaut est <quote>true</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-facesource"><option>FaceSource</option></term>
<listitem>
<para>Si <option>UserList</option> est activé, ceci indique de quel emplacement &tdm; récupère les images : </para>
<variablelist>
<varlistentry>
<term><parameter>AdminOnly</parameter></term>
<listitem><para>depuis <filename>&lt;<option>FaceDir</option>&gt;/$<envar>USER</envar>.face[.icon]</filename></para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>PreferAdmin</parameter></term>
<listitem><para>préférer &lt;<option>FaceDir</option>&gt;, se rabattre sur $<envar>HOME</envar></para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>PreferUser</parameter></term>
<listitem><para>... dans l'autre sens</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>UserOnly</parameter></term>
<listitem><para>depuis le <filename>$<envar>HOME</envar>/.face[.icon]</filename> de l'utilisateur</para></listitem>
</varlistentry>
</variablelist>

<para>The images can be in any format Qt recognizes, but the filename must match &tdm;'s expectations: <literal>.face.icon</literal> should be a 48x48 icon, while <literal>.face</literal> should be a 300x300 image. Currently the big image is used only as a fallback and is scaled down, but in the future it might be displayed full-size in the logo area or a tooltip. </para>
<para>La valeur par défaut est <quote>AdminOnly</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-facedir"><option>FaceDir</option></term>
<listitem>
<para>Voir <option>FaceSource</option>. </para>
<para>La valeur par défaut est <quote>${<envar>kde_datadir</envar>}/tdm/faces</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-preselectuser"><option>PreselectUser</option></term>
<listitem>
<para>Spécifier si un utilisateur doit être présélectionné pour la connexion et, le cas échéant, lequel : </para>
<variablelist>
<varlistentry>
<term><parameter>None</parameter></term>
<listitem><para>ne présélectionner aucun utilisateur</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>Previous</parameter></term>
<listitem><para>le dernier utilisateur qui se soit connecté avec succès</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>Default</parameter></term>
<listitem><para>l'utilisateur spécifié dans l'option <option>DefaultUser</option></para></listitem>
</varlistentry>
</variablelist>

<para>If <option>FocusPasswd</option> is enabled and a user was preselected, the cursor is placed in the password input field automatically. </para>
<note><para>Activer la présélection d'utilisateur peut être considéré comme une faille de sécurité, puisqu'elle présente un nom de connexion valide à un attaquant éventuel, et qu'il <quote>n'a alors qu'à</quote> deviner le mot de passe. D'un autre côté, on pourrait positionner <option>DefaultUser</option> à une fausse valeur de nom de connexion.</para></note>
 
<para>La valeur par défaut est <quote>None</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-defaultuser"><option>DefaultUser</option></term>
<listitem>
<para>Voir <option>PreselectUser</option>. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-focuspasswd"><option>FocusPasswd</option></term>
<listitem>
<para>Voir <option>PreselectUser</option>. </para>
<para>La valeur par défaut est <quote>false</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-echomode"><option>EchoMode</option></term>
<listitem>
<para>Le champ de saisie du mot de passe masque le texte saisi. Spécifier ici la façon dont ceci est réalisé : </para>
<variablelist>
<varlistentry>
<term><parameter>OneStar</parameter></term>
<listitem><para><literal>*</literal> est affiché pour chaque caractère saisi</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>ThreeStars</parameter></term>
<listitem><para><literal>***</literal> est affiché pour chaque caractère saisi</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>NoEcho</parameter></term>
<listitem><para>rien n'est affiché, le curseur ne bouge pas</para></listitem>
</varlistentry>
</variablelist>
<para>La valeur par défaut est <quote>OneStar</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-usebackground"><option>UseBackground</option></term>
<listitem>
<para>If enabled, &tdm; will automatically start the <command>krootimage</command> program to set up the background; otherwise, the <option>Setup</option> program is responsible for the background. </para>
<para>La valeur par défaut est <quote>true</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-backgroundcfg"><option>BackgroundCfg</option></term>
<listitem>
<para>The configuration file to be used by <command>krootimage</command>. It contains a section named <literal>[Desktop0]</literal> like <filename>kdesktoprc</filename> does. Its options are not described herein; guess their meanings or use the control center. </para>
<para>La valeur par défaut est <quote>${<envar>kde_confdir</envar>}/tdm/backgroundrc</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-grabserver"><option>GrabServer</option></term>
<listitem>
<para>To improve security, the greeter grabs the &X-Server; and then the keyboard when it starts up. This option specifies if the &X-Server; grab should be held for the duration of the name/password reading. When disabled, the &X-Server; is ungrabbed after the keyboard grab succeeds; otherwise, the &X-Server; is grabbed until just before the session begins. </para>
<note><para>Activer cette option désactive <option>UseBackground</option> et <option>Setup</option>.</para></note>
 
<para>La valeur par défaut est <quote>false</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-grabtimeout"><option>GrabTimeout</option></term>
<listitem>
<para>This option specifies the maximum time &tdm; will wait for the grabs to succeed. A grab may fail if some other X-client has the &X-Server; or the keyboard grabbed, or possibly if the network latencies are very high. You should be cautious when raising the timeout, as a user can be spoofed by a look-alike window on the display. If a grab fails, &tdm; kills and restarts the &X-Server; (if possible) and the session. </para>
<para>La valeur par défaut est <quote>3</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-authcomplain"><option>AuthComplain</option></term>
<listitem>
<para>Avertir, si un affichage n'a pas d'autorisation X (<foreignphrase>X-authorization</foreignphrase>). Ceci sera le cas si <itemizedlist>
 <listitem><para>le fichier d'autorisation pour un &X-Server; local ne peut pas être créé, </para></listitem>
 <listitem><para>un affichage distant de &XDMCP; n'a demandé aucune autorisation ou </para></listitem>
 <listitem><para>l'affichage est un affichage <quote>étranger</quote> spécifié dans <option>StaticServers</option>. </para></listitem>
</itemizedlist>
</para>
<para>La valeur par défaut est <quote>true</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-loginmode"><option>LoginMode</option></term>
<listitem>
<para>Spécifie si l'écran d'accueil des affichages locaux soit être démarré en mode sélectionneur d'hôtes (distant) ou connexion (local) et s'il est permis de basculer entre ces deux modes. </para>
<variablelist>
<varlistentry>
<term><parameter>LocalOnly</parameter></term>
<listitem><para>Seules les connexions locales sont possibles</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>DefaultLocal</parameter></term>
<listitem><para>Démarrage en mode local, mais permet de basculer en mode distant</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>DefaultRemote</parameter></term>
<listitem><para>... dans l'autre sens</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>RemoteOnly</parameter></term>
<listitem><para>Seul le choix d'hôtes distants est possible</para></listitem>
</varlistentry>
</variablelist>
<para>La valeur par défaut est <quote>LocalOnly</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-chooserhosts"><option>ChooserHosts</option></term>
<listitem>
<para>Liste d'hôtes séparés par des virgules à ajouter automatiquement au menu de connexion distante. Le nom spécial <parameter>*</parameter> signifie <foreignphrase>broadcast</foreignphrase>, et n'a pas d'effet si <option>LoginMode</option> vaut <literal>LocalOnly</literal>. </para>
<para>La valeur par défaut est <quote>*</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-forgingseed"><option>ForgingSeed</option></term>
<listitem>
<para>Use this number as a random seed when forging saved session types, etc. of unknown users. This is used to avoid telling an attacker about existing users by reverse conclusion. This value should be random but constant across the login domain. </para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-showlog"><option>ShowLog</option></term>
<listitem>
<para>Enable &tdm;'s built-in <command>xconsole</command>. Note that this can be enabled for only one display at a time. This option is available only if &tdm; was <command>configure</command>d with <option>--enable-tdm-xconsole</option>. </para>
<para>La valeur par défaut est <quote>false</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-logsource"><option>LogSource</option></term>
<listitem>
<para>The data source for &tdm;'s built-in <command>xconsole</command>. If empty, a console log redirection is requested from <filename>/dev/console</filename>. Has no effect if <option>ShowLog</option> is disabled. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-pluginslogin"><option>PluginsLogin</option></term>
<listitem>
<para>Specify conversation plugins for the login dialog; the first in the list is selected initially. Each plugin can be specified as a base name (which expands to <filename>$<envar>kde_modulesdir</envar>/kgreet_<replaceable>base</replaceable></filename>) or as a full pathname. </para><para>Conversation plugins are modules for the greeter which obtain authentication data from the user. Currently only the <literal>classic</literal> plugin is shipped with &kde;; it presents the well-known username and password form. </para>
<para>La valeur par défaut est <quote>classic</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-pluginsshutdown"><option>PluginsShutdown</option></term>
<listitem>
<para>Identique à <option>PluginsLogin</option>, mais pour la boîte de dialogue d'arrêt. </para>
<para>La valeur par défaut est <quote>classic</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-pluginoptions"><option>PluginOptions</option></term>
<listitem>
<para>A list of options of the form <replaceable>Key</replaceable><literal>=</literal><replaceable>Value</replaceable>. The conversation plugins can query these settings; it is up to them what possible keys are. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-allowconsole"><option>AllowConsole</option></term>
<listitem>
<para>Montre l'action <guilabel>Passer en mode console</guilabel> dans l'écran d'accueil (si <option>ServerTTY</option>/<option>ConsoleTTYs</option> est configuré). </para>
<para>La valeur par défaut est <quote>true</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-allowclose"><option>AllowClose</option></term>
<listitem>
<para>Montre l'action <guilabel>Redémarrer le serveur X</guilabel>/<guilabel>Close Connection</guilabel> dans l'écran d'accueil. </para>
<para>La valeur par défaut est <quote>true</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-preloader"><option>Preloader</option></term>
<listitem>
<para>Un programme à exécuter lorsque l'écran d'accueil est visible. Dans la mesure du possible, il est supposé être préchargé avant la session qui est sur le point d'être démarrée (le plus probablement). </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-usetheme"><option>UseTheme</option></term>
<listitem>
<para>Si des thèmes peuvent être appliqués à l'écran d'accueil. </para>
<para>La valeur par défaut est <quote>false</quote>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term id="option-theme"><option>Theme</option></term>
<listitem>
<para>Le thème à utiliser pour l'écran d'accueil. Peut pointer soit sur un répertoire soit sur un fichier XML. </para>
<para>Vide par défaut.</para>
</listitem>
</varlistentry>

</variablelist>
</sect2>



</sect1>

<sect1 id="tdmrc-xservers">
<title>Spécifier des &X-Server;s permanents</title>

<para>Each entry in the <option>StaticServers</option> list indicates a display which should constantly be managed and which is not using &XDMCP;. This method is typically used only for local &X-Server;s that are started by &tdm;, but &tdm; can manage externally started (<quote>foreign</quote>) &X-Server;s as well, may they run on the local machine or rather remotely.</para>

<para>The formal syntax of a specification is <screen>
<userinput><replaceable>display&nbsp;name</replaceable>&nbsp;[<literal>_</literal><replaceable>display&nbsp;class</replaceable>]</userinput>
</screen> for all &X-Server;s. <quote>Foreign</quote> displays differ in having a host name in the display name, may it be <literal>localhost</literal>.</para>

<para>The <replaceable>display name</replaceable> must be something that can be passed in the <option>-display</option> option to an X program. This string is used to generate the display-specific section names, so be careful to match the names. The display name of &XDMCP; displays is derived from the display's address by reverse host name resolution. For configuration purposes, the <literal>localhost</literal> prefix from locally running &XDMCP; displays is <emphasis>not</emphasis> stripped to make them distinguishable from local &X-Server;s started by &tdm;.</para>

<para>The <replaceable>display class</replaceable> portion is also used in the display-specific sections. This is useful if you have a large collection of similar displays (such as a corral of X terminals) and would like to set options for groups of them. When using &XDMCP;, the display is required to specify the display class, so the manual for your particular X terminal should document the display class string for your device. If it does not, you can run &tdm; in debug mode and <command>grep</command> the log for <quote>class</quote>.</para>

<para>The displays specified in <option>ReserveServers</option> will not be started when &tdm; starts up, but when it is explicitly requested via the command socket (or <acronym>FiFo</acronym>). If reserve displays are specified, the &kde; menu will have a <guilabel>Start New Session</guilabel> item near the bottom; use that to activate a reserve display with a new login session. The monitor will switch to the new display, and you will have a minute to login. If there are no more reserve displays available, the menu item will be disabled.</para>

<para>When &tdm; starts a session, it sets up authorization data for the &X-Server;. For local servers, &tdm; passes <command><option>-auth</option>&nbsp;<filename><replaceable>filename</replaceable></filename></command> on the &X-Server;'s command line to point it at its authorization data. For &XDMCP; displays, &tdm; passes the authorization data to the &X-Server; via the <quote>Accept</quote> &XDMCP; message.</para>

</sect1>

<sect1 id="tdmrc-xaccess">
<title>Contrôle d'accès de &XDMCP;</title>

<para>The file specified by the <option>AccessFile</option> option provides information which &tdm; uses to control access from displays requesting service via &XDMCP;. The file contains four types of entries: entries which control the response to <quote>Direct</quote> and <quote>Broadcast</quote> queries, entries which control the response to <quote>Indirect</quote> queries, macro definitions for <quote>Indirect</quote> entries, and entries which control on which network interfaces &tdm; listens for &XDMCP; queries. Blank lines are ignored, <literal>#</literal> is treated as a comment delimiter causing the rest of that line to be ignored, and <literal>\</literal> causes an immediately following newline to be ignored, allowing indirect host lists to span multiple lines. </para>

<para>The format of the <quote>Direct</quote> entries is simple, either a host name or a pattern, which is compared against the host name of the display device. Patterns are distinguished from host names by the inclusion of one or more meta characters; <literal>*</literal> matches any sequence of 0 or more characters, and <literal>?</literal> matches any single character. If the entry is a host name, all comparisons are done using network addresses, so any name which converts to the correct network address may be used. Note that only the first network address returned for a host name is used. For patterns, only canonical host names are used in the comparison, so ensure that you do not attempt to match aliases. Host names from &XDMCP; queries always contain the local domain name even if the reverse lookup returns a short name, so you can use patterns for the local domain. Preceding the entry with a <literal>!</literal> character causes hosts which match that entry to be excluded. To only respond to <quote>Direct</quote> queries for a host or pattern, it can be followed by the optional <literal>NOBROADCAST</literal> keyword. This can be used to prevent a &tdm; server from appearing on menus based on <quote>Broadcast</quote> queries.</para>

<para>An <quote>Indirect</quote> entry also contains a host name or pattern, but follows it with a list of host names or macros to which the queries should be forwarded. <quote>Indirect</quote> entries can be excluding as well, in which case a (valid) dummy host name must be supplied to make the entry distinguishable from a <quote>Direct</quote> entry. If compiled with IPv6 support, multicast address groups may also be included in the list of addresses the queries are forwarded to. If the indirect host list contains the keyword <literal>CHOOSER</literal>, <quote>Indirect</quote> queries are not forwarded, but instead a host chooser dialog is displayed by &tdm;. The chooser will send a <quote>Direct</quote> query to each of the remaining host names in the list and offer a menu of all the hosts that respond. The host list may contain the keyword <literal>BROADCAST</literal>, to make the chooser send a <quote>Broadcast</quote> query as well; note that on some operating systems, UDP packets cannot be broadcast, so this feature will not work. </para>

<para>When checking access for a particular display host, each entry is scanned in turn and the first matching entry determines the response. <quote>Direct</quote> and <quote>Broadcast</quote> entries are ignored when scanning for an <quote>Indirect</quote> entry and vice-versa.</para>

<para>A macro definition contains a macro name and a list of host names and other macros that the macro expands to. To distinguish macros from hostnames, macro names start with a <literal>%</literal> character.</para>

<para>The last entry type is the <literal>LISTEN</literal> directive. The formal syntax is <screen>
<userinput>&nbsp;<literal>LISTEN</literal>&nbsp;[<replaceable>interface</replaceable>&nbsp;[<replaceable>multicast&nbsp;list</replaceable>]]</userinput>
</screen> If one or more <literal>LISTEN</literal> lines are specified, &tdm; listens for &XDMCP; requests only on the specified interfaces. <replaceable>interface</replaceable> may be a hostname or IP address representing a network interface on this machine, or the wildcard <literal>*</literal> to represent all available network interfaces. If multicast group addresses are listed on a <literal>LISTEN</literal> line, &tdm; joins the multicast groups on the given interface. For IPv6 multicasts, the IANA has assigned ff0<replaceable>X</replaceable>:0:0:0:0:0:0:12b as the permanently assigned range of multicast addresses for &XDMCP;. The <replaceable>X</replaceable> in the prefix may be replaced by any valid scope identifier, such as 1 for Node-Local, 2 for Link-Local, 5 for Site-Local, and so on (see IETF RFC 2373 or its replacement for further details and scope definitions). &tdm; defaults to listening on the Link-Local scope address ff02:0:0:0:0:0:0:12b to most closely match the IPv4 subnet broadcast behavior. If no <literal>LISTEN</literal> lines are given, &tdm; listens on all interfaces and joins the default &XDMCP; IPv6 multicast group (when compiled with IPv6 support). To disable listening for &XDMCP; requests altogether, a <literal>LISTEN</literal> line with no addresses may be specified, but using the <literal>[Xdmcp]</literal> <option>Enable</option> option is preferred. </para>

</sect1>

<sect1 id="tdm-scripts">
<title>Programmes supplémentaires</title>

<para>Les programmes suivants sont exécutés par &tdm; à différentes étapes d'une session. Ce sont typiquement des scripts shell. </para>

<para>Les programmes de configuration, de démarrage et de réinitialisation sont exécutés en tant que <systemitem class="username">root</systemitem>, ils doivent donc faire attention à propos des problèmes de sécurité. Leur premier argument est <literal>auto</literal> si la session résulte d'une connexion automatique ; sinon, aucun argument ne leur est transmis. </para>

<sect2 id="tdmrc-xsetup">
<title>Programme de configuration</title>

<para>Le programme <filename>Xsetup</filename> est exécuté après le démarrage ou la réinitialisation du &X-Server;, mais avant que l'écran d'accueil ne soit affiché. C'est l'endroit où changer l'arrière plan de base (si <option>UseBackground</option> est désactivé) ou faire surgir d'autres fenêtres qui doivent apparaître sur le moniteur avec l'écran d'accueil. </para>

<para>En sus de toutes celles qui peuvent être spécifiées dans <option>ExportList</option>, les variables d'environment suivantes sont transmises :</para>
<variablelist>
 <varlistentry>
  <term>DISPLAY</term>
  <listitem><para>le nom d'affichage associé</para></listitem>
 </varlistentry>
 <varlistentry>
  <term>PATH</term>
  <listitem><para>la valeur de <option>SystemPath</option></para></listitem>
 </varlistentry>
 <varlistentry>
  <term>SHELL</term>
  <listitem><para>la valeur de <option>SystemShell</option></para></listitem>
 </varlistentry>
 <varlistentry>
  <term>XAUTHORITY</term>
  <listitem><para>peut contenir un fichier d'autorité</para></listitem>
 </varlistentry>
 <varlistentry>
  <term>DM_CONTROL</term>
  <listitem><para>la valeur de <option>FifoDir</option></para></listitem>
 </varlistentry>
</variablelist>

<para>Note that since &tdm; grabs the keyboard, any other windows will not be able to receive keyboard input. They will be able to interact with the mouse, however; beware of potential security holes here. If <option>GrabServer</option> is set, <filename>Xsetup</filename> will not be able to connect to the display at all. Resources for this program can be put into the file named by <option>Resources</option>. </para>

</sect2>

<sect2 id="tdmrc-xstartup">
<title>Programme de démarrage</title>

<para>The <filename>Xstartup</filename> program is run as <systemitem class="username">root</systemitem> when the user logs in. This is the place to put commands which add entries to <filename>utmp</filename> (the <command>sessreg</command> program may be useful here), mount users' home directories from file servers, or abort the session if some requirements are not met (but note that on modern systems, many of these tasks are already taken care of by <acronym>PAM</acronym> modules).</para>

<para>En sus de toutes celles qui peuvent être spécifiées dans <option>ExportList</option>, les variables d'environment suivantes sont transmises :</para>
<variablelist>
 <varlistentry>
  <term>DISPLAY</term>
  <listitem><para>le nom d'affichage associé</para></listitem>
 </varlistentry>
 <varlistentry>
  <term>HOME</term>
  <listitem><para>le répertoire de travail initial de l'utilisateur</para></listitem>
 </varlistentry>
 <varlistentry>
  <term>LOGNAME</term>
  <listitem><para>le nom d'utilisateur</para></listitem>
 </varlistentry>
 <varlistentry>
  <term>USER</term>
  <listitem><para>le nom d'utilisateur</para></listitem>
 </varlistentry>
 <varlistentry>
  <term>PATH</term>
  <listitem><para>la valeur de <option>SystemPath</option></para></listitem>
 </varlistentry>
 <varlistentry>
  <term>SHELL</term>
  <listitem><para>la valeur de <option>SystemShell</option></para></listitem>
 </varlistentry>
 <varlistentry>
  <term>XAUTHORITY</term>
  <listitem><para>peut contenir un fichier d'autorité</para></listitem>
 </varlistentry>
 <varlistentry>
  <term>DM_CONTROL</term>
  <listitem><para>la valeur de <option>FifoDir</option></para></listitem>
 </varlistentry>
</variablelist>

<para>&tdm; waits until this program exits before starting the user session. If the exit value of this program is non-zero, &tdm; discontinues the session and starts another authentication cycle.</para>

</sect2>

<sect2 id="tdmrc-xsession">
<title>Programme de session</title>

<para>The <filename>Xsession</filename> program is the command which is run as the user's session. It is run with the permissions of the authorized user. One of the keywords <literal>failsafe</literal>, <literal>default</literal> or <literal>custom</literal>, or a string to <command>eval</command> by a Bourne-compatible shell is passed as the first argument.</para>

<para>En sus de toutes celles qui peuvent être spécifiées dans <option>ExportList</option>, les variables d'environment suivantes sont transmises :</para>
<variablelist>
 <varlistentry>
  <term>DISPLAY</term>
  <listitem><para>le nom d'affichage associé</para></listitem>
 </varlistentry>
 <varlistentry>
  <term>HOME</term>
  <listitem><para>le répertoire de travail initial de l'utilisateur</para></listitem>
 </varlistentry>
 <varlistentry>
  <term>LOGNAME</term>
  <listitem><para>le nom d'utilisateur</para></listitem>
 </varlistentry>
 <varlistentry>
  <term>USER</term>
  <listitem><para>le nom d'utilisateur</para></listitem>
 </varlistentry>
 <varlistentry>
  <term>PATH</term>
  <listitem><para>la valeur de <option>UserPath</option> (ou <option>SystemPath</option> pour les sessions utilisateur de <systemitem class="username">root</systemitem>)</para>
  </listitem>
 </varlistentry>
 <varlistentry>
  <term>SHELL</term>
  <listitem><para>le shell par défaut de l'utilisateur</para></listitem>
 </varlistentry>
 <varlistentry>
  <term>XAUTHORITY</term>
  <listitem><para>peut contenir un fichier d'autorité non standard</para></listitem>
 </varlistentry>
 <varlistentry>
  <term>KRBTKFILE</term>
  <listitem><para>peut contenir un nom de cache d'autorisations Kerberos4</para>
  </listitem>
 </varlistentry>
 <varlistentry>
  <term>KRB5CCNAME</term>
  <listitem><para>peut contenir un nom de cache d'autorisations Kerberos5</para>
  </listitem>
 </varlistentry>
 <varlistentry>
  <term>DM_CONTROL</term>
  <listitem><para>la valeur de <option>FifoDir</option></para></listitem>
 </varlistentry>
 <varlistentry>
  <term>XDM_MANAGED</term>
  <listitem><para>will contain a comma-separated list of parameters the session might find interesting, like the location of the command <acronym>FiFo</acronym> and its capabilities, and which conversation plugin was used for the login</para>
  </listitem>
 </varlistentry>
 <varlistentry>
  <term>DESKTOP_SESSION</term>
  <listitem><para>le nom de la session que l'utilisateur a choisi d'exécuter</para>
  </listitem>
 </varlistentry>
</variablelist>

</sect2>

<sect2 id="tdmrc-xreset">
<title>Programme de réinitialisation</title>

<para>Symmetrical with <filename>Xstartup</filename>, the <filename>Xreset</filename> program is run after the user session has terminated. Run as <systemitem class="username">root</systemitem>, it should contain commands that undo the effects of commands in <filename>Xstartup</filename>, removing entries from <filename>utmp</filename> or unmounting directories from file servers.</para>

<para>Les variables d'environment qui ont été transmises à <filename>Xstartup</filename> le sont aussi à <filename>Xreset</filename>. </para>

</sect2>

</sect1>

</chapter>