-
Notifications
You must be signed in to change notification settings - Fork 0
/
nb.po
3181 lines (2462 loc) · 78.7 KB
/
nb.po
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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Red Hat, Inc.
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Kjartan Maraas <[email protected]>, 2012
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2020-07-24 13:05+0200\n"
"PO-Revision-Date: 2014-12-14 11:46-0500\n"
"Last-Translator: Copied by Zanata <[email protected]>\n"
"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/sssd/"
"language/nb/)\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Zanata 4.6.2\n"
#: src/config/SSSDConfig/sssdoptions.py:20
#: src/config/SSSDConfig/sssdoptions.py:21
msgid "Set the verbosity of the debug logging"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:22
msgid "Include timestamps in debug logs"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:23
msgid "Include microseconds in timestamps in debug logs"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:24
msgid "Write debug messages to logfiles"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:25
msgid "Watchdog timeout before restarting service"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:26
msgid "Command to start service"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:27
msgid "Number of times to attempt connection to Data Providers"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:28
msgid "The number of file descriptors that may be opened by this responder"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:29
msgid "Idle time before automatic disconnection of a client"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:30
msgid "Idle time before automatic shutdown of the responder"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:31
msgid "Always query all the caches before querying the Data Providers"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:32
msgid ""
"When SSSD switches to offline mode the amount of time before it tries to go "
"back online will increase based upon the time spent disconnected. This value "
"is in seconds and calculated by the following: offline_timeout + "
"random_offset."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:38
msgid ""
"Indicates what is the syntax of the config file. SSSD 0.6.0 and later use "
"version 2."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:39
msgid "SSSD Services to start"
msgstr "SSSD-tjenester som skal startes"
#: src/config/SSSDConfig/sssdoptions.py:40
msgid "SSSD Domains to start"
msgstr "SSSD-domener som skal startes"
#: src/config/SSSDConfig/sssdoptions.py:41
msgid "Timeout for messages sent over the SBUS"
msgstr "Tidsavbrudd for meldinger som sendes over SBUS"
#: src/config/SSSDConfig/sssdoptions.py:42
msgid "Regex to parse username and domain"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:43
msgid "Printf-compatible format for displaying fully-qualified names"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:44
msgid ""
"Directory on the filesystem where SSSD should store Kerberos replay cache "
"files."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:45
msgid "Domain to add to names without a domain component."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:46
msgid "The user to drop privileges to"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:47
msgid "Tune certificate verification"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:48
msgid "All spaces in group or user names will be replaced with this character"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:49
msgid "Tune sssd to honor or ignore netlink state changes"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:50
msgid "Enable or disable the implicit files domain"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:51
msgid "A specific order of the domains to be looked up"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:52
msgid ""
"Controls if SSSD should monitor the state of resolv.conf to identify when it "
"needs to update its internal DNS resolver."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:54
msgid ""
"SSSD monitors the state of resolv.conf to identify when it needs to update "
"its internal DNS resolver. By default, we will attempt to use inotify for "
"this, and will fall back to polling resolv.conf every five seconds if "
"inotify cannot be used."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:59
msgid "Enumeration cache timeout length (seconds)"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:60
msgid "Entry cache background update timeout length (seconds)"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:61
#: src/config/SSSDConfig/sssdoptions.py:115
msgid "Negative cache timeout length (seconds)"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:62
msgid "Files negative cache timeout length (seconds)"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:63
msgid "Users that SSSD should explicitly ignore"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:64
msgid "Groups that SSSD should explicitly ignore"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:65
msgid "Should filtered users appear in groups"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:66
msgid "The value of the password field the NSS provider should return"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:67
msgid "Override homedir value from the identity provider with this value"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:68
msgid ""
"Substitute empty homedir value from the identity provider with this value"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:69
msgid "Override shell value from the identity provider with this value"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:70
msgid "The list of shells users are allowed to log in with"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:71
msgid ""
"The list of shells that will be vetoed, and replaced with the fallback shell"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:72
msgid ""
"If a shell stored in central directory is allowed but not available, use "
"this fallback"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:73
msgid "Shell to use if the provider does not list one"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:74
msgid "How long will be in-memory cache records valid"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:75
msgid ""
"Size (in megabytes) of the data table allocated inside fast in-memory cache "
"for passwd requests"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:76
msgid ""
"Size (in megabytes) of the data table allocated inside fast in-memory cache "
"for group requests"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:77
msgid ""
"Size (in megabytes) of the data table allocated inside fast in-memory cache "
"for initgroups requests"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:78
msgid ""
"The value of this option will be used in the expansion of the "
"override_homedir option if the template contains the format string %H."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:80
msgid ""
"Specifies time in seconds for which the list of subdomains will be "
"considered valid."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:82
msgid ""
"The entry cache can be set to automatically update entries in the background "
"if they are requested beyond a percentage of the entry_cache_timeout value "
"for the domain."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:87
msgid "How long to allow cached logins between online logins (days)"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:88
msgid "How many failed logins attempts are allowed when offline"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:90
msgid ""
"How long (minutes) to deny login after offline_failed_login_attempts has "
"been reached"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:91
msgid "What kind of messages are displayed to the user during authentication"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:92
msgid "Filter PAM responses sent to the pam_sss"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:93
msgid "How many seconds to keep identity information cached for PAM requests"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:94
msgid "How many days before password expiration a warning should be displayed"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:95
msgid "List of trusted uids or user's name"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:96
msgid "List of domains accessible even for untrusted users."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:97
msgid "Message printed when user account is expired."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:98
msgid "Message printed when user account is locked."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:99
msgid "Allow certificate based/Smartcard authentication."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:100
msgid "Path to certificate database with PKCS#11 modules."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:101
msgid "How many seconds will pam_sss wait for p11_child to finish"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:102
msgid "Which PAM services are permitted to contact application domains"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:103
msgid "Allowed services for using smartcards"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:104
msgid "Additional timeout to wait for a card if requested"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:105
msgid ""
"PKCS#11 URI to restrict the selection of devices for Smartcard authentication"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:106
msgid "When shall the PAM responder force an initgroups request"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:109
msgid "Whether to evaluate the time-based attributes in sudo rules"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:110
msgid "If true, SSSD will switch back to lower-wins ordering logic"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:111
msgid ""
"Maximum number of rules that can be refreshed at once. If this is exceeded, "
"full refresh is performed."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:118
msgid "Whether to hash host names and addresses in the known_hosts file"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:119
msgid ""
"How many seconds to keep a host in the known_hosts file after its host keys "
"were requested"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:121
msgid "Path to storage of trusted CA certificates"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:122
msgid "Allow to generate ssh-keys from certificates"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:123
msgid ""
"Use the following matching rules to filter the certificates for ssh-key "
"generation"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:127
msgid "List of UIDs or user names allowed to access the PAC responder"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:128
msgid "How long the PAC data is considered valid"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:131
msgid "List of user attributes the InfoPipe is allowed to publish"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:134
msgid "The provider where the secrets will be stored in"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:135
msgid "The maximum allowed number of nested containers"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:136
msgid "The maximum number of secrets that can be stored"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:137
msgid "The maximum number of secrets that can be stored per UID"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:138
msgid "The maximum payload size of a secret in kilobytes"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:140
msgid "The URL Custodia server is listening on"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:141
msgid "The method to use when authenticating to a Custodia server"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:142
msgid ""
"The name of the headers that will be added into a HTTP request with the "
"value defined in auth_header_value"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:144
msgid "The value sssd-secrets would use for auth_header_name"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:145
msgid ""
"The list of the headers to forward to the Custodia server together with the "
"request"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:146
msgid ""
"The username to use when authenticating to a Custodia server using basic_auth"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:147
msgid ""
"The password to use when authenticating to a Custodia server using basic_auth"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:148
msgid "If true peer's certificate is verified if proxy_url uses https protocol"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:149
msgid ""
"If false peer's certificate may contain different hostname than proxy_url "
"when https protocol is used"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:151
msgid "Path to directory where certificate authority certificates are stored"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:152
msgid "Path to file containing server's CA certificate"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:153
msgid "Path to file containing client's certificate"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:154
msgid "Path to file containing client's private key"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:157
msgid ""
"One of the following strings specifying the scope of session recording: none "
"- No users are recorded. some - Users/groups specified by users and groups "
"options are recorded. all - All users are recorded."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:160
msgid ""
"A comma-separated list of users which should have session recording enabled. "
"Matches user names as returned by NSS. I.e. after the possible space "
"replacement, case changes, etc."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:162
msgid ""
"A comma-separated list of groups, members of which should have session "
"recording enabled. Matches group names as returned by NSS. I.e. after the "
"possible space replacement, case changes, etc."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:167
msgid "Identity provider"
msgstr "Identitetstilbyder"
#: src/config/SSSDConfig/sssdoptions.py:168
msgid "Authentication provider"
msgstr "Autentiseringstilbyder"
#: src/config/SSSDConfig/sssdoptions.py:169
msgid "Access control provider"
msgstr "Tilgangskontrolltilbyder"
#: src/config/SSSDConfig/sssdoptions.py:170
msgid "Password change provider"
msgstr "Passordbyttetilbyder"
#: src/config/SSSDConfig/sssdoptions.py:171
msgid "SUDO provider"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:172
msgid "Autofs provider"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:173
msgid "Host identity provider"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:174
msgid "SELinux provider"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:175
msgid "Session management provider"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:176
msgid "Resolver provider"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:179
msgid "Whether the domain is usable by the OS or by applications"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:180
msgid "Enable or disable the domain"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:181
msgid "Minimum user ID"
msgstr "Minste bruker-ID"
#: src/config/SSSDConfig/sssdoptions.py:182
msgid "Maximum user ID"
msgstr "Største bruker-ID"
#: src/config/SSSDConfig/sssdoptions.py:183
msgid "Enable enumerating all users/groups"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:184
msgid "Cache credentials for offline login"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:185
msgid "Display users/groups in fully-qualified form"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:186
msgid "Don't include group members in group lookups"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:187
#: src/config/SSSDConfig/sssdoptions.py:197
#: src/config/SSSDConfig/sssdoptions.py:198
#: src/config/SSSDConfig/sssdoptions.py:199
#: src/config/SSSDConfig/sssdoptions.py:200
#: src/config/SSSDConfig/sssdoptions.py:201
#: src/config/SSSDConfig/sssdoptions.py:202
#: src/config/SSSDConfig/sssdoptions.py:203
msgid "Entry cache timeout length (seconds)"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:188
msgid ""
"Restrict or prefer a specific address family when performing DNS lookups"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:189
msgid "How long to keep cached entries after last successful login (days)"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:190
msgid ""
"How long should SSSD talk to single DNS server before trying next server "
"(miliseconds)"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:192
msgid "How long should keep trying to resolve single DNS query (seconds)"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:193
msgid "How long to wait for replies from DNS when resolving servers (seconds)"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:194
msgid "The domain part of service discovery DNS query"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:195
msgid "Override GID value from the identity provider with this value"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:196
msgid "Treat usernames as case sensitive"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:204
msgid "How often should expired entries be refreshed in background"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:205
msgid "Whether to automatically update the client's DNS entry"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:206
#: src/config/SSSDConfig/sssdoptions.py:236
msgid "The TTL to apply to the client's DNS entry after updating it"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:207
#: src/config/SSSDConfig/sssdoptions.py:237
msgid "The interface whose IP should be used for dynamic DNS updates"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:208
msgid "How often to periodically update the client's DNS entry"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:209
msgid "Whether the provider should explicitly update the PTR record as well"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:210
msgid "Whether the nsupdate utility should default to using TCP"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:211
msgid "What kind of authentication should be used to perform the DNS update"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:212
msgid "Override the DNS server used to perform the DNS update"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:213
msgid "Control enumeration of trusted domains"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:214
msgid "How often should subdomains list be refreshed"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:215
msgid "List of options that should be inherited into a subdomain"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:216
msgid "Default subdomain homedir value"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:217
msgid "How long can cached credentials be used for cached authentication"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:218
msgid "Whether to automatically create private groups for users"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:219
msgid "Display a warning N days before the password expires."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:220
msgid ""
"Various tags stored by the realmd configuration service for this domain."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:221
msgid ""
"The provider which should handle fetching of subdomains. This value should "
"be always the same as id_provider."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:223
msgid ""
"How many seconds to keep a host ssh key after refresh. IE how long to cache "
"the host key for."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:225
msgid ""
"If 2-Factor-Authentication (2FA) is used and credentials should be saved "
"this value determines the minimal length the first authentication factor "
"(long term password) must have to be saved as SHA512 hash into the cache."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:231
msgid "IPA domain"
msgstr "IPA-domene"
#: src/config/SSSDConfig/sssdoptions.py:232
msgid "IPA server address"
msgstr "IPA-tjeneradresse"
#: src/config/SSSDConfig/sssdoptions.py:233
msgid "Address of backup IPA server"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:234
msgid "IPA client hostname"
msgstr "Vertsnavn for IPA-klient"
#: src/config/SSSDConfig/sssdoptions.py:235
msgid "Whether to automatically update the client's DNS entry in FreeIPA"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:238
msgid "Search base for HBAC related objects"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:239
msgid ""
"The amount of time between lookups of the HBAC rules against the IPA server"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:240
msgid ""
"The amount of time in seconds between lookups of the SELinux maps against "
"the IPA server"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:242
msgid "If set to false, host argument given by PAM will be ignored"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:243
msgid "The automounter location this IPA client is using"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:244
msgid "Search base for object containing info about IPA domain"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:245
msgid "Search base for objects containing info about ID ranges"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:246
#: src/config/SSSDConfig/sssdoptions.py:300
msgid "Enable DNS sites - location based service discovery"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:247
msgid "Search base for view containers"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:248
msgid "Objectclass for view containers"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:249
msgid "Attribute with the name of the view"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:250
msgid "Objectclass for override objects"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:251
msgid "Attribute with the reference to the original object"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:252
msgid "Objectclass for user override objects"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:253
msgid "Objectclass for group override objects"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:254
msgid "Search base for Desktop Profile related objects"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:255
msgid ""
"The amount of time in seconds between lookups of the Desktop Profile rules "
"against the IPA server"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:257
msgid ""
"The amount of time in minutes between lookups of Desktop Profiles rules "
"against the IPA server when the last request did not find any rule"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:260
msgid "The LDAP attribute that contains FQDN of the host."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:261
#: src/config/SSSDConfig/sssdoptions.py:284
msgid "The object class of a host entry in LDAP."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:262
msgid "Use the given string as search base for host objects."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:263
msgid "The LDAP attribute that contains the host's SSH public keys."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:264
msgid "The LDAP attribute that contains NIS domain name of the netgroup."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:265
msgid "The LDAP attribute that contains the names of the netgroup's members."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:266
msgid ""
"The LDAP attribute that lists FQDNs of hosts and host groups that are "
"members of the netgroup."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:268
msgid ""
"The LDAP attribute that lists hosts and host groups that are direct members "
"of the netgroup."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:270
msgid "The LDAP attribute that lists netgroup's memberships."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:271
msgid ""
"The LDAP attribute that lists system users and groups that are direct "
"members of the netgroup."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:273
msgid "The LDAP attribute that corresponds to the netgroup name."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:274
msgid "The object class of a netgroup entry in LDAP."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:275
msgid ""
"The LDAP attribute that contains the UUID/GUID of an LDAP netgroup object."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:276
msgid ""
"The LDAP attribute that contains whether or not is user map enabled for "
"usage."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:278
msgid "The LDAP attribute that contains host category such as 'all'."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:279
msgid ""
"The LDAP attribute that contains all hosts / hostgroups this rule match "
"against."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:281
msgid ""
"The LDAP attribute that contains all users / groups this rule match against."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:283
msgid "The LDAP attribute that contains the name of SELinux usermap."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:285
msgid ""
"The LDAP attribute that contains DN of HBAC rule which can be used for "
"matching instead of memberUser and memberHost."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:287
msgid "The LDAP attribute that contains SELinux user string itself."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:288
msgid "The LDAP attribute that contains user category such as 'all'."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:289
msgid "The LDAP attribute that contains unique ID of the user map."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:290
msgid ""
"The option denotes that the SSSD is running on IPA server and should perform "
"lookups of users and groups from trusted domains differently."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:292
msgid "Use the given string as search base for trusted domains."
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:295
msgid "Active Directory domain"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:296
msgid "Enabled Active Directory domains"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:297
msgid "Active Directory server address"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:298
msgid "Active Directory backup server address"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:299
msgid "Active Directory client hostname"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:301
#: src/config/SSSDConfig/sssdoptions.py:492
msgid "LDAP filter to determine access privileges"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:302
msgid "Whether to use the Global Catalog for lookups"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:303
msgid "Operation mode for GPO-based access control"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:304
msgid ""
"The amount of time between lookups of the GPO policy files against the AD "
"server"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:305
msgid ""
"PAM service names that map to the GPO (Deny)InteractiveLogonRight policy "
"settings"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:307
msgid ""
"PAM service names that map to the GPO (Deny)RemoteInteractiveLogonRight "
"policy settings"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:309
msgid ""
"PAM service names that map to the GPO (Deny)NetworkLogonRight policy settings"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:310
msgid ""
"PAM service names that map to the GPO (Deny)BatchLogonRight policy settings"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:311
msgid ""
"PAM service names that map to the GPO (Deny)ServiceLogonRight policy settings"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:312
msgid "PAM service names for which GPO-based access is always granted"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:313
msgid "PAM service names for which GPO-based access is always denied"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:314
msgid ""
"Default logon right (or permit/deny) to use for unmapped PAM service names"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:315
msgid "a particular site to be used by the client"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:316
msgid ""
"Maximum age in days before the machine account password should be renewed"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:318
msgid "Option for tuning the machine account renewal task"
msgstr ""
#: src/config/SSSDConfig/sssdoptions.py:319
msgid "Whether to update the machine account password in the Samba database"