# Alex , 2015. #zanata # Alexander Bokovoy , 2018. #zanata # Olesya Gerasimenko , 2018. #zanata msgid "" msgstr "" "Project-Id-Version: freeipa 4.7.0.dev201810012005+gitbcf922369\n" "Report-Msgid-Bugs-To: https://fedorahosted.org/freeipa/newticket\n" "POT-Creation-Date: 2018-12-03 12:31+0200\n" "PO-Revision-Date: 2018-10-02 06:28+0000\n" "Last-Translator: Olesya Gerasimenko \n" "Language-Team: Russian\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Zanata 4.6.2\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: ipalib/rpc.py:1114 msgid "any of the configured servers" msgstr "любой из настроенных серверов" #: ipalib/rpc.py:1197 msgid "Exceeded number of tries to forward a request." msgstr "Превышено количество попыток перенаправления запроса." #: ipalib/plugable.py:531 #, python-format msgid "%(filename)s: file not found" msgstr "%(filename)s: файл не найден" #: ipalib/messages.py:84 msgid "Additional instructions:" msgstr "Дополнительные инструкции:" #: ipalib/messages.py:146 #, python-format msgid "" "API Version number was not sent, forward compatibility not guaranteed. " "Assuming server's API version, %(server_version)s" msgstr "" "Не отправлен номер версии программного интерфейса (API), совместимость с " "новейшими версиями не гарантируется. Предполагается следующая версия API " "сервера: %(server_version)s" #: ipalib/messages.py:158 msgid "" "DNS forwarder semantics changed since IPA 4.0.\n" "You may want to use forward zones (dnsforwardzone-*) instead.\n" "For more details read the docs." msgstr "" "С выходом IPA 4.0 изменилась семантика DNS-перенаправителя.\n" "Рекомендуется перейти на использование зон перенаправления (dnsforwardzone-" "*).\n" "Подробные сведения содержатся в документации." #: ipalib/messages.py:170 #, python-format msgid "" "DNSSEC support is experimental.\n" "%(additional_info)s" msgstr "" "Экспериментальная поддержка DNSSEC.\n" "%(additional_info)s" #: ipalib/messages.py:180 #, python-format msgid "'%(option)s' option is deprecated. %(additional_info)s" msgstr "'%(option)s' опция не поддерживается. %(additional_info)s" #: ipalib/messages.py:190 #, python-format msgid "" "Semantic of %(label)s was changed. %(current_behavior)s\n" "%(hint)s" msgstr "" "Семантика %(label)s изменена. %(current_behavior)s\n" "%(hint)s" #: ipalib/messages.py:201 #, python-format msgid "DNS server %(server)s: %(error)s." msgstr "DNS сервер %(server)s: %(error)s." #: ipalib/messages.py:211 #, python-format msgid "" "DNS server %(server)s does not support DNSSEC: %(error)s.\n" "If DNSSEC validation is enabled on IPA server(s), please disable it." msgstr "" "DNS сервер %(server)s не поддерживает DNSSEC: %(error)s.\n" "Если проверка DNSSEC включена в IPA, пожалуйста выключите." #: ipalib/messages.py:224 #, python-format msgid "" "forward zone \"%(fwzone)s\" is not effective because of missing proper NS " "delegation in authoritative zone \"%(authzone)s\". Please add NS record " "\"%(ns_rec)s\" to parent zone \"%(authzone)s\"." msgstr "" "зона перенаправления \"%(fwzone)s\" не действует из-за отсутствия " "надлежащего NS-делегирования в основной зоне \"%(authzone)s\". Добавьте NS-" "запись \"%(ns_rec)s\" в родительскую зону \"%(authzone)s\"." #: ipalib/messages.py:238 #, python-format msgid "" "DNS server %(server)s does not support EDNS0 (RFC 6891): %(error)s.\n" "If DNSSEC validation is enabled on IPA server(s), please disable it." msgstr "" "DNS сервер %(server)s не поддерживает EDNS0 (RFC 6891): %(error)s.\n" "Если проверка DNSSEC включена в IPA, пожалуйста выключите." #: ipalib/messages.py:251 #, python-format msgid "" "DNSSEC validation failed: %(error)s.\n" "Please verify your DNSSEC configuration or disable DNSSEC validation on all " "IPA servers." msgstr "" "Проверка DNSSEC провалена: %(error)s.\n" "Пожалуйста проверьте ваше конфигурацию DNSSEC или отключите проверку DNSSEC " "на всех IPA серверах." #: ipalib/messages.py:265 #, python-format msgid "" "The _kerberos TXT record from domain %(domain)s could not be created " "(%(error)s).\n" "This can happen if the zone is not managed by IPA. Please create the record " "manually, containing the following value: '%(realm)s'" msgstr "" "Не удалось создать запись TXT _kerberos из домена %(domain)s (%(error)s).\n" "Возможная причина: зона не находится под управлением IPA. Создайте запись " "вручную, включив в неё следующее значение: \"%(realm)s\"" #: ipalib/messages.py:281 #, python-format msgid "" "The _kerberos TXT record from domain %(domain)s could not be removed " "(%(error)s).\n" "This can happen if the zone is not managed by IPA. Please remove the record " "manually." msgstr "" "Не удалось удалить запись TXT _kerberos из домена %(domain)s (%(error)s).\n" "Возможная причина: зона не находится под управлением IPA. Удалите запись " "вручную." #: ipalib/messages.py:295 msgid "" "No DNSSEC key master is installed. DNSSEC zone signing will not work until " "the DNSSEC key master is installed." msgstr "" "Не установлен мастер ключей DNSSEC. Подпись в зоне DNSSEC будет работать " "только после установки мастера ключей DNSSEC." #: ipalib/messages.py:310 #, python-format msgid "" "Relative record name '%(record)s' contains the zone name '%(zone)s' as a " "suffix, which results in FQDN '%(fqdn)s'. This is usually a mistake caused " "by a missing dot at the end of the name specification." msgstr "" "Относительное имя записи \"%(record)s\" содержит имя зоны \"%(zone)s\" в " "качестве суффикса, что превращает её в полное имя домена \"%(fqdn)s\". " "Обычно эта ошибка вызвана отсутствием точки в конце определения имени." #: ipalib/messages.py:323 #, python-format msgid "'%(command)s' is deprecated. %(additional_info)s" msgstr "\"%(command)s\" не поддерживается. %(additional_info)s" #: ipalib/messages.py:333 #, python-format msgid "%(line)s" msgstr "%(line)s" #: ipalib/messages.py:343 #, python-format msgid "Search result has been truncated: %(reason)s" msgstr "Результат поиска усечён: %(reason)s" #: ipalib/messages.py:353 #, python-format msgid "" "Your trust to %(domain)s is broken. Please re-create it by running 'ipa " "trust-add' again." msgstr "" "Доверительные отношения с %(domain)s разорваны. Восстановите их, выполнив " "команду \"ipa trust-add\"." #: ipalib/messages.py:372 #, python-format msgid "DNS record(s) of host %(host)s could not be removed. (%(reason)s)" msgstr "Не удалось удалить DNS-запись (записи) узла %(host)s. (%(reason)s)" #: ipalib/messages.py:386 msgid "" "Forwarding policy conflicts with some automatic empty zones. Queries for " "zones specified by RFC 6303 will ignore forwarding and recursion and always " "result in NXDOMAIN answers. To override this behavior use forward policy " "'only'." msgstr "" "Политика перенаправления конфликтует с некоторыми автоматически созданными " "пустыми зонами. Запросы для зон, указанных в RFC 6303, будут игнорировать " "перенаправление и рекурсию и всегда возвращать ответы \"NXDOMAIN\". Чтобы " "переопределить это поведение, используйте политику перенаправления \"only\"." #: ipalib/messages.py:400 #, python-format msgid "Update of system record '%(record)s' failed with error: %(error)s" msgstr "Не удалось обновить системную запись \"%(record)s\". Ошибка: %(error)s" #: ipalib/messages.py:411 #, python-format msgid "" "IPA does not manage the zone %(zone)s, please add records to your DNS server " "manually" msgstr "" "IPA не управляет зоной %(zone)s. Добавьте записи на DNS-сервер вручную." #: ipalib/messages.py:423 msgid "" "Automatic update of DNS system records failed. Please re-run update of " "system records manually to get list of missing records." msgstr "" "Не удалось автоматически обновить системные записи DNS. Повторно запустите " "обновление системных записей вручную, чтобы получить список отсутствующих " "записей." #: ipalib/messages.py:436 #, python-format msgid "" "Service %(service)s requires restart on IPA server %(server)s to apply " "configuration changes." msgstr "" "Для применения изменений конфигурации необходимо перезапустить службу " "%(service)s на IPA-сервере %(server)s." #: ipalib/messages.py:448 #, python-format msgid "" "No DNS servers in IPA location %(location)s. Without DNS servers location is " "not working as expected." msgstr "" "В расположении IPA %(location)s нет DNS-серверов. Без них расположение не " "будет работать надлежащим образом." #: ipalib/messages.py:475 #, python-format msgid "%(subject)s: Malformed certificate. %(reason)s" msgstr "%(subject)s: неверно сформированный сертификат. %(reason)s" #: ipalib/messages.py:486 #, python-format msgid "The host was added but the DNS update failed with: %(reason)s" msgstr "Узел добавлен, но при обновлении DNS произошла ошибка: %(reason)s" #: ipalib/misc.py:20 ipaclient/remote_plugins/2_114/misc.py:28 #: ipaclient/remote_plugins/2_156/misc.py:28 #: ipaclient/remote_plugins/2_164/misc.py:28 #: ipaclient/remote_plugins/2_49/misc.py:28 msgid "Show environment variables." msgstr "Показать переменные окружения." #: ipalib/misc.py:22 #, python-format msgid "%(count)d variables" msgstr "%(count)d переменных" #: ipalib/misc.py:32 ipalib/misc.py:103 #: ipaclient/remote_plugins/2_114/misc.py:47 #: ipaclient/remote_plugins/2_114/misc.py:91 #: ipaclient/remote_plugins/2_156/misc.py:47 #: ipaclient/remote_plugins/2_156/misc.py:91 #: ipaclient/remote_plugins/2_164/misc.py:47 #: ipaclient/remote_plugins/2_164/misc.py:91 #: ipaclient/remote_plugins/2_49/misc.py:47 #: ipaclient/remote_plugins/2_49/misc.py:91 msgid "" "retrieve and print all attributes from the server. Affects command output." msgstr "" "Получить и вывести все атрибуты, возвращаемые сервером. Влияет на содержимое " "результата исполнения команды." #: ipalib/misc.py:44 ipaclient/plugins/csrgen.py:63 #: ipaclient/remote_plugins/2_114/misc.py:57 #: ipaclient/remote_plugins/2_114/cert.py:299 #: ipaclient/remote_plugins/2_156/misc.py:57 #: ipaclient/remote_plugins/2_156/cert.py:305 #: ipaclient/remote_plugins/2_164/misc.py:57 #: ipaclient/remote_plugins/2_164/cert.py:305 #: ipaclient/remote_plugins/2_49/cert.py:134 #: ipaclient/remote_plugins/2_49/entitle.py:256 #: ipaclient/remote_plugins/2_49/entitle.py:337 #: ipaclient/remote_plugins/2_49/misc.py:57 msgid "Dictionary mapping variable name to value" msgstr "Словарь, сопоставляющий имя переменной со значением" #: ipalib/misc.py:49 ipaclient/remote_plugins/2_114/misc.py:62 #: ipaclient/remote_plugins/2_156/misc.py:62 #: ipaclient/remote_plugins/2_164/misc.py:62 #: ipaclient/remote_plugins/2_49/misc.py:62 msgid "Total number of variables env (>= count)" msgstr "Количество переменных env (>= count)" #: ipalib/misc.py:55 ipaclient/remote_plugins/2_114/misc.py:67 #: ipaclient/remote_plugins/2_156/misc.py:67 #: ipaclient/remote_plugins/2_164/misc.py:67 #: ipaclient/remote_plugins/2_49/misc.py:67 msgid "Number of variables returned (<= total)" msgstr "Количество возвращённых переменных (<= total)" #: ipalib/misc.py:93 ipaclient/remote_plugins/2_114/misc.py:79 #: ipaclient/remote_plugins/2_156/misc.py:79 #: ipaclient/remote_plugins/2_164/misc.py:79 #: ipaclient/remote_plugins/2_49/misc.py:79 msgid "Show all loaded plugins." msgstr "Показать все загруженные подключаемые модули." #: ipalib/misc.py:96 #, python-format msgid "%(count)d plugin loaded" msgid_plural "%(count)d plugins loaded" msgstr[0] "Загружен %(count)d подключаемый модуль" msgstr[1] "Загружено %(count)d подключаемых модуля" msgstr[2] "Загружено %(count)d подключаемых модулей" #: ipalib/misc.py:116 ipaclient/remote_plugins/2_114/misc.py:106 #: ipaclient/remote_plugins/2_156/misc.py:106 #: ipaclient/remote_plugins/2_164/misc.py:106 #: ipaclient/remote_plugins/2_49/misc.py:106 msgid "Number of plugins loaded" msgstr "Количество загруженных подключаемых модулей" #: ipalib/output.py:110 msgid "A dictionary representing an LDAP entry" msgstr "Словарь, соответствующий записи LDAP" #: ipalib/output.py:118 msgid "A list of LDAP entries" msgstr "Список записей LDAP" #: ipalib/output.py:170 msgid "All commands should at least have a result" msgstr "Все команды должны выводить результат" #: ipalib/output.py:173 ipaclient/remote_plugins/2_114/aci.py:307 #: ipaclient/remote_plugins/2_114/aci.py:345 #: ipaclient/remote_plugins/2_114/aci.py:498 #: ipaclient/remote_plugins/2_114/aci.py:623 #: ipaclient/remote_plugins/2_114/aci.py:746 #: ipaclient/remote_plugins/2_114/aci.py:803 #: ipaclient/remote_plugins/2_114/automember.py:197 #: ipaclient/remote_plugins/2_114/automember.py:275 #: ipaclient/remote_plugins/2_114/automember.py:334 #: ipaclient/remote_plugins/2_114/automember.py:389 #: ipaclient/remote_plugins/2_114/automember.py:431 #: ipaclient/remote_plugins/2_114/automember.py:467 #: ipaclient/remote_plugins/2_114/automember.py:524 #: ipaclient/remote_plugins/2_114/automember.py:615 #: ipaclient/remote_plugins/2_114/automember.py:680 #: ipaclient/remote_plugins/2_114/automember.py:758 #: ipaclient/remote_plugins/2_114/automember.py:818 #: ipaclient/remote_plugins/2_114/automount.py:235 #: ipaclient/remote_plugins/2_114/automount.py:290 #: ipaclient/remote_plugins/2_114/automount.py:371 #: ipaclient/remote_plugins/2_114/automount.py:480 #: ipaclient/remote_plugins/2_114/automount.py:549 #: ipaclient/remote_plugins/2_114/automount.py:607 #: ipaclient/remote_plugins/2_114/automount.py:644 #: ipaclient/remote_plugins/2_114/automount.py:715 #: ipaclient/remote_plugins/2_114/automount.py:772 #: ipaclient/remote_plugins/2_114/automount.py:863 #: ipaclient/remote_plugins/2_114/automount.py:946 #: ipaclient/remote_plugins/2_114/automount.py:989 #: ipaclient/remote_plugins/2_114/automount.py:1072 #: ipaclient/remote_plugins/2_114/automount.py:1162 #: ipaclient/remote_plugins/2_114/automount.py:1219 #: ipaclient/remote_plugins/2_114/config.py:356 #: ipaclient/remote_plugins/2_114/config.py:399 #: ipaclient/remote_plugins/2_114/delegation.py:138 #: ipaclient/remote_plugins/2_114/delegation.py:167 #: ipaclient/remote_plugins/2_114/delegation.py:254 #: ipaclient/remote_plugins/2_114/delegation.py:331 #: ipaclient/remote_plugins/2_114/delegation.py:374 #: ipaclient/remote_plugins/2_114/group.py:274 #: ipaclient/remote_plugins/2_114/group.py:389 #: ipaclient/remote_plugins/2_114/group.py:420 #: ipaclient/remote_plugins/2_114/group.py:649 #: ipaclient/remote_plugins/2_114/group.py:767 #: ipaclient/remote_plugins/2_114/group.py:903 #: ipaclient/remote_plugins/2_114/hbacrule.py:286 #: ipaclient/remote_plugins/2_114/hbacrule.py:598 #: ipaclient/remote_plugins/2_114/hbacrule.py:628 #: ipaclient/remote_plugins/2_114/hbacrule.py:659 #: ipaclient/remote_plugins/2_114/hbacrule.py:808 #: ipaclient/remote_plugins/2_114/hbacrule.py:963 #: ipaclient/remote_plugins/2_114/hbacrule.py:1296 #: ipaclient/remote_plugins/2_114/hbacsvc.py:128 #: ipaclient/remote_plugins/2_114/hbacsvc.py:166 #: ipaclient/remote_plugins/2_114/hbacsvc.py:252 #: ipaclient/remote_plugins/2_114/hbacsvc.py:345 #: ipaclient/remote_plugins/2_114/hbacsvc.py:404 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:125 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:223 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:308 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:400 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:519 #: ipaclient/remote_plugins/2_114/hbactest.py:257 #: ipaclient/remote_plugins/2_114/host.py:458 #: ipaclient/remote_plugins/2_114/host.py:739 #: ipaclient/remote_plugins/2_114/host.py:770 #: ipaclient/remote_plugins/2_114/host.py:1224 #: ipaclient/remote_plugins/2_114/host.py:1423 #: ipaclient/remote_plugins/2_114/host.py:1547 #: ipaclient/remote_plugins/2_114/hostgroup.py:186 #: ipaclient/remote_plugins/2_114/hostgroup.py:295 #: ipaclient/remote_plugins/2_114/hostgroup.py:477 #: ipaclient/remote_plugins/2_114/hostgroup.py:570 #: ipaclient/remote_plugins/2_114/hostgroup.py:700 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:160 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:205 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:257 #: ipaclient/remote_plugins/2_114/misc.py:72 #: ipaclient/remote_plugins/2_114/misc.py:111 #: ipaclient/remote_plugins/2_114/netgroup.py:216 #: ipaclient/remote_plugins/2_114/netgroup.py:350 #: ipaclient/remote_plugins/2_114/netgroup.py:580 #: ipaclient/remote_plugins/2_114/netgroup.py:701 #: ipaclient/remote_plugins/2_114/netgroup.py:856 #: ipaclient/remote_plugins/2_114/otpconfig.py:154 #: ipaclient/remote_plugins/2_114/otpconfig.py:197 #: ipaclient/remote_plugins/2_114/passwd.py:82 #: ipaclient/remote_plugins/2_114/permission.py:361 #: ipaclient/remote_plugins/2_114/permission.py:480 #: ipaclient/remote_plugins/2_114/permission.py:524 #: ipaclient/remote_plugins/2_114/permission.py:718 #: ipaclient/remote_plugins/2_114/permission.py:917 #: ipaclient/remote_plugins/2_114/permission.py:1036 #: ipaclient/remote_plugins/2_114/ping.py:60 #: ipaclient/remote_plugins/2_114/privilege.py:129 #: ipaclient/remote_plugins/2_114/privilege.py:287 #: ipaclient/remote_plugins/2_114/privilege.py:371 #: ipaclient/remote_plugins/2_114/privilege.py:468 #: ipaclient/remote_plugins/2_114/privilege.py:647 #: ipaclient/remote_plugins/2_114/pwpolicy.py:196 #: ipaclient/remote_plugins/2_114/pwpolicy.py:230 #: ipaclient/remote_plugins/2_114/pwpolicy.py:306 #: ipaclient/remote_plugins/2_114/pwpolicy.py:389 #: ipaclient/remote_plugins/2_114/pwpolicy.py:437 #: ipaclient/remote_plugins/2_114/pwpolicy.py:557 #: ipaclient/remote_plugins/2_114/pwpolicy.py:594 #: ipaclient/remote_plugins/2_114/pwpolicy.py:728 #: ipaclient/remote_plugins/2_114/pwpolicy.py:870 #: ipaclient/remote_plugins/2_114/pwpolicy.py:928 #: ipaclient/remote_plugins/2_114/radiusproxy.py:183 #: ipaclient/remote_plugins/2_114/radiusproxy.py:219 #: ipaclient/remote_plugins/2_114/radiusproxy.py:334 #: ipaclient/remote_plugins/2_114/radiusproxy.py:462 #: ipaclient/remote_plugins/2_114/radiusproxy.py:512 #: ipaclient/remote_plugins/2_114/realmdomains.py:143 #: ipaclient/remote_plugins/2_114/realmdomains.py:186 #: ipaclient/remote_plugins/2_114/role.py:163 #: ipaclient/remote_plugins/2_114/role.py:355 #: ipaclient/remote_plugins/2_114/role.py:439 #: ipaclient/remote_plugins/2_114/role.py:536 #: ipaclient/remote_plugins/2_114/role.py:749 #: ipaclient/remote_plugins/2_114/selfservice.py:119 #: ipaclient/remote_plugins/2_114/selfservice.py:148 #: ipaclient/remote_plugins/2_114/selfservice.py:222 #: ipaclient/remote_plugins/2_114/selfservice.py:286 #: ipaclient/remote_plugins/2_114/selfservice.py:329 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:222 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:396 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:426 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:457 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:576 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:701 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:896 #: ipaclient/remote_plugins/2_114/service.py:256 #: ipaclient/remote_plugins/2_114/service.py:534 #: ipaclient/remote_plugins/2_114/service.py:566 #: ipaclient/remote_plugins/2_114/service.py:849 #: ipaclient/remote_plugins/2_114/service.py:965 #: ipaclient/remote_plugins/2_114/service.py:1091 #: ipaclient/remote_plugins/2_114/sudocmd.py:117 #: ipaclient/remote_plugins/2_114/sudocmd.py:153 #: ipaclient/remote_plugins/2_114/sudocmd.py:237 #: ipaclient/remote_plugins/2_114/sudocmd.py:328 #: ipaclient/remote_plugins/2_114/sudocmd.py:385 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:137 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:235 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:320 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:412 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:531 #: ipaclient/remote_plugins/2_114/sudorule.py:365 #: ipaclient/remote_plugins/2_114/sudorule.py:633 #: ipaclient/remote_plugins/2_114/sudorule.py:867 #: ipaclient/remote_plugins/2_114/sudorule.py:1071 #: ipaclient/remote_plugins/2_114/sudorule.py:1242 #: ipaclient/remote_plugins/2_114/sudorule.py:1510 #: ipaclient/remote_plugins/2_114/sudorule.py:1765 #: ipaclient/remote_plugins/2_114/trust.py:338 #: ipaclient/remote_plugins/2_114/trust.py:374 #: ipaclient/remote_plugins/2_114/trust.py:425 #: ipaclient/remote_plugins/2_114/trust.py:526 #: ipaclient/remote_plugins/2_114/trust.py:622 #: ipaclient/remote_plugins/2_114/trust.py:706 #: ipaclient/remote_plugins/2_114/trust.py:784 #: ipaclient/remote_plugins/2_114/trust.py:835 #: ipaclient/remote_plugins/2_114/trust.py:925 #: ipaclient/remote_plugins/2_114/trust.py:966 #: ipaclient/remote_plugins/2_114/trust.py:1001 #: ipaclient/remote_plugins/2_114/trust.py:1037 #: ipaclient/remote_plugins/2_114/trust.py:1131 #: ipaclient/remote_plugins/2_114/trust.py:1241 #: ipaclient/remote_plugins/2_114/user.py:631 #: ipaclient/remote_plugins/2_114/user.py:669 #: ipaclient/remote_plugins/2_114/user.py:701 #: ipaclient/remote_plugins/2_114/user.py:734 #: ipaclient/remote_plugins/2_114/user.py:1118 #: ipaclient/remote_plugins/2_114/user.py:1436 #: ipaclient/remote_plugins/2_114/user.py:1495 #: ipaclient/remote_plugins/2_114/user.py:1568 #: ipaclient/remote_plugins/2_114/user.py:1612 #: ipaclient/remote_plugins/2_114/otptoken.py:342 #: ipaclient/remote_plugins/2_114/otptoken.py:438 #: ipaclient/remote_plugins/2_114/otptoken.py:621 #: ipaclient/remote_plugins/2_114/otptoken.py:767 #: ipaclient/remote_plugins/2_114/otptoken.py:884 #: ipaclient/remote_plugins/2_114/dns.py:1062 #: ipaclient/remote_plugins/2_114/dns.py:1092 #: ipaclient/remote_plugins/2_114/dns.py:1189 #: ipaclient/remote_plugins/2_114/dns.py:1232 #: ipaclient/remote_plugins/2_114/dns.py:1316 #: ipaclient/remote_plugins/2_114/dns.py:1350 #: ipaclient/remote_plugins/2_114/dns.py:1394 #: ipaclient/remote_plugins/2_114/dns.py:1429 #: ipaclient/remote_plugins/2_114/dns.py:1465 #: ipaclient/remote_plugins/2_114/dns.py:1570 #: ipaclient/remote_plugins/2_114/dns.py:1674 #: ipaclient/remote_plugins/2_114/dns.py:1708 #: ipaclient/remote_plugins/2_114/dns.py:1766 #: ipaclient/remote_plugins/2_114/dns.py:2651 #: ipaclient/remote_plugins/2_114/dns.py:3003 #: ipaclient/remote_plugins/2_114/dns.py:3052 #: ipaclient/remote_plugins/2_114/dns.py:3439 #: ipaclient/remote_plugins/2_114/dns.py:4322 #: ipaclient/remote_plugins/2_114/dns.py:4389 #: ipaclient/remote_plugins/2_114/dns.py:4626 #: ipaclient/remote_plugins/2_114/dns.py:4660 #: ipaclient/remote_plugins/2_114/dns.py:4704 #: ipaclient/remote_plugins/2_114/dns.py:4739 #: ipaclient/remote_plugins/2_114/dns.py:4775 #: ipaclient/remote_plugins/2_114/dns.py:5024 #: ipaclient/remote_plugins/2_114/dns.py:5272 #: ipaclient/remote_plugins/2_114/dns.py:5306 #: ipaclient/remote_plugins/2_114/dns.py:5364 #: ipaclient/remote_plugins/2_114/idrange.py:304 #: ipaclient/remote_plugins/2_114/idrange.py:340 #: ipaclient/remote_plugins/2_114/idrange.py:448 #: ipaclient/remote_plugins/2_114/idrange.py:561 #: ipaclient/remote_plugins/2_114/idrange.py:611 #: ipaclient/remote_plugins/2_114/idviews.py:204 #: ipaclient/remote_plugins/2_114/idviews.py:245 #: ipaclient/remote_plugins/2_114/idviews.py:340 #: ipaclient/remote_plugins/2_114/idviews.py:448 #: ipaclient/remote_plugins/2_114/idviews.py:503 #: ipaclient/remote_plugins/2_114/idviews.py:621 #: ipaclient/remote_plugins/2_114/idviews.py:662 #: ipaclient/remote_plugins/2_114/idviews.py:785 #: ipaclient/remote_plugins/2_114/idviews.py:929 #: ipaclient/remote_plugins/2_114/idviews.py:984 #: ipaclient/remote_plugins/2_114/idviews.py:1047 #: ipaclient/remote_plugins/2_114/idviews.py:1092 #: ipaclient/remote_plugins/2_114/idviews.py:1136 #: ipaclient/remote_plugins/2_114/idviews.py:1212 #: ipaclient/remote_plugins/2_114/idviews.py:1301 #: ipaclient/remote_plugins/2_114/idviews.py:1358 #: ipaclient/remote_plugins/2_114/idviews.py:1396 #: ipaclient/remote_plugins/2_114/cert.py:113 #: ipaclient/remote_plugins/2_114/cert.py:226 #: ipaclient/remote_plugins/2_156/aci.py:307 #: ipaclient/remote_plugins/2_156/aci.py:345 #: ipaclient/remote_plugins/2_156/aci.py:498 #: ipaclient/remote_plugins/2_156/aci.py:623 #: ipaclient/remote_plugins/2_156/aci.py:746 #: ipaclient/remote_plugins/2_156/aci.py:803 #: ipaclient/remote_plugins/2_156/automember.py:197 #: ipaclient/remote_plugins/2_156/automember.py:275 #: ipaclient/remote_plugins/2_156/automember.py:334 #: ipaclient/remote_plugins/2_156/automember.py:389 #: ipaclient/remote_plugins/2_156/automember.py:431 #: ipaclient/remote_plugins/2_156/automember.py:467 #: ipaclient/remote_plugins/2_156/automember.py:524 #: ipaclient/remote_plugins/2_156/automember.py:615 #: ipaclient/remote_plugins/2_156/automember.py:680 #: ipaclient/remote_plugins/2_156/automember.py:758 #: ipaclient/remote_plugins/2_156/automember.py:818 #: ipaclient/remote_plugins/2_156/automount.py:235 #: ipaclient/remote_plugins/2_156/automount.py:290 #: ipaclient/remote_plugins/2_156/automount.py:371 #: ipaclient/remote_plugins/2_156/automount.py:480 #: ipaclient/remote_plugins/2_156/automount.py:549 #: ipaclient/remote_plugins/2_156/automount.py:607 #: ipaclient/remote_plugins/2_156/automount.py:644 #: ipaclient/remote_plugins/2_156/automount.py:715 #: ipaclient/remote_plugins/2_156/automount.py:772 #: ipaclient/remote_plugins/2_156/automount.py:863 #: ipaclient/remote_plugins/2_156/automount.py:946 #: ipaclient/remote_plugins/2_156/automount.py:989 #: ipaclient/remote_plugins/2_156/automount.py:1072 #: ipaclient/remote_plugins/2_156/automount.py:1162 #: ipaclient/remote_plugins/2_156/automount.py:1219 #: ipaclient/remote_plugins/2_156/caacl.py:226 #: ipaclient/remote_plugins/2_156/caacl.py:520 #: ipaclient/remote_plugins/2_156/caacl.py:550 #: ipaclient/remote_plugins/2_156/caacl.py:581 #: ipaclient/remote_plugins/2_156/caacl.py:703 #: ipaclient/remote_plugins/2_156/caacl.py:831 #: ipaclient/remote_plugins/2_156/caacl.py:1146 #: ipaclient/remote_plugins/2_156/certprofile.py:121 #: ipaclient/remote_plugins/2_156/certprofile.py:207 #: ipaclient/remote_plugins/2_156/certprofile.py:274 #: ipaclient/remote_plugins/2_156/certprofile.py:366 #: ipaclient/remote_plugins/2_156/certprofile.py:422 #: ipaclient/remote_plugins/2_156/config.py:356 #: ipaclient/remote_plugins/2_156/config.py:399 #: ipaclient/remote_plugins/2_156/delegation.py:138 #: ipaclient/remote_plugins/2_156/delegation.py:167 #: ipaclient/remote_plugins/2_156/delegation.py:254 #: ipaclient/remote_plugins/2_156/delegation.py:331 #: ipaclient/remote_plugins/2_156/delegation.py:374 #: ipaclient/remote_plugins/2_156/group.py:274 #: ipaclient/remote_plugins/2_156/group.py:389 #: ipaclient/remote_plugins/2_156/group.py:420 #: ipaclient/remote_plugins/2_156/group.py:649 #: ipaclient/remote_plugins/2_156/group.py:767 #: ipaclient/remote_plugins/2_156/group.py:903 #: ipaclient/remote_plugins/2_156/hbacrule.py:286 #: ipaclient/remote_plugins/2_156/hbacrule.py:598 #: ipaclient/remote_plugins/2_156/hbacrule.py:628 #: ipaclient/remote_plugins/2_156/hbacrule.py:659 #: ipaclient/remote_plugins/2_156/hbacrule.py:808 #: ipaclient/remote_plugins/2_156/hbacrule.py:963 #: ipaclient/remote_plugins/2_156/hbacrule.py:1296 #: ipaclient/remote_plugins/2_156/hbacsvc.py:128 #: ipaclient/remote_plugins/2_156/hbacsvc.py:166 #: ipaclient/remote_plugins/2_156/hbacsvc.py:252 #: ipaclient/remote_plugins/2_156/hbacsvc.py:345 #: ipaclient/remote_plugins/2_156/hbacsvc.py:404 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:125 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:223 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:308 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:400 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:519 #: ipaclient/remote_plugins/2_156/hbactest.py:257 #: ipaclient/remote_plugins/2_156/host.py:460 #: ipaclient/remote_plugins/2_156/host.py:520 #: ipaclient/remote_plugins/2_156/host.py:801 #: ipaclient/remote_plugins/2_156/host.py:832 #: ipaclient/remote_plugins/2_156/host.py:1287 #: ipaclient/remote_plugins/2_156/host.py:1487 #: ipaclient/remote_plugins/2_156/host.py:1547 #: ipaclient/remote_plugins/2_156/host.py:1671 #: ipaclient/remote_plugins/2_156/hostgroup.py:186 #: ipaclient/remote_plugins/2_156/hostgroup.py:295 #: ipaclient/remote_plugins/2_156/hostgroup.py:477 #: ipaclient/remote_plugins/2_156/hostgroup.py:570 #: ipaclient/remote_plugins/2_156/hostgroup.py:700 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:160 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:205 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:257 #: ipaclient/remote_plugins/2_156/misc.py:72 #: ipaclient/remote_plugins/2_156/misc.py:111 #: ipaclient/remote_plugins/2_156/netgroup.py:216 #: ipaclient/remote_plugins/2_156/netgroup.py:350 #: ipaclient/remote_plugins/2_156/netgroup.py:580 #: ipaclient/remote_plugins/2_156/netgroup.py:701 #: ipaclient/remote_plugins/2_156/netgroup.py:856 #: ipaclient/remote_plugins/2_156/otpconfig.py:154 #: ipaclient/remote_plugins/2_156/otpconfig.py:197 #: ipaclient/remote_plugins/2_156/passwd.py:82 #: ipaclient/remote_plugins/2_156/permission.py:387 #: ipaclient/remote_plugins/2_156/permission.py:506 #: ipaclient/remote_plugins/2_156/permission.py:550 #: ipaclient/remote_plugins/2_156/permission.py:758 #: ipaclient/remote_plugins/2_156/permission.py:971 #: ipaclient/remote_plugins/2_156/permission.py:1090 #: ipaclient/remote_plugins/2_156/ping.py:60 #: ipaclient/remote_plugins/2_156/privilege.py:129 #: ipaclient/remote_plugins/2_156/privilege.py:287 #: ipaclient/remote_plugins/2_156/privilege.py:371 #: ipaclient/remote_plugins/2_156/privilege.py:468 #: ipaclient/remote_plugins/2_156/privilege.py:647 #: ipaclient/remote_plugins/2_156/pwpolicy.py:196 #: ipaclient/remote_plugins/2_156/pwpolicy.py:230 #: ipaclient/remote_plugins/2_156/pwpolicy.py:306 #: ipaclient/remote_plugins/2_156/pwpolicy.py:389 #: ipaclient/remote_plugins/2_156/pwpolicy.py:437 #: ipaclient/remote_plugins/2_156/pwpolicy.py:557 #: ipaclient/remote_plugins/2_156/pwpolicy.py:594 #: ipaclient/remote_plugins/2_156/pwpolicy.py:728 #: ipaclient/remote_plugins/2_156/pwpolicy.py:870 #: ipaclient/remote_plugins/2_156/pwpolicy.py:928 #: ipaclient/remote_plugins/2_156/radiusproxy.py:183 #: ipaclient/remote_plugins/2_156/radiusproxy.py:219 #: ipaclient/remote_plugins/2_156/radiusproxy.py:334 #: ipaclient/remote_plugins/2_156/radiusproxy.py:462 #: ipaclient/remote_plugins/2_156/radiusproxy.py:512 #: ipaclient/remote_plugins/2_156/realmdomains.py:143 #: ipaclient/remote_plugins/2_156/realmdomains.py:186 #: ipaclient/remote_plugins/2_156/role.py:163 #: ipaclient/remote_plugins/2_156/role.py:355 #: ipaclient/remote_plugins/2_156/role.py:439 #: ipaclient/remote_plugins/2_156/role.py:536 #: ipaclient/remote_plugins/2_156/role.py:749 #: ipaclient/remote_plugins/2_156/selfservice.py:119 #: ipaclient/remote_plugins/2_156/selfservice.py:148 #: ipaclient/remote_plugins/2_156/selfservice.py:222 #: ipaclient/remote_plugins/2_156/selfservice.py:286 #: ipaclient/remote_plugins/2_156/selfservice.py:329 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:222 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:396 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:426 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:457 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:576 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:701 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:896 #: ipaclient/remote_plugins/2_156/server.py:89 #: ipaclient/remote_plugins/2_156/server.py:180 #: ipaclient/remote_plugins/2_156/server.py:237 #: ipaclient/remote_plugins/2_156/service.py:258 #: ipaclient/remote_plugins/2_156/service.py:319 #: ipaclient/remote_plugins/2_156/service.py:597 #: ipaclient/remote_plugins/2_156/service.py:629 #: ipaclient/remote_plugins/2_156/service.py:912 #: ipaclient/remote_plugins/2_156/service.py:1029 #: ipaclient/remote_plugins/2_156/service.py:1090 #: ipaclient/remote_plugins/2_156/service.py:1216 #: ipaclient/remote_plugins/2_156/servicedelegation.py:157 #: ipaclient/remote_plugins/2_156/servicedelegation.py:313 #: ipaclient/remote_plugins/2_156/servicedelegation.py:390 #: ipaclient/remote_plugins/2_156/servicedelegation.py:573 #: ipaclient/remote_plugins/2_156/servicedelegation.py:630 #: ipaclient/remote_plugins/2_156/servicedelegation.py:719 #: ipaclient/remote_plugins/2_156/servicedelegation.py:789 #: ipaclient/remote_plugins/2_156/servicedelegation.py:898 #: ipaclient/remote_plugins/2_156/stageuser.py:378 #: ipaclient/remote_plugins/2_156/stageuser.py:688 #: ipaclient/remote_plugins/2_156/stageuser.py:726 #: ipaclient/remote_plugins/2_156/stageuser.py:1104 #: ipaclient/remote_plugins/2_156/stageuser.py:1424 #: ipaclient/remote_plugins/2_156/stageuser.py:1483 #: ipaclient/remote_plugins/2_156/sudocmd.py:117 #: ipaclient/remote_plugins/2_156/sudocmd.py:153 #: ipaclient/remote_plugins/2_156/sudocmd.py:237 #: ipaclient/remote_plugins/2_156/sudocmd.py:328 #: ipaclient/remote_plugins/2_156/sudocmd.py:385 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:137 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:235 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:320 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:412 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:531 #: ipaclient/remote_plugins/2_156/sudorule.py:365 #: ipaclient/remote_plugins/2_156/sudorule.py:633 #: ipaclient/remote_plugins/2_156/sudorule.py:867 #: ipaclient/remote_plugins/2_156/sudorule.py:1071 #: ipaclient/remote_plugins/2_156/sudorule.py:1242 #: ipaclient/remote_plugins/2_156/sudorule.py:1510 #: ipaclient/remote_plugins/2_156/sudorule.py:1765 #: ipaclient/remote_plugins/2_156/topology.py:220 #: ipaclient/remote_plugins/2_156/topology.py:268 #: ipaclient/remote_plugins/2_156/topology.py:414 #: ipaclient/remote_plugins/2_156/topology.py:541 #: ipaclient/remote_plugins/2_156/topology.py:603 #: ipaclient/remote_plugins/2_156/topology.py:667 #: ipaclient/remote_plugins/2_156/topology.py:732 #: ipaclient/remote_plugins/2_156/topology.py:770 #: ipaclient/remote_plugins/2_156/topology.py:849 #: ipaclient/remote_plugins/2_156/topology.py:935 #: ipaclient/remote_plugins/2_156/topology.py:987 #: ipaclient/remote_plugins/2_156/trust.py:346 #: ipaclient/remote_plugins/2_156/trust.py:382 #: ipaclient/remote_plugins/2_156/trust.py:439 #: ipaclient/remote_plugins/2_156/trust.py:540 #: ipaclient/remote_plugins/2_156/trust.py:636 #: ipaclient/remote_plugins/2_156/trust.py:720 #: ipaclient/remote_plugins/2_156/trust.py:798 #: ipaclient/remote_plugins/2_156/trust.py:849 #: ipaclient/remote_plugins/2_156/trust.py:939 #: ipaclient/remote_plugins/2_156/trust.py:980 #: ipaclient/remote_plugins/2_156/trust.py:1015 #: ipaclient/remote_plugins/2_156/trust.py:1051 #: ipaclient/remote_plugins/2_156/trust.py:1145 #: ipaclient/remote_plugins/2_156/trust.py:1255 #: ipaclient/remote_plugins/2_156/user.py:651 #: ipaclient/remote_plugins/2_156/user.py:712 #: ipaclient/remote_plugins/2_156/user.py:755 #: ipaclient/remote_plugins/2_156/user.py:787 #: ipaclient/remote_plugins/2_156/user.py:820 #: ipaclient/remote_plugins/2_156/user.py:1218 #: ipaclient/remote_plugins/2_156/user.py:1544 #: ipaclient/remote_plugins/2_156/user.py:1605 #: ipaclient/remote_plugins/2_156/user.py:1669 #: ipaclient/remote_plugins/2_156/user.py:1707 #: ipaclient/remote_plugins/2_156/user.py:1781 #: ipaclient/remote_plugins/2_156/user.py:1818 #: ipaclient/remote_plugins/2_156/user.py:1858 #: ipaclient/remote_plugins/2_156/vault.py:319 #: ipaclient/remote_plugins/2_156/vault.py:421 #: ipaclient/remote_plugins/2_156/vault.py:687 #: ipaclient/remote_plugins/2_156/vault.py:742 #: ipaclient/remote_plugins/2_156/vault.py:868 #: ipaclient/remote_plugins/2_156/vault.py:1001 #: ipaclient/remote_plugins/2_156/vault.py:1259 #: ipaclient/remote_plugins/2_156/vault.py:1335 #: ipaclient/remote_plugins/2_156/vault.py:1376 #: ipaclient/remote_plugins/2_156/vault.py:1512 #: ipaclient/remote_plugins/2_156/vault.py:1671 #: ipaclient/remote_plugins/2_156/otptoken.py:342 #: ipaclient/remote_plugins/2_156/otptoken.py:438 #: ipaclient/remote_plugins/2_156/otptoken.py:621 #: ipaclient/remote_plugins/2_156/otptoken.py:767 #: ipaclient/remote_plugins/2_156/otptoken.py:884 #: ipaclient/remote_plugins/2_156/dns.py:1027 #: ipaclient/remote_plugins/2_156/dns.py:1057 #: ipaclient/remote_plugins/2_156/dns.py:1154 #: ipaclient/remote_plugins/2_156/dns.py:1197 #: ipaclient/remote_plugins/2_156/dns.py:1281 #: ipaclient/remote_plugins/2_156/dns.py:1315 #: ipaclient/remote_plugins/2_156/dns.py:1359 #: ipaclient/remote_plugins/2_156/dns.py:1394 #: ipaclient/remote_plugins/2_156/dns.py:1430 #: ipaclient/remote_plugins/2_156/dns.py:1535 #: ipaclient/remote_plugins/2_156/dns.py:1639 #: ipaclient/remote_plugins/2_156/dns.py:1673 #: ipaclient/remote_plugins/2_156/dns.py:1731 #: ipaclient/remote_plugins/2_156/dns.py:2566 #: ipaclient/remote_plugins/2_156/dns.py:2873 #: ipaclient/remote_plugins/2_156/dns.py:2922 #: ipaclient/remote_plugins/2_156/dns.py:3264 #: ipaclient/remote_plugins/2_156/dns.py:4097 #: ipaclient/remote_plugins/2_156/dns.py:4164 #: ipaclient/remote_plugins/2_156/dns.py:4401 #: ipaclient/remote_plugins/2_156/dns.py:4435 #: ipaclient/remote_plugins/2_156/dns.py:4479 #: ipaclient/remote_plugins/2_156/dns.py:4514 #: ipaclient/remote_plugins/2_156/dns.py:4550 #: ipaclient/remote_plugins/2_156/dns.py:4799 #: ipaclient/remote_plugins/2_156/dns.py:5047 #: ipaclient/remote_plugins/2_156/dns.py:5081 #: ipaclient/remote_plugins/2_156/dns.py:5139 #: ipaclient/remote_plugins/2_156/idrange.py:308 #: ipaclient/remote_plugins/2_156/idrange.py:344 #: ipaclient/remote_plugins/2_156/idrange.py:452 #: ipaclient/remote_plugins/2_156/idrange.py:580 #: ipaclient/remote_plugins/2_156/idrange.py:630 #: ipaclient/remote_plugins/2_156/idviews.py:212 #: ipaclient/remote_plugins/2_156/idviews.py:261 #: ipaclient/remote_plugins/2_156/idviews.py:364 #: ipaclient/remote_plugins/2_156/idviews.py:480 #: ipaclient/remote_plugins/2_156/idviews.py:543 #: ipaclient/remote_plugins/2_156/idviews.py:669 #: ipaclient/remote_plugins/2_156/idviews.py:718 #: ipaclient/remote_plugins/2_156/idviews.py:849 #: ipaclient/remote_plugins/2_156/idviews.py:1001 #: ipaclient/remote_plugins/2_156/idviews.py:1064 #: ipaclient/remote_plugins/2_156/idviews.py:1127 #: ipaclient/remote_plugins/2_156/idviews.py:1172 #: ipaclient/remote_plugins/2_156/idviews.py:1216 #: ipaclient/remote_plugins/2_156/idviews.py:1292 #: ipaclient/remote_plugins/2_156/idviews.py:1381 #: ipaclient/remote_plugins/2_156/idviews.py:1438 #: ipaclient/remote_plugins/2_156/idviews.py:1476 #: ipaclient/remote_plugins/2_156/cert.py:113 #: ipaclient/remote_plugins/2_156/cert.py:226 #: ipaclient/remote_plugins/2_164/aci.py:307 #: ipaclient/remote_plugins/2_164/aci.py:345 #: ipaclient/remote_plugins/2_164/aci.py:498 #: ipaclient/remote_plugins/2_164/aci.py:623 #: ipaclient/remote_plugins/2_164/aci.py:746 #: ipaclient/remote_plugins/2_164/aci.py:803 #: ipaclient/remote_plugins/2_164/automember.py:197 #: ipaclient/remote_plugins/2_164/automember.py:275 #: ipaclient/remote_plugins/2_164/automember.py:334 #: ipaclient/remote_plugins/2_164/automember.py:389 #: ipaclient/remote_plugins/2_164/automember.py:431 #: ipaclient/remote_plugins/2_164/automember.py:467 #: ipaclient/remote_plugins/2_164/automember.py:524 #: ipaclient/remote_plugins/2_164/automember.py:615 #: ipaclient/remote_plugins/2_164/automember.py:680 #: ipaclient/remote_plugins/2_164/automember.py:758 #: ipaclient/remote_plugins/2_164/automember.py:818 #: ipaclient/remote_plugins/2_164/automount.py:235 #: ipaclient/remote_plugins/2_164/automount.py:290 #: ipaclient/remote_plugins/2_164/automount.py:371 #: ipaclient/remote_plugins/2_164/automount.py:480 #: ipaclient/remote_plugins/2_164/automount.py:549 #: ipaclient/remote_plugins/2_164/automount.py:607 #: ipaclient/remote_plugins/2_164/automount.py:644 #: ipaclient/remote_plugins/2_164/automount.py:715 #: ipaclient/remote_plugins/2_164/automount.py:772 #: ipaclient/remote_plugins/2_164/automount.py:863 #: ipaclient/remote_plugins/2_164/automount.py:946 #: ipaclient/remote_plugins/2_164/automount.py:989 #: ipaclient/remote_plugins/2_164/automount.py:1072 #: ipaclient/remote_plugins/2_164/automount.py:1162 #: ipaclient/remote_plugins/2_164/automount.py:1219 #: ipaclient/remote_plugins/2_164/caacl.py:226 #: ipaclient/remote_plugins/2_164/caacl.py:520 #: ipaclient/remote_plugins/2_164/caacl.py:550 #: ipaclient/remote_plugins/2_164/caacl.py:581 #: ipaclient/remote_plugins/2_164/caacl.py:703 #: ipaclient/remote_plugins/2_164/caacl.py:831 #: ipaclient/remote_plugins/2_164/caacl.py:1146 #: ipaclient/remote_plugins/2_164/certprofile.py:121 #: ipaclient/remote_plugins/2_164/certprofile.py:207 #: ipaclient/remote_plugins/2_164/certprofile.py:274 #: ipaclient/remote_plugins/2_164/certprofile.py:366 #: ipaclient/remote_plugins/2_164/certprofile.py:422 #: ipaclient/remote_plugins/2_164/config.py:356 #: ipaclient/remote_plugins/2_164/config.py:399 #: ipaclient/remote_plugins/2_164/delegation.py:138 #: ipaclient/remote_plugins/2_164/delegation.py:167 #: ipaclient/remote_plugins/2_164/delegation.py:254 #: ipaclient/remote_plugins/2_164/delegation.py:331 #: ipaclient/remote_plugins/2_164/delegation.py:374 #: ipaclient/remote_plugins/2_164/group.py:274 #: ipaclient/remote_plugins/2_164/group.py:389 #: ipaclient/remote_plugins/2_164/group.py:420 #: ipaclient/remote_plugins/2_164/group.py:649 #: ipaclient/remote_plugins/2_164/group.py:767 #: ipaclient/remote_plugins/2_164/group.py:903 #: ipaclient/remote_plugins/2_164/hbacrule.py:286 #: ipaclient/remote_plugins/2_164/hbacrule.py:598 #: ipaclient/remote_plugins/2_164/hbacrule.py:628 #: ipaclient/remote_plugins/2_164/hbacrule.py:659 #: ipaclient/remote_plugins/2_164/hbacrule.py:808 #: ipaclient/remote_plugins/2_164/hbacrule.py:963 #: ipaclient/remote_plugins/2_164/hbacrule.py:1296 #: ipaclient/remote_plugins/2_164/hbacsvc.py:128 #: ipaclient/remote_plugins/2_164/hbacsvc.py:166 #: ipaclient/remote_plugins/2_164/hbacsvc.py:252 #: ipaclient/remote_plugins/2_164/hbacsvc.py:345 #: ipaclient/remote_plugins/2_164/hbacsvc.py:404 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:125 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:223 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:308 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:400 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:519 #: ipaclient/remote_plugins/2_164/hbactest.py:257 #: ipaclient/remote_plugins/2_164/host.py:460 #: ipaclient/remote_plugins/2_164/host.py:520 #: ipaclient/remote_plugins/2_164/host.py:801 #: ipaclient/remote_plugins/2_164/host.py:832 #: ipaclient/remote_plugins/2_164/host.py:1287 #: ipaclient/remote_plugins/2_164/host.py:1487 #: ipaclient/remote_plugins/2_164/host.py:1547 #: ipaclient/remote_plugins/2_164/host.py:1671 #: ipaclient/remote_plugins/2_164/hostgroup.py:186 #: ipaclient/remote_plugins/2_164/hostgroup.py:295 #: ipaclient/remote_plugins/2_164/hostgroup.py:477 #: ipaclient/remote_plugins/2_164/hostgroup.py:570 #: ipaclient/remote_plugins/2_164/hostgroup.py:700 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:160 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:205 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:257 #: ipaclient/remote_plugins/2_164/misc.py:72 #: ipaclient/remote_plugins/2_164/misc.py:111 #: ipaclient/remote_plugins/2_164/netgroup.py:216 #: ipaclient/remote_plugins/2_164/netgroup.py:350 #: ipaclient/remote_plugins/2_164/netgroup.py:580 #: ipaclient/remote_plugins/2_164/netgroup.py:701 #: ipaclient/remote_plugins/2_164/netgroup.py:856 #: ipaclient/remote_plugins/2_164/otpconfig.py:154 #: ipaclient/remote_plugins/2_164/otpconfig.py:197 #: ipaclient/remote_plugins/2_164/passwd.py:82 #: ipaclient/remote_plugins/2_164/permission.py:387 #: ipaclient/remote_plugins/2_164/permission.py:506 #: ipaclient/remote_plugins/2_164/permission.py:550 #: ipaclient/remote_plugins/2_164/permission.py:758 #: ipaclient/remote_plugins/2_164/permission.py:971 #: ipaclient/remote_plugins/2_164/permission.py:1090 #: ipaclient/remote_plugins/2_164/ping.py:60 #: ipaclient/remote_plugins/2_164/privilege.py:129 #: ipaclient/remote_plugins/2_164/privilege.py:287 #: ipaclient/remote_plugins/2_164/privilege.py:371 #: ipaclient/remote_plugins/2_164/privilege.py:468 #: ipaclient/remote_plugins/2_164/privilege.py:647 #: ipaclient/remote_plugins/2_164/pwpolicy.py:196 #: ipaclient/remote_plugins/2_164/pwpolicy.py:230 #: ipaclient/remote_plugins/2_164/pwpolicy.py:306 #: ipaclient/remote_plugins/2_164/pwpolicy.py:389 #: ipaclient/remote_plugins/2_164/pwpolicy.py:437 #: ipaclient/remote_plugins/2_164/pwpolicy.py:557 #: ipaclient/remote_plugins/2_164/pwpolicy.py:594 #: ipaclient/remote_plugins/2_164/pwpolicy.py:728 #: ipaclient/remote_plugins/2_164/pwpolicy.py:870 #: ipaclient/remote_plugins/2_164/pwpolicy.py:928 #: ipaclient/remote_plugins/2_164/radiusproxy.py:183 #: ipaclient/remote_plugins/2_164/radiusproxy.py:219 #: ipaclient/remote_plugins/2_164/radiusproxy.py:334 #: ipaclient/remote_plugins/2_164/radiusproxy.py:462 #: ipaclient/remote_plugins/2_164/radiusproxy.py:512 #: ipaclient/remote_plugins/2_164/realmdomains.py:143 #: ipaclient/remote_plugins/2_164/realmdomains.py:186 #: ipaclient/remote_plugins/2_164/role.py:163 #: ipaclient/remote_plugins/2_164/role.py:355 #: ipaclient/remote_plugins/2_164/role.py:439 #: ipaclient/remote_plugins/2_164/role.py:536 #: ipaclient/remote_plugins/2_164/role.py:749 #: ipaclient/remote_plugins/2_164/selfservice.py:119 #: ipaclient/remote_plugins/2_164/selfservice.py:148 #: ipaclient/remote_plugins/2_164/selfservice.py:222 #: ipaclient/remote_plugins/2_164/selfservice.py:286 #: ipaclient/remote_plugins/2_164/selfservice.py:329 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:222 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:396 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:426 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:457 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:576 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:701 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:896 #: ipaclient/remote_plugins/2_164/server.py:95 #: ipaclient/remote_plugins/2_164/server.py:136 #: ipaclient/remote_plugins/2_164/server.py:244 #: ipaclient/remote_plugins/2_164/server.py:308 #: ipaclient/remote_plugins/2_164/service.py:258 #: ipaclient/remote_plugins/2_164/service.py:319 #: ipaclient/remote_plugins/2_164/service.py:597 #: ipaclient/remote_plugins/2_164/service.py:629 #: ipaclient/remote_plugins/2_164/service.py:912 #: ipaclient/remote_plugins/2_164/service.py:1029 #: ipaclient/remote_plugins/2_164/service.py:1090 #: ipaclient/remote_plugins/2_164/service.py:1216 #: ipaclient/remote_plugins/2_164/servicedelegation.py:157 #: ipaclient/remote_plugins/2_164/servicedelegation.py:313 #: ipaclient/remote_plugins/2_164/servicedelegation.py:390 #: ipaclient/remote_plugins/2_164/servicedelegation.py:573 #: ipaclient/remote_plugins/2_164/servicedelegation.py:630 #: ipaclient/remote_plugins/2_164/servicedelegation.py:719 #: ipaclient/remote_plugins/2_164/servicedelegation.py:789 #: ipaclient/remote_plugins/2_164/servicedelegation.py:898 #: ipaclient/remote_plugins/2_164/stageuser.py:378 #: ipaclient/remote_plugins/2_164/stageuser.py:688 #: ipaclient/remote_plugins/2_164/stageuser.py:788 #: ipaclient/remote_plugins/2_164/stageuser.py:1166 #: ipaclient/remote_plugins/2_164/stageuser.py:1486 #: ipaclient/remote_plugins/2_164/stageuser.py:1607 #: ipaclient/remote_plugins/2_164/sudocmd.py:117 #: ipaclient/remote_plugins/2_164/sudocmd.py:153 #: ipaclient/remote_plugins/2_164/sudocmd.py:237 #: ipaclient/remote_plugins/2_164/sudocmd.py:328 #: ipaclient/remote_plugins/2_164/sudocmd.py:385 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:137 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:235 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:320 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:412 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:531 #: ipaclient/remote_plugins/2_164/sudorule.py:365 #: ipaclient/remote_plugins/2_164/sudorule.py:633 #: ipaclient/remote_plugins/2_164/sudorule.py:867 #: ipaclient/remote_plugins/2_164/sudorule.py:1071 #: ipaclient/remote_plugins/2_164/sudorule.py:1242 #: ipaclient/remote_plugins/2_164/sudorule.py:1510 #: ipaclient/remote_plugins/2_164/sudorule.py:1765 #: ipaclient/remote_plugins/2_164/topology.py:268 #: ipaclient/remote_plugins/2_164/topology.py:314 #: ipaclient/remote_plugins/2_164/topology.py:458 #: ipaclient/remote_plugins/2_164/topology.py:583 #: ipaclient/remote_plugins/2_164/topology.py:643 #: ipaclient/remote_plugins/2_164/topology.py:705 #: ipaclient/remote_plugins/2_164/topology.py:769 #: ipaclient/remote_plugins/2_164/topology.py:807 #: ipaclient/remote_plugins/2_164/topology.py:883 #: ipaclient/remote_plugins/2_164/topology.py:968 #: ipaclient/remote_plugins/2_164/topology.py:1018 #: ipaclient/remote_plugins/2_164/trust.py:346 #: ipaclient/remote_plugins/2_164/trust.py:382 #: ipaclient/remote_plugins/2_164/trust.py:439 #: ipaclient/remote_plugins/2_164/trust.py:540 #: ipaclient/remote_plugins/2_164/trust.py:636 #: ipaclient/remote_plugins/2_164/trust.py:720 #: ipaclient/remote_plugins/2_164/trust.py:798 #: ipaclient/remote_plugins/2_164/trust.py:849 #: ipaclient/remote_plugins/2_164/trust.py:939 #: ipaclient/remote_plugins/2_164/trust.py:980 #: ipaclient/remote_plugins/2_164/trust.py:1015 #: ipaclient/remote_plugins/2_164/trust.py:1051 #: ipaclient/remote_plugins/2_164/trust.py:1145 #: ipaclient/remote_plugins/2_164/trust.py:1255 #: ipaclient/remote_plugins/2_164/user.py:651 #: ipaclient/remote_plugins/2_164/user.py:712 #: ipaclient/remote_plugins/2_164/user.py:817 #: ipaclient/remote_plugins/2_164/user.py:849 #: ipaclient/remote_plugins/2_164/user.py:882 #: ipaclient/remote_plugins/2_164/user.py:1280 #: ipaclient/remote_plugins/2_164/user.py:1606 #: ipaclient/remote_plugins/2_164/user.py:1667 #: ipaclient/remote_plugins/2_164/user.py:1793 #: ipaclient/remote_plugins/2_164/user.py:1831 #: ipaclient/remote_plugins/2_164/user.py:1905 #: ipaclient/remote_plugins/2_164/user.py:1942 #: ipaclient/remote_plugins/2_164/user.py:1982 #: ipaclient/remote_plugins/2_164/vault.py:319 #: ipaclient/remote_plugins/2_164/vault.py:421 #: ipaclient/remote_plugins/2_164/vault.py:687 #: ipaclient/remote_plugins/2_164/vault.py:742 #: ipaclient/remote_plugins/2_164/vault.py:868 #: ipaclient/remote_plugins/2_164/vault.py:1001 #: ipaclient/remote_plugins/2_164/vault.py:1259 #: ipaclient/remote_plugins/2_164/vault.py:1335 #: ipaclient/remote_plugins/2_164/vault.py:1376 #: ipaclient/remote_plugins/2_164/vault.py:1512 #: ipaclient/remote_plugins/2_164/vault.py:1671 #: ipaclient/remote_plugins/2_164/otptoken.py:342 #: ipaclient/remote_plugins/2_164/otptoken.py:438 #: ipaclient/remote_plugins/2_164/otptoken.py:621 #: ipaclient/remote_plugins/2_164/otptoken.py:767 #: ipaclient/remote_plugins/2_164/otptoken.py:884 #: ipaclient/remote_plugins/2_164/dns.py:1027 #: ipaclient/remote_plugins/2_164/dns.py:1059 #: ipaclient/remote_plugins/2_164/dns.py:1156 #: ipaclient/remote_plugins/2_164/dns.py:1199 #: ipaclient/remote_plugins/2_164/dns.py:1289 #: ipaclient/remote_plugins/2_164/dns.py:1323 #: ipaclient/remote_plugins/2_164/dns.py:1367 #: ipaclient/remote_plugins/2_164/dns.py:1402 #: ipaclient/remote_plugins/2_164/dns.py:1438 #: ipaclient/remote_plugins/2_164/dns.py:1543 #: ipaclient/remote_plugins/2_164/dns.py:1647 #: ipaclient/remote_plugins/2_164/dns.py:1681 #: ipaclient/remote_plugins/2_164/dns.py:1739 #: ipaclient/remote_plugins/2_164/dns.py:2574 #: ipaclient/remote_plugins/2_164/dns.py:2881 #: ipaclient/remote_plugins/2_164/dns.py:2930 #: ipaclient/remote_plugins/2_164/dns.py:3272 #: ipaclient/remote_plugins/2_164/dns.py:4105 #: ipaclient/remote_plugins/2_164/dns.py:4172 #: ipaclient/remote_plugins/2_164/dns.py:4420 #: ipaclient/remote_plugins/2_164/dns.py:4454 #: ipaclient/remote_plugins/2_164/dns.py:4498 #: ipaclient/remote_plugins/2_164/dns.py:4533 #: ipaclient/remote_plugins/2_164/dns.py:4569 #: ipaclient/remote_plugins/2_164/dns.py:4818 #: ipaclient/remote_plugins/2_164/dns.py:5066 #: ipaclient/remote_plugins/2_164/dns.py:5100 #: ipaclient/remote_plugins/2_164/dns.py:5158 #: ipaclient/remote_plugins/2_164/idrange.py:308 #: ipaclient/remote_plugins/2_164/idrange.py:344 #: ipaclient/remote_plugins/2_164/idrange.py:452 #: ipaclient/remote_plugins/2_164/idrange.py:580 #: ipaclient/remote_plugins/2_164/idrange.py:630 #: ipaclient/remote_plugins/2_164/idviews.py:212 #: ipaclient/remote_plugins/2_164/idviews.py:261 #: ipaclient/remote_plugins/2_164/idviews.py:364 #: ipaclient/remote_plugins/2_164/idviews.py:480 #: ipaclient/remote_plugins/2_164/idviews.py:543 #: ipaclient/remote_plugins/2_164/idviews.py:669 #: ipaclient/remote_plugins/2_164/idviews.py:718 #: ipaclient/remote_plugins/2_164/idviews.py:849 #: ipaclient/remote_plugins/2_164/idviews.py:1001 #: ipaclient/remote_plugins/2_164/idviews.py:1064 #: ipaclient/remote_plugins/2_164/idviews.py:1127 #: ipaclient/remote_plugins/2_164/idviews.py:1172 #: ipaclient/remote_plugins/2_164/idviews.py:1216 #: ipaclient/remote_plugins/2_164/idviews.py:1292 #: ipaclient/remote_plugins/2_164/idviews.py:1381 #: ipaclient/remote_plugins/2_164/idviews.py:1438 #: ipaclient/remote_plugins/2_164/idviews.py:1476 #: ipaclient/remote_plugins/2_164/cert.py:113 #: ipaclient/remote_plugins/2_164/cert.py:226 #: ipaclient/remote_plugins/2_49/aci.py:307 #: ipaclient/remote_plugins/2_49/aci.py:346 #: ipaclient/remote_plugins/2_49/aci.py:499 #: ipaclient/remote_plugins/2_49/aci.py:624 #: ipaclient/remote_plugins/2_49/aci.py:748 #: ipaclient/remote_plugins/2_49/aci.py:801 #: ipaclient/remote_plugins/2_49/automember.py:183 #: ipaclient/remote_plugins/2_49/automember.py:262 #: ipaclient/remote_plugins/2_49/automember.py:322 #: ipaclient/remote_plugins/2_49/automember.py:378 #: ipaclient/remote_plugins/2_49/automember.py:421 #: ipaclient/remote_plugins/2_49/automember.py:458 #: ipaclient/remote_plugins/2_49/automember.py:517 #: ipaclient/remote_plugins/2_49/automember.py:608 #: ipaclient/remote_plugins/2_49/automember.py:687 #: ipaclient/remote_plugins/2_49/automember.py:748 #: ipaclient/remote_plugins/2_49/automount.py:233 #: ipaclient/remote_plugins/2_49/automount.py:287 #: ipaclient/remote_plugins/2_49/automount.py:368 #: ipaclient/remote_plugins/2_49/automount.py:475 #: ipaclient/remote_plugins/2_49/automount.py:543 #: ipaclient/remote_plugins/2_49/automount.py:602 #: ipaclient/remote_plugins/2_49/automount.py:640 #: ipaclient/remote_plugins/2_49/automount.py:713 #: ipaclient/remote_plugins/2_49/automount.py:770 #: ipaclient/remote_plugins/2_49/automount.py:859 #: ipaclient/remote_plugins/2_49/automount.py:942 #: ipaclient/remote_plugins/2_49/automount.py:985 #: ipaclient/remote_plugins/2_49/automount.py:1069 #: ipaclient/remote_plugins/2_49/automount.py:1158 #: ipaclient/remote_plugins/2_49/automount.py:1215 #: ipaclient/remote_plugins/2_49/config.py:340 #: ipaclient/remote_plugins/2_49/config.py:384 #: ipaclient/remote_plugins/2_49/delegation.py:138 #: ipaclient/remote_plugins/2_49/delegation.py:166 #: ipaclient/remote_plugins/2_49/delegation.py:253 #: ipaclient/remote_plugins/2_49/delegation.py:330 #: ipaclient/remote_plugins/2_49/delegation.py:374 #: ipaclient/remote_plugins/2_49/entitle.py:100 #: ipaclient/remote_plugins/2_49/entitle.py:156 #: ipaclient/remote_plugins/2_49/entitle.py:198 #: ipaclient/remote_plugins/2_49/entitle.py:316 #: ipaclient/remote_plugins/2_49/entitle.py:373 #: ipaclient/remote_plugins/2_49/group.py:265 #: ipaclient/remote_plugins/2_49/group.py:374 #: ipaclient/remote_plugins/2_49/group.py:405 #: ipaclient/remote_plugins/2_49/group.py:610 #: ipaclient/remote_plugins/2_49/group.py:721 #: ipaclient/remote_plugins/2_49/group.py:844 #: ipaclient/remote_plugins/2_49/hbacrule.py:273 #: ipaclient/remote_plugins/2_49/hbacrule.py:558 #: ipaclient/remote_plugins/2_49/hbacrule.py:588 #: ipaclient/remote_plugins/2_49/hbacrule.py:618 #: ipaclient/remote_plugins/2_49/hbacrule.py:751 #: ipaclient/remote_plugins/2_49/hbacrule.py:889 #: ipaclient/remote_plugins/2_49/hbacrule.py:1188 #: ipaclient/remote_plugins/2_49/hbacsvc.py:121 #: ipaclient/remote_plugins/2_49/hbacsvc.py:160 #: ipaclient/remote_plugins/2_49/hbacsvc.py:241 #: ipaclient/remote_plugins/2_49/hbacsvc.py:327 #: ipaclient/remote_plugins/2_49/hbacsvc.py:380 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:120 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:212 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:292 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:377 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:483 #: ipaclient/remote_plugins/2_49/hbactest.py:186 #: ipaclient/remote_plugins/2_49/host.py:363 #: ipaclient/remote_plugins/2_49/host.py:456 #: ipaclient/remote_plugins/2_49/host.py:487 #: ipaclient/remote_plugins/2_49/host.py:745 #: ipaclient/remote_plugins/2_49/host.py:909 #: ipaclient/remote_plugins/2_49/host.py:1020 #: ipaclient/remote_plugins/2_49/hostgroup.py:177 #: ipaclient/remote_plugins/2_49/hostgroup.py:280 #: ipaclient/remote_plugins/2_49/hostgroup.py:457 #: ipaclient/remote_plugins/2_49/hostgroup.py:543 #: ipaclient/remote_plugins/2_49/hostgroup.py:660 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:160 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:206 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:259 #: ipaclient/remote_plugins/2_49/misc.py:72 #: ipaclient/remote_plugins/2_49/misc.py:111 #: ipaclient/remote_plugins/2_49/netgroup.py:207 #: ipaclient/remote_plugins/2_49/netgroup.py:335 #: ipaclient/remote_plugins/2_49/netgroup.py:560 #: ipaclient/remote_plugins/2_49/netgroup.py:674 #: ipaclient/remote_plugins/2_49/netgroup.py:816 #: ipaclient/remote_plugins/2_49/passwd.py:74 #: ipaclient/remote_plugins/2_49/permission.py:236 #: ipaclient/remote_plugins/2_49/permission.py:343 #: ipaclient/remote_plugins/2_49/permission.py:388 #: ipaclient/remote_plugins/2_49/permission.py:506 #: ipaclient/remote_plugins/2_49/permission.py:635 #: ipaclient/remote_plugins/2_49/permission.py:741 #: ipaclient/remote_plugins/2_49/ping.py:58 #: ipaclient/remote_plugins/2_49/privilege.py:120 #: ipaclient/remote_plugins/2_49/privilege.py:265 #: ipaclient/remote_plugins/2_49/privilege.py:344 #: ipaclient/remote_plugins/2_49/privilege.py:434 #: ipaclient/remote_plugins/2_49/privilege.py:593 #: ipaclient/remote_plugins/2_49/pwpolicy.py:196 #: ipaclient/remote_plugins/2_49/pwpolicy.py:231 #: ipaclient/remote_plugins/2_49/pwpolicy.py:309 #: ipaclient/remote_plugins/2_49/pwpolicy.py:392 #: ipaclient/remote_plugins/2_49/pwpolicy.py:441 #: ipaclient/remote_plugins/2_49/pwpolicy.py:562 #: ipaclient/remote_plugins/2_49/pwpolicy.py:600 #: ipaclient/remote_plugins/2_49/pwpolicy.py:736 #: ipaclient/remote_plugins/2_49/pwpolicy.py:878 #: ipaclient/remote_plugins/2_49/pwpolicy.py:937 #: ipaclient/remote_plugins/2_49/role.py:149 #: ipaclient/remote_plugins/2_49/role.py:319 #: ipaclient/remote_plugins/2_49/role.py:398 #: ipaclient/remote_plugins/2_49/role.py:488 #: ipaclient/remote_plugins/2_49/role.py:672 #: ipaclient/remote_plugins/2_49/selfservice.py:117 #: ipaclient/remote_plugins/2_49/selfservice.py:145 #: ipaclient/remote_plugins/2_49/selfservice.py:219 #: ipaclient/remote_plugins/2_49/selfservice.py:283 #: ipaclient/remote_plugins/2_49/selfservice.py:327 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:215 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:376 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:406 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:436 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:549 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:667 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:842 #: ipaclient/remote_plugins/2_49/service.py:178 #: ipaclient/remote_plugins/2_49/service.py:272 #: ipaclient/remote_plugins/2_49/service.py:304 #: ipaclient/remote_plugins/2_49/service.py:403 #: ipaclient/remote_plugins/2_49/service.py:498 #: ipaclient/remote_plugins/2_49/service.py:611 #: ipaclient/remote_plugins/2_49/sudocmd.py:110 #: ipaclient/remote_plugins/2_49/sudocmd.py:147 #: ipaclient/remote_plugins/2_49/sudocmd.py:226 #: ipaclient/remote_plugins/2_49/sudocmd.py:310 #: ipaclient/remote_plugins/2_49/sudocmd.py:361 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:128 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:220 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:300 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:385 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:491 #: ipaclient/remote_plugins/2_49/sudorule.py:328 #: ipaclient/remote_plugins/2_49/sudorule.py:753 #: ipaclient/remote_plugins/2_49/sudorule.py:948 #: ipaclient/remote_plugins/2_49/sudorule.py:1112 #: ipaclient/remote_plugins/2_49/sudorule.py:1551 #: ipaclient/remote_plugins/2_49/trust.py:262 #: ipaclient/remote_plugins/2_49/trust.py:299 #: ipaclient/remote_plugins/2_49/trust.py:397 #: ipaclient/remote_plugins/2_49/trust.py:493 #: ipaclient/remote_plugins/2_49/trust.py:544 #: ipaclient/remote_plugins/2_49/trust.py:623 #: ipaclient/remote_plugins/2_49/trust.py:675 #: ipaclient/remote_plugins/2_49/user.py:516 #: ipaclient/remote_plugins/2_49/user.py:555 #: ipaclient/remote_plugins/2_49/user.py:587 #: ipaclient/remote_plugins/2_49/user.py:619 #: ipaclient/remote_plugins/2_49/user.py:942 #: ipaclient/remote_plugins/2_49/user.py:1198 #: ipaclient/remote_plugins/2_49/user.py:1251 #: ipaclient/remote_plugins/2_49/user.py:1318 #: ipaclient/remote_plugins/2_49/user.py:1360 #: ipaclient/remote_plugins/2_49/dns.py:1076 #: ipaclient/remote_plugins/2_49/dns.py:1105 #: ipaclient/remote_plugins/2_49/dns.py:1202 #: ipaclient/remote_plugins/2_49/dns.py:1246 #: ipaclient/remote_plugins/2_49/dns.py:2259 #: ipaclient/remote_plugins/2_49/dns.py:2620 #: ipaclient/remote_plugins/2_49/dns.py:2664 #: ipaclient/remote_plugins/2_49/dns.py:3047 #: ipaclient/remote_plugins/2_49/dns.py:4057 #: ipaclient/remote_plugins/2_49/dns.py:4120 #: ipaclient/remote_plugins/2_49/dns.py:4343 #: ipaclient/remote_plugins/2_49/dns.py:4376 #: ipaclient/remote_plugins/2_49/dns.py:4420 #: ipaclient/remote_plugins/2_49/dns.py:4455 #: ipaclient/remote_plugins/2_49/dns.py:4490 #: ipaclient/remote_plugins/2_49/dns.py:4727 #: ipaclient/remote_plugins/2_49/dns.py:4962 #: ipaclient/remote_plugins/2_49/dns.py:4995 #: ipaclient/remote_plugins/2_49/dns.py:5053 #: ipaclient/remote_plugins/2_49/idrange.py:290 #: ipaclient/remote_plugins/2_49/idrange.py:327 #: ipaclient/remote_plugins/2_49/idrange.py:435 #: ipaclient/remote_plugins/2_49/idrange.py:548 #: ipaclient/remote_plugins/2_49/idrange.py:599 msgid "User-friendly description of action performed" msgstr "Понятное пользователю описание выполненного действия" #: ipalib/output.py:177 ipaclient/remote_plugins/2_114/aci.py:314 #: ipaclient/remote_plugins/2_114/aci.py:354 #: ipaclient/remote_plugins/2_114/aci.py:630 #: ipaclient/remote_plugins/2_114/aci.py:753 #: ipaclient/remote_plugins/2_114/aci.py:810 #: ipaclient/remote_plugins/2_114/automember.py:204 #: ipaclient/remote_plugins/2_114/automember.py:282 #: ipaclient/remote_plugins/2_114/automember.py:341 #: ipaclient/remote_plugins/2_114/automember.py:396 #: ipaclient/remote_plugins/2_114/automember.py:438 #: ipaclient/remote_plugins/2_114/automember.py:622 #: ipaclient/remote_plugins/2_114/automember.py:687 #: ipaclient/remote_plugins/2_114/automember.py:765 #: ipaclient/remote_plugins/2_114/automember.py:825 #: ipaclient/remote_plugins/2_114/automount.py:242 #: ipaclient/remote_plugins/2_114/automount.py:487 #: ipaclient/remote_plugins/2_114/automount.py:556 #: ipaclient/remote_plugins/2_114/automount.py:614 #: ipaclient/remote_plugins/2_114/automount.py:779 #: ipaclient/remote_plugins/2_114/automount.py:870 #: ipaclient/remote_plugins/2_114/automount.py:953 #: ipaclient/remote_plugins/2_114/automount.py:1169 #: ipaclient/remote_plugins/2_114/automount.py:1226 #: ipaclient/remote_plugins/2_114/config.py:363 #: ipaclient/remote_plugins/2_114/config.py:406 #: ipaclient/remote_plugins/2_114/delegation.py:145 #: ipaclient/remote_plugins/2_114/delegation.py:176 #: ipaclient/remote_plugins/2_114/delegation.py:338 #: ipaclient/remote_plugins/2_114/delegation.py:381 #: ipaclient/remote_plugins/2_114/group.py:281 #: ipaclient/remote_plugins/2_114/group.py:429 #: ipaclient/remote_plugins/2_114/group.py:774 #: ipaclient/remote_plugins/2_114/group.py:910 #: ipaclient/remote_plugins/2_114/hbacrule.py:293 #: ipaclient/remote_plugins/2_114/hbacrule.py:637 #: ipaclient/remote_plugins/2_114/hbacrule.py:668 #: ipaclient/remote_plugins/2_114/hbacrule.py:970 #: ipaclient/remote_plugins/2_114/hbacrule.py:1303 #: ipaclient/remote_plugins/2_114/hbacsvc.py:135 #: ipaclient/remote_plugins/2_114/hbacsvc.py:352 #: ipaclient/remote_plugins/2_114/hbacsvc.py:411 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:132 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:407 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:526 #: ipaclient/remote_plugins/2_114/host.py:465 #: ipaclient/remote_plugins/2_114/host.py:779 #: ipaclient/remote_plugins/2_114/host.py:1430 #: ipaclient/remote_plugins/2_114/host.py:1554 #: ipaclient/remote_plugins/2_114/hostgroup.py:193 #: ipaclient/remote_plugins/2_114/hostgroup.py:577 #: ipaclient/remote_plugins/2_114/hostgroup.py:707 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:167 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:212 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:264 #: ipaclient/remote_plugins/2_114/netgroup.py:223 #: ipaclient/remote_plugins/2_114/netgroup.py:708 #: ipaclient/remote_plugins/2_114/netgroup.py:863 #: ipaclient/remote_plugins/2_114/otpconfig.py:161 #: ipaclient/remote_plugins/2_114/otpconfig.py:204 #: ipaclient/remote_plugins/2_114/passwd.py:91 #: ipaclient/remote_plugins/2_114/permission.py:368 #: ipaclient/remote_plugins/2_114/permission.py:487 #: ipaclient/remote_plugins/2_114/permission.py:924 #: ipaclient/remote_plugins/2_114/permission.py:1043 #: ipaclient/remote_plugins/2_114/privilege.py:136 #: ipaclient/remote_plugins/2_114/privilege.py:475 #: ipaclient/remote_plugins/2_114/privilege.py:654 #: ipaclient/remote_plugins/2_114/pwpolicy.py:203 #: ipaclient/remote_plugins/2_114/pwpolicy.py:396 #: ipaclient/remote_plugins/2_114/pwpolicy.py:444 #: ipaclient/remote_plugins/2_114/pwpolicy.py:564 #: ipaclient/remote_plugins/2_114/pwpolicy.py:877 #: ipaclient/remote_plugins/2_114/pwpolicy.py:935 #: ipaclient/remote_plugins/2_114/radiusproxy.py:190 #: ipaclient/remote_plugins/2_114/radiusproxy.py:469 #: ipaclient/remote_plugins/2_114/radiusproxy.py:519 #: ipaclient/remote_plugins/2_114/realmdomains.py:150 #: ipaclient/remote_plugins/2_114/realmdomains.py:193 #: ipaclient/remote_plugins/2_114/role.py:170 #: ipaclient/remote_plugins/2_114/role.py:543 #: ipaclient/remote_plugins/2_114/role.py:756 #: ipaclient/remote_plugins/2_114/selfservice.py:126 #: ipaclient/remote_plugins/2_114/selfservice.py:157 #: ipaclient/remote_plugins/2_114/selfservice.py:293 #: ipaclient/remote_plugins/2_114/selfservice.py:336 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:229 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:435 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:466 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:708 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:903 #: ipaclient/remote_plugins/2_114/service.py:263 #: ipaclient/remote_plugins/2_114/service.py:575 #: ipaclient/remote_plugins/2_114/service.py:972 #: ipaclient/remote_plugins/2_114/service.py:1098 #: ipaclient/remote_plugins/2_114/sudocmd.py:124 #: ipaclient/remote_plugins/2_114/sudocmd.py:335 #: ipaclient/remote_plugins/2_114/sudocmd.py:392 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:144 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:419 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:538 #: ipaclient/remote_plugins/2_114/sudorule.py:372 #: ipaclient/remote_plugins/2_114/sudorule.py:640 #: ipaclient/remote_plugins/2_114/sudorule.py:1249 #: ipaclient/remote_plugins/2_114/sudorule.py:1517 #: ipaclient/remote_plugins/2_114/sudorule.py:1772 #: ipaclient/remote_plugins/2_114/trust.py:345 #: ipaclient/remote_plugins/2_114/trust.py:629 #: ipaclient/remote_plugins/2_114/trust.py:713 #: ipaclient/remote_plugins/2_114/trust.py:791 #: ipaclient/remote_plugins/2_114/trust.py:842 #: ipaclient/remote_plugins/2_114/trust.py:932 #: ipaclient/remote_plugins/2_114/trust.py:1010 #: ipaclient/remote_plugins/2_114/trust.py:1046 #: ipaclient/remote_plugins/2_114/trust.py:1248 #: ipaclient/remote_plugins/2_114/user.py:638 #: ipaclient/remote_plugins/2_114/user.py:710 #: ipaclient/remote_plugins/2_114/user.py:743 #: ipaclient/remote_plugins/2_114/user.py:1443 #: ipaclient/remote_plugins/2_114/user.py:1502 #: ipaclient/remote_plugins/2_114/user.py:1621 #: ipaclient/remote_plugins/2_114/otptoken.py:349 #: ipaclient/remote_plugins/2_114/otptoken.py:774 #: ipaclient/remote_plugins/2_114/otptoken.py:891 #: ipaclient/remote_plugins/2_114/dns.py:1071 #: ipaclient/remote_plugins/2_114/dns.py:1101 #: ipaclient/remote_plugins/2_114/dns.py:1196 #: ipaclient/remote_plugins/2_114/dns.py:1239 #: ipaclient/remote_plugins/2_114/dns.py:1323 #: ipaclient/remote_plugins/2_114/dns.py:1438 #: ipaclient/remote_plugins/2_114/dns.py:1474 #: ipaclient/remote_plugins/2_114/dns.py:1681 #: ipaclient/remote_plugins/2_114/dns.py:1773 #: ipaclient/remote_plugins/2_114/dns.py:2658 #: ipaclient/remote_plugins/2_114/dns.py:4329 #: ipaclient/remote_plugins/2_114/dns.py:4396 #: ipaclient/remote_plugins/2_114/dns.py:4633 #: ipaclient/remote_plugins/2_114/dns.py:4748 #: ipaclient/remote_plugins/2_114/dns.py:4784 #: ipaclient/remote_plugins/2_114/dns.py:5279 #: ipaclient/remote_plugins/2_114/dns.py:5371 #: ipaclient/remote_plugins/2_114/idrange.py:311 #: ipaclient/remote_plugins/2_114/idrange.py:568 #: ipaclient/remote_plugins/2_114/idrange.py:618 #: ipaclient/remote_plugins/2_114/idviews.py:211 #: ipaclient/remote_plugins/2_114/idviews.py:455 #: ipaclient/remote_plugins/2_114/idviews.py:510 #: ipaclient/remote_plugins/2_114/idviews.py:628 #: ipaclient/remote_plugins/2_114/idviews.py:936 #: ipaclient/remote_plugins/2_114/idviews.py:991 #: ipaclient/remote_plugins/2_114/idviews.py:1054 #: ipaclient/remote_plugins/2_114/idviews.py:1308 #: ipaclient/remote_plugins/2_114/idviews.py:1365 #: ipaclient/remote_plugins/2_114/cert.py:122 #: ipaclient/remote_plugins/2_156/aci.py:314 #: ipaclient/remote_plugins/2_156/aci.py:354 #: ipaclient/remote_plugins/2_156/aci.py:630 #: ipaclient/remote_plugins/2_156/aci.py:753 #: ipaclient/remote_plugins/2_156/aci.py:810 #: ipaclient/remote_plugins/2_156/automember.py:204 #: ipaclient/remote_plugins/2_156/automember.py:282 #: ipaclient/remote_plugins/2_156/automember.py:341 #: ipaclient/remote_plugins/2_156/automember.py:396 #: ipaclient/remote_plugins/2_156/automember.py:438 #: ipaclient/remote_plugins/2_156/automember.py:622 #: ipaclient/remote_plugins/2_156/automember.py:687 #: ipaclient/remote_plugins/2_156/automember.py:765 #: ipaclient/remote_plugins/2_156/automember.py:825 #: ipaclient/remote_plugins/2_156/automount.py:242 #: ipaclient/remote_plugins/2_156/automount.py:487 #: ipaclient/remote_plugins/2_156/automount.py:556 #: ipaclient/remote_plugins/2_156/automount.py:614 #: ipaclient/remote_plugins/2_156/automount.py:779 #: ipaclient/remote_plugins/2_156/automount.py:870 #: ipaclient/remote_plugins/2_156/automount.py:953 #: ipaclient/remote_plugins/2_156/automount.py:1169 #: ipaclient/remote_plugins/2_156/automount.py:1226 #: ipaclient/remote_plugins/2_156/caacl.py:233 #: ipaclient/remote_plugins/2_156/caacl.py:559 #: ipaclient/remote_plugins/2_156/caacl.py:590 #: ipaclient/remote_plugins/2_156/caacl.py:838 #: ipaclient/remote_plugins/2_156/caacl.py:1153 #: ipaclient/remote_plugins/2_156/certprofile.py:281 #: ipaclient/remote_plugins/2_156/certprofile.py:373 #: ipaclient/remote_plugins/2_156/certprofile.py:429 #: ipaclient/remote_plugins/2_156/config.py:363 #: ipaclient/remote_plugins/2_156/config.py:406 #: ipaclient/remote_plugins/2_156/delegation.py:145 #: ipaclient/remote_plugins/2_156/delegation.py:176 #: ipaclient/remote_plugins/2_156/delegation.py:338 #: ipaclient/remote_plugins/2_156/delegation.py:381 #: ipaclient/remote_plugins/2_156/group.py:281 #: ipaclient/remote_plugins/2_156/group.py:429 #: ipaclient/remote_plugins/2_156/group.py:774 #: ipaclient/remote_plugins/2_156/group.py:910 #: ipaclient/remote_plugins/2_156/hbacrule.py:293 #: ipaclient/remote_plugins/2_156/hbacrule.py:637 #: ipaclient/remote_plugins/2_156/hbacrule.py:668 #: ipaclient/remote_plugins/2_156/hbacrule.py:970 #: ipaclient/remote_plugins/2_156/hbacrule.py:1303 #: ipaclient/remote_plugins/2_156/hbacsvc.py:135 #: ipaclient/remote_plugins/2_156/hbacsvc.py:352 #: ipaclient/remote_plugins/2_156/hbacsvc.py:411 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:132 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:407 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:526 #: ipaclient/remote_plugins/2_156/host.py:467 #: ipaclient/remote_plugins/2_156/host.py:527 #: ipaclient/remote_plugins/2_156/host.py:841 #: ipaclient/remote_plugins/2_156/host.py:1494 #: ipaclient/remote_plugins/2_156/host.py:1554 #: ipaclient/remote_plugins/2_156/host.py:1678 #: ipaclient/remote_plugins/2_156/hostgroup.py:193 #: ipaclient/remote_plugins/2_156/hostgroup.py:577 #: ipaclient/remote_plugins/2_156/hostgroup.py:707 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:167 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:212 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:264 #: ipaclient/remote_plugins/2_156/netgroup.py:223 #: ipaclient/remote_plugins/2_156/netgroup.py:708 #: ipaclient/remote_plugins/2_156/netgroup.py:863 #: ipaclient/remote_plugins/2_156/otpconfig.py:161 #: ipaclient/remote_plugins/2_156/otpconfig.py:204 #: ipaclient/remote_plugins/2_156/passwd.py:91 #: ipaclient/remote_plugins/2_156/permission.py:394 #: ipaclient/remote_plugins/2_156/permission.py:513 #: ipaclient/remote_plugins/2_156/permission.py:978 #: ipaclient/remote_plugins/2_156/permission.py:1097 #: ipaclient/remote_plugins/2_156/privilege.py:136 #: ipaclient/remote_plugins/2_156/privilege.py:475 #: ipaclient/remote_plugins/2_156/privilege.py:654 #: ipaclient/remote_plugins/2_156/pwpolicy.py:203 #: ipaclient/remote_plugins/2_156/pwpolicy.py:396 #: ipaclient/remote_plugins/2_156/pwpolicy.py:444 #: ipaclient/remote_plugins/2_156/pwpolicy.py:564 #: ipaclient/remote_plugins/2_156/pwpolicy.py:877 #: ipaclient/remote_plugins/2_156/pwpolicy.py:935 #: ipaclient/remote_plugins/2_156/radiusproxy.py:190 #: ipaclient/remote_plugins/2_156/radiusproxy.py:469 #: ipaclient/remote_plugins/2_156/radiusproxy.py:519 #: ipaclient/remote_plugins/2_156/realmdomains.py:150 #: ipaclient/remote_plugins/2_156/realmdomains.py:193 #: ipaclient/remote_plugins/2_156/role.py:170 #: ipaclient/remote_plugins/2_156/role.py:543 #: ipaclient/remote_plugins/2_156/role.py:756 #: ipaclient/remote_plugins/2_156/selfservice.py:126 #: ipaclient/remote_plugins/2_156/selfservice.py:157 #: ipaclient/remote_plugins/2_156/selfservice.py:293 #: ipaclient/remote_plugins/2_156/selfservice.py:336 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:229 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:435 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:466 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:708 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:903 #: ipaclient/remote_plugins/2_156/server.py:244 #: ipaclient/remote_plugins/2_156/service.py:265 #: ipaclient/remote_plugins/2_156/service.py:326 #: ipaclient/remote_plugins/2_156/service.py:638 #: ipaclient/remote_plugins/2_156/service.py:1036 #: ipaclient/remote_plugins/2_156/service.py:1097 #: ipaclient/remote_plugins/2_156/service.py:1223 #: ipaclient/remote_plugins/2_156/servicedelegation.py:164 #: ipaclient/remote_plugins/2_156/servicedelegation.py:580 #: ipaclient/remote_plugins/2_156/servicedelegation.py:637 #: ipaclient/remote_plugins/2_156/servicedelegation.py:905 #: ipaclient/remote_plugins/2_156/stageuser.py:385 #: ipaclient/remote_plugins/2_156/stageuser.py:695 #: ipaclient/remote_plugins/2_156/stageuser.py:1431 #: ipaclient/remote_plugins/2_156/stageuser.py:1490 #: ipaclient/remote_plugins/2_156/sudocmd.py:124 #: ipaclient/remote_plugins/2_156/sudocmd.py:335 #: ipaclient/remote_plugins/2_156/sudocmd.py:392 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:144 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:419 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:538 #: ipaclient/remote_plugins/2_156/sudorule.py:372 #: ipaclient/remote_plugins/2_156/sudorule.py:640 #: ipaclient/remote_plugins/2_156/sudorule.py:1249 #: ipaclient/remote_plugins/2_156/sudorule.py:1517 #: ipaclient/remote_plugins/2_156/sudorule.py:1772 #: ipaclient/remote_plugins/2_156/topology.py:227 #: ipaclient/remote_plugins/2_156/topology.py:548 #: ipaclient/remote_plugins/2_156/topology.py:612 #: ipaclient/remote_plugins/2_156/topology.py:674 #: ipaclient/remote_plugins/2_156/topology.py:739 #: ipaclient/remote_plugins/2_156/topology.py:942 #: ipaclient/remote_plugins/2_156/topology.py:994 #: ipaclient/remote_plugins/2_156/trust.py:353 #: ipaclient/remote_plugins/2_156/trust.py:643 #: ipaclient/remote_plugins/2_156/trust.py:727 #: ipaclient/remote_plugins/2_156/trust.py:805 #: ipaclient/remote_plugins/2_156/trust.py:856 #: ipaclient/remote_plugins/2_156/trust.py:946 #: ipaclient/remote_plugins/2_156/trust.py:1024 #: ipaclient/remote_plugins/2_156/trust.py:1060 #: ipaclient/remote_plugins/2_156/trust.py:1262 #: ipaclient/remote_plugins/2_156/user.py:658 #: ipaclient/remote_plugins/2_156/user.py:719 #: ipaclient/remote_plugins/2_156/user.py:796 #: ipaclient/remote_plugins/2_156/user.py:829 #: ipaclient/remote_plugins/2_156/user.py:1551 #: ipaclient/remote_plugins/2_156/user.py:1612 #: ipaclient/remote_plugins/2_156/user.py:1676 #: ipaclient/remote_plugins/2_156/user.py:1827 #: ipaclient/remote_plugins/2_156/user.py:1867 #: ipaclient/remote_plugins/2_156/vault.py:328 #: ipaclient/remote_plugins/2_156/vault.py:428 #: ipaclient/remote_plugins/2_156/vault.py:694 #: ipaclient/remote_plugins/2_156/vault.py:1008 #: ipaclient/remote_plugins/2_156/vault.py:1266 #: ipaclient/remote_plugins/2_156/vault.py:1342 #: ipaclient/remote_plugins/2_156/vault.py:1383 #: ipaclient/remote_plugins/2_156/vault.py:1678 #: ipaclient/remote_plugins/2_156/otptoken.py:349 #: ipaclient/remote_plugins/2_156/otptoken.py:774 #: ipaclient/remote_plugins/2_156/otptoken.py:891 #: ipaclient/remote_plugins/2_156/dns.py:1036 #: ipaclient/remote_plugins/2_156/dns.py:1066 #: ipaclient/remote_plugins/2_156/dns.py:1161 #: ipaclient/remote_plugins/2_156/dns.py:1204 #: ipaclient/remote_plugins/2_156/dns.py:1288 #: ipaclient/remote_plugins/2_156/dns.py:1403 #: ipaclient/remote_plugins/2_156/dns.py:1439 #: ipaclient/remote_plugins/2_156/dns.py:1646 #: ipaclient/remote_plugins/2_156/dns.py:1738 #: ipaclient/remote_plugins/2_156/dns.py:2573 #: ipaclient/remote_plugins/2_156/dns.py:4104 #: ipaclient/remote_plugins/2_156/dns.py:4171 #: ipaclient/remote_plugins/2_156/dns.py:4408 #: ipaclient/remote_plugins/2_156/dns.py:4523 #: ipaclient/remote_plugins/2_156/dns.py:4559 #: ipaclient/remote_plugins/2_156/dns.py:5054 #: ipaclient/remote_plugins/2_156/dns.py:5146 #: ipaclient/remote_plugins/2_156/idrange.py:315 #: ipaclient/remote_plugins/2_156/idrange.py:587 #: ipaclient/remote_plugins/2_156/idrange.py:637 #: ipaclient/remote_plugins/2_156/idviews.py:219 #: ipaclient/remote_plugins/2_156/idviews.py:487 #: ipaclient/remote_plugins/2_156/idviews.py:550 #: ipaclient/remote_plugins/2_156/idviews.py:676 #: ipaclient/remote_plugins/2_156/idviews.py:1008 #: ipaclient/remote_plugins/2_156/idviews.py:1071 #: ipaclient/remote_plugins/2_156/idviews.py:1134 #: ipaclient/remote_plugins/2_156/idviews.py:1388 #: ipaclient/remote_plugins/2_156/idviews.py:1445 #: ipaclient/remote_plugins/2_156/cert.py:122 #: ipaclient/remote_plugins/2_164/aci.py:314 #: ipaclient/remote_plugins/2_164/aci.py:354 #: ipaclient/remote_plugins/2_164/aci.py:630 #: ipaclient/remote_plugins/2_164/aci.py:753 #: ipaclient/remote_plugins/2_164/aci.py:810 #: ipaclient/remote_plugins/2_164/automember.py:204 #: ipaclient/remote_plugins/2_164/automember.py:282 #: ipaclient/remote_plugins/2_164/automember.py:341 #: ipaclient/remote_plugins/2_164/automember.py:396 #: ipaclient/remote_plugins/2_164/automember.py:438 #: ipaclient/remote_plugins/2_164/automember.py:622 #: ipaclient/remote_plugins/2_164/automember.py:687 #: ipaclient/remote_plugins/2_164/automember.py:765 #: ipaclient/remote_plugins/2_164/automember.py:825 #: ipaclient/remote_plugins/2_164/automount.py:242 #: ipaclient/remote_plugins/2_164/automount.py:487 #: ipaclient/remote_plugins/2_164/automount.py:556 #: ipaclient/remote_plugins/2_164/automount.py:614 #: ipaclient/remote_plugins/2_164/automount.py:779 #: ipaclient/remote_plugins/2_164/automount.py:870 #: ipaclient/remote_plugins/2_164/automount.py:953 #: ipaclient/remote_plugins/2_164/automount.py:1169 #: ipaclient/remote_plugins/2_164/automount.py:1226 #: ipaclient/remote_plugins/2_164/caacl.py:233 #: ipaclient/remote_plugins/2_164/caacl.py:559 #: ipaclient/remote_plugins/2_164/caacl.py:590 #: ipaclient/remote_plugins/2_164/caacl.py:838 #: ipaclient/remote_plugins/2_164/caacl.py:1153 #: ipaclient/remote_plugins/2_164/certprofile.py:281 #: ipaclient/remote_plugins/2_164/certprofile.py:373 #: ipaclient/remote_plugins/2_164/certprofile.py:429 #: ipaclient/remote_plugins/2_164/config.py:363 #: ipaclient/remote_plugins/2_164/config.py:406 #: ipaclient/remote_plugins/2_164/delegation.py:145 #: ipaclient/remote_plugins/2_164/delegation.py:176 #: ipaclient/remote_plugins/2_164/delegation.py:338 #: ipaclient/remote_plugins/2_164/delegation.py:381 #: ipaclient/remote_plugins/2_164/group.py:281 #: ipaclient/remote_plugins/2_164/group.py:429 #: ipaclient/remote_plugins/2_164/group.py:774 #: ipaclient/remote_plugins/2_164/group.py:910 #: ipaclient/remote_plugins/2_164/hbacrule.py:293 #: ipaclient/remote_plugins/2_164/hbacrule.py:637 #: ipaclient/remote_plugins/2_164/hbacrule.py:668 #: ipaclient/remote_plugins/2_164/hbacrule.py:970 #: ipaclient/remote_plugins/2_164/hbacrule.py:1303 #: ipaclient/remote_plugins/2_164/hbacsvc.py:135 #: ipaclient/remote_plugins/2_164/hbacsvc.py:352 #: ipaclient/remote_plugins/2_164/hbacsvc.py:411 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:132 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:407 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:526 #: ipaclient/remote_plugins/2_164/host.py:467 #: ipaclient/remote_plugins/2_164/host.py:527 #: ipaclient/remote_plugins/2_164/host.py:841 #: ipaclient/remote_plugins/2_164/host.py:1494 #: ipaclient/remote_plugins/2_164/host.py:1554 #: ipaclient/remote_plugins/2_164/host.py:1678 #: ipaclient/remote_plugins/2_164/hostgroup.py:193 #: ipaclient/remote_plugins/2_164/hostgroup.py:577 #: ipaclient/remote_plugins/2_164/hostgroup.py:707 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:167 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:212 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:264 #: ipaclient/remote_plugins/2_164/netgroup.py:223 #: ipaclient/remote_plugins/2_164/netgroup.py:708 #: ipaclient/remote_plugins/2_164/netgroup.py:863 #: ipaclient/remote_plugins/2_164/otpconfig.py:161 #: ipaclient/remote_plugins/2_164/otpconfig.py:204 #: ipaclient/remote_plugins/2_164/passwd.py:91 #: ipaclient/remote_plugins/2_164/permission.py:394 #: ipaclient/remote_plugins/2_164/permission.py:513 #: ipaclient/remote_plugins/2_164/permission.py:978 #: ipaclient/remote_plugins/2_164/permission.py:1097 #: ipaclient/remote_plugins/2_164/privilege.py:136 #: ipaclient/remote_plugins/2_164/privilege.py:475 #: ipaclient/remote_plugins/2_164/privilege.py:654 #: ipaclient/remote_plugins/2_164/pwpolicy.py:203 #: ipaclient/remote_plugins/2_164/pwpolicy.py:396 #: ipaclient/remote_plugins/2_164/pwpolicy.py:444 #: ipaclient/remote_plugins/2_164/pwpolicy.py:564 #: ipaclient/remote_plugins/2_164/pwpolicy.py:877 #: ipaclient/remote_plugins/2_164/pwpolicy.py:935 #: ipaclient/remote_plugins/2_164/radiusproxy.py:190 #: ipaclient/remote_plugins/2_164/radiusproxy.py:469 #: ipaclient/remote_plugins/2_164/radiusproxy.py:519 #: ipaclient/remote_plugins/2_164/realmdomains.py:150 #: ipaclient/remote_plugins/2_164/realmdomains.py:193 #: ipaclient/remote_plugins/2_164/role.py:170 #: ipaclient/remote_plugins/2_164/role.py:543 #: ipaclient/remote_plugins/2_164/role.py:756 #: ipaclient/remote_plugins/2_164/selfservice.py:126 #: ipaclient/remote_plugins/2_164/selfservice.py:157 #: ipaclient/remote_plugins/2_164/selfservice.py:293 #: ipaclient/remote_plugins/2_164/selfservice.py:336 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:229 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:435 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:466 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:708 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:903 #: ipaclient/remote_plugins/2_164/server.py:104 #: ipaclient/remote_plugins/2_164/server.py:315 #: ipaclient/remote_plugins/2_164/service.py:265 #: ipaclient/remote_plugins/2_164/service.py:326 #: ipaclient/remote_plugins/2_164/service.py:638 #: ipaclient/remote_plugins/2_164/service.py:1036 #: ipaclient/remote_plugins/2_164/service.py:1097 #: ipaclient/remote_plugins/2_164/service.py:1223 #: ipaclient/remote_plugins/2_164/servicedelegation.py:164 #: ipaclient/remote_plugins/2_164/servicedelegation.py:580 #: ipaclient/remote_plugins/2_164/servicedelegation.py:637 #: ipaclient/remote_plugins/2_164/servicedelegation.py:905 #: ipaclient/remote_plugins/2_164/stageuser.py:385 #: ipaclient/remote_plugins/2_164/stageuser.py:695 #: ipaclient/remote_plugins/2_164/stageuser.py:1493 #: ipaclient/remote_plugins/2_164/stageuser.py:1614 #: ipaclient/remote_plugins/2_164/sudocmd.py:124 #: ipaclient/remote_plugins/2_164/sudocmd.py:335 #: ipaclient/remote_plugins/2_164/sudocmd.py:392 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:144 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:419 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:538 #: ipaclient/remote_plugins/2_164/sudorule.py:372 #: ipaclient/remote_plugins/2_164/sudorule.py:640 #: ipaclient/remote_plugins/2_164/sudorule.py:1249 #: ipaclient/remote_plugins/2_164/sudorule.py:1517 #: ipaclient/remote_plugins/2_164/sudorule.py:1772 #: ipaclient/remote_plugins/2_164/topology.py:275 #: ipaclient/remote_plugins/2_164/topology.py:590 #: ipaclient/remote_plugins/2_164/topology.py:652 #: ipaclient/remote_plugins/2_164/topology.py:712 #: ipaclient/remote_plugins/2_164/topology.py:776 #: ipaclient/remote_plugins/2_164/topology.py:975 #: ipaclient/remote_plugins/2_164/topology.py:1025 #: ipaclient/remote_plugins/2_164/trust.py:353 #: ipaclient/remote_plugins/2_164/trust.py:643 #: ipaclient/remote_plugins/2_164/trust.py:727 #: ipaclient/remote_plugins/2_164/trust.py:805 #: ipaclient/remote_plugins/2_164/trust.py:856 #: ipaclient/remote_plugins/2_164/trust.py:946 #: ipaclient/remote_plugins/2_164/trust.py:1024 #: ipaclient/remote_plugins/2_164/trust.py:1060 #: ipaclient/remote_plugins/2_164/trust.py:1262 #: ipaclient/remote_plugins/2_164/user.py:658 #: ipaclient/remote_plugins/2_164/user.py:719 #: ipaclient/remote_plugins/2_164/user.py:858 #: ipaclient/remote_plugins/2_164/user.py:891 #: ipaclient/remote_plugins/2_164/user.py:1613 #: ipaclient/remote_plugins/2_164/user.py:1674 #: ipaclient/remote_plugins/2_164/user.py:1800 #: ipaclient/remote_plugins/2_164/user.py:1951 #: ipaclient/remote_plugins/2_164/user.py:1991 #: ipaclient/remote_plugins/2_164/vault.py:328 #: ipaclient/remote_plugins/2_164/vault.py:428 #: ipaclient/remote_plugins/2_164/vault.py:694 #: ipaclient/remote_plugins/2_164/vault.py:1008 #: ipaclient/remote_plugins/2_164/vault.py:1266 #: ipaclient/remote_plugins/2_164/vault.py:1342 #: ipaclient/remote_plugins/2_164/vault.py:1383 #: ipaclient/remote_plugins/2_164/vault.py:1678 #: ipaclient/remote_plugins/2_164/otptoken.py:349 #: ipaclient/remote_plugins/2_164/otptoken.py:774 #: ipaclient/remote_plugins/2_164/otptoken.py:891 #: ipaclient/remote_plugins/2_164/dns.py:1036 #: ipaclient/remote_plugins/2_164/dns.py:1068 #: ipaclient/remote_plugins/2_164/dns.py:1163 #: ipaclient/remote_plugins/2_164/dns.py:1206 #: ipaclient/remote_plugins/2_164/dns.py:1296 #: ipaclient/remote_plugins/2_164/dns.py:1411 #: ipaclient/remote_plugins/2_164/dns.py:1447 #: ipaclient/remote_plugins/2_164/dns.py:1654 #: ipaclient/remote_plugins/2_164/dns.py:1746 #: ipaclient/remote_plugins/2_164/dns.py:2581 #: ipaclient/remote_plugins/2_164/dns.py:4112 #: ipaclient/remote_plugins/2_164/dns.py:4179 #: ipaclient/remote_plugins/2_164/dns.py:4427 #: ipaclient/remote_plugins/2_164/dns.py:4542 #: ipaclient/remote_plugins/2_164/dns.py:4578 #: ipaclient/remote_plugins/2_164/dns.py:5073 #: ipaclient/remote_plugins/2_164/dns.py:5165 #: ipaclient/remote_plugins/2_164/idrange.py:315 #: ipaclient/remote_plugins/2_164/idrange.py:587 #: ipaclient/remote_plugins/2_164/idrange.py:637 #: ipaclient/remote_plugins/2_164/idviews.py:219 #: ipaclient/remote_plugins/2_164/idviews.py:487 #: ipaclient/remote_plugins/2_164/idviews.py:550 #: ipaclient/remote_plugins/2_164/idviews.py:676 #: ipaclient/remote_plugins/2_164/idviews.py:1008 #: ipaclient/remote_plugins/2_164/idviews.py:1071 #: ipaclient/remote_plugins/2_164/idviews.py:1134 #: ipaclient/remote_plugins/2_164/idviews.py:1388 #: ipaclient/remote_plugins/2_164/idviews.py:1445 #: ipaclient/remote_plugins/2_164/cert.py:122 #: ipaclient/remote_plugins/2_49/aci.py:315 #: ipaclient/remote_plugins/2_49/aci.py:356 #: ipaclient/remote_plugins/2_49/aci.py:632 #: ipaclient/remote_plugins/2_49/aci.py:756 #: ipaclient/remote_plugins/2_49/aci.py:809 #: ipaclient/remote_plugins/2_49/automember.py:191 #: ipaclient/remote_plugins/2_49/automember.py:270 #: ipaclient/remote_plugins/2_49/automember.py:330 #: ipaclient/remote_plugins/2_49/automember.py:386 #: ipaclient/remote_plugins/2_49/automember.py:429 #: ipaclient/remote_plugins/2_49/automember.py:468 #: ipaclient/remote_plugins/2_49/automember.py:616 #: ipaclient/remote_plugins/2_49/automember.py:695 #: ipaclient/remote_plugins/2_49/automember.py:756 #: ipaclient/remote_plugins/2_49/automount.py:241 #: ipaclient/remote_plugins/2_49/automount.py:297 #: ipaclient/remote_plugins/2_49/automount.py:483 #: ipaclient/remote_plugins/2_49/automount.py:551 #: ipaclient/remote_plugins/2_49/automount.py:610 #: ipaclient/remote_plugins/2_49/automount.py:650 #: ipaclient/remote_plugins/2_49/automount.py:778 #: ipaclient/remote_plugins/2_49/automount.py:867 #: ipaclient/remote_plugins/2_49/automount.py:950 #: ipaclient/remote_plugins/2_49/automount.py:995 #: ipaclient/remote_plugins/2_49/automount.py:1166 #: ipaclient/remote_plugins/2_49/automount.py:1223 #: ipaclient/remote_plugins/2_49/config.py:348 #: ipaclient/remote_plugins/2_49/config.py:392 #: ipaclient/remote_plugins/2_49/delegation.py:146 #: ipaclient/remote_plugins/2_49/delegation.py:176 #: ipaclient/remote_plugins/2_49/delegation.py:338 #: ipaclient/remote_plugins/2_49/delegation.py:382 #: ipaclient/remote_plugins/2_49/entitle.py:108 #: ipaclient/remote_plugins/2_49/entitle.py:324 #: ipaclient/remote_plugins/2_49/entitle.py:381 #: ipaclient/remote_plugins/2_49/group.py:273 #: ipaclient/remote_plugins/2_49/group.py:384 #: ipaclient/remote_plugins/2_49/group.py:415 #: ipaclient/remote_plugins/2_49/group.py:729 #: ipaclient/remote_plugins/2_49/group.py:852 #: ipaclient/remote_plugins/2_49/hbacrule.py:281 #: ipaclient/remote_plugins/2_49/hbacrule.py:568 #: ipaclient/remote_plugins/2_49/hbacrule.py:598 #: ipaclient/remote_plugins/2_49/hbacrule.py:628 #: ipaclient/remote_plugins/2_49/hbacrule.py:897 #: ipaclient/remote_plugins/2_49/hbacrule.py:1196 #: ipaclient/remote_plugins/2_49/hbacsvc.py:129 #: ipaclient/remote_plugins/2_49/hbacsvc.py:170 #: ipaclient/remote_plugins/2_49/hbacsvc.py:335 #: ipaclient/remote_plugins/2_49/hbacsvc.py:388 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:128 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:222 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:385 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:491 #: ipaclient/remote_plugins/2_49/host.py:371 #: ipaclient/remote_plugins/2_49/host.py:466 #: ipaclient/remote_plugins/2_49/host.py:497 #: ipaclient/remote_plugins/2_49/host.py:917 #: ipaclient/remote_plugins/2_49/host.py:1028 #: ipaclient/remote_plugins/2_49/hostgroup.py:185 #: ipaclient/remote_plugins/2_49/hostgroup.py:290 #: ipaclient/remote_plugins/2_49/hostgroup.py:551 #: ipaclient/remote_plugins/2_49/hostgroup.py:668 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:168 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:214 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:267 #: ipaclient/remote_plugins/2_49/netgroup.py:215 #: ipaclient/remote_plugins/2_49/netgroup.py:345 #: ipaclient/remote_plugins/2_49/netgroup.py:682 #: ipaclient/remote_plugins/2_49/netgroup.py:824 #: ipaclient/remote_plugins/2_49/passwd.py:84 #: ipaclient/remote_plugins/2_49/permission.py:244 #: ipaclient/remote_plugins/2_49/permission.py:351 #: ipaclient/remote_plugins/2_49/permission.py:398 #: ipaclient/remote_plugins/2_49/permission.py:643 #: ipaclient/remote_plugins/2_49/permission.py:749 #: ipaclient/remote_plugins/2_49/privilege.py:128 #: ipaclient/remote_plugins/2_49/privilege.py:275 #: ipaclient/remote_plugins/2_49/privilege.py:442 #: ipaclient/remote_plugins/2_49/privilege.py:601 #: ipaclient/remote_plugins/2_49/pwpolicy.py:204 #: ipaclient/remote_plugins/2_49/pwpolicy.py:241 #: ipaclient/remote_plugins/2_49/pwpolicy.py:400 #: ipaclient/remote_plugins/2_49/pwpolicy.py:449 #: ipaclient/remote_plugins/2_49/pwpolicy.py:570 #: ipaclient/remote_plugins/2_49/pwpolicy.py:610 #: ipaclient/remote_plugins/2_49/pwpolicy.py:886 #: ipaclient/remote_plugins/2_49/pwpolicy.py:945 #: ipaclient/remote_plugins/2_49/role.py:157 #: ipaclient/remote_plugins/2_49/role.py:329 #: ipaclient/remote_plugins/2_49/role.py:496 #: ipaclient/remote_plugins/2_49/role.py:680 #: ipaclient/remote_plugins/2_49/selfservice.py:125 #: ipaclient/remote_plugins/2_49/selfservice.py:155 #: ipaclient/remote_plugins/2_49/selfservice.py:291 #: ipaclient/remote_plugins/2_49/selfservice.py:335 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:223 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:386 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:416 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:446 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:675 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:850 #: ipaclient/remote_plugins/2_49/service.py:186 #: ipaclient/remote_plugins/2_49/service.py:282 #: ipaclient/remote_plugins/2_49/service.py:314 #: ipaclient/remote_plugins/2_49/service.py:506 #: ipaclient/remote_plugins/2_49/service.py:619 #: ipaclient/remote_plugins/2_49/sudocmd.py:118 #: ipaclient/remote_plugins/2_49/sudocmd.py:157 #: ipaclient/remote_plugins/2_49/sudocmd.py:318 #: ipaclient/remote_plugins/2_49/sudocmd.py:369 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:136 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:230 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:393 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:499 #: ipaclient/remote_plugins/2_49/sudorule.py:336 #: ipaclient/remote_plugins/2_49/sudorule.py:763 #: ipaclient/remote_plugins/2_49/sudorule.py:1120 #: ipaclient/remote_plugins/2_49/sudorule.py:1559 #: ipaclient/remote_plugins/2_49/trust.py:270 #: ipaclient/remote_plugins/2_49/trust.py:309 #: ipaclient/remote_plugins/2_49/trust.py:501 #: ipaclient/remote_plugins/2_49/trust.py:552 #: ipaclient/remote_plugins/2_49/trust.py:631 #: ipaclient/remote_plugins/2_49/trust.py:683 #: ipaclient/remote_plugins/2_49/user.py:524 #: ipaclient/remote_plugins/2_49/user.py:565 #: ipaclient/remote_plugins/2_49/user.py:597 #: ipaclient/remote_plugins/2_49/user.py:629 #: ipaclient/remote_plugins/2_49/user.py:1206 #: ipaclient/remote_plugins/2_49/user.py:1259 #: ipaclient/remote_plugins/2_49/user.py:1370 #: ipaclient/remote_plugins/2_49/dns.py:1086 #: ipaclient/remote_plugins/2_49/dns.py:1115 #: ipaclient/remote_plugins/2_49/dns.py:1210 #: ipaclient/remote_plugins/2_49/dns.py:1254 #: ipaclient/remote_plugins/2_49/dns.py:2267 #: ipaclient/remote_plugins/2_49/dns.py:2628 #: ipaclient/remote_plugins/2_49/dns.py:2674 #: ipaclient/remote_plugins/2_49/dns.py:4065 #: ipaclient/remote_plugins/2_49/dns.py:4128 #: ipaclient/remote_plugins/2_49/dns.py:4351 #: ipaclient/remote_plugins/2_49/dns.py:4386 #: ipaclient/remote_plugins/2_49/dns.py:4430 #: ipaclient/remote_plugins/2_49/dns.py:4465 #: ipaclient/remote_plugins/2_49/dns.py:4500 #: ipaclient/remote_plugins/2_49/dns.py:4970 #: ipaclient/remote_plugins/2_49/dns.py:5005 #: ipaclient/remote_plugins/2_49/dns.py:5061 #: ipaclient/remote_plugins/2_49/idrange.py:298 #: ipaclient/remote_plugins/2_49/idrange.py:337 #: ipaclient/remote_plugins/2_49/idrange.py:556 #: ipaclient/remote_plugins/2_49/idrange.py:607 msgid "The primary_key value of the entry, e.g. 'jdoe' for a user" msgstr "" "Значение primary_key (основного ключа) записи, например \"ииванов\" для " "пользователя" #: ipalib/output.py:192 ipaclient/remote_plugins/2_114/aci.py:506 #: ipaclient/remote_plugins/2_114/automember.py:532 #: ipaclient/remote_plugins/2_114/automount.py:379 #: ipaclient/remote_plugins/2_114/automount.py:723 #: ipaclient/remote_plugins/2_114/automount.py:1080 #: ipaclient/remote_plugins/2_114/delegation.py:262 #: ipaclient/remote_plugins/2_114/group.py:657 #: ipaclient/remote_plugins/2_114/hbacrule.py:816 #: ipaclient/remote_plugins/2_114/hbacsvc.py:260 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:316 #: ipaclient/remote_plugins/2_114/host.py:1232 #: ipaclient/remote_plugins/2_114/hostgroup.py:485 #: ipaclient/remote_plugins/2_114/netgroup.py:588 #: ipaclient/remote_plugins/2_114/permission.py:726 #: ipaclient/remote_plugins/2_114/privilege.py:379 #: ipaclient/remote_plugins/2_114/pwpolicy.py:314 #: ipaclient/remote_plugins/2_114/pwpolicy.py:736 #: ipaclient/remote_plugins/2_114/radiusproxy.py:342 #: ipaclient/remote_plugins/2_114/role.py:447 #: ipaclient/remote_plugins/2_114/selfservice.py:230 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:584 #: ipaclient/remote_plugins/2_114/service.py:857 #: ipaclient/remote_plugins/2_114/sudocmd.py:245 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:328 #: ipaclient/remote_plugins/2_114/sudorule.py:1079 #: ipaclient/remote_plugins/2_114/trust.py:433 #: ipaclient/remote_plugins/2_114/trust.py:534 #: ipaclient/remote_plugins/2_114/trust.py:1139 #: ipaclient/remote_plugins/2_114/user.py:1126 #: ipaclient/remote_plugins/2_114/user.py:1576 #: ipaclient/remote_plugins/2_114/otptoken.py:629 #: ipaclient/remote_plugins/2_114/dns.py:1578 #: ipaclient/remote_plugins/2_114/dns.py:3447 #: ipaclient/remote_plugins/2_114/dns.py:5032 #: ipaclient/remote_plugins/2_114/idrange.py:456 #: ipaclient/remote_plugins/2_114/idviews.py:348 #: ipaclient/remote_plugins/2_114/idviews.py:793 #: ipaclient/remote_plugins/2_114/idviews.py:1220 #: ipaclient/remote_plugins/2_114/cert.py:234 #: ipaclient/remote_plugins/2_156/aci.py:506 #: ipaclient/remote_plugins/2_156/automember.py:532 #: ipaclient/remote_plugins/2_156/automount.py:379 #: ipaclient/remote_plugins/2_156/automount.py:723 #: ipaclient/remote_plugins/2_156/automount.py:1080 #: ipaclient/remote_plugins/2_156/caacl.py:711 #: ipaclient/remote_plugins/2_156/certprofile.py:215 #: ipaclient/remote_plugins/2_156/delegation.py:262 #: ipaclient/remote_plugins/2_156/group.py:657 #: ipaclient/remote_plugins/2_156/hbacrule.py:816 #: ipaclient/remote_plugins/2_156/hbacsvc.py:260 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:316 #: ipaclient/remote_plugins/2_156/host.py:1295 #: ipaclient/remote_plugins/2_156/hostgroup.py:485 #: ipaclient/remote_plugins/2_156/netgroup.py:588 #: ipaclient/remote_plugins/2_156/permission.py:766 #: ipaclient/remote_plugins/2_156/privilege.py:379 #: ipaclient/remote_plugins/2_156/pwpolicy.py:314 #: ipaclient/remote_plugins/2_156/pwpolicy.py:736 #: ipaclient/remote_plugins/2_156/radiusproxy.py:342 #: ipaclient/remote_plugins/2_156/role.py:447 #: ipaclient/remote_plugins/2_156/selfservice.py:230 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:584 #: ipaclient/remote_plugins/2_156/server.py:188 #: ipaclient/remote_plugins/2_156/service.py:920 #: ipaclient/remote_plugins/2_156/servicedelegation.py:398 #: ipaclient/remote_plugins/2_156/servicedelegation.py:797 #: ipaclient/remote_plugins/2_156/stageuser.py:1112 #: ipaclient/remote_plugins/2_156/sudocmd.py:245 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:328 #: ipaclient/remote_plugins/2_156/sudorule.py:1079 #: ipaclient/remote_plugins/2_156/topology.py:422 #: ipaclient/remote_plugins/2_156/topology.py:857 #: ipaclient/remote_plugins/2_156/trust.py:447 #: ipaclient/remote_plugins/2_156/trust.py:548 #: ipaclient/remote_plugins/2_156/trust.py:1153 #: ipaclient/remote_plugins/2_156/user.py:1226 #: ipaclient/remote_plugins/2_156/user.py:1789 #: ipaclient/remote_plugins/2_156/vault.py:876 #: ipaclient/remote_plugins/2_156/otptoken.py:629 #: ipaclient/remote_plugins/2_156/dns.py:1543 #: ipaclient/remote_plugins/2_156/dns.py:3272 #: ipaclient/remote_plugins/2_156/dns.py:4807 #: ipaclient/remote_plugins/2_156/idrange.py:460 #: ipaclient/remote_plugins/2_156/idviews.py:372 #: ipaclient/remote_plugins/2_156/idviews.py:857 #: ipaclient/remote_plugins/2_156/idviews.py:1300 #: ipaclient/remote_plugins/2_156/cert.py:234 #: ipaclient/remote_plugins/2_164/aci.py:506 #: ipaclient/remote_plugins/2_164/automember.py:532 #: ipaclient/remote_plugins/2_164/automount.py:379 #: ipaclient/remote_plugins/2_164/automount.py:723 #: ipaclient/remote_plugins/2_164/automount.py:1080 #: ipaclient/remote_plugins/2_164/caacl.py:711 #: ipaclient/remote_plugins/2_164/certprofile.py:215 #: ipaclient/remote_plugins/2_164/delegation.py:262 #: ipaclient/remote_plugins/2_164/group.py:657 #: ipaclient/remote_plugins/2_164/hbacrule.py:816 #: ipaclient/remote_plugins/2_164/hbacsvc.py:260 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:316 #: ipaclient/remote_plugins/2_164/host.py:1295 #: ipaclient/remote_plugins/2_164/hostgroup.py:485 #: ipaclient/remote_plugins/2_164/netgroup.py:588 #: ipaclient/remote_plugins/2_164/permission.py:766 #: ipaclient/remote_plugins/2_164/privilege.py:379 #: ipaclient/remote_plugins/2_164/pwpolicy.py:314 #: ipaclient/remote_plugins/2_164/pwpolicy.py:736 #: ipaclient/remote_plugins/2_164/radiusproxy.py:342 #: ipaclient/remote_plugins/2_164/role.py:447 #: ipaclient/remote_plugins/2_164/selfservice.py:230 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:584 #: ipaclient/remote_plugins/2_164/server.py:252 #: ipaclient/remote_plugins/2_164/service.py:920 #: ipaclient/remote_plugins/2_164/servicedelegation.py:398 #: ipaclient/remote_plugins/2_164/servicedelegation.py:797 #: ipaclient/remote_plugins/2_164/stageuser.py:1174 #: ipaclient/remote_plugins/2_164/sudocmd.py:245 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:328 #: ipaclient/remote_plugins/2_164/sudorule.py:1079 #: ipaclient/remote_plugins/2_164/topology.py:466 #: ipaclient/remote_plugins/2_164/topology.py:891 #: ipaclient/remote_plugins/2_164/trust.py:447 #: ipaclient/remote_plugins/2_164/trust.py:548 #: ipaclient/remote_plugins/2_164/trust.py:1153 #: ipaclient/remote_plugins/2_164/user.py:1288 #: ipaclient/remote_plugins/2_164/user.py:1913 #: ipaclient/remote_plugins/2_164/vault.py:876 #: ipaclient/remote_plugins/2_164/otptoken.py:629 #: ipaclient/remote_plugins/2_164/dns.py:1551 #: ipaclient/remote_plugins/2_164/dns.py:3280 #: ipaclient/remote_plugins/2_164/dns.py:4826 #: ipaclient/remote_plugins/2_164/idrange.py:460 #: ipaclient/remote_plugins/2_164/idviews.py:372 #: ipaclient/remote_plugins/2_164/idviews.py:857 #: ipaclient/remote_plugins/2_164/idviews.py:1300 #: ipaclient/remote_plugins/2_164/cert.py:234 #: ipaclient/remote_plugins/2_49/aci.py:507 #: ipaclient/remote_plugins/2_49/automember.py:525 #: ipaclient/remote_plugins/2_49/automount.py:376 #: ipaclient/remote_plugins/2_49/automount.py:721 #: ipaclient/remote_plugins/2_49/automount.py:1077 #: ipaclient/remote_plugins/2_49/delegation.py:261 #: ipaclient/remote_plugins/2_49/entitle.py:164 #: ipaclient/remote_plugins/2_49/entitle.py:206 #: ipaclient/remote_plugins/2_49/group.py:618 #: ipaclient/remote_plugins/2_49/hbacrule.py:759 #: ipaclient/remote_plugins/2_49/hbacsvc.py:249 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:300 #: ipaclient/remote_plugins/2_49/host.py:753 #: ipaclient/remote_plugins/2_49/hostgroup.py:465 #: ipaclient/remote_plugins/2_49/netgroup.py:568 #: ipaclient/remote_plugins/2_49/permission.py:514 #: ipaclient/remote_plugins/2_49/privilege.py:352 #: ipaclient/remote_plugins/2_49/pwpolicy.py:317 #: ipaclient/remote_plugins/2_49/pwpolicy.py:744 #: ipaclient/remote_plugins/2_49/role.py:406 #: ipaclient/remote_plugins/2_49/selfservice.py:227 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:557 #: ipaclient/remote_plugins/2_49/service.py:411 #: ipaclient/remote_plugins/2_49/sudocmd.py:234 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:308 #: ipaclient/remote_plugins/2_49/sudorule.py:956 #: ipaclient/remote_plugins/2_49/trust.py:405 #: ipaclient/remote_plugins/2_49/user.py:950 #: ipaclient/remote_plugins/2_49/user.py:1326 #: ipaclient/remote_plugins/2_49/dns.py:3055 #: ipaclient/remote_plugins/2_49/dns.py:4735 #: ipaclient/remote_plugins/2_49/idrange.py:443 msgid "Number of entries returned" msgstr "Количество вернутых значений" #: ipalib/output.py:193 ipaclient/remote_plugins/2_114/aci.py:511 #: ipaclient/remote_plugins/2_114/automember.py:537 #: ipaclient/remote_plugins/2_114/automount.py:384 #: ipaclient/remote_plugins/2_114/automount.py:728 #: ipaclient/remote_plugins/2_114/automount.py:1085 #: ipaclient/remote_plugins/2_114/delegation.py:267 #: ipaclient/remote_plugins/2_114/group.py:662 #: ipaclient/remote_plugins/2_114/hbacrule.py:821 #: ipaclient/remote_plugins/2_114/hbacsvc.py:265 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:321 #: ipaclient/remote_plugins/2_114/host.py:1237 #: ipaclient/remote_plugins/2_114/hostgroup.py:490 #: ipaclient/remote_plugins/2_114/netgroup.py:593 #: ipaclient/remote_plugins/2_114/permission.py:731 #: ipaclient/remote_plugins/2_114/privilege.py:384 #: ipaclient/remote_plugins/2_114/pwpolicy.py:319 #: ipaclient/remote_plugins/2_114/pwpolicy.py:741 #: ipaclient/remote_plugins/2_114/radiusproxy.py:347 #: ipaclient/remote_plugins/2_114/role.py:452 #: ipaclient/remote_plugins/2_114/selfservice.py:235 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:589 #: ipaclient/remote_plugins/2_114/service.py:862 #: ipaclient/remote_plugins/2_114/sudocmd.py:250 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:333 #: ipaclient/remote_plugins/2_114/sudorule.py:1084 #: ipaclient/remote_plugins/2_114/trust.py:438 #: ipaclient/remote_plugins/2_114/trust.py:539 #: ipaclient/remote_plugins/2_114/trust.py:1144 #: ipaclient/remote_plugins/2_114/user.py:1131 #: ipaclient/remote_plugins/2_114/user.py:1581 #: ipaclient/remote_plugins/2_114/otptoken.py:634 #: ipaclient/remote_plugins/2_114/dns.py:1583 #: ipaclient/remote_plugins/2_114/dns.py:3452 #: ipaclient/remote_plugins/2_114/dns.py:5037 #: ipaclient/remote_plugins/2_114/idrange.py:461 #: ipaclient/remote_plugins/2_114/idviews.py:353 #: ipaclient/remote_plugins/2_114/idviews.py:798 #: ipaclient/remote_plugins/2_114/idviews.py:1225 #: ipaclient/remote_plugins/2_114/cert.py:239 #: ipaclient/remote_plugins/2_156/aci.py:511 #: ipaclient/remote_plugins/2_156/automember.py:537 #: ipaclient/remote_plugins/2_156/automount.py:384 #: ipaclient/remote_plugins/2_156/automount.py:728 #: ipaclient/remote_plugins/2_156/automount.py:1085 #: ipaclient/remote_plugins/2_156/caacl.py:716 #: ipaclient/remote_plugins/2_156/certprofile.py:220 #: ipaclient/remote_plugins/2_156/delegation.py:267 #: ipaclient/remote_plugins/2_156/group.py:662 #: ipaclient/remote_plugins/2_156/hbacrule.py:821 #: ipaclient/remote_plugins/2_156/hbacsvc.py:265 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:321 #: ipaclient/remote_plugins/2_156/host.py:1300 #: ipaclient/remote_plugins/2_156/hostgroup.py:490 #: ipaclient/remote_plugins/2_156/netgroup.py:593 #: ipaclient/remote_plugins/2_156/permission.py:771 #: ipaclient/remote_plugins/2_156/privilege.py:384 #: ipaclient/remote_plugins/2_156/pwpolicy.py:319 #: ipaclient/remote_plugins/2_156/pwpolicy.py:741 #: ipaclient/remote_plugins/2_156/radiusproxy.py:347 #: ipaclient/remote_plugins/2_156/role.py:452 #: ipaclient/remote_plugins/2_156/selfservice.py:235 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:589 #: ipaclient/remote_plugins/2_156/server.py:193 #: ipaclient/remote_plugins/2_156/service.py:925 #: ipaclient/remote_plugins/2_156/servicedelegation.py:403 #: ipaclient/remote_plugins/2_156/servicedelegation.py:802 #: ipaclient/remote_plugins/2_156/stageuser.py:1117 #: ipaclient/remote_plugins/2_156/sudocmd.py:250 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:333 #: ipaclient/remote_plugins/2_156/sudorule.py:1084 #: ipaclient/remote_plugins/2_156/topology.py:427 #: ipaclient/remote_plugins/2_156/topology.py:862 #: ipaclient/remote_plugins/2_156/trust.py:452 #: ipaclient/remote_plugins/2_156/trust.py:553 #: ipaclient/remote_plugins/2_156/trust.py:1158 #: ipaclient/remote_plugins/2_156/user.py:1231 #: ipaclient/remote_plugins/2_156/user.py:1794 #: ipaclient/remote_plugins/2_156/vault.py:881 #: ipaclient/remote_plugins/2_156/otptoken.py:634 #: ipaclient/remote_plugins/2_156/dns.py:1548 #: ipaclient/remote_plugins/2_156/dns.py:3277 #: ipaclient/remote_plugins/2_156/dns.py:4812 #: ipaclient/remote_plugins/2_156/idrange.py:465 #: ipaclient/remote_plugins/2_156/idviews.py:377 #: ipaclient/remote_plugins/2_156/idviews.py:862 #: ipaclient/remote_plugins/2_156/idviews.py:1305 #: ipaclient/remote_plugins/2_156/cert.py:239 #: ipaclient/remote_plugins/2_164/aci.py:511 #: ipaclient/remote_plugins/2_164/automember.py:537 #: ipaclient/remote_plugins/2_164/automount.py:384 #: ipaclient/remote_plugins/2_164/automount.py:728 #: ipaclient/remote_plugins/2_164/automount.py:1085 #: ipaclient/remote_plugins/2_164/caacl.py:716 #: ipaclient/remote_plugins/2_164/certprofile.py:220 #: ipaclient/remote_plugins/2_164/delegation.py:267 #: ipaclient/remote_plugins/2_164/group.py:662 #: ipaclient/remote_plugins/2_164/hbacrule.py:821 #: ipaclient/remote_plugins/2_164/hbacsvc.py:265 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:321 #: ipaclient/remote_plugins/2_164/host.py:1300 #: ipaclient/remote_plugins/2_164/hostgroup.py:490 #: ipaclient/remote_plugins/2_164/netgroup.py:593 #: ipaclient/remote_plugins/2_164/permission.py:771 #: ipaclient/remote_plugins/2_164/privilege.py:384 #: ipaclient/remote_plugins/2_164/pwpolicy.py:319 #: ipaclient/remote_plugins/2_164/pwpolicy.py:741 #: ipaclient/remote_plugins/2_164/radiusproxy.py:347 #: ipaclient/remote_plugins/2_164/role.py:452 #: ipaclient/remote_plugins/2_164/selfservice.py:235 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:589 #: ipaclient/remote_plugins/2_164/server.py:257 #: ipaclient/remote_plugins/2_164/service.py:925 #: ipaclient/remote_plugins/2_164/servicedelegation.py:403 #: ipaclient/remote_plugins/2_164/servicedelegation.py:802 #: ipaclient/remote_plugins/2_164/stageuser.py:1179 #: ipaclient/remote_plugins/2_164/sudocmd.py:250 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:333 #: ipaclient/remote_plugins/2_164/sudorule.py:1084 #: ipaclient/remote_plugins/2_164/topology.py:471 #: ipaclient/remote_plugins/2_164/topology.py:896 #: ipaclient/remote_plugins/2_164/trust.py:452 #: ipaclient/remote_plugins/2_164/trust.py:553 #: ipaclient/remote_plugins/2_164/trust.py:1158 #: ipaclient/remote_plugins/2_164/user.py:1293 #: ipaclient/remote_plugins/2_164/user.py:1918 #: ipaclient/remote_plugins/2_164/vault.py:881 #: ipaclient/remote_plugins/2_164/otptoken.py:634 #: ipaclient/remote_plugins/2_164/dns.py:1556 #: ipaclient/remote_plugins/2_164/dns.py:3285 #: ipaclient/remote_plugins/2_164/dns.py:4831 #: ipaclient/remote_plugins/2_164/idrange.py:465 #: ipaclient/remote_plugins/2_164/idviews.py:377 #: ipaclient/remote_plugins/2_164/idviews.py:862 #: ipaclient/remote_plugins/2_164/idviews.py:1305 #: ipaclient/remote_plugins/2_164/cert.py:239 #: ipaclient/remote_plugins/2_49/aci.py:512 #: ipaclient/remote_plugins/2_49/automember.py:530 #: ipaclient/remote_plugins/2_49/automount.py:381 #: ipaclient/remote_plugins/2_49/automount.py:726 #: ipaclient/remote_plugins/2_49/automount.py:1082 #: ipaclient/remote_plugins/2_49/delegation.py:266 #: ipaclient/remote_plugins/2_49/entitle.py:169 #: ipaclient/remote_plugins/2_49/entitle.py:211 #: ipaclient/remote_plugins/2_49/group.py:623 #: ipaclient/remote_plugins/2_49/hbacrule.py:764 #: ipaclient/remote_plugins/2_49/hbacsvc.py:254 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:305 #: ipaclient/remote_plugins/2_49/host.py:758 #: ipaclient/remote_plugins/2_49/hostgroup.py:470 #: ipaclient/remote_plugins/2_49/netgroup.py:573 #: ipaclient/remote_plugins/2_49/permission.py:519 #: ipaclient/remote_plugins/2_49/privilege.py:357 #: ipaclient/remote_plugins/2_49/pwpolicy.py:322 #: ipaclient/remote_plugins/2_49/pwpolicy.py:749 #: ipaclient/remote_plugins/2_49/role.py:411 #: ipaclient/remote_plugins/2_49/selfservice.py:232 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:562 #: ipaclient/remote_plugins/2_49/service.py:416 #: ipaclient/remote_plugins/2_49/sudocmd.py:239 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:313 #: ipaclient/remote_plugins/2_49/sudorule.py:961 #: ipaclient/remote_plugins/2_49/trust.py:410 #: ipaclient/remote_plugins/2_49/user.py:955 #: ipaclient/remote_plugins/2_49/user.py:1331 #: ipaclient/remote_plugins/2_49/dns.py:3060 #: ipaclient/remote_plugins/2_49/dns.py:4740 #: ipaclient/remote_plugins/2_49/idrange.py:448 msgid "True if not all results were returned" msgstr "Верно если не все результаты были возвращены" #: ipalib/output.py:198 ipalib/output.py:204 #: ipaclient/remote_plugins/2_114/automember.py:472 #: ipaclient/remote_plugins/2_114/automount.py:295 #: ipaclient/remote_plugins/2_114/automount.py:649 #: ipaclient/remote_plugins/2_114/automount.py:994 #: ipaclient/remote_plugins/2_114/group.py:394 #: ipaclient/remote_plugins/2_114/hbacrule.py:603 #: ipaclient/remote_plugins/2_114/hbacsvc.py:171 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:228 #: ipaclient/remote_plugins/2_114/host.py:744 #: ipaclient/remote_plugins/2_114/hostgroup.py:300 #: ipaclient/remote_plugins/2_114/netgroup.py:355 #: ipaclient/remote_plugins/2_114/permission.py:529 #: ipaclient/remote_plugins/2_114/privilege.py:292 #: ipaclient/remote_plugins/2_114/pwpolicy.py:235 #: ipaclient/remote_plugins/2_114/pwpolicy.py:599 #: ipaclient/remote_plugins/2_114/radiusproxy.py:224 #: ipaclient/remote_plugins/2_114/role.py:360 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:401 #: ipaclient/remote_plugins/2_114/service.py:539 #: ipaclient/remote_plugins/2_114/sudocmd.py:158 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:240 #: ipaclient/remote_plugins/2_114/sudorule.py:872 #: ipaclient/remote_plugins/2_114/trust.py:379 #: ipaclient/remote_plugins/2_114/trust.py:971 #: ipaclient/remote_plugins/2_114/user.py:674 #: ipaclient/remote_plugins/2_114/otptoken.py:443 #: ipaclient/remote_plugins/2_114/dns.py:1399 #: ipaclient/remote_plugins/2_114/dns.py:3008 #: ipaclient/remote_plugins/2_114/dns.py:3057 #: ipaclient/remote_plugins/2_114/dns.py:4709 #: ipaclient/remote_plugins/2_114/idrange.py:345 #: ipaclient/remote_plugins/2_114/idviews.py:250 #: ipaclient/remote_plugins/2_114/idviews.py:667 #: ipaclient/remote_plugins/2_114/idviews.py:1141 #: ipaclient/remote_plugins/2_156/automember.py:472 #: ipaclient/remote_plugins/2_156/automount.py:295 #: ipaclient/remote_plugins/2_156/automount.py:649 #: ipaclient/remote_plugins/2_156/automount.py:994 #: ipaclient/remote_plugins/2_156/caacl.py:525 #: ipaclient/remote_plugins/2_156/certprofile.py:126 #: ipaclient/remote_plugins/2_156/group.py:394 #: ipaclient/remote_plugins/2_156/hbacrule.py:603 #: ipaclient/remote_plugins/2_156/hbacsvc.py:171 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:228 #: ipaclient/remote_plugins/2_156/host.py:806 #: ipaclient/remote_plugins/2_156/hostgroup.py:300 #: ipaclient/remote_plugins/2_156/netgroup.py:355 #: ipaclient/remote_plugins/2_156/permission.py:555 #: ipaclient/remote_plugins/2_156/privilege.py:292 #: ipaclient/remote_plugins/2_156/pwpolicy.py:235 #: ipaclient/remote_plugins/2_156/pwpolicy.py:599 #: ipaclient/remote_plugins/2_156/radiusproxy.py:224 #: ipaclient/remote_plugins/2_156/role.py:360 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:401 #: ipaclient/remote_plugins/2_156/server.py:94 #: ipaclient/remote_plugins/2_156/service.py:602 #: ipaclient/remote_plugins/2_156/servicedelegation.py:318 #: ipaclient/remote_plugins/2_156/servicedelegation.py:724 #: ipaclient/remote_plugins/2_156/stageuser.py:731 #: ipaclient/remote_plugins/2_156/sudocmd.py:158 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:240 #: ipaclient/remote_plugins/2_156/sudorule.py:872 #: ipaclient/remote_plugins/2_156/topology.py:273 #: ipaclient/remote_plugins/2_156/topology.py:775 #: ipaclient/remote_plugins/2_156/trust.py:387 #: ipaclient/remote_plugins/2_156/trust.py:985 #: ipaclient/remote_plugins/2_156/user.py:760 #: ipaclient/remote_plugins/2_156/user.py:1712 #: ipaclient/remote_plugins/2_156/vault.py:747 #: ipaclient/remote_plugins/2_156/vault.py:1517 #: ipaclient/remote_plugins/2_156/otptoken.py:443 #: ipaclient/remote_plugins/2_156/dns.py:1364 #: ipaclient/remote_plugins/2_156/dns.py:2878 #: ipaclient/remote_plugins/2_156/dns.py:2927 #: ipaclient/remote_plugins/2_156/dns.py:4484 #: ipaclient/remote_plugins/2_156/idrange.py:349 #: ipaclient/remote_plugins/2_156/idviews.py:266 #: ipaclient/remote_plugins/2_156/idviews.py:723 #: ipaclient/remote_plugins/2_156/idviews.py:1221 #: ipaclient/remote_plugins/2_164/automember.py:472 #: ipaclient/remote_plugins/2_164/automount.py:295 #: ipaclient/remote_plugins/2_164/automount.py:649 #: ipaclient/remote_plugins/2_164/automount.py:994 #: ipaclient/remote_plugins/2_164/caacl.py:525 #: ipaclient/remote_plugins/2_164/certprofile.py:126 #: ipaclient/remote_plugins/2_164/group.py:394 #: ipaclient/remote_plugins/2_164/hbacrule.py:603 #: ipaclient/remote_plugins/2_164/hbacsvc.py:171 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:228 #: ipaclient/remote_plugins/2_164/host.py:806 #: ipaclient/remote_plugins/2_164/hostgroup.py:300 #: ipaclient/remote_plugins/2_164/netgroup.py:355 #: ipaclient/remote_plugins/2_164/permission.py:555 #: ipaclient/remote_plugins/2_164/privilege.py:292 #: ipaclient/remote_plugins/2_164/pwpolicy.py:235 #: ipaclient/remote_plugins/2_164/pwpolicy.py:599 #: ipaclient/remote_plugins/2_164/radiusproxy.py:224 #: ipaclient/remote_plugins/2_164/role.py:360 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:401 #: ipaclient/remote_plugins/2_164/server.py:141 #: ipaclient/remote_plugins/2_164/service.py:602 #: ipaclient/remote_plugins/2_164/servicedelegation.py:318 #: ipaclient/remote_plugins/2_164/servicedelegation.py:724 #: ipaclient/remote_plugins/2_164/stageuser.py:793 #: ipaclient/remote_plugins/2_164/sudocmd.py:158 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:240 #: ipaclient/remote_plugins/2_164/sudorule.py:872 #: ipaclient/remote_plugins/2_164/topology.py:319 #: ipaclient/remote_plugins/2_164/topology.py:812 #: ipaclient/remote_plugins/2_164/trust.py:387 #: ipaclient/remote_plugins/2_164/trust.py:985 #: ipaclient/remote_plugins/2_164/user.py:822 #: ipaclient/remote_plugins/2_164/user.py:1836 #: ipaclient/remote_plugins/2_164/vault.py:747 #: ipaclient/remote_plugins/2_164/vault.py:1517 #: ipaclient/remote_plugins/2_164/otptoken.py:443 #: ipaclient/remote_plugins/2_164/dns.py:1372 #: ipaclient/remote_plugins/2_164/dns.py:2886 #: ipaclient/remote_plugins/2_164/dns.py:2935 #: ipaclient/remote_plugins/2_164/dns.py:4503 #: ipaclient/remote_plugins/2_164/idrange.py:349 #: ipaclient/remote_plugins/2_164/idviews.py:266 #: ipaclient/remote_plugins/2_164/idviews.py:723 #: ipaclient/remote_plugins/2_164/idviews.py:1221 #: ipaclient/remote_plugins/2_49/automember.py:463 #: ipaclient/remote_plugins/2_49/automount.py:292 #: ipaclient/remote_plugins/2_49/automount.py:645 #: ipaclient/remote_plugins/2_49/automount.py:990 #: ipaclient/remote_plugins/2_49/group.py:379 #: ipaclient/remote_plugins/2_49/hbacrule.py:563 #: ipaclient/remote_plugins/2_49/hbacsvc.py:165 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:217 #: ipaclient/remote_plugins/2_49/host.py:461 #: ipaclient/remote_plugins/2_49/hostgroup.py:285 #: ipaclient/remote_plugins/2_49/netgroup.py:340 #: ipaclient/remote_plugins/2_49/permission.py:393 #: ipaclient/remote_plugins/2_49/privilege.py:270 #: ipaclient/remote_plugins/2_49/pwpolicy.py:236 #: ipaclient/remote_plugins/2_49/pwpolicy.py:605 #: ipaclient/remote_plugins/2_49/role.py:324 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:381 #: ipaclient/remote_plugins/2_49/service.py:277 #: ipaclient/remote_plugins/2_49/sudocmd.py:152 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:225 #: ipaclient/remote_plugins/2_49/sudorule.py:758 #: ipaclient/remote_plugins/2_49/trust.py:304 #: ipaclient/remote_plugins/2_49/user.py:560 #: ipaclient/remote_plugins/2_49/dns.py:2669 #: ipaclient/remote_plugins/2_49/dns.py:4425 #: ipaclient/remote_plugins/2_49/idrange.py:332 msgid "List of deletions that failed" msgstr "Список удалений, которые не удалось выполнить" #: ipalib/output.py:210 ipalib/output.py:218 ipaserver/plugins/dns.py:347 #: ipaclient/remote_plugins/2_114/aci.py:350 #: ipaclient/remote_plugins/2_114/delegation.py:172 #: ipaclient/remote_plugins/2_114/group.py:425 #: ipaclient/remote_plugins/2_114/hbacrule.py:633 #: ipaclient/remote_plugins/2_114/hbacrule.py:664 #: ipaclient/remote_plugins/2_114/host.py:775 #: ipaclient/remote_plugins/2_114/passwd.py:87 #: ipaclient/remote_plugins/2_114/selfservice.py:153 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:431 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:462 #: ipaclient/remote_plugins/2_114/service.py:571 #: ipaclient/remote_plugins/2_114/trust.py:1006 #: ipaclient/remote_plugins/2_114/trust.py:1042 #: ipaclient/remote_plugins/2_114/user.py:706 #: ipaclient/remote_plugins/2_114/user.py:739 #: ipaclient/remote_plugins/2_114/user.py:1617 #: ipaclient/remote_plugins/2_114/dns.py:1067 #: ipaclient/remote_plugins/2_114/dns.py:1097 #: ipaclient/remote_plugins/2_114/dns.py:1355 #: ipaclient/remote_plugins/2_114/dns.py:1434 #: ipaclient/remote_plugins/2_114/dns.py:1470 #: ipaclient/remote_plugins/2_114/dns.py:1713 #: ipaclient/remote_plugins/2_114/dns.py:4665 #: ipaclient/remote_plugins/2_114/dns.py:4744 #: ipaclient/remote_plugins/2_114/dns.py:4780 #: ipaclient/remote_plugins/2_114/dns.py:5311 #: ipaclient/remote_plugins/2_114/cert.py:118 #: ipaclient/remote_plugins/2_156/aci.py:350 #: ipaclient/remote_plugins/2_156/caacl.py:555 #: ipaclient/remote_plugins/2_156/caacl.py:586 #: ipaclient/remote_plugins/2_156/delegation.py:172 #: ipaclient/remote_plugins/2_156/group.py:425 #: ipaclient/remote_plugins/2_156/hbacrule.py:633 #: ipaclient/remote_plugins/2_156/hbacrule.py:664 #: ipaclient/remote_plugins/2_156/host.py:837 #: ipaclient/remote_plugins/2_156/passwd.py:87 #: ipaclient/remote_plugins/2_156/selfservice.py:153 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:431 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:462 #: ipaclient/remote_plugins/2_156/service.py:634 #: ipaclient/remote_plugins/2_156/topology.py:608 #: ipaclient/remote_plugins/2_156/trust.py:1020 #: ipaclient/remote_plugins/2_156/trust.py:1056 #: ipaclient/remote_plugins/2_156/user.py:792 #: ipaclient/remote_plugins/2_156/user.py:825 #: ipaclient/remote_plugins/2_156/user.py:1823 #: ipaclient/remote_plugins/2_156/user.py:1863 #: ipaclient/remote_plugins/2_156/vault.py:324 #: ipaclient/remote_plugins/2_156/dns.py:1032 #: ipaclient/remote_plugins/2_156/dns.py:1062 #: ipaclient/remote_plugins/2_156/dns.py:1320 #: ipaclient/remote_plugins/2_156/dns.py:1399 #: ipaclient/remote_plugins/2_156/dns.py:1435 #: ipaclient/remote_plugins/2_156/dns.py:1678 #: ipaclient/remote_plugins/2_156/dns.py:4440 #: ipaclient/remote_plugins/2_156/dns.py:4519 #: ipaclient/remote_plugins/2_156/dns.py:4555 #: ipaclient/remote_plugins/2_156/dns.py:5086 #: ipaclient/remote_plugins/2_156/cert.py:118 #: ipaclient/remote_plugins/2_164/aci.py:350 #: ipaclient/remote_plugins/2_164/caacl.py:555 #: ipaclient/remote_plugins/2_164/caacl.py:586 #: ipaclient/remote_plugins/2_164/delegation.py:172 #: ipaclient/remote_plugins/2_164/group.py:425 #: ipaclient/remote_plugins/2_164/hbacrule.py:633 #: ipaclient/remote_plugins/2_164/hbacrule.py:664 #: ipaclient/remote_plugins/2_164/host.py:837 #: ipaclient/remote_plugins/2_164/passwd.py:87 #: ipaclient/remote_plugins/2_164/selfservice.py:153 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:431 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:462 #: ipaclient/remote_plugins/2_164/server.py:100 #: ipaclient/remote_plugins/2_164/service.py:634 #: ipaclient/remote_plugins/2_164/topology.py:648 #: ipaclient/remote_plugins/2_164/trust.py:1020 #: ipaclient/remote_plugins/2_164/trust.py:1056 #: ipaclient/remote_plugins/2_164/user.py:854 #: ipaclient/remote_plugins/2_164/user.py:887 #: ipaclient/remote_plugins/2_164/user.py:1947 #: ipaclient/remote_plugins/2_164/user.py:1987 #: ipaclient/remote_plugins/2_164/vault.py:324 #: ipaclient/remote_plugins/2_164/dns.py:1032 #: ipaclient/remote_plugins/2_164/dns.py:1064 #: ipaclient/remote_plugins/2_164/dns.py:1328 #: ipaclient/remote_plugins/2_164/dns.py:1407 #: ipaclient/remote_plugins/2_164/dns.py:1443 #: ipaclient/remote_plugins/2_164/dns.py:1686 #: ipaclient/remote_plugins/2_164/dns.py:4459 #: ipaclient/remote_plugins/2_164/dns.py:4538 #: ipaclient/remote_plugins/2_164/dns.py:4574 #: ipaclient/remote_plugins/2_164/dns.py:5105 #: ipaclient/remote_plugins/2_164/cert.py:118 #: ipaclient/remote_plugins/2_49/aci.py:351 #: ipaclient/remote_plugins/2_49/delegation.py:171 #: ipaclient/remote_plugins/2_49/group.py:410 #: ipaclient/remote_plugins/2_49/hbacrule.py:593 #: ipaclient/remote_plugins/2_49/hbacrule.py:623 #: ipaclient/remote_plugins/2_49/host.py:492 #: ipaclient/remote_plugins/2_49/passwd.py:79 #: ipaclient/remote_plugins/2_49/selfservice.py:150 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:411 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:441 #: ipaclient/remote_plugins/2_49/service.py:309 #: ipaclient/remote_plugins/2_49/user.py:592 #: ipaclient/remote_plugins/2_49/user.py:624 #: ipaclient/remote_plugins/2_49/user.py:1365 #: ipaclient/remote_plugins/2_49/dns.py:1081 #: ipaclient/remote_plugins/2_49/dns.py:1110 #: ipaclient/remote_plugins/2_49/dns.py:4381 #: ipaclient/remote_plugins/2_49/dns.py:4460 #: ipaclient/remote_plugins/2_49/dns.py:4495 #: ipaclient/remote_plugins/2_49/dns.py:5000 msgid "True means the operation was successful" msgstr "Значение True означает, что операция выполнена успешно" #: ipalib/util.py:205 msgid "Filename is empty" msgstr "Пустое имя файла" #: ipalib/util.py:209 #, python-format msgid "Permission denied: %(file)s" msgstr "В доступе отказано: %(file)s" #: ipalib/util.py:393 ipalib/util.py:911 msgid "empty DNS label" msgstr "пустая DNS-метка" #: ipalib/util.py:396 msgid "DNS label cannot be longer that 63 characters" msgstr "Длина DNS-метки не может быть больше 63 символов" #: ipalib/util.py:401 #, python-format msgid "" "only letters, numbers, %(chars)s are allowed. DNS label may not start or end " "with %(chars2)s" msgstr "" "можно использовать только буквы, цифры, символы %(chars)s. DNS-метка не " "может начинаться или заканчиваться символом %(chars2)s" #: ipalib/util.py:417 msgid "single label {}s are not supported" msgstr "поддержка одноуровневых доменов {}s не предусмотрена" #: ipalib/util.py:427 msgid "too many '@' characters" msgstr "слишком много символов @" #: ipalib/util.py:443 msgid "cannot be longer that 255 characters" msgstr "не может быть длиннее 255 символов" #: ipalib/util.py:449 msgid "hostname contains empty label (consecutive dots)" msgstr "имя узла содержит пустую метку (точки подряд)" #: ipalib/util.py:453 msgid "not fully qualified" msgstr "указано не полностью" #: ipalib/util.py:466 ipalib/util.py:475 msgid "invalid SSH public key" msgstr "неверный открытый ключ SSH" #: ipalib/util.py:478 msgid "options are not allowed" msgstr "использование параметров запрещено" #: ipalib/util.py:714 msgid "invalid hostmask" msgstr "недопустимая маска узла" #: ipalib/util.py:728 #, python-format msgid "query '%(owner)s %(rtype)s': %(error)s" msgstr "запрос \"%(owner)s %(rtype)s\": %(error)s" #: ipalib/util.py:732 #, python-format msgid "query '%(owner)s %(rtype)s' with EDNS0: %(error)s" msgstr "запрос \"%(owner)s %(rtype)s\" с помощью EDNS0: %(error)s" #: ipalib/util.py:736 #, python-format msgid "" "answer to query '%(owner)s %(rtype)s' is missing DNSSEC signatures (no RRSIG " "data)" msgstr "" "ответ на запрос \"%(owner)s %(rtype)s\" не содержит подписи DNSSEC (нет " "данных RRSIG)" #: ipalib/util.py:741 #, python-format msgid "record '%(owner)s %(rtype)s' failed DNSSEC validation on server %(ip)s" msgstr "" "запись \"%(owner)s %(rtype)s\" не прошла проверку DNSSEC на сервере %(ip)s" #: ipalib/util.py:909 msgid "invalid escape code in domain name" msgstr "" "недопустимая управляющая последовательность (escape code) в имени домена" #: ipalib/util.py:913 msgid "domain name cannot be longer than 255 characters" msgstr "имя домена не может быть длиннее 255 символов" #: ipalib/util.py:915 msgid "DNS label cannot be longer than 63 characters" msgstr "DNS-метка не может быть длиннее 63 символов" #: ipalib/util.py:917 msgid "invalid domain name" msgstr "недопустимое имя домена" #: ipalib/util.py:930 #, python-format msgid "domain name '%(domain)s' should be normalized to: %(normalized)s" msgstr "имя домена \"%(domain)s\" должно быть нормализовано до: %(normalized)s" #: ipalib/util.py:1035 #, python-format msgid "invalid domain-name: %s" msgstr "неправильное доменное имя: %s" #: ipalib/util.py:1047 #, python-format msgid "invalid IP address version (is %(value)d, must be %(required_value)d)!" msgstr "" "недопустимая версия IP-адреса (сейчас %(value)d, должна быть " "%(required_value)d)!" #: ipalib/util.py:1053 msgid "invalid IP address format" msgstr "неправильный формат IP-адреса" #: ipalib/util.py:1071 #, python-format msgid "%(port)s is not a valid port" msgstr "%(port)s не является допустимым портом" #: ipalib/util.py:1104 msgid "" "at least one value equal to the canonical principal name must be present" msgstr "" "должно присутствовать хотя бы одно значение, равное каноническому имени " "учётной записи" #: ipalib/util.py:1171 msgid "realm or UPN suffix overlaps with trusted domain namespace" msgstr "" "область (realm) или UPN-суффикс пересекается с пространством имён " "доверенного домена" #: ipalib/cli.py:632 #, python-format msgid "Enter %(label)s again to verify: " msgstr "Повторно введите %(label)s для проверки: " #: ipalib/cli.py:641 client/ipa-getkeytab.c:588 #, c-format msgid "Passwords do not match!" msgstr "Пароли не совпадают!" #: ipalib/cli.py:664 msgid "No matching entries found" msgstr "Совпадений не найдено" #: ipalib/cli.py:737 msgid "Topic or Command" msgstr "Тема или команда" #: ipalib/cli.py:738 msgid "The topic or command name." msgstr "Имя темы или команды." #: ipalib/cli.py:910 msgid "Topic commands:" msgstr "Команды темы:" #: ipalib/cli.py:916 msgid "To get command help, use:" msgstr "Для получения помощи, используйте:" #: ipalib/cli.py:917 msgid " ipa --help" msgstr " ipa --help" #: ipalib/cli.py:928 msgid "Command name" msgstr "Имя команды" #: ipalib/cli.py:1143 msgid "Positional arguments" msgstr "Аргументы позиции" #: ipalib/cli.py:1289 #, python-format msgid "Same as --%s" msgstr "Такие как --%s" #: ipalib/cli.py:1292 msgid "Deprecated options" msgstr "Не поддерживаемые опции" #: ipalib/cli.py:1423 msgid "No file to read" msgstr "Нет файла" #: ipalib/frontend.py:424 msgid "Results are truncated, try a more specific search" msgstr "Результаты усечены. Попробуйте задать более точные условия поиска" #: ipalib/frontend.py:563 ipatests/test_xmlrpc/test_ping_plugin.py:52 #, python-format msgid "Unknown option: %(option)s" msgstr "Неизвестная опция: %(option)s" #: ipalib/frontend.py:953 ipaclient/remote_plugins/2_114/aci.py:290 #: ipaclient/remote_plugins/2_114/aci.py:481 #: ipaclient/remote_plugins/2_114/aci.py:606 #: ipaclient/remote_plugins/2_114/aci.py:729 #: ipaclient/remote_plugins/2_114/aci.py:786 #: ipaclient/remote_plugins/2_114/automember.py:180 #: ipaclient/remote_plugins/2_114/automember.py:258 #: ipaclient/remote_plugins/2_114/automember.py:317 #: ipaclient/remote_plugins/2_114/automember.py:372 #: ipaclient/remote_plugins/2_114/automember.py:414 #: ipaclient/remote_plugins/2_114/automember.py:507 #: ipaclient/remote_plugins/2_114/automember.py:598 #: ipaclient/remote_plugins/2_114/automember.py:663 #: ipaclient/remote_plugins/2_114/automember.py:741 #: ipaclient/remote_plugins/2_114/automember.py:801 #: ipaclient/remote_plugins/2_114/automount.py:218 #: ipaclient/remote_plugins/2_114/automount.py:354 #: ipaclient/remote_plugins/2_114/automount.py:456 #: ipaclient/remote_plugins/2_114/automount.py:532 #: ipaclient/remote_plugins/2_114/automount.py:590 #: ipaclient/remote_plugins/2_114/automount.py:690 #: ipaclient/remote_plugins/2_114/automount.py:755 #: ipaclient/remote_plugins/2_114/automount.py:846 #: ipaclient/remote_plugins/2_114/automount.py:929 #: ipaclient/remote_plugins/2_114/automount.py:1047 #: ipaclient/remote_plugins/2_114/automount.py:1145 #: ipaclient/remote_plugins/2_114/automount.py:1202 #: ipaclient/remote_plugins/2_114/config.py:339 #: ipaclient/remote_plugins/2_114/config.py:382 #: ipaclient/remote_plugins/2_114/delegation.py:121 #: ipaclient/remote_plugins/2_114/delegation.py:237 #: ipaclient/remote_plugins/2_114/delegation.py:314 #: ipaclient/remote_plugins/2_114/delegation.py:357 #: ipaclient/remote_plugins/2_114/group.py:250 #: ipaclient/remote_plugins/2_114/group.py:309 #: ipaclient/remote_plugins/2_114/group.py:505 #: ipaclient/remote_plugins/2_114/group.py:736 #: ipaclient/remote_plugins/2_114/group.py:802 #: ipaclient/remote_plugins/2_114/group.py:879 #: ipaclient/remote_plugins/2_114/hbacrule.py:262 #: ipaclient/remote_plugins/2_114/hbacrule.py:312 #: ipaclient/remote_plugins/2_114/hbacrule.py:381 #: ipaclient/remote_plugins/2_114/hbacrule.py:450 #: ipaclient/remote_plugins/2_114/hbacrule.py:519 #: ipaclient/remote_plugins/2_114/hbacrule.py:776 #: ipaclient/remote_plugins/2_114/hbacrule.py:939 #: ipaclient/remote_plugins/2_114/hbacrule.py:989 #: ipaclient/remote_plugins/2_114/hbacrule.py:1058 #: ipaclient/remote_plugins/2_114/hbacrule.py:1127 #: ipaclient/remote_plugins/2_114/hbacrule.py:1196 #: ipaclient/remote_plugins/2_114/hbacrule.py:1272 #: ipaclient/remote_plugins/2_114/hbacsvc.py:104 #: ipaclient/remote_plugins/2_114/hbacsvc.py:220 #: ipaclient/remote_plugins/2_114/hbacsvc.py:321 #: ipaclient/remote_plugins/2_114/hbacsvc.py:380 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:101 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:152 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:276 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:376 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:427 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:495 #: ipaclient/remote_plugins/2_114/host.py:434 #: ipaclient/remote_plugins/2_114/host.py:485 #: ipaclient/remote_plugins/2_114/host.py:546 #: ipaclient/remote_plugins/2_114/host.py:634 #: ipaclient/remote_plugins/2_114/host.py:799 #: ipaclient/remote_plugins/2_114/host.py:887 #: ipaclient/remote_plugins/2_114/host.py:1064 #: ipaclient/remote_plugins/2_114/host.py:1399 #: ipaclient/remote_plugins/2_114/host.py:1450 #: ipaclient/remote_plugins/2_114/host.py:1523 #: ipaclient/remote_plugins/2_114/hostgroup.py:162 #: ipaclient/remote_plugins/2_114/hostgroup.py:214 #: ipaclient/remote_plugins/2_114/hostgroup.py:349 #: ipaclient/remote_plugins/2_114/hostgroup.py:546 #: ipaclient/remote_plugins/2_114/hostgroup.py:598 #: ipaclient/remote_plugins/2_114/hostgroup.py:676 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:143 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:188 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:240 #: ipaclient/remote_plugins/2_114/netgroup.py:192 #: ipaclient/remote_plugins/2_114/netgroup.py:243 #: ipaclient/remote_plugins/2_114/netgroup.py:452 #: ipaclient/remote_plugins/2_114/netgroup.py:677 #: ipaclient/remote_plugins/2_114/netgroup.py:728 #: ipaclient/remote_plugins/2_114/netgroup.py:832 #: ipaclient/remote_plugins/2_114/otpconfig.py:137 #: ipaclient/remote_plugins/2_114/otpconfig.py:180 #: ipaclient/remote_plugins/2_114/permission.py:337 #: ipaclient/remote_plugins/2_114/permission.py:389 #: ipaclient/remote_plugins/2_114/permission.py:456 #: ipaclient/remote_plugins/2_114/permission.py:686 #: ipaclient/remote_plugins/2_114/permission.py:887 #: ipaclient/remote_plugins/2_114/permission.py:945 #: ipaclient/remote_plugins/2_114/permission.py:1012 #: ipaclient/remote_plugins/2_114/privilege.py:105 #: ipaclient/remote_plugins/2_114/privilege.py:157 #: ipaclient/remote_plugins/2_114/privilege.py:217 #: ipaclient/remote_plugins/2_114/privilege.py:339 #: ipaclient/remote_plugins/2_114/privilege.py:438 #: ipaclient/remote_plugins/2_114/privilege.py:496 #: ipaclient/remote_plugins/2_114/privilege.py:556 #: ipaclient/remote_plugins/2_114/privilege.py:623 #: ipaclient/remote_plugins/2_114/pwpolicy.py:179 #: ipaclient/remote_plugins/2_114/pwpolicy.py:281 #: ipaclient/remote_plugins/2_114/pwpolicy.py:372 #: ipaclient/remote_plugins/2_114/pwpolicy.py:420 #: ipaclient/remote_plugins/2_114/pwpolicy.py:540 #: ipaclient/remote_plugins/2_114/pwpolicy.py:703 #: ipaclient/remote_plugins/2_114/pwpolicy.py:853 #: ipaclient/remote_plugins/2_114/pwpolicy.py:911 #: ipaclient/remote_plugins/2_114/radiusproxy.py:166 #: ipaclient/remote_plugins/2_114/radiusproxy.py:309 #: ipaclient/remote_plugins/2_114/radiusproxy.py:439 #: ipaclient/remote_plugins/2_114/radiusproxy.py:495 #: ipaclient/remote_plugins/2_114/realmdomains.py:126 #: ipaclient/remote_plugins/2_114/realmdomains.py:169 #: ipaclient/remote_plugins/2_114/role.py:139 #: ipaclient/remote_plugins/2_114/role.py:189 #: ipaclient/remote_plugins/2_114/role.py:285 #: ipaclient/remote_plugins/2_114/role.py:407 #: ipaclient/remote_plugins/2_114/role.py:506 #: ipaclient/remote_plugins/2_114/role.py:562 #: ipaclient/remote_plugins/2_114/role.py:658 #: ipaclient/remote_plugins/2_114/role.py:725 #: ipaclient/remote_plugins/2_114/selfservice.py:102 #: ipaclient/remote_plugins/2_114/selfservice.py:205 #: ipaclient/remote_plugins/2_114/selfservice.py:269 #: ipaclient/remote_plugins/2_114/selfservice.py:312 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:198 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:248 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:317 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:544 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:677 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:727 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:796 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:872 #: ipaclient/remote_plugins/2_114/service.py:232 #: ipaclient/remote_plugins/2_114/service.py:284 #: ipaclient/remote_plugins/2_114/service.py:346 #: ipaclient/remote_plugins/2_114/service.py:435 #: ipaclient/remote_plugins/2_114/service.py:596 #: ipaclient/remote_plugins/2_114/service.py:685 #: ipaclient/remote_plugins/2_114/service.py:801 #: ipaclient/remote_plugins/2_114/service.py:941 #: ipaclient/remote_plugins/2_114/service.py:993 #: ipaclient/remote_plugins/2_114/service.py:1067 #: ipaclient/remote_plugins/2_114/sudocmd.py:93 #: ipaclient/remote_plugins/2_114/sudocmd.py:205 #: ipaclient/remote_plugins/2_114/sudocmd.py:304 #: ipaclient/remote_plugins/2_114/sudocmd.py:361 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:113 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:164 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:288 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:388 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:439 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:507 #: ipaclient/remote_plugins/2_114/sudorule.py:341 #: ipaclient/remote_plugins/2_114/sudorule.py:391 #: ipaclient/remote_plugins/2_114/sudorule.py:460 #: ipaclient/remote_plugins/2_114/sudorule.py:529 #: ipaclient/remote_plugins/2_114/sudorule.py:609 #: ipaclient/remote_plugins/2_114/sudorule.py:659 #: ipaclient/remote_plugins/2_114/sudorule.py:719 #: ipaclient/remote_plugins/2_114/sudorule.py:788 #: ipaclient/remote_plugins/2_114/sudorule.py:1039 #: ipaclient/remote_plugins/2_114/sudorule.py:1218 #: ipaclient/remote_plugins/2_114/sudorule.py:1268 #: ipaclient/remote_plugins/2_114/sudorule.py:1337 #: ipaclient/remote_plugins/2_114/sudorule.py:1406 #: ipaclient/remote_plugins/2_114/sudorule.py:1486 #: ipaclient/remote_plugins/2_114/sudorule.py:1536 #: ipaclient/remote_plugins/2_114/sudorule.py:1596 #: ipaclient/remote_plugins/2_114/sudorule.py:1665 #: ipaclient/remote_plugins/2_114/sudorule.py:1741 #: ipaclient/remote_plugins/2_114/trust.py:321 #: ipaclient/remote_plugins/2_114/trust.py:408 #: ipaclient/remote_plugins/2_114/trust.py:501 #: ipaclient/remote_plugins/2_114/trust.py:605 #: ipaclient/remote_plugins/2_114/trust.py:648 #: ipaclient/remote_plugins/2_114/trust.py:689 #: ipaclient/remote_plugins/2_114/trust.py:767 #: ipaclient/remote_plugins/2_114/trust.py:818 #: ipaclient/remote_plugins/2_114/trust.py:908 #: ipaclient/remote_plugins/2_114/trust.py:1106 #: ipaclient/remote_plugins/2_114/trust.py:1224 #: ipaclient/remote_plugins/2_114/user.py:607 #: ipaclient/remote_plugins/2_114/user.py:1006 #: ipaclient/remote_plugins/2_114/user.py:1404 #: ipaclient/remote_plugins/2_114/user.py:1471 #: ipaclient/remote_plugins/2_114/user.py:1544 #: ipaclient/remote_plugins/2_114/otptoken.py:318 #: ipaclient/remote_plugins/2_114/otptoken.py:368 #: ipaclient/remote_plugins/2_114/otptoken.py:589 #: ipaclient/remote_plugins/2_114/otptoken.py:737 #: ipaclient/remote_plugins/2_114/otptoken.py:793 #: ipaclient/remote_plugins/2_114/otptoken.py:860 #: ipaclient/remote_plugins/2_114/dns.py:1172 #: ipaclient/remote_plugins/2_114/dns.py:1215 #: ipaclient/remote_plugins/2_114/dns.py:1299 #: ipaclient/remote_plugins/2_114/dns.py:1545 #: ipaclient/remote_plugins/2_114/dns.py:1657 #: ipaclient/remote_plugins/2_114/dns.py:1749 #: ipaclient/remote_plugins/2_114/dns.py:2634 #: ipaclient/remote_plugins/2_114/dns.py:3414 #: ipaclient/remote_plugins/2_114/dns.py:4299 #: ipaclient/remote_plugins/2_114/dns.py:4372 #: ipaclient/remote_plugins/2_114/dns.py:4609 #: ipaclient/remote_plugins/2_114/dns.py:4999 #: ipaclient/remote_plugins/2_114/dns.py:5255 #: ipaclient/remote_plugins/2_114/dns.py:5347 #: ipaclient/remote_plugins/2_114/idrange.py:287 #: ipaclient/remote_plugins/2_114/idrange.py:423 #: ipaclient/remote_plugins/2_114/idrange.py:544 #: ipaclient/remote_plugins/2_114/idrange.py:594 #: ipaclient/remote_plugins/2_114/idviews.py:187 #: ipaclient/remote_plugins/2_114/idviews.py:315 #: ipaclient/remote_plugins/2_114/idviews.py:425 #: ipaclient/remote_plugins/2_114/idviews.py:486 #: ipaclient/remote_plugins/2_114/idviews.py:604 #: ipaclient/remote_plugins/2_114/idviews.py:760 #: ipaclient/remote_plugins/2_114/idviews.py:906 #: ipaclient/remote_plugins/2_114/idviews.py:967 #: ipaclient/remote_plugins/2_114/idviews.py:1030 #: ipaclient/remote_plugins/2_114/idviews.py:1187 #: ipaclient/remote_plugins/2_114/idviews.py:1278 #: ipaclient/remote_plugins/2_114/idviews.py:1341 #: ipaclient/remote_plugins/2_114/cert.py:209 #: ipaclient/remote_plugins/2_156/aci.py:290 #: ipaclient/remote_plugins/2_156/aci.py:481 #: ipaclient/remote_plugins/2_156/aci.py:606 #: ipaclient/remote_plugins/2_156/aci.py:729 #: ipaclient/remote_plugins/2_156/aci.py:786 #: ipaclient/remote_plugins/2_156/automember.py:180 #: ipaclient/remote_plugins/2_156/automember.py:258 #: ipaclient/remote_plugins/2_156/automember.py:317 #: ipaclient/remote_plugins/2_156/automember.py:372 #: ipaclient/remote_plugins/2_156/automember.py:414 #: ipaclient/remote_plugins/2_156/automember.py:507 #: ipaclient/remote_plugins/2_156/automember.py:598 #: ipaclient/remote_plugins/2_156/automember.py:663 #: ipaclient/remote_plugins/2_156/automember.py:741 #: ipaclient/remote_plugins/2_156/automember.py:801 #: ipaclient/remote_plugins/2_156/automount.py:218 #: ipaclient/remote_plugins/2_156/automount.py:354 #: ipaclient/remote_plugins/2_156/automount.py:456 #: ipaclient/remote_plugins/2_156/automount.py:532 #: ipaclient/remote_plugins/2_156/automount.py:590 #: ipaclient/remote_plugins/2_156/automount.py:690 #: ipaclient/remote_plugins/2_156/automount.py:755 #: ipaclient/remote_plugins/2_156/automount.py:846 #: ipaclient/remote_plugins/2_156/automount.py:929 #: ipaclient/remote_plugins/2_156/automount.py:1047 #: ipaclient/remote_plugins/2_156/automount.py:1145 #: ipaclient/remote_plugins/2_156/automount.py:1202 #: ipaclient/remote_plugins/2_156/caacl.py:202 #: ipaclient/remote_plugins/2_156/caacl.py:252 #: ipaclient/remote_plugins/2_156/caacl.py:321 #: ipaclient/remote_plugins/2_156/caacl.py:381 #: ipaclient/remote_plugins/2_156/caacl.py:441 #: ipaclient/remote_plugins/2_156/caacl.py:671 #: ipaclient/remote_plugins/2_156/caacl.py:807 #: ipaclient/remote_plugins/2_156/caacl.py:857 #: ipaclient/remote_plugins/2_156/caacl.py:926 #: ipaclient/remote_plugins/2_156/caacl.py:986 #: ipaclient/remote_plugins/2_156/caacl.py:1046 #: ipaclient/remote_plugins/2_156/caacl.py:1122 #: ipaclient/remote_plugins/2_156/certprofile.py:182 #: ipaclient/remote_plugins/2_156/certprofile.py:257 #: ipaclient/remote_plugins/2_156/certprofile.py:349 #: ipaclient/remote_plugins/2_156/certprofile.py:405 #: ipaclient/remote_plugins/2_156/config.py:339 #: ipaclient/remote_plugins/2_156/config.py:382 #: ipaclient/remote_plugins/2_156/delegation.py:121 #: ipaclient/remote_plugins/2_156/delegation.py:237 #: ipaclient/remote_plugins/2_156/delegation.py:314 #: ipaclient/remote_plugins/2_156/delegation.py:357 #: ipaclient/remote_plugins/2_156/group.py:250 #: ipaclient/remote_plugins/2_156/group.py:309 #: ipaclient/remote_plugins/2_156/group.py:505 #: ipaclient/remote_plugins/2_156/group.py:736 #: ipaclient/remote_plugins/2_156/group.py:802 #: ipaclient/remote_plugins/2_156/group.py:879 #: ipaclient/remote_plugins/2_156/hbacrule.py:262 #: ipaclient/remote_plugins/2_156/hbacrule.py:312 #: ipaclient/remote_plugins/2_156/hbacrule.py:381 #: ipaclient/remote_plugins/2_156/hbacrule.py:450 #: ipaclient/remote_plugins/2_156/hbacrule.py:519 #: ipaclient/remote_plugins/2_156/hbacrule.py:776 #: ipaclient/remote_plugins/2_156/hbacrule.py:939 #: ipaclient/remote_plugins/2_156/hbacrule.py:989 #: ipaclient/remote_plugins/2_156/hbacrule.py:1058 #: ipaclient/remote_plugins/2_156/hbacrule.py:1127 #: ipaclient/remote_plugins/2_156/hbacrule.py:1196 #: ipaclient/remote_plugins/2_156/hbacrule.py:1272 #: ipaclient/remote_plugins/2_156/hbacsvc.py:104 #: ipaclient/remote_plugins/2_156/hbacsvc.py:220 #: ipaclient/remote_plugins/2_156/hbacsvc.py:321 #: ipaclient/remote_plugins/2_156/hbacsvc.py:380 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:101 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:152 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:276 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:376 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:427 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:495 #: ipaclient/remote_plugins/2_156/host.py:436 #: ipaclient/remote_plugins/2_156/host.py:487 #: ipaclient/remote_plugins/2_156/host.py:547 #: ipaclient/remote_plugins/2_156/host.py:608 #: ipaclient/remote_plugins/2_156/host.py:696 #: ipaclient/remote_plugins/2_156/host.py:861 #: ipaclient/remote_plugins/2_156/host.py:949 #: ipaclient/remote_plugins/2_156/host.py:1127 #: ipaclient/remote_plugins/2_156/host.py:1463 #: ipaclient/remote_plugins/2_156/host.py:1514 #: ipaclient/remote_plugins/2_156/host.py:1574 #: ipaclient/remote_plugins/2_156/host.py:1647 #: ipaclient/remote_plugins/2_156/hostgroup.py:162 #: ipaclient/remote_plugins/2_156/hostgroup.py:214 #: ipaclient/remote_plugins/2_156/hostgroup.py:349 #: ipaclient/remote_plugins/2_156/hostgroup.py:546 #: ipaclient/remote_plugins/2_156/hostgroup.py:598 #: ipaclient/remote_plugins/2_156/hostgroup.py:676 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:143 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:188 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:240 #: ipaclient/remote_plugins/2_156/netgroup.py:192 #: ipaclient/remote_plugins/2_156/netgroup.py:243 #: ipaclient/remote_plugins/2_156/netgroup.py:452 #: ipaclient/remote_plugins/2_156/netgroup.py:677 #: ipaclient/remote_plugins/2_156/netgroup.py:728 #: ipaclient/remote_plugins/2_156/netgroup.py:832 #: ipaclient/remote_plugins/2_156/otpconfig.py:137 #: ipaclient/remote_plugins/2_156/otpconfig.py:180 #: ipaclient/remote_plugins/2_156/permission.py:363 #: ipaclient/remote_plugins/2_156/permission.py:415 #: ipaclient/remote_plugins/2_156/permission.py:482 #: ipaclient/remote_plugins/2_156/permission.py:726 #: ipaclient/remote_plugins/2_156/permission.py:941 #: ipaclient/remote_plugins/2_156/permission.py:999 #: ipaclient/remote_plugins/2_156/permission.py:1066 #: ipaclient/remote_plugins/2_156/privilege.py:105 #: ipaclient/remote_plugins/2_156/privilege.py:157 #: ipaclient/remote_plugins/2_156/privilege.py:217 #: ipaclient/remote_plugins/2_156/privilege.py:339 #: ipaclient/remote_plugins/2_156/privilege.py:438 #: ipaclient/remote_plugins/2_156/privilege.py:496 #: ipaclient/remote_plugins/2_156/privilege.py:556 #: ipaclient/remote_plugins/2_156/privilege.py:623 #: ipaclient/remote_plugins/2_156/pwpolicy.py:179 #: ipaclient/remote_plugins/2_156/pwpolicy.py:281 #: ipaclient/remote_plugins/2_156/pwpolicy.py:372 #: ipaclient/remote_plugins/2_156/pwpolicy.py:420 #: ipaclient/remote_plugins/2_156/pwpolicy.py:540 #: ipaclient/remote_plugins/2_156/pwpolicy.py:703 #: ipaclient/remote_plugins/2_156/pwpolicy.py:853 #: ipaclient/remote_plugins/2_156/pwpolicy.py:911 #: ipaclient/remote_plugins/2_156/radiusproxy.py:166 #: ipaclient/remote_plugins/2_156/radiusproxy.py:309 #: ipaclient/remote_plugins/2_156/radiusproxy.py:439 #: ipaclient/remote_plugins/2_156/radiusproxy.py:495 #: ipaclient/remote_plugins/2_156/realmdomains.py:126 #: ipaclient/remote_plugins/2_156/realmdomains.py:169 #: ipaclient/remote_plugins/2_156/role.py:139 #: ipaclient/remote_plugins/2_156/role.py:189 #: ipaclient/remote_plugins/2_156/role.py:285 #: ipaclient/remote_plugins/2_156/role.py:407 #: ipaclient/remote_plugins/2_156/role.py:506 #: ipaclient/remote_plugins/2_156/role.py:562 #: ipaclient/remote_plugins/2_156/role.py:658 #: ipaclient/remote_plugins/2_156/role.py:725 #: ipaclient/remote_plugins/2_156/selfservice.py:102 #: ipaclient/remote_plugins/2_156/selfservice.py:205 #: ipaclient/remote_plugins/2_156/selfservice.py:269 #: ipaclient/remote_plugins/2_156/selfservice.py:312 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:198 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:248 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:317 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:544 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:677 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:727 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:796 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:872 #: ipaclient/remote_plugins/2_156/server.py:155 #: ipaclient/remote_plugins/2_156/server.py:220 #: ipaclient/remote_plugins/2_156/service.py:234 #: ipaclient/remote_plugins/2_156/service.py:286 #: ipaclient/remote_plugins/2_156/service.py:347 #: ipaclient/remote_plugins/2_156/service.py:409 #: ipaclient/remote_plugins/2_156/service.py:498 #: ipaclient/remote_plugins/2_156/service.py:659 #: ipaclient/remote_plugins/2_156/service.py:748 #: ipaclient/remote_plugins/2_156/service.py:864 #: ipaclient/remote_plugins/2_156/service.py:1005 #: ipaclient/remote_plugins/2_156/service.py:1057 #: ipaclient/remote_plugins/2_156/service.py:1118 #: ipaclient/remote_plugins/2_156/service.py:1192 #: ipaclient/remote_plugins/2_156/servicedelegation.py:133 #: ipaclient/remote_plugins/2_156/servicedelegation.py:183 #: ipaclient/remote_plugins/2_156/servicedelegation.py:243 #: ipaclient/remote_plugins/2_156/servicedelegation.py:358 #: ipaclient/remote_plugins/2_156/servicedelegation.py:422 #: ipaclient/remote_plugins/2_156/servicedelegation.py:482 #: ipaclient/remote_plugins/2_156/servicedelegation.py:549 #: ipaclient/remote_plugins/2_156/servicedelegation.py:613 #: ipaclient/remote_plugins/2_156/servicedelegation.py:656 #: ipaclient/remote_plugins/2_156/servicedelegation.py:764 #: ipaclient/remote_plugins/2_156/servicedelegation.py:821 #: ipaclient/remote_plugins/2_156/servicedelegation.py:881 #: ipaclient/remote_plugins/2_156/stageuser.py:354 #: ipaclient/remote_plugins/2_156/stageuser.py:664 #: ipaclient/remote_plugins/2_156/stageuser.py:992 #: ipaclient/remote_plugins/2_156/stageuser.py:1392 #: ipaclient/remote_plugins/2_156/stageuser.py:1459 #: ipaclient/remote_plugins/2_156/sudocmd.py:93 #: ipaclient/remote_plugins/2_156/sudocmd.py:205 #: ipaclient/remote_plugins/2_156/sudocmd.py:304 #: ipaclient/remote_plugins/2_156/sudocmd.py:361 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:113 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:164 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:288 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:388 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:439 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:507 #: ipaclient/remote_plugins/2_156/sudorule.py:341 #: ipaclient/remote_plugins/2_156/sudorule.py:391 #: ipaclient/remote_plugins/2_156/sudorule.py:460 #: ipaclient/remote_plugins/2_156/sudorule.py:529 #: ipaclient/remote_plugins/2_156/sudorule.py:609 #: ipaclient/remote_plugins/2_156/sudorule.py:659 #: ipaclient/remote_plugins/2_156/sudorule.py:719 #: ipaclient/remote_plugins/2_156/sudorule.py:788 #: ipaclient/remote_plugins/2_156/sudorule.py:1039 #: ipaclient/remote_plugins/2_156/sudorule.py:1218 #: ipaclient/remote_plugins/2_156/sudorule.py:1268 #: ipaclient/remote_plugins/2_156/sudorule.py:1337 #: ipaclient/remote_plugins/2_156/sudorule.py:1406 #: ipaclient/remote_plugins/2_156/sudorule.py:1486 #: ipaclient/remote_plugins/2_156/sudorule.py:1536 #: ipaclient/remote_plugins/2_156/sudorule.py:1596 #: ipaclient/remote_plugins/2_156/sudorule.py:1665 #: ipaclient/remote_plugins/2_156/sudorule.py:1741 #: ipaclient/remote_plugins/2_156/topology.py:203 #: ipaclient/remote_plugins/2_156/topology.py:389 #: ipaclient/remote_plugins/2_156/topology.py:524 #: ipaclient/remote_plugins/2_156/topology.py:650 #: ipaclient/remote_plugins/2_156/topology.py:715 #: ipaclient/remote_plugins/2_156/topology.py:824 #: ipaclient/remote_plugins/2_156/topology.py:918 #: ipaclient/remote_plugins/2_156/topology.py:970 #: ipaclient/remote_plugins/2_156/trust.py:329 #: ipaclient/remote_plugins/2_156/trust.py:422 #: ipaclient/remote_plugins/2_156/trust.py:515 #: ipaclient/remote_plugins/2_156/trust.py:619 #: ipaclient/remote_plugins/2_156/trust.py:662 #: ipaclient/remote_plugins/2_156/trust.py:703 #: ipaclient/remote_plugins/2_156/trust.py:781 #: ipaclient/remote_plugins/2_156/trust.py:832 #: ipaclient/remote_plugins/2_156/trust.py:922 #: ipaclient/remote_plugins/2_156/trust.py:1120 #: ipaclient/remote_plugins/2_156/trust.py:1238 #: ipaclient/remote_plugins/2_156/user.py:627 #: ipaclient/remote_plugins/2_156/user.py:679 #: ipaclient/remote_plugins/2_156/user.py:1106 #: ipaclient/remote_plugins/2_156/user.py:1512 #: ipaclient/remote_plugins/2_156/user.py:1572 #: ipaclient/remote_plugins/2_156/user.py:1645 #: ipaclient/remote_plugins/2_156/user.py:1757 #: ipaclient/remote_plugins/2_156/vault.py:397 #: ipaclient/remote_plugins/2_156/vault.py:466 #: ipaclient/remote_plugins/2_156/vault.py:562 #: ipaclient/remote_plugins/2_156/vault.py:670 #: ipaclient/remote_plugins/2_156/vault.py:836 #: ipaclient/remote_plugins/2_156/vault.py:977 #: ipaclient/remote_plugins/2_156/vault.py:1046 #: ipaclient/remote_plugins/2_156/vault.py:1142 #: ipaclient/remote_plugins/2_156/vault.py:1242 #: ipaclient/remote_plugins/2_156/vault.py:1311 #: ipaclient/remote_plugins/2_156/vault.py:1359 #: ipaclient/remote_plugins/2_156/vault.py:1414 #: ipaclient/remote_plugins/2_156/vault.py:1551 #: ipaclient/remote_plugins/2_156/vault.py:1647 #: ipaclient/remote_plugins/2_156/otptoken.py:318 #: ipaclient/remote_plugins/2_156/otptoken.py:368 #: ipaclient/remote_plugins/2_156/otptoken.py:589 #: ipaclient/remote_plugins/2_156/otptoken.py:737 #: ipaclient/remote_plugins/2_156/otptoken.py:793 #: ipaclient/remote_plugins/2_156/otptoken.py:860 #: ipaclient/remote_plugins/2_156/dns.py:1137 #: ipaclient/remote_plugins/2_156/dns.py:1180 #: ipaclient/remote_plugins/2_156/dns.py:1264 #: ipaclient/remote_plugins/2_156/dns.py:1510 #: ipaclient/remote_plugins/2_156/dns.py:1622 #: ipaclient/remote_plugins/2_156/dns.py:1714 #: ipaclient/remote_plugins/2_156/dns.py:2549 #: ipaclient/remote_plugins/2_156/dns.py:3239 #: ipaclient/remote_plugins/2_156/dns.py:4074 #: ipaclient/remote_plugins/2_156/dns.py:4147 #: ipaclient/remote_plugins/2_156/dns.py:4384 #: ipaclient/remote_plugins/2_156/dns.py:4774 #: ipaclient/remote_plugins/2_156/dns.py:5030 #: ipaclient/remote_plugins/2_156/dns.py:5122 #: ipaclient/remote_plugins/2_156/idrange.py:291 #: ipaclient/remote_plugins/2_156/idrange.py:427 #: ipaclient/remote_plugins/2_156/idrange.py:563 #: ipaclient/remote_plugins/2_156/idrange.py:613 #: ipaclient/remote_plugins/2_156/idviews.py:195 #: ipaclient/remote_plugins/2_156/idviews.py:339 #: ipaclient/remote_plugins/2_156/idviews.py:457 #: ipaclient/remote_plugins/2_156/idviews.py:526 #: ipaclient/remote_plugins/2_156/idviews.py:652 #: ipaclient/remote_plugins/2_156/idviews.py:824 #: ipaclient/remote_plugins/2_156/idviews.py:978 #: ipaclient/remote_plugins/2_156/idviews.py:1047 #: ipaclient/remote_plugins/2_156/idviews.py:1110 #: ipaclient/remote_plugins/2_156/idviews.py:1267 #: ipaclient/remote_plugins/2_156/idviews.py:1358 #: ipaclient/remote_plugins/2_156/idviews.py:1421 #: ipaclient/remote_plugins/2_156/cert.py:209 #: ipaclient/remote_plugins/2_164/aci.py:290 #: ipaclient/remote_plugins/2_164/aci.py:481 #: ipaclient/remote_plugins/2_164/aci.py:606 #: ipaclient/remote_plugins/2_164/aci.py:729 #: ipaclient/remote_plugins/2_164/aci.py:786 #: ipaclient/remote_plugins/2_164/automember.py:180 #: ipaclient/remote_plugins/2_164/automember.py:258 #: ipaclient/remote_plugins/2_164/automember.py:317 #: ipaclient/remote_plugins/2_164/automember.py:372 #: ipaclient/remote_plugins/2_164/automember.py:414 #: ipaclient/remote_plugins/2_164/automember.py:507 #: ipaclient/remote_plugins/2_164/automember.py:598 #: ipaclient/remote_plugins/2_164/automember.py:663 #: ipaclient/remote_plugins/2_164/automember.py:741 #: ipaclient/remote_plugins/2_164/automember.py:801 #: ipaclient/remote_plugins/2_164/automount.py:218 #: ipaclient/remote_plugins/2_164/automount.py:354 #: ipaclient/remote_plugins/2_164/automount.py:456 #: ipaclient/remote_plugins/2_164/automount.py:532 #: ipaclient/remote_plugins/2_164/automount.py:590 #: ipaclient/remote_plugins/2_164/automount.py:690 #: ipaclient/remote_plugins/2_164/automount.py:755 #: ipaclient/remote_plugins/2_164/automount.py:846 #: ipaclient/remote_plugins/2_164/automount.py:929 #: ipaclient/remote_plugins/2_164/automount.py:1047 #: ipaclient/remote_plugins/2_164/automount.py:1145 #: ipaclient/remote_plugins/2_164/automount.py:1202 #: ipaclient/remote_plugins/2_164/caacl.py:202 #: ipaclient/remote_plugins/2_164/caacl.py:252 #: ipaclient/remote_plugins/2_164/caacl.py:321 #: ipaclient/remote_plugins/2_164/caacl.py:381 #: ipaclient/remote_plugins/2_164/caacl.py:441 #: ipaclient/remote_plugins/2_164/caacl.py:671 #: ipaclient/remote_plugins/2_164/caacl.py:807 #: ipaclient/remote_plugins/2_164/caacl.py:857 #: ipaclient/remote_plugins/2_164/caacl.py:926 #: ipaclient/remote_plugins/2_164/caacl.py:986 #: ipaclient/remote_plugins/2_164/caacl.py:1046 #: ipaclient/remote_plugins/2_164/caacl.py:1122 #: ipaclient/remote_plugins/2_164/certprofile.py:182 #: ipaclient/remote_plugins/2_164/certprofile.py:257 #: ipaclient/remote_plugins/2_164/certprofile.py:349 #: ipaclient/remote_plugins/2_164/certprofile.py:405 #: ipaclient/remote_plugins/2_164/config.py:339 #: ipaclient/remote_plugins/2_164/config.py:382 #: ipaclient/remote_plugins/2_164/delegation.py:121 #: ipaclient/remote_plugins/2_164/delegation.py:237 #: ipaclient/remote_plugins/2_164/delegation.py:314 #: ipaclient/remote_plugins/2_164/delegation.py:357 #: ipaclient/remote_plugins/2_164/group.py:250 #: ipaclient/remote_plugins/2_164/group.py:309 #: ipaclient/remote_plugins/2_164/group.py:505 #: ipaclient/remote_plugins/2_164/group.py:736 #: ipaclient/remote_plugins/2_164/group.py:802 #: ipaclient/remote_plugins/2_164/group.py:879 #: ipaclient/remote_plugins/2_164/hbacrule.py:262 #: ipaclient/remote_plugins/2_164/hbacrule.py:312 #: ipaclient/remote_plugins/2_164/hbacrule.py:381 #: ipaclient/remote_plugins/2_164/hbacrule.py:450 #: ipaclient/remote_plugins/2_164/hbacrule.py:519 #: ipaclient/remote_plugins/2_164/hbacrule.py:776 #: ipaclient/remote_plugins/2_164/hbacrule.py:939 #: ipaclient/remote_plugins/2_164/hbacrule.py:989 #: ipaclient/remote_plugins/2_164/hbacrule.py:1058 #: ipaclient/remote_plugins/2_164/hbacrule.py:1127 #: ipaclient/remote_plugins/2_164/hbacrule.py:1196 #: ipaclient/remote_plugins/2_164/hbacrule.py:1272 #: ipaclient/remote_plugins/2_164/hbacsvc.py:104 #: ipaclient/remote_plugins/2_164/hbacsvc.py:220 #: ipaclient/remote_plugins/2_164/hbacsvc.py:321 #: ipaclient/remote_plugins/2_164/hbacsvc.py:380 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:101 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:152 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:276 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:376 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:427 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:495 #: ipaclient/remote_plugins/2_164/host.py:436 #: ipaclient/remote_plugins/2_164/host.py:487 #: ipaclient/remote_plugins/2_164/host.py:547 #: ipaclient/remote_plugins/2_164/host.py:608 #: ipaclient/remote_plugins/2_164/host.py:696 #: ipaclient/remote_plugins/2_164/host.py:861 #: ipaclient/remote_plugins/2_164/host.py:949 #: ipaclient/remote_plugins/2_164/host.py:1127 #: ipaclient/remote_plugins/2_164/host.py:1463 #: ipaclient/remote_plugins/2_164/host.py:1514 #: ipaclient/remote_plugins/2_164/host.py:1574 #: ipaclient/remote_plugins/2_164/host.py:1647 #: ipaclient/remote_plugins/2_164/hostgroup.py:162 #: ipaclient/remote_plugins/2_164/hostgroup.py:214 #: ipaclient/remote_plugins/2_164/hostgroup.py:349 #: ipaclient/remote_plugins/2_164/hostgroup.py:546 #: ipaclient/remote_plugins/2_164/hostgroup.py:598 #: ipaclient/remote_plugins/2_164/hostgroup.py:676 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:143 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:188 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:240 #: ipaclient/remote_plugins/2_164/netgroup.py:192 #: ipaclient/remote_plugins/2_164/netgroup.py:243 #: ipaclient/remote_plugins/2_164/netgroup.py:452 #: ipaclient/remote_plugins/2_164/netgroup.py:677 #: ipaclient/remote_plugins/2_164/netgroup.py:728 #: ipaclient/remote_plugins/2_164/netgroup.py:832 #: ipaclient/remote_plugins/2_164/otpconfig.py:137 #: ipaclient/remote_plugins/2_164/otpconfig.py:180 #: ipaclient/remote_plugins/2_164/permission.py:363 #: ipaclient/remote_plugins/2_164/permission.py:415 #: ipaclient/remote_plugins/2_164/permission.py:482 #: ipaclient/remote_plugins/2_164/permission.py:726 #: ipaclient/remote_plugins/2_164/permission.py:941 #: ipaclient/remote_plugins/2_164/permission.py:999 #: ipaclient/remote_plugins/2_164/permission.py:1066 #: ipaclient/remote_plugins/2_164/privilege.py:105 #: ipaclient/remote_plugins/2_164/privilege.py:157 #: ipaclient/remote_plugins/2_164/privilege.py:217 #: ipaclient/remote_plugins/2_164/privilege.py:339 #: ipaclient/remote_plugins/2_164/privilege.py:438 #: ipaclient/remote_plugins/2_164/privilege.py:496 #: ipaclient/remote_plugins/2_164/privilege.py:556 #: ipaclient/remote_plugins/2_164/privilege.py:623 #: ipaclient/remote_plugins/2_164/pwpolicy.py:179 #: ipaclient/remote_plugins/2_164/pwpolicy.py:281 #: ipaclient/remote_plugins/2_164/pwpolicy.py:372 #: ipaclient/remote_plugins/2_164/pwpolicy.py:420 #: ipaclient/remote_plugins/2_164/pwpolicy.py:540 #: ipaclient/remote_plugins/2_164/pwpolicy.py:703 #: ipaclient/remote_plugins/2_164/pwpolicy.py:853 #: ipaclient/remote_plugins/2_164/pwpolicy.py:911 #: ipaclient/remote_plugins/2_164/radiusproxy.py:166 #: ipaclient/remote_plugins/2_164/radiusproxy.py:309 #: ipaclient/remote_plugins/2_164/radiusproxy.py:439 #: ipaclient/remote_plugins/2_164/radiusproxy.py:495 #: ipaclient/remote_plugins/2_164/realmdomains.py:126 #: ipaclient/remote_plugins/2_164/realmdomains.py:169 #: ipaclient/remote_plugins/2_164/role.py:139 #: ipaclient/remote_plugins/2_164/role.py:189 #: ipaclient/remote_plugins/2_164/role.py:285 #: ipaclient/remote_plugins/2_164/role.py:407 #: ipaclient/remote_plugins/2_164/role.py:506 #: ipaclient/remote_plugins/2_164/role.py:562 #: ipaclient/remote_plugins/2_164/role.py:658 #: ipaclient/remote_plugins/2_164/role.py:725 #: ipaclient/remote_plugins/2_164/selfservice.py:102 #: ipaclient/remote_plugins/2_164/selfservice.py:205 #: ipaclient/remote_plugins/2_164/selfservice.py:269 #: ipaclient/remote_plugins/2_164/selfservice.py:312 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:198 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:248 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:317 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:544 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:677 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:727 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:796 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:872 #: ipaclient/remote_plugins/2_164/server.py:196 #: ipaclient/remote_plugins/2_164/server.py:284 #: ipaclient/remote_plugins/2_164/service.py:234 #: ipaclient/remote_plugins/2_164/service.py:286 #: ipaclient/remote_plugins/2_164/service.py:347 #: ipaclient/remote_plugins/2_164/service.py:409 #: ipaclient/remote_plugins/2_164/service.py:498 #: ipaclient/remote_plugins/2_164/service.py:659 #: ipaclient/remote_plugins/2_164/service.py:748 #: ipaclient/remote_plugins/2_164/service.py:864 #: ipaclient/remote_plugins/2_164/service.py:1005 #: ipaclient/remote_plugins/2_164/service.py:1057 #: ipaclient/remote_plugins/2_164/service.py:1118 #: ipaclient/remote_plugins/2_164/service.py:1192 #: ipaclient/remote_plugins/2_164/servicedelegation.py:133 #: ipaclient/remote_plugins/2_164/servicedelegation.py:183 #: ipaclient/remote_plugins/2_164/servicedelegation.py:243 #: ipaclient/remote_plugins/2_164/servicedelegation.py:358 #: ipaclient/remote_plugins/2_164/servicedelegation.py:422 #: ipaclient/remote_plugins/2_164/servicedelegation.py:482 #: ipaclient/remote_plugins/2_164/servicedelegation.py:549 #: ipaclient/remote_plugins/2_164/servicedelegation.py:613 #: ipaclient/remote_plugins/2_164/servicedelegation.py:656 #: ipaclient/remote_plugins/2_164/servicedelegation.py:764 #: ipaclient/remote_plugins/2_164/servicedelegation.py:821 #: ipaclient/remote_plugins/2_164/servicedelegation.py:881 #: ipaclient/remote_plugins/2_164/stageuser.py:354 #: ipaclient/remote_plugins/2_164/stageuser.py:664 #: ipaclient/remote_plugins/2_164/stageuser.py:716 #: ipaclient/remote_plugins/2_164/stageuser.py:1054 #: ipaclient/remote_plugins/2_164/stageuser.py:1454 #: ipaclient/remote_plugins/2_164/stageuser.py:1514 #: ipaclient/remote_plugins/2_164/stageuser.py:1583 #: ipaclient/remote_plugins/2_164/sudocmd.py:93 #: ipaclient/remote_plugins/2_164/sudocmd.py:205 #: ipaclient/remote_plugins/2_164/sudocmd.py:304 #: ipaclient/remote_plugins/2_164/sudocmd.py:361 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:113 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:164 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:288 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:388 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:439 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:507 #: ipaclient/remote_plugins/2_164/sudorule.py:341 #: ipaclient/remote_plugins/2_164/sudorule.py:391 #: ipaclient/remote_plugins/2_164/sudorule.py:460 #: ipaclient/remote_plugins/2_164/sudorule.py:529 #: ipaclient/remote_plugins/2_164/sudorule.py:609 #: ipaclient/remote_plugins/2_164/sudorule.py:659 #: ipaclient/remote_plugins/2_164/sudorule.py:719 #: ipaclient/remote_plugins/2_164/sudorule.py:788 #: ipaclient/remote_plugins/2_164/sudorule.py:1039 #: ipaclient/remote_plugins/2_164/sudorule.py:1218 #: ipaclient/remote_plugins/2_164/sudorule.py:1268 #: ipaclient/remote_plugins/2_164/sudorule.py:1337 #: ipaclient/remote_plugins/2_164/sudorule.py:1406 #: ipaclient/remote_plugins/2_164/sudorule.py:1486 #: ipaclient/remote_plugins/2_164/sudorule.py:1536 #: ipaclient/remote_plugins/2_164/sudorule.py:1596 #: ipaclient/remote_plugins/2_164/sudorule.py:1665 #: ipaclient/remote_plugins/2_164/sudorule.py:1741 #: ipaclient/remote_plugins/2_164/topology.py:251 #: ipaclient/remote_plugins/2_164/topology.py:433 #: ipaclient/remote_plugins/2_164/topology.py:566 #: ipaclient/remote_plugins/2_164/topology.py:688 #: ipaclient/remote_plugins/2_164/topology.py:752 #: ipaclient/remote_plugins/2_164/topology.py:858 #: ipaclient/remote_plugins/2_164/topology.py:951 #: ipaclient/remote_plugins/2_164/topology.py:1001 #: ipaclient/remote_plugins/2_164/trust.py:329 #: ipaclient/remote_plugins/2_164/trust.py:422 #: ipaclient/remote_plugins/2_164/trust.py:515 #: ipaclient/remote_plugins/2_164/trust.py:619 #: ipaclient/remote_plugins/2_164/trust.py:662 #: ipaclient/remote_plugins/2_164/trust.py:703 #: ipaclient/remote_plugins/2_164/trust.py:781 #: ipaclient/remote_plugins/2_164/trust.py:832 #: ipaclient/remote_plugins/2_164/trust.py:922 #: ipaclient/remote_plugins/2_164/trust.py:1120 #: ipaclient/remote_plugins/2_164/trust.py:1238 #: ipaclient/remote_plugins/2_164/user.py:627 #: ipaclient/remote_plugins/2_164/user.py:679 #: ipaclient/remote_plugins/2_164/user.py:740 #: ipaclient/remote_plugins/2_164/user.py:1168 #: ipaclient/remote_plugins/2_164/user.py:1574 #: ipaclient/remote_plugins/2_164/user.py:1634 #: ipaclient/remote_plugins/2_164/user.py:1695 #: ipaclient/remote_plugins/2_164/user.py:1769 #: ipaclient/remote_plugins/2_164/user.py:1881 #: ipaclient/remote_plugins/2_164/vault.py:397 #: ipaclient/remote_plugins/2_164/vault.py:466 #: ipaclient/remote_plugins/2_164/vault.py:562 #: ipaclient/remote_plugins/2_164/vault.py:670 #: ipaclient/remote_plugins/2_164/vault.py:836 #: ipaclient/remote_plugins/2_164/vault.py:977 #: ipaclient/remote_plugins/2_164/vault.py:1046 #: ipaclient/remote_plugins/2_164/vault.py:1142 #: ipaclient/remote_plugins/2_164/vault.py:1242 #: ipaclient/remote_plugins/2_164/vault.py:1311 #: ipaclient/remote_plugins/2_164/vault.py:1359 #: ipaclient/remote_plugins/2_164/vault.py:1414 #: ipaclient/remote_plugins/2_164/vault.py:1551 #: ipaclient/remote_plugins/2_164/vault.py:1647 #: ipaclient/remote_plugins/2_164/otptoken.py:318 #: ipaclient/remote_plugins/2_164/otptoken.py:368 #: ipaclient/remote_plugins/2_164/otptoken.py:589 #: ipaclient/remote_plugins/2_164/otptoken.py:737 #: ipaclient/remote_plugins/2_164/otptoken.py:793 #: ipaclient/remote_plugins/2_164/otptoken.py:860 #: ipaclient/remote_plugins/2_164/dns.py:1139 #: ipaclient/remote_plugins/2_164/dns.py:1182 #: ipaclient/remote_plugins/2_164/dns.py:1272 #: ipaclient/remote_plugins/2_164/dns.py:1518 #: ipaclient/remote_plugins/2_164/dns.py:1630 #: ipaclient/remote_plugins/2_164/dns.py:1722 #: ipaclient/remote_plugins/2_164/dns.py:2557 #: ipaclient/remote_plugins/2_164/dns.py:3247 #: ipaclient/remote_plugins/2_164/dns.py:4082 #: ipaclient/remote_plugins/2_164/dns.py:4155 #: ipaclient/remote_plugins/2_164/dns.py:4403 #: ipaclient/remote_plugins/2_164/dns.py:4793 #: ipaclient/remote_plugins/2_164/dns.py:5049 #: ipaclient/remote_plugins/2_164/dns.py:5141 #: ipaclient/remote_plugins/2_164/idrange.py:291 #: ipaclient/remote_plugins/2_164/idrange.py:427 #: ipaclient/remote_plugins/2_164/idrange.py:563 #: ipaclient/remote_plugins/2_164/idrange.py:613 #: ipaclient/remote_plugins/2_164/idviews.py:195 #: ipaclient/remote_plugins/2_164/idviews.py:339 #: ipaclient/remote_plugins/2_164/idviews.py:457 #: ipaclient/remote_plugins/2_164/idviews.py:526 #: ipaclient/remote_plugins/2_164/idviews.py:652 #: ipaclient/remote_plugins/2_164/idviews.py:824 #: ipaclient/remote_plugins/2_164/idviews.py:978 #: ipaclient/remote_plugins/2_164/idviews.py:1047 #: ipaclient/remote_plugins/2_164/idviews.py:1110 #: ipaclient/remote_plugins/2_164/idviews.py:1267 #: ipaclient/remote_plugins/2_164/idviews.py:1358 #: ipaclient/remote_plugins/2_164/idviews.py:1421 #: ipaclient/remote_plugins/2_164/cert.py:209 #: ipaclient/remote_plugins/2_49/aci.py:290 #: ipaclient/remote_plugins/2_49/aci.py:482 #: ipaclient/remote_plugins/2_49/aci.py:607 #: ipaclient/remote_plugins/2_49/aci.py:731 #: ipaclient/remote_plugins/2_49/aci.py:784 #: ipaclient/remote_plugins/2_49/automember.py:166 #: ipaclient/remote_plugins/2_49/automember.py:245 #: ipaclient/remote_plugins/2_49/automember.py:305 #: ipaclient/remote_plugins/2_49/automember.py:361 #: ipaclient/remote_plugins/2_49/automember.py:404 #: ipaclient/remote_plugins/2_49/automember.py:500 #: ipaclient/remote_plugins/2_49/automember.py:591 #: ipaclient/remote_plugins/2_49/automember.py:670 #: ipaclient/remote_plugins/2_49/automember.py:731 #: ipaclient/remote_plugins/2_49/automount.py:216 #: ipaclient/remote_plugins/2_49/automount.py:351 #: ipaclient/remote_plugins/2_49/automount.py:451 #: ipaclient/remote_plugins/2_49/automount.py:526 #: ipaclient/remote_plugins/2_49/automount.py:585 #: ipaclient/remote_plugins/2_49/automount.py:688 #: ipaclient/remote_plugins/2_49/automount.py:753 #: ipaclient/remote_plugins/2_49/automount.py:842 #: ipaclient/remote_plugins/2_49/automount.py:925 #: ipaclient/remote_plugins/2_49/automount.py:1044 #: ipaclient/remote_plugins/2_49/automount.py:1141 #: ipaclient/remote_plugins/2_49/automount.py:1198 #: ipaclient/remote_plugins/2_49/config.py:323 #: ipaclient/remote_plugins/2_49/config.py:367 #: ipaclient/remote_plugins/2_49/delegation.py:121 #: ipaclient/remote_plugins/2_49/delegation.py:236 #: ipaclient/remote_plugins/2_49/delegation.py:313 #: ipaclient/remote_plugins/2_49/delegation.py:357 #: ipaclient/remote_plugins/2_49/entitle.py:83 #: ipaclient/remote_plugins/2_49/entitle.py:139 #: ipaclient/remote_plugins/2_49/entitle.py:181 #: ipaclient/remote_plugins/2_49/entitle.py:299 #: ipaclient/remote_plugins/2_49/entitle.py:356 #: ipaclient/remote_plugins/2_49/group.py:248 #: ipaclient/remote_plugins/2_49/group.py:301 #: ipaclient/remote_plugins/2_49/group.py:473 #: ipaclient/remote_plugins/2_49/group.py:697 #: ipaclient/remote_plugins/2_49/group.py:757 #: ipaclient/remote_plugins/2_49/group.py:827 #: ipaclient/remote_plugins/2_49/hbacrule.py:256 #: ipaclient/remote_plugins/2_49/hbacrule.py:300 #: ipaclient/remote_plugins/2_49/hbacrule.py:362 #: ipaclient/remote_plugins/2_49/hbacrule.py:424 #: ipaclient/remote_plugins/2_49/hbacrule.py:486 #: ipaclient/remote_plugins/2_49/hbacrule.py:726 #: ipaclient/remote_plugins/2_49/hbacrule.py:872 #: ipaclient/remote_plugins/2_49/hbacrule.py:916 #: ipaclient/remote_plugins/2_49/hbacrule.py:978 #: ipaclient/remote_plugins/2_49/hbacrule.py:1040 #: ipaclient/remote_plugins/2_49/hbacrule.py:1102 #: ipaclient/remote_plugins/2_49/hbacrule.py:1171 #: ipaclient/remote_plugins/2_49/hbacsvc.py:104 #: ipaclient/remote_plugins/2_49/hbacsvc.py:216 #: ipaclient/remote_plugins/2_49/hbacsvc.py:310 #: ipaclient/remote_plugins/2_49/hbacsvc.py:363 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:103 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:148 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:267 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:360 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:405 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:466 #: ipaclient/remote_plugins/2_49/host.py:346 #: ipaclient/remote_plugins/2_49/host.py:391 #: ipaclient/remote_plugins/2_49/host.py:592 #: ipaclient/remote_plugins/2_49/host.py:892 #: ipaclient/remote_plugins/2_49/host.py:937 #: ipaclient/remote_plugins/2_49/host.py:1003 #: ipaclient/remote_plugins/2_49/hostgroup.py:160 #: ipaclient/remote_plugins/2_49/hostgroup.py:206 #: ipaclient/remote_plugins/2_49/hostgroup.py:336 #: ipaclient/remote_plugins/2_49/hostgroup.py:526 #: ipaclient/remote_plugins/2_49/hostgroup.py:572 #: ipaclient/remote_plugins/2_49/hostgroup.py:643 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:143 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:189 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:242 #: ipaclient/remote_plugins/2_49/netgroup.py:190 #: ipaclient/remote_plugins/2_49/netgroup.py:235 #: ipaclient/remote_plugins/2_49/netgroup.py:439 #: ipaclient/remote_plugins/2_49/netgroup.py:657 #: ipaclient/remote_plugins/2_49/netgroup.py:702 #: ipaclient/remote_plugins/2_49/netgroup.py:799 #: ipaclient/remote_plugins/2_49/permission.py:219 #: ipaclient/remote_plugins/2_49/permission.py:265 #: ipaclient/remote_plugins/2_49/permission.py:326 #: ipaclient/remote_plugins/2_49/permission.py:481 #: ipaclient/remote_plugins/2_49/permission.py:612 #: ipaclient/remote_plugins/2_49/permission.py:664 #: ipaclient/remote_plugins/2_49/permission.py:724 #: ipaclient/remote_plugins/2_49/privilege.py:103 #: ipaclient/remote_plugins/2_49/privilege.py:149 #: ipaclient/remote_plugins/2_49/privilege.py:202 #: ipaclient/remote_plugins/2_49/privilege.py:319 #: ipaclient/remote_plugins/2_49/privilege.py:411 #: ipaclient/remote_plugins/2_49/privilege.py:463 #: ipaclient/remote_plugins/2_49/privilege.py:516 #: ipaclient/remote_plugins/2_49/privilege.py:576 #: ipaclient/remote_plugins/2_49/pwpolicy.py:179 #: ipaclient/remote_plugins/2_49/pwpolicy.py:284 #: ipaclient/remote_plugins/2_49/pwpolicy.py:375 #: ipaclient/remote_plugins/2_49/pwpolicy.py:424 #: ipaclient/remote_plugins/2_49/pwpolicy.py:545 #: ipaclient/remote_plugins/2_49/pwpolicy.py:711 #: ipaclient/remote_plugins/2_49/pwpolicy.py:861 #: ipaclient/remote_plugins/2_49/pwpolicy.py:920 #: ipaclient/remote_plugins/2_49/role.py:132 #: ipaclient/remote_plugins/2_49/role.py:176 #: ipaclient/remote_plugins/2_49/role.py:256 #: ipaclient/remote_plugins/2_49/role.py:373 #: ipaclient/remote_plugins/2_49/role.py:465 #: ipaclient/remote_plugins/2_49/role.py:515 #: ipaclient/remote_plugins/2_49/role.py:595 #: ipaclient/remote_plugins/2_49/role.py:655 #: ipaclient/remote_plugins/2_49/selfservice.py:100 #: ipaclient/remote_plugins/2_49/selfservice.py:202 #: ipaclient/remote_plugins/2_49/selfservice.py:266 #: ipaclient/remote_plugins/2_49/selfservice.py:310 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:198 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:242 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:304 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:524 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:650 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:694 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:756 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:825 #: ipaclient/remote_plugins/2_49/service.py:161 #: ipaclient/remote_plugins/2_49/service.py:207 #: ipaclient/remote_plugins/2_49/service.py:362 #: ipaclient/remote_plugins/2_49/service.py:481 #: ipaclient/remote_plugins/2_49/service.py:527 #: ipaclient/remote_plugins/2_49/service.py:594 #: ipaclient/remote_plugins/2_49/sudocmd.py:93 #: ipaclient/remote_plugins/2_49/sudocmd.py:201 #: ipaclient/remote_plugins/2_49/sudocmd.py:293 #: ipaclient/remote_plugins/2_49/sudocmd.py:344 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:111 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:156 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:275 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:368 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:413 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:474 #: ipaclient/remote_plugins/2_49/sudorule.py:311 #: ipaclient/remote_plugins/2_49/sudorule.py:355 #: ipaclient/remote_plugins/2_49/sudorule.py:417 #: ipaclient/remote_plugins/2_49/sudorule.py:479 #: ipaclient/remote_plugins/2_49/sudorule.py:566 #: ipaclient/remote_plugins/2_49/sudorule.py:619 #: ipaclient/remote_plugins/2_49/sudorule.py:681 #: ipaclient/remote_plugins/2_49/sudorule.py:923 #: ipaclient/remote_plugins/2_49/sudorule.py:1095 #: ipaclient/remote_plugins/2_49/sudorule.py:1139 #: ipaclient/remote_plugins/2_49/sudorule.py:1201 #: ipaclient/remote_plugins/2_49/sudorule.py:1263 #: ipaclient/remote_plugins/2_49/sudorule.py:1350 #: ipaclient/remote_plugins/2_49/sudorule.py:1403 #: ipaclient/remote_plugins/2_49/sudorule.py:1465 #: ipaclient/remote_plugins/2_49/sudorule.py:1534 #: ipaclient/remote_plugins/2_49/trust.py:245 #: ipaclient/remote_plugins/2_49/trust.py:372 #: ipaclient/remote_plugins/2_49/trust.py:476 #: ipaclient/remote_plugins/2_49/trust.py:527 #: ipaclient/remote_plugins/2_49/trust.py:606 #: ipaclient/remote_plugins/2_49/trust.py:658 #: ipaclient/remote_plugins/2_49/user.py:499 #: ipaclient/remote_plugins/2_49/user.py:837 #: ipaclient/remote_plugins/2_49/user.py:1173 #: ipaclient/remote_plugins/2_49/user.py:1234 #: ipaclient/remote_plugins/2_49/user.py:1301 #: ipaclient/remote_plugins/2_49/dns.py:1185 #: ipaclient/remote_plugins/2_49/dns.py:1229 #: ipaclient/remote_plugins/2_49/dns.py:2242 #: ipaclient/remote_plugins/2_49/dns.py:2603 #: ipaclient/remote_plugins/2_49/dns.py:3022 #: ipaclient/remote_plugins/2_49/dns.py:4034 #: ipaclient/remote_plugins/2_49/dns.py:4103 #: ipaclient/remote_plugins/2_49/dns.py:4326 #: ipaclient/remote_plugins/2_49/dns.py:4702 #: ipaclient/remote_plugins/2_49/dns.py:4945 #: ipaclient/remote_plugins/2_49/dns.py:5036 #: ipaclient/remote_plugins/2_49/idrange.py:273 #: ipaclient/remote_plugins/2_49/idrange.py:410 #: ipaclient/remote_plugins/2_49/idrange.py:531 #: ipaclient/remote_plugins/2_49/idrange.py:582 msgid "" "Retrieve and print all attributes from the server. Affects command output." msgstr "" "Получить и вывести все атрибуты, возвращаемые сервером. Влияет на содержимое " "результата исполнения команды." #: ipalib/frontend.py:959 ipaclient/remote_plugins/2_114/aci.py:297 #: ipaclient/remote_plugins/2_114/aci.py:488 #: ipaclient/remote_plugins/2_114/aci.py:613 #: ipaclient/remote_plugins/2_114/aci.py:736 #: ipaclient/remote_plugins/2_114/aci.py:793 #: ipaclient/remote_plugins/2_114/automember.py:187 #: ipaclient/remote_plugins/2_114/automember.py:265 #: ipaclient/remote_plugins/2_114/automember.py:324 #: ipaclient/remote_plugins/2_114/automember.py:379 #: ipaclient/remote_plugins/2_114/automember.py:421 #: ipaclient/remote_plugins/2_114/automember.py:514 #: ipaclient/remote_plugins/2_114/automember.py:605 #: ipaclient/remote_plugins/2_114/automember.py:670 #: ipaclient/remote_plugins/2_114/automember.py:748 #: ipaclient/remote_plugins/2_114/automember.py:808 #: ipaclient/remote_plugins/2_114/automount.py:225 #: ipaclient/remote_plugins/2_114/automount.py:361 #: ipaclient/remote_plugins/2_114/automount.py:463 #: ipaclient/remote_plugins/2_114/automount.py:539 #: ipaclient/remote_plugins/2_114/automount.py:597 #: ipaclient/remote_plugins/2_114/automount.py:697 #: ipaclient/remote_plugins/2_114/automount.py:762 #: ipaclient/remote_plugins/2_114/automount.py:853 #: ipaclient/remote_plugins/2_114/automount.py:936 #: ipaclient/remote_plugins/2_114/automount.py:1054 #: ipaclient/remote_plugins/2_114/automount.py:1152 #: ipaclient/remote_plugins/2_114/automount.py:1209 #: ipaclient/remote_plugins/2_114/config.py:346 #: ipaclient/remote_plugins/2_114/config.py:389 #: ipaclient/remote_plugins/2_114/delegation.py:128 #: ipaclient/remote_plugins/2_114/delegation.py:244 #: ipaclient/remote_plugins/2_114/delegation.py:321 #: ipaclient/remote_plugins/2_114/delegation.py:364 #: ipaclient/remote_plugins/2_114/group.py:257 #: ipaclient/remote_plugins/2_114/group.py:316 #: ipaclient/remote_plugins/2_114/group.py:512 #: ipaclient/remote_plugins/2_114/group.py:743 #: ipaclient/remote_plugins/2_114/group.py:809 #: ipaclient/remote_plugins/2_114/group.py:886 #: ipaclient/remote_plugins/2_114/hbacrule.py:269 #: ipaclient/remote_plugins/2_114/hbacrule.py:319 #: ipaclient/remote_plugins/2_114/hbacrule.py:388 #: ipaclient/remote_plugins/2_114/hbacrule.py:457 #: ipaclient/remote_plugins/2_114/hbacrule.py:526 #: ipaclient/remote_plugins/2_114/hbacrule.py:783 #: ipaclient/remote_plugins/2_114/hbacrule.py:946 #: ipaclient/remote_plugins/2_114/hbacrule.py:996 #: ipaclient/remote_plugins/2_114/hbacrule.py:1065 #: ipaclient/remote_plugins/2_114/hbacrule.py:1134 #: ipaclient/remote_plugins/2_114/hbacrule.py:1203 #: ipaclient/remote_plugins/2_114/hbacrule.py:1279 #: ipaclient/remote_plugins/2_114/hbacsvc.py:111 #: ipaclient/remote_plugins/2_114/hbacsvc.py:227 #: ipaclient/remote_plugins/2_114/hbacsvc.py:328 #: ipaclient/remote_plugins/2_114/hbacsvc.py:387 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:108 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:159 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:283 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:383 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:434 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:502 #: ipaclient/remote_plugins/2_114/host.py:441 #: ipaclient/remote_plugins/2_114/host.py:492 #: ipaclient/remote_plugins/2_114/host.py:553 #: ipaclient/remote_plugins/2_114/host.py:641 #: ipaclient/remote_plugins/2_114/host.py:806 #: ipaclient/remote_plugins/2_114/host.py:894 #: ipaclient/remote_plugins/2_114/host.py:1071 #: ipaclient/remote_plugins/2_114/host.py:1406 #: ipaclient/remote_plugins/2_114/host.py:1457 #: ipaclient/remote_plugins/2_114/host.py:1530 #: ipaclient/remote_plugins/2_114/hostgroup.py:169 #: ipaclient/remote_plugins/2_114/hostgroup.py:221 #: ipaclient/remote_plugins/2_114/hostgroup.py:356 #: ipaclient/remote_plugins/2_114/hostgroup.py:553 #: ipaclient/remote_plugins/2_114/hostgroup.py:605 #: ipaclient/remote_plugins/2_114/hostgroup.py:683 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:150 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:195 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:247 #: ipaclient/remote_plugins/2_114/netgroup.py:199 #: ipaclient/remote_plugins/2_114/netgroup.py:250 #: ipaclient/remote_plugins/2_114/netgroup.py:459 #: ipaclient/remote_plugins/2_114/netgroup.py:684 #: ipaclient/remote_plugins/2_114/netgroup.py:735 #: ipaclient/remote_plugins/2_114/netgroup.py:839 #: ipaclient/remote_plugins/2_114/otpconfig.py:144 #: ipaclient/remote_plugins/2_114/otpconfig.py:187 #: ipaclient/remote_plugins/2_114/permission.py:344 #: ipaclient/remote_plugins/2_114/permission.py:396 #: ipaclient/remote_plugins/2_114/permission.py:463 #: ipaclient/remote_plugins/2_114/permission.py:693 #: ipaclient/remote_plugins/2_114/permission.py:894 #: ipaclient/remote_plugins/2_114/permission.py:952 #: ipaclient/remote_plugins/2_114/permission.py:1019 #: ipaclient/remote_plugins/2_114/privilege.py:112 #: ipaclient/remote_plugins/2_114/privilege.py:164 #: ipaclient/remote_plugins/2_114/privilege.py:224 #: ipaclient/remote_plugins/2_114/privilege.py:346 #: ipaclient/remote_plugins/2_114/privilege.py:445 #: ipaclient/remote_plugins/2_114/privilege.py:503 #: ipaclient/remote_plugins/2_114/privilege.py:563 #: ipaclient/remote_plugins/2_114/privilege.py:630 #: ipaclient/remote_plugins/2_114/pwpolicy.py:186 #: ipaclient/remote_plugins/2_114/pwpolicy.py:288 #: ipaclient/remote_plugins/2_114/pwpolicy.py:379 #: ipaclient/remote_plugins/2_114/pwpolicy.py:427 #: ipaclient/remote_plugins/2_114/pwpolicy.py:547 #: ipaclient/remote_plugins/2_114/pwpolicy.py:710 #: ipaclient/remote_plugins/2_114/pwpolicy.py:860 #: ipaclient/remote_plugins/2_114/pwpolicy.py:918 #: ipaclient/remote_plugins/2_114/radiusproxy.py:173 #: ipaclient/remote_plugins/2_114/radiusproxy.py:316 #: ipaclient/remote_plugins/2_114/radiusproxy.py:446 #: ipaclient/remote_plugins/2_114/radiusproxy.py:502 #: ipaclient/remote_plugins/2_114/realmdomains.py:133 #: ipaclient/remote_plugins/2_114/realmdomains.py:176 #: ipaclient/remote_plugins/2_114/role.py:146 #: ipaclient/remote_plugins/2_114/role.py:196 #: ipaclient/remote_plugins/2_114/role.py:292 #: ipaclient/remote_plugins/2_114/role.py:414 #: ipaclient/remote_plugins/2_114/role.py:513 #: ipaclient/remote_plugins/2_114/role.py:569 #: ipaclient/remote_plugins/2_114/role.py:665 #: ipaclient/remote_plugins/2_114/role.py:732 #: ipaclient/remote_plugins/2_114/selfservice.py:109 #: ipaclient/remote_plugins/2_114/selfservice.py:212 #: ipaclient/remote_plugins/2_114/selfservice.py:276 #: ipaclient/remote_plugins/2_114/selfservice.py:319 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:205 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:255 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:324 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:551 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:684 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:734 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:803 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:879 #: ipaclient/remote_plugins/2_114/service.py:239 #: ipaclient/remote_plugins/2_114/service.py:291 #: ipaclient/remote_plugins/2_114/service.py:353 #: ipaclient/remote_plugins/2_114/service.py:442 #: ipaclient/remote_plugins/2_114/service.py:603 #: ipaclient/remote_plugins/2_114/service.py:692 #: ipaclient/remote_plugins/2_114/service.py:808 #: ipaclient/remote_plugins/2_114/service.py:948 #: ipaclient/remote_plugins/2_114/service.py:1000 #: ipaclient/remote_plugins/2_114/service.py:1074 #: ipaclient/remote_plugins/2_114/sudocmd.py:100 #: ipaclient/remote_plugins/2_114/sudocmd.py:212 #: ipaclient/remote_plugins/2_114/sudocmd.py:311 #: ipaclient/remote_plugins/2_114/sudocmd.py:368 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:120 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:171 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:295 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:395 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:446 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:514 #: ipaclient/remote_plugins/2_114/sudorule.py:348 #: ipaclient/remote_plugins/2_114/sudorule.py:398 #: ipaclient/remote_plugins/2_114/sudorule.py:467 #: ipaclient/remote_plugins/2_114/sudorule.py:536 #: ipaclient/remote_plugins/2_114/sudorule.py:616 #: ipaclient/remote_plugins/2_114/sudorule.py:666 #: ipaclient/remote_plugins/2_114/sudorule.py:726 #: ipaclient/remote_plugins/2_114/sudorule.py:795 #: ipaclient/remote_plugins/2_114/sudorule.py:1046 #: ipaclient/remote_plugins/2_114/sudorule.py:1225 #: ipaclient/remote_plugins/2_114/sudorule.py:1275 #: ipaclient/remote_plugins/2_114/sudorule.py:1344 #: ipaclient/remote_plugins/2_114/sudorule.py:1413 #: ipaclient/remote_plugins/2_114/sudorule.py:1493 #: ipaclient/remote_plugins/2_114/sudorule.py:1543 #: ipaclient/remote_plugins/2_114/sudorule.py:1603 #: ipaclient/remote_plugins/2_114/sudorule.py:1672 #: ipaclient/remote_plugins/2_114/sudorule.py:1748 #: ipaclient/remote_plugins/2_114/trust.py:328 #: ipaclient/remote_plugins/2_114/trust.py:415 #: ipaclient/remote_plugins/2_114/trust.py:508 #: ipaclient/remote_plugins/2_114/trust.py:612 #: ipaclient/remote_plugins/2_114/trust.py:655 #: ipaclient/remote_plugins/2_114/trust.py:696 #: ipaclient/remote_plugins/2_114/trust.py:774 #: ipaclient/remote_plugins/2_114/trust.py:825 #: ipaclient/remote_plugins/2_114/trust.py:915 #: ipaclient/remote_plugins/2_114/trust.py:1113 #: ipaclient/remote_plugins/2_114/trust.py:1231 #: ipaclient/remote_plugins/2_114/user.py:614 #: ipaclient/remote_plugins/2_114/user.py:1013 #: ipaclient/remote_plugins/2_114/user.py:1411 #: ipaclient/remote_plugins/2_114/user.py:1478 #: ipaclient/remote_plugins/2_114/user.py:1551 #: ipaclient/remote_plugins/2_114/otptoken.py:325 #: ipaclient/remote_plugins/2_114/otptoken.py:375 #: ipaclient/remote_plugins/2_114/otptoken.py:596 #: ipaclient/remote_plugins/2_114/otptoken.py:744 #: ipaclient/remote_plugins/2_114/otptoken.py:800 #: ipaclient/remote_plugins/2_114/otptoken.py:867 #: ipaclient/remote_plugins/2_114/dns.py:1179 #: ipaclient/remote_plugins/2_114/dns.py:1222 #: ipaclient/remote_plugins/2_114/dns.py:1306 #: ipaclient/remote_plugins/2_114/dns.py:1552 #: ipaclient/remote_plugins/2_114/dns.py:1664 #: ipaclient/remote_plugins/2_114/dns.py:1756 #: ipaclient/remote_plugins/2_114/dns.py:2641 #: ipaclient/remote_plugins/2_114/dns.py:3421 #: ipaclient/remote_plugins/2_114/dns.py:4306 #: ipaclient/remote_plugins/2_114/dns.py:4379 #: ipaclient/remote_plugins/2_114/dns.py:4616 #: ipaclient/remote_plugins/2_114/dns.py:5006 #: ipaclient/remote_plugins/2_114/dns.py:5262 #: ipaclient/remote_plugins/2_114/dns.py:5354 #: ipaclient/remote_plugins/2_114/idrange.py:294 #: ipaclient/remote_plugins/2_114/idrange.py:430 #: ipaclient/remote_plugins/2_114/idrange.py:551 #: ipaclient/remote_plugins/2_114/idrange.py:601 #: ipaclient/remote_plugins/2_114/idviews.py:194 #: ipaclient/remote_plugins/2_114/idviews.py:322 #: ipaclient/remote_plugins/2_114/idviews.py:432 #: ipaclient/remote_plugins/2_114/idviews.py:493 #: ipaclient/remote_plugins/2_114/idviews.py:611 #: ipaclient/remote_plugins/2_114/idviews.py:767 #: ipaclient/remote_plugins/2_114/idviews.py:913 #: ipaclient/remote_plugins/2_114/idviews.py:974 #: ipaclient/remote_plugins/2_114/idviews.py:1037 #: ipaclient/remote_plugins/2_114/idviews.py:1194 #: ipaclient/remote_plugins/2_114/idviews.py:1285 #: ipaclient/remote_plugins/2_114/idviews.py:1348 #: ipaclient/remote_plugins/2_114/cert.py:216 #: ipaclient/remote_plugins/2_156/aci.py:297 #: ipaclient/remote_plugins/2_156/aci.py:488 #: ipaclient/remote_plugins/2_156/aci.py:613 #: ipaclient/remote_plugins/2_156/aci.py:736 #: ipaclient/remote_plugins/2_156/aci.py:793 #: ipaclient/remote_plugins/2_156/automember.py:187 #: ipaclient/remote_plugins/2_156/automember.py:265 #: ipaclient/remote_plugins/2_156/automember.py:324 #: ipaclient/remote_plugins/2_156/automember.py:379 #: ipaclient/remote_plugins/2_156/automember.py:421 #: ipaclient/remote_plugins/2_156/automember.py:514 #: ipaclient/remote_plugins/2_156/automember.py:605 #: ipaclient/remote_plugins/2_156/automember.py:670 #: ipaclient/remote_plugins/2_156/automember.py:748 #: ipaclient/remote_plugins/2_156/automember.py:808 #: ipaclient/remote_plugins/2_156/automount.py:225 #: ipaclient/remote_plugins/2_156/automount.py:361 #: ipaclient/remote_plugins/2_156/automount.py:463 #: ipaclient/remote_plugins/2_156/automount.py:539 #: ipaclient/remote_plugins/2_156/automount.py:597 #: ipaclient/remote_plugins/2_156/automount.py:697 #: ipaclient/remote_plugins/2_156/automount.py:762 #: ipaclient/remote_plugins/2_156/automount.py:853 #: ipaclient/remote_plugins/2_156/automount.py:936 #: ipaclient/remote_plugins/2_156/automount.py:1054 #: ipaclient/remote_plugins/2_156/automount.py:1152 #: ipaclient/remote_plugins/2_156/automount.py:1209 #: ipaclient/remote_plugins/2_156/caacl.py:209 #: ipaclient/remote_plugins/2_156/caacl.py:259 #: ipaclient/remote_plugins/2_156/caacl.py:328 #: ipaclient/remote_plugins/2_156/caacl.py:388 #: ipaclient/remote_plugins/2_156/caacl.py:448 #: ipaclient/remote_plugins/2_156/caacl.py:678 #: ipaclient/remote_plugins/2_156/caacl.py:814 #: ipaclient/remote_plugins/2_156/caacl.py:864 #: ipaclient/remote_plugins/2_156/caacl.py:933 #: ipaclient/remote_plugins/2_156/caacl.py:993 #: ipaclient/remote_plugins/2_156/caacl.py:1053 #: ipaclient/remote_plugins/2_156/caacl.py:1129 #: ipaclient/remote_plugins/2_156/certprofile.py:189 #: ipaclient/remote_plugins/2_156/certprofile.py:264 #: ipaclient/remote_plugins/2_156/certprofile.py:356 #: ipaclient/remote_plugins/2_156/certprofile.py:412 #: ipaclient/remote_plugins/2_156/config.py:346 #: ipaclient/remote_plugins/2_156/config.py:389 #: ipaclient/remote_plugins/2_156/delegation.py:128 #: ipaclient/remote_plugins/2_156/delegation.py:244 #: ipaclient/remote_plugins/2_156/delegation.py:321 #: ipaclient/remote_plugins/2_156/delegation.py:364 #: ipaclient/remote_plugins/2_156/group.py:257 #: ipaclient/remote_plugins/2_156/group.py:316 #: ipaclient/remote_plugins/2_156/group.py:512 #: ipaclient/remote_plugins/2_156/group.py:743 #: ipaclient/remote_plugins/2_156/group.py:809 #: ipaclient/remote_plugins/2_156/group.py:886 #: ipaclient/remote_plugins/2_156/hbacrule.py:269 #: ipaclient/remote_plugins/2_156/hbacrule.py:319 #: ipaclient/remote_plugins/2_156/hbacrule.py:388 #: ipaclient/remote_plugins/2_156/hbacrule.py:457 #: ipaclient/remote_plugins/2_156/hbacrule.py:526 #: ipaclient/remote_plugins/2_156/hbacrule.py:783 #: ipaclient/remote_plugins/2_156/hbacrule.py:946 #: ipaclient/remote_plugins/2_156/hbacrule.py:996 #: ipaclient/remote_plugins/2_156/hbacrule.py:1065 #: ipaclient/remote_plugins/2_156/hbacrule.py:1134 #: ipaclient/remote_plugins/2_156/hbacrule.py:1203 #: ipaclient/remote_plugins/2_156/hbacrule.py:1279 #: ipaclient/remote_plugins/2_156/hbacsvc.py:111 #: ipaclient/remote_plugins/2_156/hbacsvc.py:227 #: ipaclient/remote_plugins/2_156/hbacsvc.py:328 #: ipaclient/remote_plugins/2_156/hbacsvc.py:387 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:108 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:159 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:283 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:383 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:434 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:502 #: ipaclient/remote_plugins/2_156/host.py:443 #: ipaclient/remote_plugins/2_156/host.py:494 #: ipaclient/remote_plugins/2_156/host.py:554 #: ipaclient/remote_plugins/2_156/host.py:615 #: ipaclient/remote_plugins/2_156/host.py:703 #: ipaclient/remote_plugins/2_156/host.py:868 #: ipaclient/remote_plugins/2_156/host.py:956 #: ipaclient/remote_plugins/2_156/host.py:1134 #: ipaclient/remote_plugins/2_156/host.py:1470 #: ipaclient/remote_plugins/2_156/host.py:1521 #: ipaclient/remote_plugins/2_156/host.py:1581 #: ipaclient/remote_plugins/2_156/host.py:1654 #: ipaclient/remote_plugins/2_156/hostgroup.py:169 #: ipaclient/remote_plugins/2_156/hostgroup.py:221 #: ipaclient/remote_plugins/2_156/hostgroup.py:356 #: ipaclient/remote_plugins/2_156/hostgroup.py:553 #: ipaclient/remote_plugins/2_156/hostgroup.py:605 #: ipaclient/remote_plugins/2_156/hostgroup.py:683 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:150 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:195 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:247 #: ipaclient/remote_plugins/2_156/netgroup.py:199 #: ipaclient/remote_plugins/2_156/netgroup.py:250 #: ipaclient/remote_plugins/2_156/netgroup.py:459 #: ipaclient/remote_plugins/2_156/netgroup.py:684 #: ipaclient/remote_plugins/2_156/netgroup.py:735 #: ipaclient/remote_plugins/2_156/netgroup.py:839 #: ipaclient/remote_plugins/2_156/otpconfig.py:144 #: ipaclient/remote_plugins/2_156/otpconfig.py:187 #: ipaclient/remote_plugins/2_156/permission.py:370 #: ipaclient/remote_plugins/2_156/permission.py:422 #: ipaclient/remote_plugins/2_156/permission.py:489 #: ipaclient/remote_plugins/2_156/permission.py:733 #: ipaclient/remote_plugins/2_156/permission.py:948 #: ipaclient/remote_plugins/2_156/permission.py:1006 #: ipaclient/remote_plugins/2_156/permission.py:1073 #: ipaclient/remote_plugins/2_156/privilege.py:112 #: ipaclient/remote_plugins/2_156/privilege.py:164 #: ipaclient/remote_plugins/2_156/privilege.py:224 #: ipaclient/remote_plugins/2_156/privilege.py:346 #: ipaclient/remote_plugins/2_156/privilege.py:445 #: ipaclient/remote_plugins/2_156/privilege.py:503 #: ipaclient/remote_plugins/2_156/privilege.py:563 #: ipaclient/remote_plugins/2_156/privilege.py:630 #: ipaclient/remote_plugins/2_156/pwpolicy.py:186 #: ipaclient/remote_plugins/2_156/pwpolicy.py:288 #: ipaclient/remote_plugins/2_156/pwpolicy.py:379 #: ipaclient/remote_plugins/2_156/pwpolicy.py:427 #: ipaclient/remote_plugins/2_156/pwpolicy.py:547 #: ipaclient/remote_plugins/2_156/pwpolicy.py:710 #: ipaclient/remote_plugins/2_156/pwpolicy.py:860 #: ipaclient/remote_plugins/2_156/pwpolicy.py:918 #: ipaclient/remote_plugins/2_156/radiusproxy.py:173 #: ipaclient/remote_plugins/2_156/radiusproxy.py:316 #: ipaclient/remote_plugins/2_156/radiusproxy.py:446 #: ipaclient/remote_plugins/2_156/radiusproxy.py:502 #: ipaclient/remote_plugins/2_156/realmdomains.py:133 #: ipaclient/remote_plugins/2_156/realmdomains.py:176 #: ipaclient/remote_plugins/2_156/role.py:146 #: ipaclient/remote_plugins/2_156/role.py:196 #: ipaclient/remote_plugins/2_156/role.py:292 #: ipaclient/remote_plugins/2_156/role.py:414 #: ipaclient/remote_plugins/2_156/role.py:513 #: ipaclient/remote_plugins/2_156/role.py:569 #: ipaclient/remote_plugins/2_156/role.py:665 #: ipaclient/remote_plugins/2_156/role.py:732 #: ipaclient/remote_plugins/2_156/selfservice.py:109 #: ipaclient/remote_plugins/2_156/selfservice.py:212 #: ipaclient/remote_plugins/2_156/selfservice.py:276 #: ipaclient/remote_plugins/2_156/selfservice.py:319 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:205 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:255 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:324 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:551 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:684 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:734 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:803 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:879 #: ipaclient/remote_plugins/2_156/server.py:162 #: ipaclient/remote_plugins/2_156/server.py:227 #: ipaclient/remote_plugins/2_156/service.py:241 #: ipaclient/remote_plugins/2_156/service.py:293 #: ipaclient/remote_plugins/2_156/service.py:354 #: ipaclient/remote_plugins/2_156/service.py:416 #: ipaclient/remote_plugins/2_156/service.py:505 #: ipaclient/remote_plugins/2_156/service.py:666 #: ipaclient/remote_plugins/2_156/service.py:755 #: ipaclient/remote_plugins/2_156/service.py:871 #: ipaclient/remote_plugins/2_156/service.py:1012 #: ipaclient/remote_plugins/2_156/service.py:1064 #: ipaclient/remote_plugins/2_156/service.py:1125 #: ipaclient/remote_plugins/2_156/service.py:1199 #: ipaclient/remote_plugins/2_156/servicedelegation.py:140 #: ipaclient/remote_plugins/2_156/servicedelegation.py:190 #: ipaclient/remote_plugins/2_156/servicedelegation.py:250 #: ipaclient/remote_plugins/2_156/servicedelegation.py:365 #: ipaclient/remote_plugins/2_156/servicedelegation.py:429 #: ipaclient/remote_plugins/2_156/servicedelegation.py:489 #: ipaclient/remote_plugins/2_156/servicedelegation.py:556 #: ipaclient/remote_plugins/2_156/servicedelegation.py:620 #: ipaclient/remote_plugins/2_156/servicedelegation.py:663 #: ipaclient/remote_plugins/2_156/servicedelegation.py:771 #: ipaclient/remote_plugins/2_156/servicedelegation.py:828 #: ipaclient/remote_plugins/2_156/servicedelegation.py:888 #: ipaclient/remote_plugins/2_156/stageuser.py:361 #: ipaclient/remote_plugins/2_156/stageuser.py:671 #: ipaclient/remote_plugins/2_156/stageuser.py:999 #: ipaclient/remote_plugins/2_156/stageuser.py:1399 #: ipaclient/remote_plugins/2_156/stageuser.py:1466 #: ipaclient/remote_plugins/2_156/sudocmd.py:100 #: ipaclient/remote_plugins/2_156/sudocmd.py:212 #: ipaclient/remote_plugins/2_156/sudocmd.py:311 #: ipaclient/remote_plugins/2_156/sudocmd.py:368 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:120 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:171 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:295 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:395 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:446 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:514 #: ipaclient/remote_plugins/2_156/sudorule.py:348 #: ipaclient/remote_plugins/2_156/sudorule.py:398 #: ipaclient/remote_plugins/2_156/sudorule.py:467 #: ipaclient/remote_plugins/2_156/sudorule.py:536 #: ipaclient/remote_plugins/2_156/sudorule.py:616 #: ipaclient/remote_plugins/2_156/sudorule.py:666 #: ipaclient/remote_plugins/2_156/sudorule.py:726 #: ipaclient/remote_plugins/2_156/sudorule.py:795 #: ipaclient/remote_plugins/2_156/sudorule.py:1046 #: ipaclient/remote_plugins/2_156/sudorule.py:1225 #: ipaclient/remote_plugins/2_156/sudorule.py:1275 #: ipaclient/remote_plugins/2_156/sudorule.py:1344 #: ipaclient/remote_plugins/2_156/sudorule.py:1413 #: ipaclient/remote_plugins/2_156/sudorule.py:1493 #: ipaclient/remote_plugins/2_156/sudorule.py:1543 #: ipaclient/remote_plugins/2_156/sudorule.py:1603 #: ipaclient/remote_plugins/2_156/sudorule.py:1672 #: ipaclient/remote_plugins/2_156/sudorule.py:1748 #: ipaclient/remote_plugins/2_156/topology.py:210 #: ipaclient/remote_plugins/2_156/topology.py:396 #: ipaclient/remote_plugins/2_156/topology.py:531 #: ipaclient/remote_plugins/2_156/topology.py:657 #: ipaclient/remote_plugins/2_156/topology.py:722 #: ipaclient/remote_plugins/2_156/topology.py:831 #: ipaclient/remote_plugins/2_156/topology.py:925 #: ipaclient/remote_plugins/2_156/topology.py:977 #: ipaclient/remote_plugins/2_156/trust.py:336 #: ipaclient/remote_plugins/2_156/trust.py:429 #: ipaclient/remote_plugins/2_156/trust.py:522 #: ipaclient/remote_plugins/2_156/trust.py:626 #: ipaclient/remote_plugins/2_156/trust.py:669 #: ipaclient/remote_plugins/2_156/trust.py:710 #: ipaclient/remote_plugins/2_156/trust.py:788 #: ipaclient/remote_plugins/2_156/trust.py:839 #: ipaclient/remote_plugins/2_156/trust.py:929 #: ipaclient/remote_plugins/2_156/trust.py:1127 #: ipaclient/remote_plugins/2_156/trust.py:1245 #: ipaclient/remote_plugins/2_156/user.py:634 #: ipaclient/remote_plugins/2_156/user.py:686 #: ipaclient/remote_plugins/2_156/user.py:1113 #: ipaclient/remote_plugins/2_156/user.py:1519 #: ipaclient/remote_plugins/2_156/user.py:1579 #: ipaclient/remote_plugins/2_156/user.py:1652 #: ipaclient/remote_plugins/2_156/user.py:1764 #: ipaclient/remote_plugins/2_156/vault.py:404 #: ipaclient/remote_plugins/2_156/vault.py:473 #: ipaclient/remote_plugins/2_156/vault.py:569 #: ipaclient/remote_plugins/2_156/vault.py:677 #: ipaclient/remote_plugins/2_156/vault.py:843 #: ipaclient/remote_plugins/2_156/vault.py:984 #: ipaclient/remote_plugins/2_156/vault.py:1053 #: ipaclient/remote_plugins/2_156/vault.py:1149 #: ipaclient/remote_plugins/2_156/vault.py:1249 #: ipaclient/remote_plugins/2_156/vault.py:1318 #: ipaclient/remote_plugins/2_156/vault.py:1366 #: ipaclient/remote_plugins/2_156/vault.py:1421 #: ipaclient/remote_plugins/2_156/vault.py:1558 #: ipaclient/remote_plugins/2_156/vault.py:1654 #: ipaclient/remote_plugins/2_156/otptoken.py:325 #: ipaclient/remote_plugins/2_156/otptoken.py:375 #: ipaclient/remote_plugins/2_156/otptoken.py:596 #: ipaclient/remote_plugins/2_156/otptoken.py:744 #: ipaclient/remote_plugins/2_156/otptoken.py:800 #: ipaclient/remote_plugins/2_156/otptoken.py:867 #: ipaclient/remote_plugins/2_156/dns.py:1144 #: ipaclient/remote_plugins/2_156/dns.py:1187 #: ipaclient/remote_plugins/2_156/dns.py:1271 #: ipaclient/remote_plugins/2_156/dns.py:1517 #: ipaclient/remote_plugins/2_156/dns.py:1629 #: ipaclient/remote_plugins/2_156/dns.py:1721 #: ipaclient/remote_plugins/2_156/dns.py:2556 #: ipaclient/remote_plugins/2_156/dns.py:3246 #: ipaclient/remote_plugins/2_156/dns.py:4081 #: ipaclient/remote_plugins/2_156/dns.py:4154 #: ipaclient/remote_plugins/2_156/dns.py:4391 #: ipaclient/remote_plugins/2_156/dns.py:4781 #: ipaclient/remote_plugins/2_156/dns.py:5037 #: ipaclient/remote_plugins/2_156/dns.py:5129 #: ipaclient/remote_plugins/2_156/idrange.py:298 #: ipaclient/remote_plugins/2_156/idrange.py:434 #: ipaclient/remote_plugins/2_156/idrange.py:570 #: ipaclient/remote_plugins/2_156/idrange.py:620 #: ipaclient/remote_plugins/2_156/idviews.py:202 #: ipaclient/remote_plugins/2_156/idviews.py:346 #: ipaclient/remote_plugins/2_156/idviews.py:464 #: ipaclient/remote_plugins/2_156/idviews.py:533 #: ipaclient/remote_plugins/2_156/idviews.py:659 #: ipaclient/remote_plugins/2_156/idviews.py:831 #: ipaclient/remote_plugins/2_156/idviews.py:985 #: ipaclient/remote_plugins/2_156/idviews.py:1054 #: ipaclient/remote_plugins/2_156/idviews.py:1117 #: ipaclient/remote_plugins/2_156/idviews.py:1274 #: ipaclient/remote_plugins/2_156/idviews.py:1365 #: ipaclient/remote_plugins/2_156/idviews.py:1428 #: ipaclient/remote_plugins/2_156/cert.py:216 #: ipaclient/remote_plugins/2_164/aci.py:297 #: ipaclient/remote_plugins/2_164/aci.py:488 #: ipaclient/remote_plugins/2_164/aci.py:613 #: ipaclient/remote_plugins/2_164/aci.py:736 #: ipaclient/remote_plugins/2_164/aci.py:793 #: ipaclient/remote_plugins/2_164/automember.py:187 #: ipaclient/remote_plugins/2_164/automember.py:265 #: ipaclient/remote_plugins/2_164/automember.py:324 #: ipaclient/remote_plugins/2_164/automember.py:379 #: ipaclient/remote_plugins/2_164/automember.py:421 #: ipaclient/remote_plugins/2_164/automember.py:514 #: ipaclient/remote_plugins/2_164/automember.py:605 #: ipaclient/remote_plugins/2_164/automember.py:670 #: ipaclient/remote_plugins/2_164/automember.py:748 #: ipaclient/remote_plugins/2_164/automember.py:808 #: ipaclient/remote_plugins/2_164/automount.py:225 #: ipaclient/remote_plugins/2_164/automount.py:361 #: ipaclient/remote_plugins/2_164/automount.py:463 #: ipaclient/remote_plugins/2_164/automount.py:539 #: ipaclient/remote_plugins/2_164/automount.py:597 #: ipaclient/remote_plugins/2_164/automount.py:697 #: ipaclient/remote_plugins/2_164/automount.py:762 #: ipaclient/remote_plugins/2_164/automount.py:853 #: ipaclient/remote_plugins/2_164/automount.py:936 #: ipaclient/remote_plugins/2_164/automount.py:1054 #: ipaclient/remote_plugins/2_164/automount.py:1152 #: ipaclient/remote_plugins/2_164/automount.py:1209 #: ipaclient/remote_plugins/2_164/caacl.py:209 #: ipaclient/remote_plugins/2_164/caacl.py:259 #: ipaclient/remote_plugins/2_164/caacl.py:328 #: ipaclient/remote_plugins/2_164/caacl.py:388 #: ipaclient/remote_plugins/2_164/caacl.py:448 #: ipaclient/remote_plugins/2_164/caacl.py:678 #: ipaclient/remote_plugins/2_164/caacl.py:814 #: ipaclient/remote_plugins/2_164/caacl.py:864 #: ipaclient/remote_plugins/2_164/caacl.py:933 #: ipaclient/remote_plugins/2_164/caacl.py:993 #: ipaclient/remote_plugins/2_164/caacl.py:1053 #: ipaclient/remote_plugins/2_164/caacl.py:1129 #: ipaclient/remote_plugins/2_164/certprofile.py:189 #: ipaclient/remote_plugins/2_164/certprofile.py:264 #: ipaclient/remote_plugins/2_164/certprofile.py:356 #: ipaclient/remote_plugins/2_164/certprofile.py:412 #: ipaclient/remote_plugins/2_164/config.py:346 #: ipaclient/remote_plugins/2_164/config.py:389 #: ipaclient/remote_plugins/2_164/delegation.py:128 #: ipaclient/remote_plugins/2_164/delegation.py:244 #: ipaclient/remote_plugins/2_164/delegation.py:321 #: ipaclient/remote_plugins/2_164/delegation.py:364 #: ipaclient/remote_plugins/2_164/group.py:257 #: ipaclient/remote_plugins/2_164/group.py:316 #: ipaclient/remote_plugins/2_164/group.py:512 #: ipaclient/remote_plugins/2_164/group.py:743 #: ipaclient/remote_plugins/2_164/group.py:809 #: ipaclient/remote_plugins/2_164/group.py:886 #: ipaclient/remote_plugins/2_164/hbacrule.py:269 #: ipaclient/remote_plugins/2_164/hbacrule.py:319 #: ipaclient/remote_plugins/2_164/hbacrule.py:388 #: ipaclient/remote_plugins/2_164/hbacrule.py:457 #: ipaclient/remote_plugins/2_164/hbacrule.py:526 #: ipaclient/remote_plugins/2_164/hbacrule.py:783 #: ipaclient/remote_plugins/2_164/hbacrule.py:946 #: ipaclient/remote_plugins/2_164/hbacrule.py:996 #: ipaclient/remote_plugins/2_164/hbacrule.py:1065 #: ipaclient/remote_plugins/2_164/hbacrule.py:1134 #: ipaclient/remote_plugins/2_164/hbacrule.py:1203 #: ipaclient/remote_plugins/2_164/hbacrule.py:1279 #: ipaclient/remote_plugins/2_164/hbacsvc.py:111 #: ipaclient/remote_plugins/2_164/hbacsvc.py:227 #: ipaclient/remote_plugins/2_164/hbacsvc.py:328 #: ipaclient/remote_plugins/2_164/hbacsvc.py:387 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:108 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:159 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:283 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:383 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:434 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:502 #: ipaclient/remote_plugins/2_164/host.py:443 #: ipaclient/remote_plugins/2_164/host.py:494 #: ipaclient/remote_plugins/2_164/host.py:554 #: ipaclient/remote_plugins/2_164/host.py:615 #: ipaclient/remote_plugins/2_164/host.py:703 #: ipaclient/remote_plugins/2_164/host.py:868 #: ipaclient/remote_plugins/2_164/host.py:956 #: ipaclient/remote_plugins/2_164/host.py:1134 #: ipaclient/remote_plugins/2_164/host.py:1470 #: ipaclient/remote_plugins/2_164/host.py:1521 #: ipaclient/remote_plugins/2_164/host.py:1581 #: ipaclient/remote_plugins/2_164/host.py:1654 #: ipaclient/remote_plugins/2_164/hostgroup.py:169 #: ipaclient/remote_plugins/2_164/hostgroup.py:221 #: ipaclient/remote_plugins/2_164/hostgroup.py:356 #: ipaclient/remote_plugins/2_164/hostgroup.py:553 #: ipaclient/remote_plugins/2_164/hostgroup.py:605 #: ipaclient/remote_plugins/2_164/hostgroup.py:683 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:150 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:195 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:247 #: ipaclient/remote_plugins/2_164/netgroup.py:199 #: ipaclient/remote_plugins/2_164/netgroup.py:250 #: ipaclient/remote_plugins/2_164/netgroup.py:459 #: ipaclient/remote_plugins/2_164/netgroup.py:684 #: ipaclient/remote_plugins/2_164/netgroup.py:735 #: ipaclient/remote_plugins/2_164/netgroup.py:839 #: ipaclient/remote_plugins/2_164/otpconfig.py:144 #: ipaclient/remote_plugins/2_164/otpconfig.py:187 #: ipaclient/remote_plugins/2_164/permission.py:370 #: ipaclient/remote_plugins/2_164/permission.py:422 #: ipaclient/remote_plugins/2_164/permission.py:489 #: ipaclient/remote_plugins/2_164/permission.py:733 #: ipaclient/remote_plugins/2_164/permission.py:948 #: ipaclient/remote_plugins/2_164/permission.py:1006 #: ipaclient/remote_plugins/2_164/permission.py:1073 #: ipaclient/remote_plugins/2_164/privilege.py:112 #: ipaclient/remote_plugins/2_164/privilege.py:164 #: ipaclient/remote_plugins/2_164/privilege.py:224 #: ipaclient/remote_plugins/2_164/privilege.py:346 #: ipaclient/remote_plugins/2_164/privilege.py:445 #: ipaclient/remote_plugins/2_164/privilege.py:503 #: ipaclient/remote_plugins/2_164/privilege.py:563 #: ipaclient/remote_plugins/2_164/privilege.py:630 #: ipaclient/remote_plugins/2_164/pwpolicy.py:186 #: ipaclient/remote_plugins/2_164/pwpolicy.py:288 #: ipaclient/remote_plugins/2_164/pwpolicy.py:379 #: ipaclient/remote_plugins/2_164/pwpolicy.py:427 #: ipaclient/remote_plugins/2_164/pwpolicy.py:547 #: ipaclient/remote_plugins/2_164/pwpolicy.py:710 #: ipaclient/remote_plugins/2_164/pwpolicy.py:860 #: ipaclient/remote_plugins/2_164/pwpolicy.py:918 #: ipaclient/remote_plugins/2_164/radiusproxy.py:173 #: ipaclient/remote_plugins/2_164/radiusproxy.py:316 #: ipaclient/remote_plugins/2_164/radiusproxy.py:446 #: ipaclient/remote_plugins/2_164/radiusproxy.py:502 #: ipaclient/remote_plugins/2_164/realmdomains.py:133 #: ipaclient/remote_plugins/2_164/realmdomains.py:176 #: ipaclient/remote_plugins/2_164/role.py:146 #: ipaclient/remote_plugins/2_164/role.py:196 #: ipaclient/remote_plugins/2_164/role.py:292 #: ipaclient/remote_plugins/2_164/role.py:414 #: ipaclient/remote_plugins/2_164/role.py:513 #: ipaclient/remote_plugins/2_164/role.py:569 #: ipaclient/remote_plugins/2_164/role.py:665 #: ipaclient/remote_plugins/2_164/role.py:732 #: ipaclient/remote_plugins/2_164/selfservice.py:109 #: ipaclient/remote_plugins/2_164/selfservice.py:212 #: ipaclient/remote_plugins/2_164/selfservice.py:276 #: ipaclient/remote_plugins/2_164/selfservice.py:319 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:205 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:255 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:324 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:551 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:684 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:734 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:803 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:879 #: ipaclient/remote_plugins/2_164/server.py:203 #: ipaclient/remote_plugins/2_164/server.py:291 #: ipaclient/remote_plugins/2_164/service.py:241 #: ipaclient/remote_plugins/2_164/service.py:293 #: ipaclient/remote_plugins/2_164/service.py:354 #: ipaclient/remote_plugins/2_164/service.py:416 #: ipaclient/remote_plugins/2_164/service.py:505 #: ipaclient/remote_plugins/2_164/service.py:666 #: ipaclient/remote_plugins/2_164/service.py:755 #: ipaclient/remote_plugins/2_164/service.py:871 #: ipaclient/remote_plugins/2_164/service.py:1012 #: ipaclient/remote_plugins/2_164/service.py:1064 #: ipaclient/remote_plugins/2_164/service.py:1125 #: ipaclient/remote_plugins/2_164/service.py:1199 #: ipaclient/remote_plugins/2_164/servicedelegation.py:140 #: ipaclient/remote_plugins/2_164/servicedelegation.py:190 #: ipaclient/remote_plugins/2_164/servicedelegation.py:250 #: ipaclient/remote_plugins/2_164/servicedelegation.py:365 #: ipaclient/remote_plugins/2_164/servicedelegation.py:429 #: ipaclient/remote_plugins/2_164/servicedelegation.py:489 #: ipaclient/remote_plugins/2_164/servicedelegation.py:556 #: ipaclient/remote_plugins/2_164/servicedelegation.py:620 #: ipaclient/remote_plugins/2_164/servicedelegation.py:663 #: ipaclient/remote_plugins/2_164/servicedelegation.py:771 #: ipaclient/remote_plugins/2_164/servicedelegation.py:828 #: ipaclient/remote_plugins/2_164/servicedelegation.py:888 #: ipaclient/remote_plugins/2_164/stageuser.py:361 #: ipaclient/remote_plugins/2_164/stageuser.py:671 #: ipaclient/remote_plugins/2_164/stageuser.py:723 #: ipaclient/remote_plugins/2_164/stageuser.py:1061 #: ipaclient/remote_plugins/2_164/stageuser.py:1461 #: ipaclient/remote_plugins/2_164/stageuser.py:1521 #: ipaclient/remote_plugins/2_164/stageuser.py:1590 #: ipaclient/remote_plugins/2_164/sudocmd.py:100 #: ipaclient/remote_plugins/2_164/sudocmd.py:212 #: ipaclient/remote_plugins/2_164/sudocmd.py:311 #: ipaclient/remote_plugins/2_164/sudocmd.py:368 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:120 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:171 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:295 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:395 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:446 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:514 #: ipaclient/remote_plugins/2_164/sudorule.py:348 #: ipaclient/remote_plugins/2_164/sudorule.py:398 #: ipaclient/remote_plugins/2_164/sudorule.py:467 #: ipaclient/remote_plugins/2_164/sudorule.py:536 #: ipaclient/remote_plugins/2_164/sudorule.py:616 #: ipaclient/remote_plugins/2_164/sudorule.py:666 #: ipaclient/remote_plugins/2_164/sudorule.py:726 #: ipaclient/remote_plugins/2_164/sudorule.py:795 #: ipaclient/remote_plugins/2_164/sudorule.py:1046 #: ipaclient/remote_plugins/2_164/sudorule.py:1225 #: ipaclient/remote_plugins/2_164/sudorule.py:1275 #: ipaclient/remote_plugins/2_164/sudorule.py:1344 #: ipaclient/remote_plugins/2_164/sudorule.py:1413 #: ipaclient/remote_plugins/2_164/sudorule.py:1493 #: ipaclient/remote_plugins/2_164/sudorule.py:1543 #: ipaclient/remote_plugins/2_164/sudorule.py:1603 #: ipaclient/remote_plugins/2_164/sudorule.py:1672 #: ipaclient/remote_plugins/2_164/sudorule.py:1748 #: ipaclient/remote_plugins/2_164/topology.py:258 #: ipaclient/remote_plugins/2_164/topology.py:440 #: ipaclient/remote_plugins/2_164/topology.py:573 #: ipaclient/remote_plugins/2_164/topology.py:695 #: ipaclient/remote_plugins/2_164/topology.py:759 #: ipaclient/remote_plugins/2_164/topology.py:865 #: ipaclient/remote_plugins/2_164/topology.py:958 #: ipaclient/remote_plugins/2_164/topology.py:1008 #: ipaclient/remote_plugins/2_164/trust.py:336 #: ipaclient/remote_plugins/2_164/trust.py:429 #: ipaclient/remote_plugins/2_164/trust.py:522 #: ipaclient/remote_plugins/2_164/trust.py:626 #: ipaclient/remote_plugins/2_164/trust.py:669 #: ipaclient/remote_plugins/2_164/trust.py:710 #: ipaclient/remote_plugins/2_164/trust.py:788 #: ipaclient/remote_plugins/2_164/trust.py:839 #: ipaclient/remote_plugins/2_164/trust.py:929 #: ipaclient/remote_plugins/2_164/trust.py:1127 #: ipaclient/remote_plugins/2_164/trust.py:1245 #: ipaclient/remote_plugins/2_164/user.py:634 #: ipaclient/remote_plugins/2_164/user.py:686 #: ipaclient/remote_plugins/2_164/user.py:747 #: ipaclient/remote_plugins/2_164/user.py:1175 #: ipaclient/remote_plugins/2_164/user.py:1581 #: ipaclient/remote_plugins/2_164/user.py:1641 #: ipaclient/remote_plugins/2_164/user.py:1702 #: ipaclient/remote_plugins/2_164/user.py:1776 #: ipaclient/remote_plugins/2_164/user.py:1888 #: ipaclient/remote_plugins/2_164/vault.py:404 #: ipaclient/remote_plugins/2_164/vault.py:473 #: ipaclient/remote_plugins/2_164/vault.py:569 #: ipaclient/remote_plugins/2_164/vault.py:677 #: ipaclient/remote_plugins/2_164/vault.py:843 #: ipaclient/remote_plugins/2_164/vault.py:984 #: ipaclient/remote_plugins/2_164/vault.py:1053 #: ipaclient/remote_plugins/2_164/vault.py:1149 #: ipaclient/remote_plugins/2_164/vault.py:1249 #: ipaclient/remote_plugins/2_164/vault.py:1318 #: ipaclient/remote_plugins/2_164/vault.py:1366 #: ipaclient/remote_plugins/2_164/vault.py:1421 #: ipaclient/remote_plugins/2_164/vault.py:1558 #: ipaclient/remote_plugins/2_164/vault.py:1654 #: ipaclient/remote_plugins/2_164/otptoken.py:325 #: ipaclient/remote_plugins/2_164/otptoken.py:375 #: ipaclient/remote_plugins/2_164/otptoken.py:596 #: ipaclient/remote_plugins/2_164/otptoken.py:744 #: ipaclient/remote_plugins/2_164/otptoken.py:800 #: ipaclient/remote_plugins/2_164/otptoken.py:867 #: ipaclient/remote_plugins/2_164/dns.py:1146 #: ipaclient/remote_plugins/2_164/dns.py:1189 #: ipaclient/remote_plugins/2_164/dns.py:1279 #: ipaclient/remote_plugins/2_164/dns.py:1525 #: ipaclient/remote_plugins/2_164/dns.py:1637 #: ipaclient/remote_plugins/2_164/dns.py:1729 #: ipaclient/remote_plugins/2_164/dns.py:2564 #: ipaclient/remote_plugins/2_164/dns.py:3254 #: ipaclient/remote_plugins/2_164/dns.py:4089 #: ipaclient/remote_plugins/2_164/dns.py:4162 #: ipaclient/remote_plugins/2_164/dns.py:4410 #: ipaclient/remote_plugins/2_164/dns.py:4800 #: ipaclient/remote_plugins/2_164/dns.py:5056 #: ipaclient/remote_plugins/2_164/dns.py:5148 #: ipaclient/remote_plugins/2_164/idrange.py:298 #: ipaclient/remote_plugins/2_164/idrange.py:434 #: ipaclient/remote_plugins/2_164/idrange.py:570 #: ipaclient/remote_plugins/2_164/idrange.py:620 #: ipaclient/remote_plugins/2_164/idviews.py:202 #: ipaclient/remote_plugins/2_164/idviews.py:346 #: ipaclient/remote_plugins/2_164/idviews.py:464 #: ipaclient/remote_plugins/2_164/idviews.py:533 #: ipaclient/remote_plugins/2_164/idviews.py:659 #: ipaclient/remote_plugins/2_164/idviews.py:831 #: ipaclient/remote_plugins/2_164/idviews.py:985 #: ipaclient/remote_plugins/2_164/idviews.py:1054 #: ipaclient/remote_plugins/2_164/idviews.py:1117 #: ipaclient/remote_plugins/2_164/idviews.py:1274 #: ipaclient/remote_plugins/2_164/idviews.py:1365 #: ipaclient/remote_plugins/2_164/idviews.py:1428 #: ipaclient/remote_plugins/2_164/cert.py:216 #: ipaclient/remote_plugins/2_49/aci.py:297 #: ipaclient/remote_plugins/2_49/aci.py:489 #: ipaclient/remote_plugins/2_49/aci.py:614 #: ipaclient/remote_plugins/2_49/aci.py:738 #: ipaclient/remote_plugins/2_49/aci.py:791 #: ipaclient/remote_plugins/2_49/automember.py:173 #: ipaclient/remote_plugins/2_49/automember.py:252 #: ipaclient/remote_plugins/2_49/automember.py:312 #: ipaclient/remote_plugins/2_49/automember.py:368 #: ipaclient/remote_plugins/2_49/automember.py:411 #: ipaclient/remote_plugins/2_49/automember.py:507 #: ipaclient/remote_plugins/2_49/automember.py:598 #: ipaclient/remote_plugins/2_49/automember.py:677 #: ipaclient/remote_plugins/2_49/automember.py:738 #: ipaclient/remote_plugins/2_49/automount.py:223 #: ipaclient/remote_plugins/2_49/automount.py:358 #: ipaclient/remote_plugins/2_49/automount.py:458 #: ipaclient/remote_plugins/2_49/automount.py:533 #: ipaclient/remote_plugins/2_49/automount.py:592 #: ipaclient/remote_plugins/2_49/automount.py:695 #: ipaclient/remote_plugins/2_49/automount.py:760 #: ipaclient/remote_plugins/2_49/automount.py:849 #: ipaclient/remote_plugins/2_49/automount.py:932 #: ipaclient/remote_plugins/2_49/automount.py:1051 #: ipaclient/remote_plugins/2_49/automount.py:1148 #: ipaclient/remote_plugins/2_49/automount.py:1205 #: ipaclient/remote_plugins/2_49/config.py:330 #: ipaclient/remote_plugins/2_49/config.py:374 #: ipaclient/remote_plugins/2_49/delegation.py:128 #: ipaclient/remote_plugins/2_49/delegation.py:243 #: ipaclient/remote_plugins/2_49/delegation.py:320 #: ipaclient/remote_plugins/2_49/delegation.py:364 #: ipaclient/remote_plugins/2_49/entitle.py:90 #: ipaclient/remote_plugins/2_49/entitle.py:146 #: ipaclient/remote_plugins/2_49/entitle.py:188 #: ipaclient/remote_plugins/2_49/entitle.py:306 #: ipaclient/remote_plugins/2_49/entitle.py:363 #: ipaclient/remote_plugins/2_49/group.py:255 #: ipaclient/remote_plugins/2_49/group.py:308 #: ipaclient/remote_plugins/2_49/group.py:480 #: ipaclient/remote_plugins/2_49/group.py:704 #: ipaclient/remote_plugins/2_49/group.py:764 #: ipaclient/remote_plugins/2_49/group.py:834 #: ipaclient/remote_plugins/2_49/hbacrule.py:263 #: ipaclient/remote_plugins/2_49/hbacrule.py:307 #: ipaclient/remote_plugins/2_49/hbacrule.py:369 #: ipaclient/remote_plugins/2_49/hbacrule.py:431 #: ipaclient/remote_plugins/2_49/hbacrule.py:493 #: ipaclient/remote_plugins/2_49/hbacrule.py:733 #: ipaclient/remote_plugins/2_49/hbacrule.py:879 #: ipaclient/remote_plugins/2_49/hbacrule.py:923 #: ipaclient/remote_plugins/2_49/hbacrule.py:985 #: ipaclient/remote_plugins/2_49/hbacrule.py:1047 #: ipaclient/remote_plugins/2_49/hbacrule.py:1109 #: ipaclient/remote_plugins/2_49/hbacrule.py:1178 #: ipaclient/remote_plugins/2_49/hbacsvc.py:111 #: ipaclient/remote_plugins/2_49/hbacsvc.py:223 #: ipaclient/remote_plugins/2_49/hbacsvc.py:317 #: ipaclient/remote_plugins/2_49/hbacsvc.py:370 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:110 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:155 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:274 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:367 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:412 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:473 #: ipaclient/remote_plugins/2_49/host.py:353 #: ipaclient/remote_plugins/2_49/host.py:398 #: ipaclient/remote_plugins/2_49/host.py:599 #: ipaclient/remote_plugins/2_49/host.py:899 #: ipaclient/remote_plugins/2_49/host.py:944 #: ipaclient/remote_plugins/2_49/host.py:1010 #: ipaclient/remote_plugins/2_49/hostgroup.py:167 #: ipaclient/remote_plugins/2_49/hostgroup.py:213 #: ipaclient/remote_plugins/2_49/hostgroup.py:343 #: ipaclient/remote_plugins/2_49/hostgroup.py:533 #: ipaclient/remote_plugins/2_49/hostgroup.py:579 #: ipaclient/remote_plugins/2_49/hostgroup.py:650 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:150 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:196 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:249 #: ipaclient/remote_plugins/2_49/netgroup.py:197 #: ipaclient/remote_plugins/2_49/netgroup.py:242 #: ipaclient/remote_plugins/2_49/netgroup.py:446 #: ipaclient/remote_plugins/2_49/netgroup.py:664 #: ipaclient/remote_plugins/2_49/netgroup.py:709 #: ipaclient/remote_plugins/2_49/netgroup.py:806 #: ipaclient/remote_plugins/2_49/permission.py:226 #: ipaclient/remote_plugins/2_49/permission.py:272 #: ipaclient/remote_plugins/2_49/permission.py:333 #: ipaclient/remote_plugins/2_49/permission.py:488 #: ipaclient/remote_plugins/2_49/permission.py:619 #: ipaclient/remote_plugins/2_49/permission.py:671 #: ipaclient/remote_plugins/2_49/permission.py:731 #: ipaclient/remote_plugins/2_49/privilege.py:110 #: ipaclient/remote_plugins/2_49/privilege.py:156 #: ipaclient/remote_plugins/2_49/privilege.py:209 #: ipaclient/remote_plugins/2_49/privilege.py:326 #: ipaclient/remote_plugins/2_49/privilege.py:418 #: ipaclient/remote_plugins/2_49/privilege.py:470 #: ipaclient/remote_plugins/2_49/privilege.py:523 #: ipaclient/remote_plugins/2_49/privilege.py:583 #: ipaclient/remote_plugins/2_49/pwpolicy.py:186 #: ipaclient/remote_plugins/2_49/pwpolicy.py:291 #: ipaclient/remote_plugins/2_49/pwpolicy.py:382 #: ipaclient/remote_plugins/2_49/pwpolicy.py:431 #: ipaclient/remote_plugins/2_49/pwpolicy.py:552 #: ipaclient/remote_plugins/2_49/pwpolicy.py:718 #: ipaclient/remote_plugins/2_49/pwpolicy.py:868 #: ipaclient/remote_plugins/2_49/pwpolicy.py:927 #: ipaclient/remote_plugins/2_49/role.py:139 #: ipaclient/remote_plugins/2_49/role.py:183 #: ipaclient/remote_plugins/2_49/role.py:263 #: ipaclient/remote_plugins/2_49/role.py:380 #: ipaclient/remote_plugins/2_49/role.py:472 #: ipaclient/remote_plugins/2_49/role.py:522 #: ipaclient/remote_plugins/2_49/role.py:602 #: ipaclient/remote_plugins/2_49/role.py:662 #: ipaclient/remote_plugins/2_49/selfservice.py:107 #: ipaclient/remote_plugins/2_49/selfservice.py:209 #: ipaclient/remote_plugins/2_49/selfservice.py:273 #: ipaclient/remote_plugins/2_49/selfservice.py:317 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:205 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:249 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:311 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:531 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:657 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:701 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:763 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:832 #: ipaclient/remote_plugins/2_49/service.py:168 #: ipaclient/remote_plugins/2_49/service.py:214 #: ipaclient/remote_plugins/2_49/service.py:369 #: ipaclient/remote_plugins/2_49/service.py:488 #: ipaclient/remote_plugins/2_49/service.py:534 #: ipaclient/remote_plugins/2_49/service.py:601 #: ipaclient/remote_plugins/2_49/sudocmd.py:100 #: ipaclient/remote_plugins/2_49/sudocmd.py:208 #: ipaclient/remote_plugins/2_49/sudocmd.py:300 #: ipaclient/remote_plugins/2_49/sudocmd.py:351 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:118 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:163 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:282 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:375 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:420 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:481 #: ipaclient/remote_plugins/2_49/sudorule.py:318 #: ipaclient/remote_plugins/2_49/sudorule.py:362 #: ipaclient/remote_plugins/2_49/sudorule.py:424 #: ipaclient/remote_plugins/2_49/sudorule.py:486 #: ipaclient/remote_plugins/2_49/sudorule.py:573 #: ipaclient/remote_plugins/2_49/sudorule.py:626 #: ipaclient/remote_plugins/2_49/sudorule.py:688 #: ipaclient/remote_plugins/2_49/sudorule.py:930 #: ipaclient/remote_plugins/2_49/sudorule.py:1102 #: ipaclient/remote_plugins/2_49/sudorule.py:1146 #: ipaclient/remote_plugins/2_49/sudorule.py:1208 #: ipaclient/remote_plugins/2_49/sudorule.py:1270 #: ipaclient/remote_plugins/2_49/sudorule.py:1357 #: ipaclient/remote_plugins/2_49/sudorule.py:1410 #: ipaclient/remote_plugins/2_49/sudorule.py:1472 #: ipaclient/remote_plugins/2_49/sudorule.py:1541 #: ipaclient/remote_plugins/2_49/trust.py:252 #: ipaclient/remote_plugins/2_49/trust.py:379 #: ipaclient/remote_plugins/2_49/trust.py:483 #: ipaclient/remote_plugins/2_49/trust.py:534 #: ipaclient/remote_plugins/2_49/trust.py:613 #: ipaclient/remote_plugins/2_49/trust.py:665 #: ipaclient/remote_plugins/2_49/user.py:506 #: ipaclient/remote_plugins/2_49/user.py:844 #: ipaclient/remote_plugins/2_49/user.py:1180 #: ipaclient/remote_plugins/2_49/user.py:1241 #: ipaclient/remote_plugins/2_49/user.py:1308 #: ipaclient/remote_plugins/2_49/dns.py:1192 #: ipaclient/remote_plugins/2_49/dns.py:1236 #: ipaclient/remote_plugins/2_49/dns.py:2249 #: ipaclient/remote_plugins/2_49/dns.py:2610 #: ipaclient/remote_plugins/2_49/dns.py:3029 #: ipaclient/remote_plugins/2_49/dns.py:4041 #: ipaclient/remote_plugins/2_49/dns.py:4110 #: ipaclient/remote_plugins/2_49/dns.py:4333 #: ipaclient/remote_plugins/2_49/dns.py:4709 #: ipaclient/remote_plugins/2_49/dns.py:4952 #: ipaclient/remote_plugins/2_49/dns.py:5043 #: ipaclient/remote_plugins/2_49/idrange.py:280 #: ipaclient/remote_plugins/2_49/idrange.py:417 #: ipaclient/remote_plugins/2_49/idrange.py:538 #: ipaclient/remote_plugins/2_49/idrange.py:589 msgid "Print entries as stored on the server. Only affects output format." msgstr "" "Вывести записи в том виде, в котором они хранятся на сервере. Влияет только " "на формат вывода данных." #: ipalib/frontend.py:965 ipaserver/plugins/batch.py:83 msgid "Client version. Used to determine if server will accept request." msgstr "" "Версия клиента. Используется для определения того, примет ли сервер запрос." #: ipalib/frontend.py:1178 ipaclient/remote_plugins/2_114/misc.py:41 #: ipaclient/remote_plugins/2_114/misc.py:85 #: ipaclient/remote_plugins/2_156/misc.py:41 #: ipaclient/remote_plugins/2_156/misc.py:85 #: ipaclient/remote_plugins/2_164/misc.py:41 #: ipaclient/remote_plugins/2_164/misc.py:85 #: ipaclient/remote_plugins/2_49/misc.py:41 #: ipaclient/remote_plugins/2_49/misc.py:85 msgid "Forward to server instead of running locally" msgstr "Перенаправить на сервер вместо локального выполнения" #: ipalib/crud.py:247 ipaclient/remote_plugins/2_114/aci.py:387 #: ipaclient/remote_plugins/2_114/automember.py:488 #: ipaclient/remote_plugins/2_114/automount.py:323 #: ipaclient/remote_plugins/2_114/automount.py:665 #: ipaclient/remote_plugins/2_114/automount.py:1016 #: ipaclient/remote_plugins/2_114/delegation.py:189 #: ipaclient/remote_plugins/2_114/group.py:442 #: ipaclient/remote_plugins/2_114/hbacrule.py:681 #: ipaclient/remote_plugins/2_114/hbacsvc.py:187 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:244 #: ipaclient/remote_plugins/2_114/host.py:968 #: ipaclient/remote_plugins/2_114/hostgroup.py:316 #: ipaclient/remote_plugins/2_114/netgroup.py:371 #: ipaclient/remote_plugins/2_114/permission.py:545 #: ipaclient/remote_plugins/2_114/privilege.py:308 #: ipaclient/remote_plugins/2_114/pwpolicy.py:251 #: ipaclient/remote_plugins/2_114/pwpolicy.py:615 #: ipaclient/remote_plugins/2_114/radiusproxy.py:240 #: ipaclient/remote_plugins/2_114/role.py:376 #: ipaclient/remote_plugins/2_114/selfservice.py:170 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:479 #: ipaclient/remote_plugins/2_114/service.py:766 #: ipaclient/remote_plugins/2_114/sudocmd.py:174 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:256 #: ipaclient/remote_plugins/2_114/sudorule.py:928 #: ipaclient/remote_plugins/2_114/trust.py:451 #: ipaclient/remote_plugins/2_114/trust.py:1064 #: ipaclient/remote_plugins/2_114/user.py:756 #: ipaclient/remote_plugins/2_114/otptoken.py:459 #: ipaclient/remote_plugins/2_114/dns.py:1487 #: ipaclient/remote_plugins/2_114/dns.py:3083 #: ipaclient/remote_plugins/2_114/dns.py:4797 #: ipaclient/remote_plugins/2_114/idrange.py:361 #: ipaclient/remote_plugins/2_114/idviews.py:271 #: ipaclient/remote_plugins/2_114/idviews.py:688 #: ipaclient/remote_plugins/2_114/idviews.py:1157 #: ipaclient/remote_plugins/2_156/aci.py:387 #: ipaclient/remote_plugins/2_156/automember.py:488 #: ipaclient/remote_plugins/2_156/automount.py:323 #: ipaclient/remote_plugins/2_156/automount.py:665 #: ipaclient/remote_plugins/2_156/automount.py:1016 #: ipaclient/remote_plugins/2_156/caacl.py:603 #: ipaclient/remote_plugins/2_156/certprofile.py:142 #: ipaclient/remote_plugins/2_156/delegation.py:189 #: ipaclient/remote_plugins/2_156/group.py:442 #: ipaclient/remote_plugins/2_156/hbacrule.py:681 #: ipaclient/remote_plugins/2_156/hbacsvc.py:187 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:244 #: ipaclient/remote_plugins/2_156/host.py:1030 #: ipaclient/remote_plugins/2_156/hostgroup.py:316 #: ipaclient/remote_plugins/2_156/netgroup.py:371 #: ipaclient/remote_plugins/2_156/permission.py:571 #: ipaclient/remote_plugins/2_156/privilege.py:308 #: ipaclient/remote_plugins/2_156/pwpolicy.py:251 #: ipaclient/remote_plugins/2_156/pwpolicy.py:615 #: ipaclient/remote_plugins/2_156/radiusproxy.py:240 #: ipaclient/remote_plugins/2_156/role.py:376 #: ipaclient/remote_plugins/2_156/selfservice.py:170 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:479 #: ipaclient/remote_plugins/2_156/server.py:110 #: ipaclient/remote_plugins/2_156/service.py:829 #: ipaclient/remote_plugins/2_156/servicedelegation.py:334 #: ipaclient/remote_plugins/2_156/servicedelegation.py:740 #: ipaclient/remote_plugins/2_156/stageuser.py:747 #: ipaclient/remote_plugins/2_156/sudocmd.py:174 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:256 #: ipaclient/remote_plugins/2_156/sudorule.py:928 #: ipaclient/remote_plugins/2_156/topology.py:296 #: ipaclient/remote_plugins/2_156/topology.py:793 #: ipaclient/remote_plugins/2_156/trust.py:465 #: ipaclient/remote_plugins/2_156/trust.py:1078 #: ipaclient/remote_plugins/2_156/user.py:842 #: ipaclient/remote_plugins/2_156/vault.py:763 #: ipaclient/remote_plugins/2_156/otptoken.py:459 #: ipaclient/remote_plugins/2_156/dns.py:1452 #: ipaclient/remote_plugins/2_156/dns.py:2953 #: ipaclient/remote_plugins/2_156/dns.py:4572 #: ipaclient/remote_plugins/2_156/idrange.py:365 #: ipaclient/remote_plugins/2_156/idviews.py:287 #: ipaclient/remote_plugins/2_156/idviews.py:744 #: ipaclient/remote_plugins/2_156/idviews.py:1237 #: ipaclient/remote_plugins/2_164/aci.py:387 #: ipaclient/remote_plugins/2_164/automember.py:488 #: ipaclient/remote_plugins/2_164/automount.py:323 #: ipaclient/remote_plugins/2_164/automount.py:665 #: ipaclient/remote_plugins/2_164/automount.py:1016 #: ipaclient/remote_plugins/2_164/caacl.py:603 #: ipaclient/remote_plugins/2_164/certprofile.py:142 #: ipaclient/remote_plugins/2_164/delegation.py:189 #: ipaclient/remote_plugins/2_164/group.py:442 #: ipaclient/remote_plugins/2_164/hbacrule.py:681 #: ipaclient/remote_plugins/2_164/hbacsvc.py:187 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:244 #: ipaclient/remote_plugins/2_164/host.py:1030 #: ipaclient/remote_plugins/2_164/hostgroup.py:316 #: ipaclient/remote_plugins/2_164/netgroup.py:371 #: ipaclient/remote_plugins/2_164/permission.py:571 #: ipaclient/remote_plugins/2_164/privilege.py:308 #: ipaclient/remote_plugins/2_164/pwpolicy.py:251 #: ipaclient/remote_plugins/2_164/pwpolicy.py:615 #: ipaclient/remote_plugins/2_164/radiusproxy.py:240 #: ipaclient/remote_plugins/2_164/role.py:376 #: ipaclient/remote_plugins/2_164/selfservice.py:170 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:479 #: ipaclient/remote_plugins/2_164/server.py:157 #: ipaclient/remote_plugins/2_164/service.py:829 #: ipaclient/remote_plugins/2_164/servicedelegation.py:334 #: ipaclient/remote_plugins/2_164/servicedelegation.py:740 #: ipaclient/remote_plugins/2_164/stageuser.py:809 #: ipaclient/remote_plugins/2_164/sudocmd.py:174 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:256 #: ipaclient/remote_plugins/2_164/sudorule.py:928 #: ipaclient/remote_plugins/2_164/topology.py:340 #: ipaclient/remote_plugins/2_164/topology.py:828 #: ipaclient/remote_plugins/2_164/trust.py:465 #: ipaclient/remote_plugins/2_164/trust.py:1078 #: ipaclient/remote_plugins/2_164/user.py:904 #: ipaclient/remote_plugins/2_164/vault.py:763 #: ipaclient/remote_plugins/2_164/otptoken.py:459 #: ipaclient/remote_plugins/2_164/dns.py:1460 #: ipaclient/remote_plugins/2_164/dns.py:2961 #: ipaclient/remote_plugins/2_164/dns.py:4591 #: ipaclient/remote_plugins/2_164/idrange.py:365 #: ipaclient/remote_plugins/2_164/idviews.py:287 #: ipaclient/remote_plugins/2_164/idviews.py:744 #: ipaclient/remote_plugins/2_164/idviews.py:1237 #: ipaclient/remote_plugins/2_49/automember.py:481 #: ipaclient/remote_plugins/2_49/automount.py:320 #: ipaclient/remote_plugins/2_49/automount.py:663 #: ipaclient/remote_plugins/2_49/automount.py:1013 #: ipaclient/remote_plugins/2_49/entitle.py:121 #: ipaclient/remote_plugins/2_49/group.py:428 #: ipaclient/remote_plugins/2_49/hbacrule.py:641 #: ipaclient/remote_plugins/2_49/hbacsvc.py:183 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:235 #: ipaclient/remote_plugins/2_49/host.py:510 #: ipaclient/remote_plugins/2_49/hostgroup.py:303 #: ipaclient/remote_plugins/2_49/netgroup.py:358 #: ipaclient/remote_plugins/2_49/permission.py:411 #: ipaclient/remote_plugins/2_49/privilege.py:288 #: ipaclient/remote_plugins/2_49/pwpolicy.py:254 #: ipaclient/remote_plugins/2_49/pwpolicy.py:623 #: ipaclient/remote_plugins/2_49/role.py:342 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:459 #: ipaclient/remote_plugins/2_49/service.py:327 #: ipaclient/remote_plugins/2_49/sudocmd.py:170 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:243 #: ipaclient/remote_plugins/2_49/sudorule.py:812 #: ipaclient/remote_plugins/2_49/trust.py:322 #: ipaclient/remote_plugins/2_49/user.py:642 #: ipaclient/remote_plugins/2_49/dns.py:2692 #: ipaclient/remote_plugins/2_49/dns.py:4513 #: ipaclient/remote_plugins/2_49/idrange.py:350 msgid "A string searched in all relevant object attributes" msgstr "Поиск по всем атрибутам объекта" #: ipalib/errors.py:290 #, python-format msgid "%(cver)s client incompatible with %(sver)s server at '%(server)s'" msgstr "" "%(cver)s версия клиента несовместима с %(sver)s версией сервера '%(server)s'" #: ipalib/errors.py:308 #, python-format msgid "unknown error %(code)d from %(server)s: %(error)s" msgstr "получена неизвестная ошибка %(code)d от %(server)s: %(error)s" #: ipalib/errors.py:324 msgid "an internal error has occurred" msgstr "произошла внутренняя ошибка" #: ipalib/errors.py:346 #, python-format msgid "an internal error has occurred on server at '%(server)s'" msgstr "Произошла внутренняя ошибка на сервере '%(server)s'" #: ipalib/errors.py:362 #, python-format msgid "unknown command '%(name)s'" msgstr "Неизвестная команда '%(name)s'" #: ipalib/errors.py:379 ipalib/errors.py:404 #, python-format msgid "error on server '%(server)s': %(error)s" msgstr "ошибка на сервере '%(server)s': %(error)s" #: ipalib/errors.py:395 #, python-format msgid "cannot connect to '%(uri)s': %(error)s" msgstr "не могу соединиться с '%(uri)s': %(error)s " #: ipalib/errors.py:413 #, python-format msgid "Invalid JSON-RPC request: %(error)s" msgstr "Неверный JSON-RPC запрос: %(error)s" #: ipalib/errors.py:429 #, python-format msgid "error marshalling data for XML-RPC transport: %(error)s" msgstr "" "ошибка преобразования данных для передачи по протоколу XML-RPC: %(error)s" #: ipalib/errors.py:445 #, python-format msgid "Missing or invalid HTTP Referer, %(referer)s" msgstr "Отсутствует или сломан HTTP Referer, %(referer)s" #: ipalib/errors.py:463 #, python-format msgid "" "System encoding must be UTF-8, '%(encoding)s' is not supported. Set LC_ALL=" "\"C.UTF-8\", or LC_ALL=\"\" and LC_CTYPE=\"C.UTF-8\"." msgstr "" "Системной кодировкой должна быть UTF-8, поддержка \"%(encoding)s\" не " "предусмотрена. Установите либо LC_ALL=\"C.UTF-8\", либо LC_ALL=\"\" и " "LC_CTYPE=\"C.UTF-8\"." #: ipalib/errors.py:491 #, python-format msgid "Kerberos error: %(major)s/%(minor)s" msgstr "Ошибка Kerberos: %(major)s/%(minor)s" #: ipalib/errors.py:508 msgid "did not receive Kerberos credentials" msgstr "не получены регистрационные данные Kerberos" #: ipalib/errors.py:524 #, python-format msgid "Service '%(service)s' not found in Kerberos database" msgstr "В базе данных Kerberos не найдена служба \"%(service)s\" " #: ipalib/errors.py:540 msgid "No credentials cache found" msgstr "Кэш регистрационных данных не найден" #: ipalib/errors.py:556 msgid "Ticket expired" msgstr "Срок действия билета истек" #: ipalib/errors.py:572 msgid "Credentials cache permissions incorrect" msgstr "Права доступа на кэш регистрационных данных неверны" #: ipalib/errors.py:588 msgid "Bad format in credentials cache" msgstr "Ошибочный формат в кэше регистрационных данных " #: ipalib/errors.py:604 msgid "Cannot resolve KDC for requested realm" msgstr "Не могу определить KDC для запрошенной области (realm)" #: ipalib/errors.py:616 msgid "Session error" msgstr "Сеансовая ошибка" #: ipalib/errors.py:624 #, python-format msgid "Principal %(principal)s cannot be authenticated: %(message)s" msgstr "" "Не удалось проверить подлинность учётной записи %(principal)s: %(message)s" #: ipalib/errors.py:660 #, python-format msgid "Insufficient access: %(info)s" msgstr "Недостаточно прав для доступа: %(info)s" #: ipalib/errors.py:704 #, python-format msgid "command '%(name)s' takes no arguments" msgstr "Команда '%(name)s' не имеет аргументов" #: ipalib/errors.py:724 #, python-format msgid "command '%(name)s' takes at most %(count)d argument" msgid_plural "command '%(name)s' takes at most %(count)d arguments" msgstr[0] "команда \"%(name)s\" имеет не более %(count)d аргумента" msgstr[1] "команда \"%(name)s\" имеет не более %(count)d аргументов" msgstr[2] "команда \"%(name)s\" имеет не более %(count)d аргументов" #: ipalib/errors.py:754 #, python-format msgid "overlapping arguments and options: %(names)s" msgstr "пересекающиеся аргументы и параметры: %(names)s" #: ipalib/errors.py:770 #, python-format msgid "'%(name)s' is required" msgstr "'%(name)s' требуется" #: ipalib/errors.py:786 ipalib/errors.py:802 #, python-format msgid "invalid '%(name)s': %(error)s" msgstr "неправильное '%(name)s': %(error)s" #: ipalib/errors.py:818 #, python-format msgid "api has no such namespace: '%(name)s'" msgstr "api не предоставляет такого пространства имён: \"%(name)s\"" #: ipalib/errors.py:827 msgid "Passwords do not match" msgstr "Пароли не совпадают" #: ipalib/errors.py:836 msgid "Command not implemented" msgstr "Команда пока не реализована" #: ipalib/errors.py:845 msgid "Client is not configured. Run ipa-client-install." msgstr "Клиент не настроен. Запустите ipa-client-install." #: ipalib/errors.py:854 #, python-format msgid "Could not get %(name)s interactively" msgstr "Не удалось получить %(name)s в интерактивном режиме" #: ipalib/errors.py:869 #, python-format msgid "Command '%(name)s' has been deprecated" msgstr "Команда '%(name)s' больше не поддерживается" #: ipalib/errors.py:885 #, python-format msgid "Domain '%(domain)s' is not a root domain for forest '%(forest)s'" msgstr "Домен '%(domain)s' не является корневым для леса '%(forest)s'" #: ipalib/errors.py:912 ipalib/errors.py:1152 ipalib/errors.py:1231 #: ipalib/errors.py:1397 ipalib/errors.py:1462 ipalib/errors.py:1770 #: ipalib/errors.py:1787 #, python-format msgid "%(reason)s" msgstr "%(reason)s" #: ipalib/errors.py:928 msgid "This entry already exists" msgstr "Такая запись уже существует" #: ipalib/errors.py:944 msgid "You must enroll a host in order to create a host service" msgstr "" "Для того, чтобы создать службу узла, необходимо сперва зарегистрировать этот " "узел" #: ipalib/errors.py:960 #, python-format msgid "" "Service principal is not of the form: service/fully-qualified host name: " "%(reason)s" msgstr "" "Учетная запись службы не представлена в форме: служба/полностью-определенное-" "имя: %(reason)s" #: ipalib/errors.py:976 msgid "" "The realm for the principal does not match the realm for this IPA server" msgstr "Область (realm) для учетной записи не совпадает с областью IPA-сервера" #: ipalib/errors.py:992 msgid "This command requires root access" msgstr "Этой команде требуются права администратора" #: ipalib/errors.py:1008 msgid "This is already a posix group" msgstr "Уже является posix группой" #: ipalib/errors.py:1024 #, python-format msgid "Principal is not of the form user@REALM: '%(principal)s'" msgstr "" "Учётная запись указана в виде, отличном от от user@REALM: \"%(principal)s\"" #: ipalib/errors.py:1040 msgid "This entry is already enabled" msgstr "Эта запись уже включена" #: ipalib/errors.py:1056 msgid "This entry is already disabled" msgstr "Эта запись уже отключена" #: ipalib/errors.py:1072 msgid "This entry cannot be enabled or disabled" msgstr "Эту запись нельзя включать или отключать" #: ipalib/errors.py:1088 msgid "This entry is not a member" msgstr "Этой записи нет среди участников" #: ipalib/errors.py:1104 msgid "A group may not be a member of itself" msgstr "Группа не может входить в состав самой себя" #: ipalib/errors.py:1120 msgid "This entry is already a member" msgstr "Эта запись уже есть среди участников" #: ipalib/errors.py:1136 #, python-format msgid "Base64 decoding failed: %(reason)s" msgstr "Декодирование Base64 прошло с ошибкой: %(reason)s" #: ipalib/errors.py:1168 msgid "A group may not be added as a member of itself" msgstr "Группа не может быть добавлена сама в себя" #: ipalib/errors.py:1184 msgid "The default users group cannot be removed" msgstr "Группа по умолчанию для пользователя не может быть удалена" #: ipalib/errors.py:1200 msgid "Deleting a managed group is not allowed. It must be detached first." msgstr "" "Удаление управляемой группы не разрешено. Сначала ее необходимо отключить." #: ipalib/errors.py:1215 msgid "A managed group cannot have a password policy." msgstr "Управляемая группа не может иметь политику паролей." #: ipalib/errors.py:1247 #, python-format msgid "'%(entry)s' doesn't have a certificate." msgstr "\"%(entry)s\" не содержит сертификат." #: ipalib/errors.py:1263 #, python-format msgid "Unable to create private group. A group '%(group)s' already exists." msgstr "Не удалось создать личную группу. Группа «%(group)s» уже существует." #: ipalib/errors.py:1279 #, python-format msgid "" "A problem was encountered when verifying that all members were %(verb)s: " "%(exc)s" msgstr "Ошибка при проверке того, что все участники были %(verb)s: %(exc)s" #: ipalib/errors.py:1297 #, python-format msgid "%(attr)s does not contain '%(value)s'" msgstr "%(attr)s не содержит '%(value)s'" #: ipalib/errors.py:1314 #, python-format msgid "" "The search criteria was not specific enough. Expected 1 and found %(found)d." msgstr "Недостаточно строгие условия поиска. Ожидалось: 1. Найдено: %(found)d." #: ipalib/errors.py:1331 msgid "This group already allows external members" msgstr "В этой группе уже разрешены внешние участники" #: ipalib/errors.py:1348 msgid "This group cannot be posix because it is external" msgstr "Эта группа не может быть POSIX-группой, так как является внешней" #: ipalib/errors.py:1365 msgid "This is already a posix group and cannot be converted to external one" msgstr "" "Эта группа уже является POSIX-группой и не может быть преобразована во " "внешнюю группу" #: ipalib/errors.py:1414 #, python-format msgid "Server removal aborted: %(reason)s." msgstr "Удаление сервера прервано: %(reason)s." #: ipalib/errors.py:1424 #, python-format msgid "%(operation)s is not supported for %(principal_type)s principals" msgstr "" "%(operation)s не поддерживается для учётных записей %(principal_type)s " #: ipalib/errors.py:1434 #, python-format msgid "Request failed with status %(status)s: %(reason)s" msgstr "Ошибка выполнения запроса, состояние %(status)s: %(reason)s" #: ipalib/errors.py:1452 #, python-format msgid "" "Mapping ruleset \"%(ruleset)s\" has more than one rule for the %(helper)s " "helper" msgstr "" "Набор правил сопоставления \"%(ruleset)s\" содержит более одного правила для " "вспомогательной службы %(helper)s" #: ipalib/errors.py:1486 #, python-format msgid "no command nor help topic '%(topic)s'" msgstr "команда или раздел справки \"%(topic)s\" не обнаружены" #: ipalib/errors.py:1510 msgid "change collided with another change" msgstr "изменение противоречит другому сделанному изменению" #: ipalib/errors.py:1526 msgid "no modifications to be performed" msgstr "изменения не внесены" #: ipalib/errors.py:1542 #, python-format msgid "%(desc)s: %(info)s" msgstr "%(desc)s: %(info)s" #: ipalib/errors.py:1558 msgid "limits exceeded for this query" msgstr "для этого запроса превышены ограничения" #: ipalib/errors.py:1573 #, python-format msgid "%(info)s" msgstr "%(info)s" #: ipalib/errors.py:1588 msgid "modifying primary key is not allowed" msgstr "Изменение главного ключа не разрешено" #: ipalib/errors.py:1604 #, python-format msgid "%(attr)s: Only one value allowed." msgstr "%(attr)s: Разрешено только одно значение." #: ipalib/errors.py:1620 #, python-format msgid "%(attr)s: Invalid syntax." msgstr "%(attr)s: Неправильный синтаксис." #: ipalib/errors.py:1636 #, python-format msgid "Bad search filter %(info)s" msgstr "Неверный фильтр поиска %(info)s" #: ipalib/errors.py:1652 msgid "Not allowed on non-leaf entry" msgstr "Запрещено для неконцевой записи" #: ipalib/errors.py:1668 msgid "LDAP timeout" msgstr "LDAP время истекло" #: ipalib/errors.py:1684 #, python-format msgid "%(task)s LDAP task timeout, Task DN: '%(task_dn)s'" msgstr "%(task)s LDAP истекло время запроса, Запрос DN: '%(task_dn)s'" #: ipalib/errors.py:1693 msgid "Configured time limit exceeded" msgstr "Превышено заданное ограничение по времени " #: ipalib/errors.py:1702 msgid "Configured size limit exceeded" msgstr "Превышено заданное ограничение по размеру" #: ipalib/errors.py:1712 msgid "Configured administrative server limit exceeded" msgstr "Превышено заданное ограничение административного сервера" #: ipalib/errors.py:1737 #, python-format msgid "Certificate operation cannot be completed: %(error)s" msgstr "Операция с сертификатом не может быть завершена: %(error)s" #: ipalib/errors.py:1753 #, python-format msgid "Certificate format error: %(error)s" msgstr "Ошибка формата сертификата: %(error)s" #: ipalib/errors.py:1804 msgid "Already registered" msgstr "Уже зарегистрирован" #: ipalib/errors.py:1820 msgid "Not registered yet" msgstr "Ещё не зарегистрирован" #: ipalib/errors.py:1836 #, python-format msgid "%(key)s cannot be deleted because %(label)s %(dependent)s requires it" msgstr "" "%(key)s не может быть удалён, потому что %(label)s %(dependent)s он требуется" #: ipalib/errors.py:1852 #, python-format msgid "" "%(key)s cannot be deleted or disabled because it is the last member of " "%(label)s %(container)s" msgstr "" "%(key)s не может быть удалён или отключён, потому что является последним в " "%(label)s %(container)s" #: ipalib/errors.py:1868 #, python-format msgid "%(label)s %(key)s cannot be deleted/modified: %(reason)s" msgstr "%(label)s %(key)s не может быть удалено/изменено: %(reason)s" #: ipalib/errors.py:1885 #, python-format msgid "%(name)s certificate is not valid" msgstr "%(name)s ошибка сертификата" #: ipalib/errors.py:1903 #, python-format msgid "Schema is up to date (FP '%(fingerprint)s', TTL %(ttl)s s)" msgstr "" "Схема не нуждается в обновлении (отпечаток \"%(fingerprint)s\", TTL %(ttl)s " "с)" #: ipalib/errors.py:1930 #, python-format msgid "Host '%(hostname)s' does not have corresponding DNS A/AAAA record" msgstr "На узле \"%(hostname)s\" нет соответствующей записи DNS A/AAAA" #: ipalib/errors.py:1948 #, python-format msgid "DNS check failed: Expected {%(expected)s} got {%(got)s}" msgstr "" "Не удалось выполнить проверку DNS: ожидалось {%(expected)s}, получено " "{%(got)s}" #: ipalib/errors.py:1964 #, python-format msgid "%(exception)s" msgstr "%(exception)s" #: ipalib/errors.py:1991 #, python-format msgid "" "Forest '%(forest)s' has existing trust to forest(s) %(domains)s which " "prevents a trust to '%(conflict)s'" msgstr "" "У леса \"%(forest)s\" существует отношение доверия с лесом (лесами) " "%(domains)s, это не позволяет установить отношение доверия с \"%(conflict)s\"" #: ipalib/parameters.py:407 msgid "incorrect type" msgstr "неверный тип" #: ipalib/parameters.py:410 msgid "Only one value is allowed" msgstr "Допускается только одно значение" #: ipalib/parameters.py:877 msgid "this option is deprecated" msgstr "это опция устарела" #: ipalib/parameters.py:995 msgid "must be True or False" msgstr "должно быть либо True, либо False" #: ipalib/parameters.py:1093 msgid "must be an integer" msgstr "должно быть целое" #: ipalib/parameters.py:1143 #, python-format msgid "must be at least %(minvalue)d" msgstr "должно быть не менее %(minvalue)d" #: ipalib/parameters.py:1155 #, python-format msgid "can be at most %(maxvalue)d" msgstr "может быть не более %(maxvalue)d" #: ipalib/parameters.py:1173 msgid "must be a decimal number" msgstr "должно быть десятичным числом" #: ipalib/parameters.py:1219 #, python-format msgid "must be at least %(minvalue)s" msgstr "должно быть больше %(minvalue)s" #: ipalib/parameters.py:1231 #, python-format msgid "can be at most %(maxvalue)s" msgstr "должно быть меньше %(maxvalue)s" #: ipalib/parameters.py:1241 #, python-format msgid "" "number class '%(cls)s' is not included in a list of allowed number classes: " "%(allowed)s" msgstr "" "класс чисел \"%(cls)s\" не входит в список допустимых классов чисел: " "%(allowed)s" #: ipalib/parameters.py:1364 #, python-format msgid "must match pattern \"%(pattern)s\"" msgstr "должно совпадать с шаблоном «%(pattern)s»" #: ipalib/parameters.py:1384 msgid "must be binary data" msgstr "должно являться двоичными данными" #: ipalib/parameters.py:1403 #, python-format msgid "must be at least %(minlength)d bytes" msgstr "должно содержать не менее %(minlength)d байт" #: ipalib/parameters.py:1415 #, python-format msgid "can be at most %(maxlength)d bytes" msgstr "может содержать не более %(maxlength)d байт" #: ipalib/parameters.py:1427 #, python-format msgid "must be exactly %(length)d bytes" msgstr "должно содержать точно %(length)d байт" #: ipalib/parameters.py:1444 msgid "must be a certificate" msgstr "должно быть сертификатом" #: ipalib/parameters.py:1480 msgid "must be a certificate signing request" msgstr "должно быть запросом подписи сертификата" #: ipalib/parameters.py:1526 #, python-format msgid "Failure decoding Certificate Signing Request: %s" msgstr "Сбой при декодировании запроса на создание сертификата: %s" #: ipalib/parameters.py:1550 msgid "must be Unicode text" msgstr "должно являться Юникод-текстом" #: ipalib/parameters.py:1581 msgid "Leading and trailing spaces are not allowed" msgstr "Использование пробелов в начале и в конце запрещено" #: ipalib/parameters.py:1591 #, python-format msgid "must be at least %(minlength)d characters" msgstr "должно быть не короче %(minlength)d символов" #: ipalib/parameters.py:1603 #, python-format msgid "can be at most %(maxlength)d characters" msgstr "может быть не длиннее %(maxlength)d символов" #: ipalib/parameters.py:1615 #, python-format msgid "must be exactly %(length)d characters" msgstr "должно быть точно %(length)d символов длинной" #: ipalib/parameters.py:1637 #, python-format msgid "The character %(char)r is not allowed." msgstr "Символ %(char)r не разрешен" #: ipalib/parameters.py:1685 #, python-format msgid "must be '%(value)s'" msgstr "должно быть '%(value)s'" #: ipalib/parameters.py:1688 #, python-format msgid "must be one of %(values)s" msgstr "должен быть один из %(values)s" #: ipalib/parameters.py:1805 msgid "must be datetime value" msgstr "должна быть дата(datetime)" #: ipalib/parameters.py:1823 msgid "does not match any of accepted formats: " msgstr "не соответствует ни одному допустимому формату:" #: ipalib/parameters.py:2006 msgid "incomplete time value" msgstr "неполное значение времени" #: ipalib/parameters.py:2079 msgid "must be DNS name" msgstr "должно быть DNS имя" #: ipalib/parameters.py:2107 msgid "must be absolute" msgstr "должно быть единственным" #: ipalib/parameters.py:2113 msgid "must be relative" msgstr "должно быть относительным" #: ipalib/parameters.py:2124 msgid "must be dictionary" msgstr "должно быть словарём" #: ipalib/parameters.py:2133 msgid "must be Kerberos principal" msgstr "должно быть учётной записью Kerberos" #: ipalib/parameters.py:2149 #, python-format msgid "Malformed principal: '%(value)s'" msgstr "Недопустимая учётная запись: \"%(value)s\"" #: ipalib/parameters.py:2158 msgid "Service principal is required" msgstr "Следует указать учётную запись службы" #: ipapython/dogtag.py:108 #, python-format msgid "Retrieving CA cert chain failed: %s" msgstr "Не удалось получить цепочку сертификатов CA: %s" #: ipapython/dogtag.py:114 #, python-format msgid "request failed with HTTP status %d" msgstr "не удалось выполнить запрос, состояние HTTP %d" #: ipapython/dogtag.py:126 #, python-format msgid "Retrieving CA status failed: %s" msgstr "Не удалось получить данные о состоянии CA: %s" #: ipapython/dogtag.py:148 #, python-format msgid "Retrieving CA status failed with status %d" msgstr "Не удалось получить данные о состоянии CA: %d" #: ipapython/ipaldap.py:1125 #, python-format msgid "objectclass %s not found" msgstr "класс объектов %s не найден" #: ipaserver/install/certs.py:485 #, python-format msgid "Unable to communicate with CMS (status %d)" msgstr "Не удалось обменяться данными с CMS (состояние %d)" #: ipaserver/install/replication.py:1651 ipaserver/install/replication.py:1670 #, python-format msgid "Replication agreement for %(hostname)s not found" msgstr "Соглашение о репликации для %(hostname)s не найдено" #: ipaserver/plugins/hbac.py:7 msgid "Host-based access control commands" msgstr "Команды управления доступом на основе узла" #: ipaserver/plugins/krbtpolicy.py:27 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:19 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:19 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:19 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:19 msgid "" "\n" "Kerberos ticket policy\n" "\n" "There is a single Kerberos ticket policy. This policy defines the\n" "maximum ticket lifetime and the maximum renewal age, the period during\n" "which the ticket is renewable.\n" "\n" "You can also create a per-user ticket policy by specifying the user login.\n" "\n" "For changes to the global policy to take effect, restarting the KDC service\n" "is required, which can be achieved using:\n" "\n" "service krb5kdc restart\n" "\n" "Changes to per-user policies take effect immediately for newly requested\n" "tickets (e.g. when the user next runs kinit).\n" "\n" "EXAMPLES:\n" "\n" " Display the current Kerberos ticket policy:\n" " ipa krbtpolicy-show\n" "\n" " Reset the policy to the default:\n" " ipa krbtpolicy-reset\n" "\n" " Modify the policy to 8 hours max life, 1-day max renewal:\n" " ipa krbtpolicy-mod --maxlife=28800 --maxrenew=86400\n" "\n" " Display effective Kerberos ticket policy for user 'admin':\n" " ipa krbtpolicy-show admin\n" "\n" " Reset per-user policy for user 'admin':\n" " ipa krbtpolicy-reset admin\n" "\n" " Modify per-user policy for user 'admin':\n" " ipa krbtpolicy-mod admin --maxlife=3600\n" msgstr "" "\n" "Политика билетов Kerberos\n" "\n" "В отношении билетов Kerberos предусмотрена единая политика. Она определяет " "максимальный срок жизни билета и максимальный срок обновления билета " "(период, в течение которого можно обновить билет).\n" "\n" "Также можно создать политику билетов для пользователя, указав его логин.\n" "\n" "Для применения изменений глобальной политики необходимо перезапустить службу " "KDC. Это можно сделать с помощью следующей команды:\n" "\n" "service krb5kdc restart\n" "\n" "Изменения политик для пользователей сразу же применяются в отношении новых " "запрашиваемых билетов (например, при следующем выполнении kinit " "пользователем).\n" "\n" "ПРИМЕРЫ:\n" "\n" " Показать текущую политику билетов Kerberos:\n" " ipa krbtpolicy-show\n" "\n" " Восстановить политику по умолчанию:\n" " ipa krbtpolicy-reset\n" "\n" " Изменить политику, задав максимальный срок жизни билета 8 часов и " "максимальный срок обновления билета 1 день:\n" " ipa krbtpolicy-mod --maxlife=28800 --maxrenew=86400\n" "\n" " Показать действующую политику билетов Kerberos для пользователя \"admin\":\n" " ipa krbtpolicy-show admin\n" "\n" " Восстановить политику по умолчанию для пользователя \"admin\":\n" " ipa krbtpolicy-reset admin\n" "\n" " Изменить политику для пользователя \"admin\":\n" " ipa krbtpolicy-mod admin --maxlife=3600\n" #: ipaserver/plugins/krbtpolicy.py:80 msgid "kerberos ticket policy settings" msgstr "параметры политики билетов Kerberos" #: ipaserver/plugins/krbtpolicy.py:118 ipaserver/plugins/krbtpolicy.py:119 #: ipaserver/plugins/internal.py:1090 msgid "Kerberos Ticket Policy" msgstr "Политика билетов Kerberos" #: ipaserver/plugins/krbtpolicy.py:124 ipaserver/plugins/hbactest.py:270 #: ipaserver/plugins/passwd.py:88 #: ipaclient/remote_plugins/2_114/hbactest.py:202 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:67 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:94 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:181 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:226 #: ipaclient/remote_plugins/2_114/passwd.py:49 #: ipaclient/remote_plugins/2_156/hbactest.py:202 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:67 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:94 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:181 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:226 #: ipaclient/remote_plugins/2_156/passwd.py:49 #: ipaclient/remote_plugins/2_164/hbactest.py:202 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:67 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:94 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:181 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:226 #: ipaclient/remote_plugins/2_164/passwd.py:49 #: ipaclient/remote_plugins/2_49/hbactest.py:131 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:67 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:94 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:182 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:228 #: ipaclient/remote_plugins/2_49/passwd.py:49 msgid "User name" msgstr "Имя пользователя" #: ipaserver/plugins/krbtpolicy.py:125 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:68 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:95 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:182 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:227 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:68 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:95 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:182 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:227 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:68 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:95 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:182 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:227 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:68 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:95 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:183 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:229 msgid "Manage ticket policy for specific user" msgstr "Управление политикой билетов для определённого пользователя" #: ipaserver/plugins/krbtpolicy.py:130 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:73 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:103 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:73 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:103 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:73 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:103 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:73 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:103 msgid "Max life" msgstr "Максимальный срок жизни" #: ipaserver/plugins/krbtpolicy.py:131 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:74 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:104 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:74 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:104 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:74 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:104 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:74 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:104 msgid "Maximum ticket life (seconds)" msgstr "Максимальный срок жизни билета (в секундах)" #: ipaserver/plugins/krbtpolicy.py:136 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:79 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:110 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:79 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:110 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:79 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:110 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:79 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:110 msgid "Max renew" msgstr "Максимальный срок для обновления" #: ipaserver/plugins/krbtpolicy.py:137 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:80 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:111 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:80 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:111 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:80 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:111 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:80 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:111 msgid "Maximum renewable age (seconds)" msgstr "Максимальный срок для обновления (в секундах)" #: ipaserver/plugins/krbtpolicy.py:150 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:87 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:87 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:87 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:87 msgid "Modify Kerberos ticket policy." msgstr "Изменить политику билетов Kerberos." #: ipaserver/plugins/krbtpolicy.py:166 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:219 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:219 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:219 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:221 msgid "Display the current Kerberos ticket policy." msgstr "Показать текущую политику билетов Kerberos." #: ipaserver/plugins/krbtpolicy.py:192 #, python-format msgid "Ticket policy for %s could not be read" msgstr "Не удалось прочитать политику билетов для %s" #: ipaserver/plugins/krbtpolicy.py:205 msgid "Default ticket policy could not be read" msgstr "Не удалось прочитать политику билетов по умолчанию" #: ipaserver/plugins/krbtpolicy.py:211 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:174 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:174 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:174 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:175 msgid "Reset Kerberos ticket policy to the default values." msgstr "Восстановить значения политики билетов Kerberos по умолчанию." #: ipaserver/plugins/otp.py:7 msgid "One time password commands" msgstr "Команды для одноразового пароля" #: ipaserver/plugins/aci.py:36 ipaclient/remote_plugins/2_114/aci.py:19 #: ipaclient/remote_plugins/2_156/aci.py:19 #: ipaclient/remote_plugins/2_164/aci.py:19 msgid "" "\n" "Directory Server Access Control Instructions (ACIs)\n" "\n" "ACIs are used to allow or deny access to information. This module is\n" "currently designed to allow, not deny, access.\n" "\n" "The aci commands are designed to grant permissions that allow updating\n" "existing entries or adding or deleting new ones. The goal of the ACIs\n" "that ship with IPA is to provide a set of low-level permissions that\n" "grant access to special groups called taskgroups. These low-level\n" "permissions can be combined into roles that grant broader access. These\n" "roles are another type of group, roles.\n" "\n" "For example, if you have taskgroups that allow adding and modifying users " "you\n" "could create a role, useradmin. You would assign users to the useradmin\n" "role to allow them to do the operations defined by the taskgroups.\n" "\n" "You can create ACIs that delegate permission so users in group A can write\n" "attributes on group B.\n" "\n" "The type option is a map that applies to all entries in the users, groups " "or\n" "host location. It is primarily designed to be used when granting add\n" "permissions (to write new entries).\n" "\n" "An ACI consists of three parts:\n" "1. target\n" "2. permissions\n" "3. bind rules\n" "\n" "The target is a set of rules that define which LDAP objects are being\n" "targeted. This can include a list of attributes, an area of that LDAP\n" "tree or an LDAP filter.\n" "\n" "The targets include:\n" "- attrs: list of attributes affected\n" "- type: an object type (user, group, host, service, etc)\n" "- memberof: members of a group\n" "- targetgroup: grant access to modify a specific group. This is primarily\n" " designed to enable users to add or remove members of a specific group.\n" "- filter: A legal LDAP filter used to narrow the scope of the target.\n" "- subtree: Used to apply a rule across an entire set of objects. For " "example,\n" " to allow adding users you need to grant \"add\" permission to the subtree\n" " ldap://uid=*,cn=users,cn=accounts,dc=example,dc=com. The subtree option\n" " is a fail-safe for objects that may not be covered by the type option.\n" "\n" "The permissions define what the ACI is allowed to do, and are one or\n" "more of:\n" "1. write - write one or more attributes\n" "2. read - read one or more attributes\n" "3. add - add a new entry to the tree\n" "4. delete - delete an existing entry\n" "5. all - all permissions are granted\n" "\n" "Note the distinction between attributes and entries. The permissions are\n" "independent, so being able to add a user does not mean that the user will\n" "be editable.\n" "\n" "The bind rule defines who this ACI grants permissions to. The LDAP server\n" "allows this to be any valid LDAP entry but we encourage the use of\n" "taskgroups so that the rights can be easily shared through roles.\n" "\n" "For a more thorough description of access controls see\n" "http://www.redhat.com/docs/manuals/dir-server/ag/8.0/Managing_Access_Control." "html\n" "\n" "EXAMPLES:\n" "\n" "NOTE: ACIs are now added via the permission plugin. These examples are to\n" "demonstrate how the various options work but this is done via the " "permission\n" "command-line now (see last example).\n" "\n" " Add an ACI so that the group \"secretaries\" can update the address on any " "user:\n" " ipa group-add --desc=\"Office secretaries\" secretaries\n" " ipa aci-add --attrs=streetAddress --memberof=ipausers --group=secretaries " "--permissions=write --prefix=none \"Secretaries write addresses\"\n" "\n" " Show the new ACI:\n" " ipa aci-show --prefix=none \"Secretaries write addresses\"\n" "\n" " Add an ACI that allows members of the \"addusers\" permission to add new " "users:\n" " ipa aci-add --type=user --permission=addusers --permissions=add --" "prefix=none \"Add new users\"\n" "\n" " Add an ACI that allows members of the editors manage members of the admins " "group:\n" " ipa aci-add --permissions=write --attrs=member --targetgroup=admins --" "group=editors --prefix=none \"Editors manage admins\"\n" "\n" " Add an ACI that allows members of the admins group to manage the street and " "zip code of those in the editors group:\n" " ipa aci-add --permissions=write --memberof=editors --group=admins --" "attrs=street --attrs=postalcode --prefix=none \"admins edit the address of " "editors\"\n" "\n" " Add an ACI that allows the admins group manage the street and zipcode of " "those who work for the boss:\n" " ipa aci-add --permissions=write --group=admins --attrs=street --" "attrs=postalcode --filter=\"(manager=uid=boss,cn=users,cn=accounts," "dc=example,dc=com)\" --prefix=none \"Edit the address of those who work for " "the boss\"\n" "\n" " Add an entirely new kind of record to IPA that isn't covered by any of the " "--type options, creating a permission:\n" " ipa permission-add --permissions=add --subtree=\"cn=*,cn=orange," "cn=accounts,dc=example,dc=com\" --desc=\"Add Orange Entries\" add_orange\n" "\n" "\n" "The show command shows the raw 389-ds ACI.\n" "\n" "IMPORTANT: When modifying the target attributes of an existing ACI you\n" "must include all existing attributes as well. When doing an aci-mod the\n" "targetattr REPLACES the current attributes, it does not add to them.\n" msgstr "" "\n" "Инструкции управления доступом к серверу каталогов (ACI)\n" "\n" "ACI используются, чтобы разрешить или запретить доступ к информации. Текущая " "версия модуля предназначена для предоставления, а не запрета доступа. \n" "\n" "Команды aci позволяют предоставить разрешения, благодаря которым можно " "обновлять существующие записи, а также добавлять или удалять новые. Задача " "ACI, поставляемых вместе с IPA: предоставить набор низкоуровневых " "разрешений, которые дают доступ к специальным группам. Такие группы " "называются группами задач. Данные низкоуровневые разрешения можно сочетать " "между собой, формируя роли, чтобы предоставить больший объём доступа. Эти " "роли представляют собой ещё один тип групп: группы ролей.\n" "\n" "Например, если имеются группы задач, которые разрешают добавлять и изменять " "данные пользователей, то можно создать роль администратора пользователей " "(useradmin). Если назначить пользователям роль useradmin, им будет разрешено " "выполнять операции, определённые группами задач.\n" "\n" "Можно создавать ACI, которые будут предоставлять разрешения таким образом, " "что пользователи группы A смогут записывать атрибуты для группы B.\n" "\n" "Параметр \"тип\" (type) — это список, который применяется ко всем записям " "пользователей, записям групп или расположению узла. Он предназначен в " "основном для предоставления прав доступа для добавления (создание новых " "записей).\n" "\n" "Запись ACI состоит из трёх частей:\n" "1. цель\n" "2. разрешения\n" "3. правила привязки\n" "\n" "Цель — это набор правил, которые определяют, какие объекты LDAP являются " "целевыми. Это может быть список атрибутов, область этого дерева LDAP или " "фильтр LDAP.\n" "\n" "Цели содержат:\n" "- attrs: список атрибутов, которых касается цель\n" "- type: тип объектов (пользователь, группа, узел, служба и так далее)\n" "- memberof: участники группы\n" "- targetgroup: предоставить доступ к изменению определённой группы. Эта " "часть в основном разработана для предоставления пользователям разрешения на " "добавление или удаление участников определённой группы.\n" "- filter: действующий фильтр LDAP, используемый для сужения цели.\n" "- subtree: используется для применения правила к целому набору объектов. " "Например, чтобы разрешить добавление пользователей, следует предоставить " "разрешение \"add\" для поддерева ldap://uid=*,cn=users,cn=accounts," "dc=example,dc=com. Параметр subtree подходит для объектов, которые не " "подпадают под действие параметра type.\n" "\n" "Разрешения определяют, какие действия разрешены для ACI, и могут быть одними " "из следующих (или сочетать в себе несколько вариантов):\n" "1. write - записать один или несколько атрибутов.\n" "2. read - прочитать один или несколько атрибутов.\n" "3. add - добавить в дерево новую запись.\n" "4. delete - удалить существующую запись.\n" "5. all - предоставляются все разрешения.\n" "\n" "Обратите внимание на разницу между атрибутами и записями. Разрешения " "являются независимыми, поэтому возможность добавить пользователя не означает " "возможность изменять запись добавленного пользователя.\n" "\n" "Правило привязки определяет, кому предоставляет разрешения ACI. LDAP-сервер " "позволяет сделать это для любой действительной записи LDAP, но мы " "рекомендуем использовать группы задач, чтобы можно было легко обеспечить " "общий доступ к правам с помощью ролей.\n" "\n" "Более подробные сведения об управлении доступом:\n" "http://www.redhat.com/docs/manuals/dir-server/ag/8.0/Managing_Access_Control." "html\n" "\n" "ПРИМЕРЫ:\n" "\n" "ПРИМЕЧАНИЕ: в текущей версии записи записи ACI добавляются через " "подключаемый модуль разрешений. Следующие примеры показывают, как работают " "различные параметры, но сейчас это выполняется через командную строку (см. " "последний пример).\n" "\n" " Добавить запись ACI, чтобы группа \"secretaries\" могла обновлять адрес " "любого пользователя:\n" " ipa group-add --desc=\"Офисные секретари\" secretaries\n" " ipa aci-add --attrs=streetAddress --memberof=ipausers --group=secretaries " "--permissions=write --prefix=none \"Секретари записывают адреса\"\n" "\n" " Show the new ACI:\n" " ipa aci-show --prefix=none \"Секретари записывают адреса\"\n" "\n" " Добавить запись ACI, которая разрешает участникам разрешения \"addusers\" " "добавлять новых пользователей:\n" " ipa aci-add --type=user --permission=addusers --permissions=add --" "prefix=none \"Добавление пользователей\"\n" "\n" " Добавить запись ACI, которая разрешает участникам группы \"editors\" " "управлять записями участников группы \"admins\":\n" " ipa aci-add --permissions=write --attrs=member --targetgroup=admins --" "group=editors --prefix=none \"Редакторы управляют администраторами\"\n" "\n" " Добавить запись ACI, которая разрешает участникам группы \"admins\" " "изменять название улицы и почтовый индекс участников группы \"editors\":\n" " ipa aci-add --permissions=write --memberof=editors --group=admins --" "attrs=street --attrs=postalcode --prefix=none \"администраторы редактируют " "адрес редакторов\"\n" "\n" " Добавить запись ACI, которая разрешает участникам группы \"admins\" " "изменять название улицы и почтовый индекс тех, кто работает под руководством " "начальника:\n" " ipa aci-add --permissions=write --group=admins --attrs=street --" "attrs=postalcode --filter=\"(manager=uid=boss,cn=users,cn=accounts," "dc=example,dc=com)\" --prefix=none \"Редактировать адрес тех, кто работает " "под руководством начальника\"\n" "\n" " Добавить в IPA совершенно новый вид записи, который не предусмотрен ни " "одним из параметров \"--type\", путём создания разрешения:\n" " ipa permission-add --permissions=add --subtree=\"cn=*,cn=orange," "cn=accounts,dc=example,dc=com\" --desc=\"Добавление оранжевых записей\" " "add_orange\n" "\n" "\n" "Команда show показывает необработанную запись ACI 389-ds.\n" "\n" "ВАЖНО: при изменении атрибутов цели существующей записи ACI необходимо также " "включить все существующие атрибуты. Когда выполняется aci-mod, targetattr " "ЗАМЕНЯЕТ текущие атрибуты, а не добавляет к ним другие.\n" #: ipaserver/plugins/aci.py:165 msgid "A list of ACI values" msgstr "Список значений ACI" #: ipaserver/plugins/aci.py:229 msgid "type, filter, subtree and targetgroup are mutually exclusive" msgstr "type, filter, subtree и targetgroup являются взаимоисключающими" #: ipaserver/plugins/aci.py:232 msgid "ACI prefix is required" msgstr "Требуется ACL префикс" #: ipaserver/plugins/aci.py:235 msgid "" "at least one of: type, filter, subtree, targetgroup, attrs or memberof are " "required" msgstr "" "требуется как минимум одно из: type, filter, subtree, targetgroup, attrs или " "memberof" #: ipaserver/plugins/aci.py:238 msgid "filter and memberof are mutually exclusive" msgstr "filter и memberof нельзя использовать вместе" #: ipaserver/plugins/aci.py:244 msgid "group, permission and self are mutually exclusive" msgstr "group, permission и self нельзя использовать вместе" #: ipaserver/plugins/aci.py:246 msgid "One of group, permission or self is required" msgstr "Требуется одно из групп, разрешений или владелец" #: ipaserver/plugins/aci.py:269 #, python-format msgid "Group '%s' does not exist" msgstr "Группа «%s» не существует" #: ipaserver/plugins/aci.py:295 msgid "empty filter" msgstr "пустой фильтр" #: ipaserver/plugins/aci.py:316 #, python-format msgid "Syntax Error: %(error)s" msgstr "Ошибка синтаксиса: %(error)s" #: ipaserver/plugins/aci.py:361 #, python-format msgid "invalid DN (%s)" msgstr "Неправильный DN (%s)" #: ipaserver/plugins/aci.py:408 #, python-format msgid "ACI with name \"%s\" not found" msgstr "ACI с именем «%s» не найдена" #: ipaserver/plugins/aci.py:427 ipaclient/remote_plugins/2_114/aci.py:278 #: ipaclient/remote_plugins/2_114/aci.py:337 #: ipaclient/remote_plugins/2_114/aci.py:468 #: ipaclient/remote_plugins/2_114/aci.py:601 #: ipaclient/remote_plugins/2_114/aci.py:720 #: ipaclient/remote_plugins/2_114/aci.py:776 #: ipaclient/remote_plugins/2_156/aci.py:278 #: ipaclient/remote_plugins/2_156/aci.py:337 #: ipaclient/remote_plugins/2_156/aci.py:468 #: ipaclient/remote_plugins/2_156/aci.py:601 #: ipaclient/remote_plugins/2_156/aci.py:720 #: ipaclient/remote_plugins/2_156/aci.py:776 #: ipaclient/remote_plugins/2_164/aci.py:278 #: ipaclient/remote_plugins/2_164/aci.py:337 #: ipaclient/remote_plugins/2_164/aci.py:468 #: ipaclient/remote_plugins/2_164/aci.py:601 #: ipaclient/remote_plugins/2_164/aci.py:720 #: ipaclient/remote_plugins/2_164/aci.py:776 #: ipaclient/remote_plugins/2_49/aci.py:278 #: ipaclient/remote_plugins/2_49/aci.py:338 #: ipaclient/remote_plugins/2_49/aci.py:469 #: ipaclient/remote_plugins/2_49/aci.py:602 #: ipaclient/remote_plugins/2_49/aci.py:722 #: ipaclient/remote_plugins/2_49/aci.py:779 msgid "ACI prefix" msgstr "Префикс ACI" #: ipaserver/plugins/aci.py:428 ipaclient/remote_plugins/2_114/aci.py:279 #: ipaclient/remote_plugins/2_114/aci.py:338 #: ipaclient/remote_plugins/2_114/aci.py:469 #: ipaclient/remote_plugins/2_114/aci.py:602 #: ipaclient/remote_plugins/2_114/aci.py:721 #: ipaclient/remote_plugins/2_114/aci.py:777 #: ipaclient/remote_plugins/2_156/aci.py:279 #: ipaclient/remote_plugins/2_156/aci.py:338 #: ipaclient/remote_plugins/2_156/aci.py:469 #: ipaclient/remote_plugins/2_156/aci.py:602 #: ipaclient/remote_plugins/2_156/aci.py:721 #: ipaclient/remote_plugins/2_156/aci.py:777 #: ipaclient/remote_plugins/2_164/aci.py:279 #: ipaclient/remote_plugins/2_164/aci.py:338 #: ipaclient/remote_plugins/2_164/aci.py:469 #: ipaclient/remote_plugins/2_164/aci.py:602 #: ipaclient/remote_plugins/2_164/aci.py:721 #: ipaclient/remote_plugins/2_164/aci.py:777 #: ipaclient/remote_plugins/2_49/aci.py:279 #: ipaclient/remote_plugins/2_49/aci.py:339 #: ipaclient/remote_plugins/2_49/aci.py:470 #: ipaclient/remote_plugins/2_49/aci.py:603 #: ipaclient/remote_plugins/2_49/aci.py:723 #: ipaclient/remote_plugins/2_49/aci.py:780 msgid "" "Prefix used to distinguish ACI types (permission, delegation, selfservice, " "none)" msgstr "" "Префикс, который используется для различения типов ACI (permission, " "delegation, selfservice, none)" #: ipaserver/plugins/aci.py:437 msgid "ACI object." msgstr "Объект ACI." #: ipaserver/plugins/aci.py:440 msgid "ACIs" msgstr "ACI" #: ipaserver/plugins/aci.py:445 ipaclient/remote_plugins/2_114/aci.py:128 #: ipaclient/remote_plugins/2_114/aci.py:204 #: ipaclient/remote_plugins/2_114/aci.py:329 #: ipaclient/remote_plugins/2_114/aci.py:395 #: ipaclient/remote_plugins/2_114/aci.py:526 #: ipaclient/remote_plugins/2_114/aci.py:645 #: ipaclient/remote_plugins/2_114/aci.py:768 #: ipaclient/remote_plugins/2_156/aci.py:128 #: ipaclient/remote_plugins/2_156/aci.py:204 #: ipaclient/remote_plugins/2_156/aci.py:329 #: ipaclient/remote_plugins/2_156/aci.py:395 #: ipaclient/remote_plugins/2_156/aci.py:526 #: ipaclient/remote_plugins/2_156/aci.py:645 #: ipaclient/remote_plugins/2_156/aci.py:768 #: ipaclient/remote_plugins/2_164/aci.py:128 #: ipaclient/remote_plugins/2_164/aci.py:204 #: ipaclient/remote_plugins/2_164/aci.py:329 #: ipaclient/remote_plugins/2_164/aci.py:395 #: ipaclient/remote_plugins/2_164/aci.py:526 #: ipaclient/remote_plugins/2_164/aci.py:645 #: ipaclient/remote_plugins/2_164/aci.py:768 #: ipaclient/remote_plugins/2_49/aci.py:128 #: ipaclient/remote_plugins/2_49/aci.py:204 #: ipaclient/remote_plugins/2_49/aci.py:330 #: ipaclient/remote_plugins/2_49/aci.py:396 #: ipaclient/remote_plugins/2_49/aci.py:527 #: ipaclient/remote_plugins/2_49/aci.py:647 #: ipaclient/remote_plugins/2_49/aci.py:771 msgid "ACI name" msgstr "Имя ACI" #: ipaserver/plugins/aci.py:451 ipaserver/plugins/permission.py:231 #: ipaclient/remote_plugins/2_114/aci.py:133 #: ipaclient/remote_plugins/2_114/aci.py:211 #: ipaclient/remote_plugins/2_114/aci.py:400 #: ipaclient/remote_plugins/2_114/aci.py:533 #: ipaclient/remote_plugins/2_114/aci.py:652 #: ipaclient/remote_plugins/2_156/aci.py:133 #: ipaclient/remote_plugins/2_156/aci.py:211 #: ipaclient/remote_plugins/2_156/aci.py:400 #: ipaclient/remote_plugins/2_156/aci.py:533 #: ipaclient/remote_plugins/2_156/aci.py:652 #: ipaclient/remote_plugins/2_164/aci.py:133 #: ipaclient/remote_plugins/2_164/aci.py:211 #: ipaclient/remote_plugins/2_164/aci.py:400 #: ipaclient/remote_plugins/2_164/aci.py:533 #: ipaclient/remote_plugins/2_164/aci.py:652 #: ipaclient/remote_plugins/2_49/aci.py:133 #: ipaclient/remote_plugins/2_49/aci.py:211 #: ipaclient/remote_plugins/2_49/aci.py:401 #: ipaclient/remote_plugins/2_49/aci.py:534 #: ipaclient/remote_plugins/2_49/aci.py:654 msgid "Permission" msgstr "Разрешения" #: ipaserver/plugins/aci.py:452 ipaclient/remote_plugins/2_114/aci.py:134 #: ipaclient/remote_plugins/2_114/aci.py:212 #: ipaclient/remote_plugins/2_114/aci.py:401 #: ipaclient/remote_plugins/2_114/aci.py:534 #: ipaclient/remote_plugins/2_114/aci.py:653 #: ipaclient/remote_plugins/2_156/aci.py:134 #: ipaclient/remote_plugins/2_156/aci.py:212 #: ipaclient/remote_plugins/2_156/aci.py:401 #: ipaclient/remote_plugins/2_156/aci.py:534 #: ipaclient/remote_plugins/2_156/aci.py:653 #: ipaclient/remote_plugins/2_164/aci.py:134 #: ipaclient/remote_plugins/2_164/aci.py:212 #: ipaclient/remote_plugins/2_164/aci.py:401 #: ipaclient/remote_plugins/2_164/aci.py:534 #: ipaclient/remote_plugins/2_164/aci.py:653 #: ipaclient/remote_plugins/2_49/aci.py:134 #: ipaclient/remote_plugins/2_49/aci.py:212 #: ipaclient/remote_plugins/2_49/aci.py:402 #: ipaclient/remote_plugins/2_49/aci.py:535 #: ipaclient/remote_plugins/2_49/aci.py:655 msgid "Permission ACI grants access to" msgstr "Добавить разрешения ACL на" #: ipaserver/plugins/aci.py:457 ipaserver/plugins/delegation.py:97 #: ipaclient/remote_plugins/2_114/aci.py:139 #: ipaclient/remote_plugins/2_114/aci.py:217 #: ipaclient/remote_plugins/2_114/aci.py:406 #: ipaclient/remote_plugins/2_114/aci.py:539 #: ipaclient/remote_plugins/2_114/aci.py:658 #: ipaclient/remote_plugins/2_114/delegation.py:76 #: ipaclient/remote_plugins/2_114/delegation.py:116 #: ipaclient/remote_plugins/2_114/delegation.py:224 #: ipaclient/remote_plugins/2_114/delegation.py:309 #: ipaclient/remote_plugins/2_156/aci.py:139 #: ipaclient/remote_plugins/2_156/aci.py:217 #: ipaclient/remote_plugins/2_156/aci.py:406 #: ipaclient/remote_plugins/2_156/aci.py:539 #: ipaclient/remote_plugins/2_156/aci.py:658 #: ipaclient/remote_plugins/2_156/delegation.py:76 #: ipaclient/remote_plugins/2_156/delegation.py:116 #: ipaclient/remote_plugins/2_156/delegation.py:224 #: ipaclient/remote_plugins/2_156/delegation.py:309 #: ipaclient/remote_plugins/2_164/aci.py:139 #: ipaclient/remote_plugins/2_164/aci.py:217 #: ipaclient/remote_plugins/2_164/aci.py:406 #: ipaclient/remote_plugins/2_164/aci.py:539 #: ipaclient/remote_plugins/2_164/aci.py:658 #: ipaclient/remote_plugins/2_164/delegation.py:76 #: ipaclient/remote_plugins/2_164/delegation.py:116 #: ipaclient/remote_plugins/2_164/delegation.py:224 #: ipaclient/remote_plugins/2_164/delegation.py:309 #: ipaclient/remote_plugins/2_49/aci.py:139 #: ipaclient/remote_plugins/2_49/aci.py:217 #: ipaclient/remote_plugins/2_49/aci.py:407 #: ipaclient/remote_plugins/2_49/aci.py:540 #: ipaclient/remote_plugins/2_49/aci.py:660 #: ipaclient/remote_plugins/2_49/delegation.py:76 #: ipaclient/remote_plugins/2_49/delegation.py:116 #: ipaclient/remote_plugins/2_49/delegation.py:223 #: ipaclient/remote_plugins/2_49/delegation.py:308 msgid "User group" msgstr "Группа пользователей" #: ipaserver/plugins/aci.py:458 ipaserver/plugins/delegation.py:98 #: ipaclient/remote_plugins/2_114/aci.py:140 #: ipaclient/remote_plugins/2_114/aci.py:218 #: ipaclient/remote_plugins/2_114/aci.py:407 #: ipaclient/remote_plugins/2_114/aci.py:540 #: ipaclient/remote_plugins/2_114/aci.py:659 #: ipaclient/remote_plugins/2_114/delegation.py:77 #: ipaclient/remote_plugins/2_114/delegation.py:117 #: ipaclient/remote_plugins/2_114/delegation.py:225 #: ipaclient/remote_plugins/2_114/delegation.py:310 #: ipaclient/remote_plugins/2_156/aci.py:140 #: ipaclient/remote_plugins/2_156/aci.py:218 #: ipaclient/remote_plugins/2_156/aci.py:407 #: ipaclient/remote_plugins/2_156/aci.py:540 #: ipaclient/remote_plugins/2_156/aci.py:659 #: ipaclient/remote_plugins/2_156/delegation.py:77 #: ipaclient/remote_plugins/2_156/delegation.py:117 #: ipaclient/remote_plugins/2_156/delegation.py:225 #: ipaclient/remote_plugins/2_156/delegation.py:310 #: ipaclient/remote_plugins/2_164/aci.py:140 #: ipaclient/remote_plugins/2_164/aci.py:218 #: ipaclient/remote_plugins/2_164/aci.py:407 #: ipaclient/remote_plugins/2_164/aci.py:540 #: ipaclient/remote_plugins/2_164/aci.py:659 #: ipaclient/remote_plugins/2_164/delegation.py:77 #: ipaclient/remote_plugins/2_164/delegation.py:117 #: ipaclient/remote_plugins/2_164/delegation.py:225 #: ipaclient/remote_plugins/2_164/delegation.py:310 #: ipaclient/remote_plugins/2_49/aci.py:140 #: ipaclient/remote_plugins/2_49/aci.py:218 #: ipaclient/remote_plugins/2_49/aci.py:408 #: ipaclient/remote_plugins/2_49/aci.py:541 #: ipaclient/remote_plugins/2_49/aci.py:661 #: ipaclient/remote_plugins/2_49/delegation.py:77 #: ipaclient/remote_plugins/2_49/delegation.py:117 #: ipaclient/remote_plugins/2_49/delegation.py:224 #: ipaclient/remote_plugins/2_49/delegation.py:309 msgid "User group ACI grants access to" msgstr "Добавить пользовательскую группу ACL на" #: ipaserver/plugins/aci.py:463 ipaserver/plugins/baseldap.py:73 #: ipaserver/plugins/selfservice.py:84 ipaserver/plugins/permission.py:230 #: ipaserver/plugins/delegation.py:81 ipaclient/remote_plugins/2_114/aci.py:145 #: ipaclient/remote_plugins/2_114/aci.py:223 #: ipaclient/remote_plugins/2_114/aci.py:413 #: ipaclient/remote_plugins/2_114/aci.py:546 #: ipaclient/remote_plugins/2_114/aci.py:665 #: ipaclient/remote_plugins/2_114/delegation.py:60 #: ipaclient/remote_plugins/2_114/delegation.py:98 #: ipaclient/remote_plugins/2_114/delegation.py:203 #: ipaclient/remote_plugins/2_114/delegation.py:288 #: ipaclient/remote_plugins/2_114/privilege.py:60 #: ipaclient/remote_plugins/2_114/selfservice.py:62 #: ipaclient/remote_plugins/2_114/selfservice.py:90 #: ipaclient/remote_plugins/2_114/selfservice.py:184 #: ipaclient/remote_plugins/2_114/selfservice.py:256 #: ipaclient/remote_plugins/2_156/aci.py:145 #: ipaclient/remote_plugins/2_156/aci.py:223 #: ipaclient/remote_plugins/2_156/aci.py:413 #: ipaclient/remote_plugins/2_156/aci.py:546 #: ipaclient/remote_plugins/2_156/aci.py:665 #: ipaclient/remote_plugins/2_156/delegation.py:60 #: ipaclient/remote_plugins/2_156/delegation.py:98 #: ipaclient/remote_plugins/2_156/delegation.py:203 #: ipaclient/remote_plugins/2_156/delegation.py:288 #: ipaclient/remote_plugins/2_156/privilege.py:60 #: ipaclient/remote_plugins/2_156/selfservice.py:62 #: ipaclient/remote_plugins/2_156/selfservice.py:90 #: ipaclient/remote_plugins/2_156/selfservice.py:184 #: ipaclient/remote_plugins/2_156/selfservice.py:256 #: ipaclient/remote_plugins/2_164/aci.py:145 #: ipaclient/remote_plugins/2_164/aci.py:223 #: ipaclient/remote_plugins/2_164/aci.py:413 #: ipaclient/remote_plugins/2_164/aci.py:546 #: ipaclient/remote_plugins/2_164/aci.py:665 #: ipaclient/remote_plugins/2_164/delegation.py:60 #: ipaclient/remote_plugins/2_164/delegation.py:98 #: ipaclient/remote_plugins/2_164/delegation.py:203 #: ipaclient/remote_plugins/2_164/delegation.py:288 #: ipaclient/remote_plugins/2_164/privilege.py:60 #: ipaclient/remote_plugins/2_164/selfservice.py:62 #: ipaclient/remote_plugins/2_164/selfservice.py:90 #: ipaclient/remote_plugins/2_164/selfservice.py:184 #: ipaclient/remote_plugins/2_164/selfservice.py:256 #: ipaclient/remote_plugins/2_49/aci.py:145 #: ipaclient/remote_plugins/2_49/aci.py:223 #: ipaclient/remote_plugins/2_49/aci.py:414 #: ipaclient/remote_plugins/2_49/aci.py:547 #: ipaclient/remote_plugins/2_49/aci.py:667 #: ipaclient/remote_plugins/2_49/delegation.py:60 #: ipaclient/remote_plugins/2_49/delegation.py:98 #: ipaclient/remote_plugins/2_49/delegation.py:202 #: ipaclient/remote_plugins/2_49/delegation.py:287 #: ipaclient/remote_plugins/2_49/permission.py:87 #: ipaclient/remote_plugins/2_49/permission.py:155 #: ipaclient/remote_plugins/2_49/permission.py:425 #: ipaclient/remote_plugins/2_49/permission.py:540 #: ipaclient/remote_plugins/2_49/privilege.py:59 #: ipaclient/remote_plugins/2_49/selfservice.py:60 #: ipaclient/remote_plugins/2_49/selfservice.py:88 #: ipaclient/remote_plugins/2_49/selfservice.py:181 #: ipaclient/remote_plugins/2_49/selfservice.py:253 msgid "Permissions" msgstr "Разрешения" #: ipaserver/plugins/aci.py:464 ipaclient/remote_plugins/2_114/aci.py:146 #: ipaclient/remote_plugins/2_114/aci.py:224 #: ipaclient/remote_plugins/2_114/aci.py:414 #: ipaclient/remote_plugins/2_114/aci.py:547 #: ipaclient/remote_plugins/2_114/aci.py:666 #: ipaclient/remote_plugins/2_156/aci.py:146 #: ipaclient/remote_plugins/2_156/aci.py:224 #: ipaclient/remote_plugins/2_156/aci.py:414 #: ipaclient/remote_plugins/2_156/aci.py:547 #: ipaclient/remote_plugins/2_156/aci.py:666 #: ipaclient/remote_plugins/2_164/aci.py:146 #: ipaclient/remote_plugins/2_164/aci.py:224 #: ipaclient/remote_plugins/2_164/aci.py:414 #: ipaclient/remote_plugins/2_164/aci.py:547 #: ipaclient/remote_plugins/2_164/aci.py:666 msgid "Permissions to grant(read, write, add, delete, all)" msgstr "Установить разрешения (для чтения, записи, добавления, удаления, все)" #: ipaserver/plugins/aci.py:471 ipaclient/remote_plugins/2_114/aci.py:152 #: ipaclient/remote_plugins/2_114/aci.py:231 #: ipaclient/remote_plugins/2_114/aci.py:421 #: ipaclient/remote_plugins/2_114/aci.py:554 #: ipaclient/remote_plugins/2_114/aci.py:673 #: ipaclient/remote_plugins/2_156/aci.py:152 #: ipaclient/remote_plugins/2_156/aci.py:231 #: ipaclient/remote_plugins/2_156/aci.py:421 #: ipaclient/remote_plugins/2_156/aci.py:554 #: ipaclient/remote_plugins/2_156/aci.py:673 #: ipaclient/remote_plugins/2_164/aci.py:152 #: ipaclient/remote_plugins/2_164/aci.py:231 #: ipaclient/remote_plugins/2_164/aci.py:421 #: ipaclient/remote_plugins/2_164/aci.py:554 #: ipaclient/remote_plugins/2_164/aci.py:673 msgid "Attributes to which the permission applies" msgstr "Атрибуты, к которым применяется разрешение" #: ipaserver/plugins/aci.py:472 ipaserver/plugins/selfservice.py:89 #: ipaserver/plugins/delegation.py:86 ipaclient/remote_plugins/2_114/aci.py:153 #: ipaclient/remote_plugins/2_114/aci.py:232 #: ipaclient/remote_plugins/2_114/aci.py:422 #: ipaclient/remote_plugins/2_114/aci.py:555 #: ipaclient/remote_plugins/2_114/aci.py:674 #: ipaclient/remote_plugins/2_114/delegation.py:66 #: ipaclient/remote_plugins/2_114/delegation.py:104 #: ipaclient/remote_plugins/2_114/delegation.py:210 #: ipaclient/remote_plugins/2_114/delegation.py:295 #: ipaclient/remote_plugins/2_114/selfservice.py:68 #: ipaclient/remote_plugins/2_114/selfservice.py:96 #: ipaclient/remote_plugins/2_114/selfservice.py:191 #: ipaclient/remote_plugins/2_114/selfservice.py:263 #: ipaclient/remote_plugins/2_156/aci.py:153 #: ipaclient/remote_plugins/2_156/aci.py:232 #: ipaclient/remote_plugins/2_156/aci.py:422 #: ipaclient/remote_plugins/2_156/aci.py:555 #: ipaclient/remote_plugins/2_156/aci.py:674 #: ipaclient/remote_plugins/2_156/delegation.py:66 #: ipaclient/remote_plugins/2_156/delegation.py:104 #: ipaclient/remote_plugins/2_156/delegation.py:210 #: ipaclient/remote_plugins/2_156/delegation.py:295 #: ipaclient/remote_plugins/2_156/selfservice.py:68 #: ipaclient/remote_plugins/2_156/selfservice.py:96 #: ipaclient/remote_plugins/2_156/selfservice.py:191 #: ipaclient/remote_plugins/2_156/selfservice.py:263 #: ipaclient/remote_plugins/2_164/aci.py:153 #: ipaclient/remote_plugins/2_164/aci.py:232 #: ipaclient/remote_plugins/2_164/aci.py:422 #: ipaclient/remote_plugins/2_164/aci.py:555 #: ipaclient/remote_plugins/2_164/aci.py:674 #: ipaclient/remote_plugins/2_164/delegation.py:66 #: ipaclient/remote_plugins/2_164/delegation.py:104 #: ipaclient/remote_plugins/2_164/delegation.py:210 #: ipaclient/remote_plugins/2_164/delegation.py:295 #: ipaclient/remote_plugins/2_164/selfservice.py:68 #: ipaclient/remote_plugins/2_164/selfservice.py:96 #: ipaclient/remote_plugins/2_164/selfservice.py:191 #: ipaclient/remote_plugins/2_164/selfservice.py:263 #: ipaclient/remote_plugins/2_49/aci.py:152 #: ipaclient/remote_plugins/2_49/aci.py:231 #: ipaclient/remote_plugins/2_49/aci.py:422 #: ipaclient/remote_plugins/2_49/aci.py:555 #: ipaclient/remote_plugins/2_49/aci.py:675 #: ipaclient/remote_plugins/2_49/delegation.py:66 #: ipaclient/remote_plugins/2_49/delegation.py:104 #: ipaclient/remote_plugins/2_49/delegation.py:209 #: ipaclient/remote_plugins/2_49/delegation.py:294 #: ipaclient/remote_plugins/2_49/permission.py:94 #: ipaclient/remote_plugins/2_49/permission.py:162 #: ipaclient/remote_plugins/2_49/permission.py:432 #: ipaclient/remote_plugins/2_49/permission.py:547 #: ipaclient/remote_plugins/2_49/selfservice.py:66 #: ipaclient/remote_plugins/2_49/selfservice.py:94 #: ipaclient/remote_plugins/2_49/selfservice.py:188 #: ipaclient/remote_plugins/2_49/selfservice.py:260 msgid "Attributes" msgstr "Атрибуты" #: ipaserver/plugins/aci.py:477 ipaserver/plugins/vault.py:599 #: ipaserver/plugins/schema.py:447 ipaserver/plugins/permission.py:346 #: ipaserver/plugins/otptoken.py:165 ipaclient/remote_plugins/2_114/aci.py:158 #: ipaclient/remote_plugins/2_114/aci.py:238 #: ipaclient/remote_plugins/2_114/aci.py:428 #: ipaclient/remote_plugins/2_114/aci.py:561 #: ipaclient/remote_plugins/2_114/aci.py:680 #: ipaclient/remote_plugins/2_114/permission.py:177 #: ipaclient/remote_plugins/2_114/permission.py:296 #: ipaclient/remote_plugins/2_114/permission.py:648 #: ipaclient/remote_plugins/2_114/permission.py:833 #: ipaclient/remote_plugins/2_114/otptoken.py:56 #: ipaclient/remote_plugins/2_114/otptoken.py:169 #: ipaclient/remote_plugins/2_114/otptoken.py:473 #: ipaclient/remote_plugins/2_156/aci.py:158 #: ipaclient/remote_plugins/2_156/aci.py:238 #: ipaclient/remote_plugins/2_156/aci.py:428 #: ipaclient/remote_plugins/2_156/aci.py:561 #: ipaclient/remote_plugins/2_156/aci.py:680 #: ipaclient/remote_plugins/2_156/permission.py:189 #: ipaclient/remote_plugins/2_156/permission.py:322 #: ipaclient/remote_plugins/2_156/permission.py:688 #: ipaclient/remote_plugins/2_156/permission.py:887 #: ipaclient/remote_plugins/2_156/vault.py:190 #: ipaclient/remote_plugins/2_156/vault.py:357 #: ipaclient/remote_plugins/2_156/vault.py:785 #: ipaclient/remote_plugins/2_156/vault.py:910 #: ipaclient/remote_plugins/2_156/otptoken.py:56 #: ipaclient/remote_plugins/2_156/otptoken.py:169 #: ipaclient/remote_plugins/2_156/otptoken.py:473 #: ipaclient/remote_plugins/2_164/aci.py:158 #: ipaclient/remote_plugins/2_164/aci.py:238 #: ipaclient/remote_plugins/2_164/aci.py:428 #: ipaclient/remote_plugins/2_164/aci.py:561 #: ipaclient/remote_plugins/2_164/aci.py:680 #: ipaclient/remote_plugins/2_164/permission.py:189 #: ipaclient/remote_plugins/2_164/permission.py:322 #: ipaclient/remote_plugins/2_164/permission.py:688 #: ipaclient/remote_plugins/2_164/permission.py:887 #: ipaclient/remote_plugins/2_164/vault.py:190 #: ipaclient/remote_plugins/2_164/vault.py:357 #: ipaclient/remote_plugins/2_164/vault.py:785 #: ipaclient/remote_plugins/2_164/vault.py:910 #: ipaclient/remote_plugins/2_164/otptoken.py:56 #: ipaclient/remote_plugins/2_164/otptoken.py:169 #: ipaclient/remote_plugins/2_164/otptoken.py:473 #: ipaclient/remote_plugins/2_49/aci.py:158 #: ipaclient/remote_plugins/2_49/aci.py:238 #: ipaclient/remote_plugins/2_49/aci.py:429 #: ipaclient/remote_plugins/2_49/aci.py:562 #: ipaclient/remote_plugins/2_49/aci.py:682 #: ipaclient/remote_plugins/2_49/permission.py:100 #: ipaclient/remote_plugins/2_49/permission.py:171 #: ipaclient/remote_plugins/2_49/permission.py:440 #: ipaclient/remote_plugins/2_49/permission.py:555 msgid "Type" msgstr "Тип" #: ipaserver/plugins/aci.py:478 ipaclient/remote_plugins/2_114/aci.py:159 #: ipaclient/remote_plugins/2_114/aci.py:239 #: ipaclient/remote_plugins/2_114/aci.py:429 #: ipaclient/remote_plugins/2_114/aci.py:562 #: ipaclient/remote_plugins/2_114/aci.py:681 #: ipaclient/remote_plugins/2_156/aci.py:159 #: ipaclient/remote_plugins/2_156/aci.py:239 #: ipaclient/remote_plugins/2_156/aci.py:429 #: ipaclient/remote_plugins/2_156/aci.py:562 #: ipaclient/remote_plugins/2_156/aci.py:681 #: ipaclient/remote_plugins/2_164/aci.py:159 #: ipaclient/remote_plugins/2_164/aci.py:239 #: ipaclient/remote_plugins/2_164/aci.py:429 #: ipaclient/remote_plugins/2_164/aci.py:562 #: ipaclient/remote_plugins/2_164/aci.py:681 #: ipaclient/remote_plugins/2_49/aci.py:159 #: ipaclient/remote_plugins/2_49/aci.py:239 #: ipaclient/remote_plugins/2_49/aci.py:430 #: ipaclient/remote_plugins/2_49/aci.py:563 #: ipaclient/remote_plugins/2_49/aci.py:683 msgid "type of IPA object (user, group, host, hostgroup, service, netgroup)" msgstr "" "Тип объекта IPA (пользователь, группа, хост, группа хостов, сервис, сетевая " "группа)" #: ipaserver/plugins/aci.py:484 ipaclient/remote_plugins/2_114/aci.py:164 #: ipaclient/remote_plugins/2_114/aci.py:244 #: ipaclient/remote_plugins/2_114/aci.py:434 #: ipaclient/remote_plugins/2_114/aci.py:567 #: ipaclient/remote_plugins/2_114/aci.py:686 #: ipaclient/remote_plugins/2_156/aci.py:164 #: ipaclient/remote_plugins/2_156/aci.py:244 #: ipaclient/remote_plugins/2_156/aci.py:434 #: ipaclient/remote_plugins/2_156/aci.py:567 #: ipaclient/remote_plugins/2_156/aci.py:686 #: ipaclient/remote_plugins/2_164/aci.py:164 #: ipaclient/remote_plugins/2_164/aci.py:244 #: ipaclient/remote_plugins/2_164/aci.py:434 #: ipaclient/remote_plugins/2_164/aci.py:567 #: ipaclient/remote_plugins/2_164/aci.py:686 #: ipaclient/remote_plugins/2_49/aci.py:164 #: ipaclient/remote_plugins/2_49/aci.py:244 #: ipaclient/remote_plugins/2_49/aci.py:435 #: ipaclient/remote_plugins/2_49/aci.py:568 #: ipaclient/remote_plugins/2_49/aci.py:688 msgid "Member of" msgstr "Член" #: ipaserver/plugins/aci.py:485 ipaclient/remote_plugins/2_114/aci.py:165 #: ipaclient/remote_plugins/2_114/aci.py:245 #: ipaclient/remote_plugins/2_114/aci.py:435 #: ipaclient/remote_plugins/2_114/aci.py:568 #: ipaclient/remote_plugins/2_114/aci.py:687 #: ipaclient/remote_plugins/2_156/aci.py:165 #: ipaclient/remote_plugins/2_156/aci.py:245 #: ipaclient/remote_plugins/2_156/aci.py:435 #: ipaclient/remote_plugins/2_156/aci.py:568 #: ipaclient/remote_plugins/2_156/aci.py:687 #: ipaclient/remote_plugins/2_164/aci.py:165 #: ipaclient/remote_plugins/2_164/aci.py:245 #: ipaclient/remote_plugins/2_164/aci.py:435 #: ipaclient/remote_plugins/2_164/aci.py:568 #: ipaclient/remote_plugins/2_164/aci.py:687 #: ipaclient/remote_plugins/2_49/aci.py:165 #: ipaclient/remote_plugins/2_49/aci.py:245 #: ipaclient/remote_plugins/2_49/aci.py:436 #: ipaclient/remote_plugins/2_49/aci.py:569 #: ipaclient/remote_plugins/2_49/aci.py:689 msgid "Member of a group" msgstr "Член группы" #: ipaserver/plugins/aci.py:490 ipaserver/plugins/internal.py:214 #: ipaserver/plugins/internal.py:1168 ipaserver/plugins/internal.py:1652 #: ipaclient/remote_plugins/2_114/aci.py:170 #: ipaclient/remote_plugins/2_114/aci.py:250 #: ipaclient/remote_plugins/2_114/aci.py:440 #: ipaclient/remote_plugins/2_114/aci.py:573 #: ipaclient/remote_plugins/2_114/aci.py:692 #: ipaclient/remote_plugins/2_156/aci.py:170 #: ipaclient/remote_plugins/2_156/aci.py:250 #: ipaclient/remote_plugins/2_156/aci.py:440 #: ipaclient/remote_plugins/2_156/aci.py:573 #: ipaclient/remote_plugins/2_156/aci.py:692 #: ipaclient/remote_plugins/2_164/aci.py:170 #: ipaclient/remote_plugins/2_164/aci.py:250 #: ipaclient/remote_plugins/2_164/aci.py:440 #: ipaclient/remote_plugins/2_164/aci.py:573 #: ipaclient/remote_plugins/2_164/aci.py:692 #: ipaclient/remote_plugins/2_49/aci.py:170 #: ipaclient/remote_plugins/2_49/aci.py:250 #: ipaclient/remote_plugins/2_49/aci.py:441 #: ipaclient/remote_plugins/2_49/aci.py:574 #: ipaclient/remote_plugins/2_49/aci.py:694 #: ipaclient/remote_plugins/2_49/permission.py:112 #: ipaclient/remote_plugins/2_49/permission.py:185 #: ipaclient/remote_plugins/2_49/permission.py:452 #: ipaclient/remote_plugins/2_49/permission.py:567 msgid "Filter" msgstr "Фильтр" #: ipaserver/plugins/aci.py:491 ipaclient/remote_plugins/2_114/aci.py:171 #: ipaclient/remote_plugins/2_114/aci.py:251 #: ipaclient/remote_plugins/2_114/aci.py:441 #: ipaclient/remote_plugins/2_114/aci.py:574 #: ipaclient/remote_plugins/2_114/aci.py:693 #: ipaclient/remote_plugins/2_156/aci.py:171 #: ipaclient/remote_plugins/2_156/aci.py:251 #: ipaclient/remote_plugins/2_156/aci.py:441 #: ipaclient/remote_plugins/2_156/aci.py:574 #: ipaclient/remote_plugins/2_156/aci.py:693 #: ipaclient/remote_plugins/2_164/aci.py:171 #: ipaclient/remote_plugins/2_164/aci.py:251 #: ipaclient/remote_plugins/2_164/aci.py:441 #: ipaclient/remote_plugins/2_164/aci.py:574 #: ipaclient/remote_plugins/2_164/aci.py:693 #: ipaclient/remote_plugins/2_49/aci.py:171 #: ipaclient/remote_plugins/2_49/aci.py:251 #: ipaclient/remote_plugins/2_49/aci.py:442 #: ipaclient/remote_plugins/2_49/aci.py:575 #: ipaclient/remote_plugins/2_49/aci.py:695 #: ipaclient/remote_plugins/2_49/permission.py:113 #: ipaclient/remote_plugins/2_49/permission.py:186 #: ipaclient/remote_plugins/2_49/permission.py:453 #: ipaclient/remote_plugins/2_49/permission.py:568 msgid "Legal LDAP filter (e.g. ou=Engineering)" msgstr "Допустимый фильтр LDAP (например, ou=Engineering)" #: ipaserver/plugins/aci.py:496 ipaserver/plugins/permission.py:289 #: ipaclient/remote_plugins/2_114/aci.py:176 #: ipaclient/remote_plugins/2_114/aci.py:256 #: ipaclient/remote_plugins/2_114/aci.py:446 #: ipaclient/remote_plugins/2_114/aci.py:579 #: ipaclient/remote_plugins/2_114/aci.py:698 #: ipaclient/remote_plugins/2_114/permission.py:139 #: ipaclient/remote_plugins/2_114/permission.py:252 #: ipaclient/remote_plugins/2_114/permission.py:607 #: ipaclient/remote_plugins/2_114/permission.py:792 #: ipaclient/remote_plugins/2_156/aci.py:176 #: ipaclient/remote_plugins/2_156/aci.py:256 #: ipaclient/remote_plugins/2_156/aci.py:446 #: ipaclient/remote_plugins/2_156/aci.py:579 #: ipaclient/remote_plugins/2_156/aci.py:698 #: ipaclient/remote_plugins/2_156/permission.py:139 #: ipaclient/remote_plugins/2_156/permission.py:264 #: ipaclient/remote_plugins/2_156/permission.py:633 #: ipaclient/remote_plugins/2_156/permission.py:832 #: ipaclient/remote_plugins/2_164/aci.py:176 #: ipaclient/remote_plugins/2_164/aci.py:256 #: ipaclient/remote_plugins/2_164/aci.py:446 #: ipaclient/remote_plugins/2_164/aci.py:579 #: ipaclient/remote_plugins/2_164/aci.py:698 #: ipaclient/remote_plugins/2_164/permission.py:139 #: ipaclient/remote_plugins/2_164/permission.py:264 #: ipaclient/remote_plugins/2_164/permission.py:633 #: ipaclient/remote_plugins/2_164/permission.py:832 #: ipaclient/remote_plugins/2_49/aci.py:176 #: ipaclient/remote_plugins/2_49/aci.py:256 #: ipaclient/remote_plugins/2_49/aci.py:447 #: ipaclient/remote_plugins/2_49/aci.py:580 #: ipaclient/remote_plugins/2_49/aci.py:700 #: ipaclient/remote_plugins/2_49/permission.py:118 #: ipaclient/remote_plugins/2_49/permission.py:192 #: ipaclient/remote_plugins/2_49/permission.py:458 #: ipaclient/remote_plugins/2_49/permission.py:573 msgid "Subtree" msgstr "Поддерево" #: ipaserver/plugins/aci.py:497 ipaclient/remote_plugins/2_114/aci.py:177 #: ipaclient/remote_plugins/2_114/aci.py:257 #: ipaclient/remote_plugins/2_114/aci.py:447 #: ipaclient/remote_plugins/2_114/aci.py:580 #: ipaclient/remote_plugins/2_114/aci.py:699 #: ipaclient/remote_plugins/2_156/aci.py:177 #: ipaclient/remote_plugins/2_156/aci.py:257 #: ipaclient/remote_plugins/2_156/aci.py:447 #: ipaclient/remote_plugins/2_156/aci.py:580 #: ipaclient/remote_plugins/2_156/aci.py:699 #: ipaclient/remote_plugins/2_164/aci.py:177 #: ipaclient/remote_plugins/2_164/aci.py:257 #: ipaclient/remote_plugins/2_164/aci.py:447 #: ipaclient/remote_plugins/2_164/aci.py:580 #: ipaclient/remote_plugins/2_164/aci.py:699 #: ipaclient/remote_plugins/2_49/aci.py:177 #: ipaclient/remote_plugins/2_49/aci.py:257 #: ipaclient/remote_plugins/2_49/aci.py:448 #: ipaclient/remote_plugins/2_49/aci.py:581 #: ipaclient/remote_plugins/2_49/aci.py:701 msgid "Subtree to apply ACI to" msgstr "Поддерево, к которому следует применить ACI" #: ipaserver/plugins/aci.py:502 ipaserver/plugins/permission.py:340 #: ipaclient/remote_plugins/2_114/aci.py:182 #: ipaclient/remote_plugins/2_114/aci.py:262 #: ipaclient/remote_plugins/2_114/aci.py:452 #: ipaclient/remote_plugins/2_114/aci.py:585 #: ipaclient/remote_plugins/2_114/aci.py:704 #: ipaclient/remote_plugins/2_114/permission.py:171 #: ipaclient/remote_plugins/2_114/permission.py:289 #: ipaclient/remote_plugins/2_114/permission.py:642 #: ipaclient/remote_plugins/2_114/permission.py:827 #: ipaclient/remote_plugins/2_156/aci.py:182 #: ipaclient/remote_plugins/2_156/aci.py:262 #: ipaclient/remote_plugins/2_156/aci.py:452 #: ipaclient/remote_plugins/2_156/aci.py:585 #: ipaclient/remote_plugins/2_156/aci.py:704 #: ipaclient/remote_plugins/2_156/permission.py:183 #: ipaclient/remote_plugins/2_156/permission.py:315 #: ipaclient/remote_plugins/2_156/permission.py:682 #: ipaclient/remote_plugins/2_156/permission.py:881 #: ipaclient/remote_plugins/2_164/aci.py:182 #: ipaclient/remote_plugins/2_164/aci.py:262 #: ipaclient/remote_plugins/2_164/aci.py:452 #: ipaclient/remote_plugins/2_164/aci.py:585 #: ipaclient/remote_plugins/2_164/aci.py:704 #: ipaclient/remote_plugins/2_164/permission.py:183 #: ipaclient/remote_plugins/2_164/permission.py:315 #: ipaclient/remote_plugins/2_164/permission.py:682 #: ipaclient/remote_plugins/2_164/permission.py:881 #: ipaclient/remote_plugins/2_49/aci.py:182 #: ipaclient/remote_plugins/2_49/aci.py:262 #: ipaclient/remote_plugins/2_49/aci.py:453 #: ipaclient/remote_plugins/2_49/aci.py:586 #: ipaclient/remote_plugins/2_49/aci.py:706 #: ipaclient/remote_plugins/2_49/permission.py:124 #: ipaclient/remote_plugins/2_49/permission.py:199 #: ipaclient/remote_plugins/2_49/permission.py:464 #: ipaclient/remote_plugins/2_49/permission.py:579 msgid "Target group" msgstr "Целевая группа" #: ipaserver/plugins/aci.py:503 ipaclient/remote_plugins/2_114/aci.py:183 #: ipaclient/remote_plugins/2_114/aci.py:263 #: ipaclient/remote_plugins/2_114/aci.py:453 #: ipaclient/remote_plugins/2_114/aci.py:586 #: ipaclient/remote_plugins/2_114/aci.py:705 #: ipaclient/remote_plugins/2_156/aci.py:183 #: ipaclient/remote_plugins/2_156/aci.py:263 #: ipaclient/remote_plugins/2_156/aci.py:453 #: ipaclient/remote_plugins/2_156/aci.py:586 #: ipaclient/remote_plugins/2_156/aci.py:705 #: ipaclient/remote_plugins/2_164/aci.py:183 #: ipaclient/remote_plugins/2_164/aci.py:263 #: ipaclient/remote_plugins/2_164/aci.py:453 #: ipaclient/remote_plugins/2_164/aci.py:586 #: ipaclient/remote_plugins/2_164/aci.py:705 #: ipaclient/remote_plugins/2_49/aci.py:183 #: ipaclient/remote_plugins/2_49/aci.py:263 #: ipaclient/remote_plugins/2_49/aci.py:454 #: ipaclient/remote_plugins/2_49/aci.py:587 #: ipaclient/remote_plugins/2_49/aci.py:707 msgid "Group to apply ACI to" msgstr "Группа для добавления ACL на" #: ipaserver/plugins/aci.py:508 ipaclient/remote_plugins/2_114/aci.py:188 #: ipaclient/remote_plugins/2_114/aci.py:269 #: ipaclient/remote_plugins/2_114/aci.py:459 #: ipaclient/remote_plugins/2_114/aci.py:592 #: ipaclient/remote_plugins/2_114/aci.py:711 #: ipaclient/remote_plugins/2_156/aci.py:188 #: ipaclient/remote_plugins/2_156/aci.py:269 #: ipaclient/remote_plugins/2_156/aci.py:459 #: ipaclient/remote_plugins/2_156/aci.py:592 #: ipaclient/remote_plugins/2_156/aci.py:711 #: ipaclient/remote_plugins/2_164/aci.py:188 #: ipaclient/remote_plugins/2_164/aci.py:269 #: ipaclient/remote_plugins/2_164/aci.py:459 #: ipaclient/remote_plugins/2_164/aci.py:592 #: ipaclient/remote_plugins/2_164/aci.py:711 #: ipaclient/remote_plugins/2_49/aci.py:188 #: ipaclient/remote_plugins/2_49/aci.py:269 #: ipaclient/remote_plugins/2_49/aci.py:460 #: ipaclient/remote_plugins/2_49/aci.py:593 #: ipaclient/remote_plugins/2_49/aci.py:713 msgid "Target your own entry (self)" msgstr "Выполнить над своей собственной записью (self)" #: ipaserver/plugins/aci.py:509 ipaclient/remote_plugins/2_114/aci.py:189 #: ipaclient/remote_plugins/2_114/aci.py:270 #: ipaclient/remote_plugins/2_114/aci.py:460 #: ipaclient/remote_plugins/2_114/aci.py:593 #: ipaclient/remote_plugins/2_114/aci.py:712 #: ipaclient/remote_plugins/2_156/aci.py:189 #: ipaclient/remote_plugins/2_156/aci.py:270 #: ipaclient/remote_plugins/2_156/aci.py:460 #: ipaclient/remote_plugins/2_156/aci.py:593 #: ipaclient/remote_plugins/2_156/aci.py:712 #: ipaclient/remote_plugins/2_164/aci.py:189 #: ipaclient/remote_plugins/2_164/aci.py:270 #: ipaclient/remote_plugins/2_164/aci.py:460 #: ipaclient/remote_plugins/2_164/aci.py:593 #: ipaclient/remote_plugins/2_164/aci.py:712 #: ipaclient/remote_plugins/2_49/aci.py:189 #: ipaclient/remote_plugins/2_49/aci.py:270 #: ipaclient/remote_plugins/2_49/aci.py:461 #: ipaclient/remote_plugins/2_49/aci.py:594 #: ipaclient/remote_plugins/2_49/aci.py:714 msgid "Apply ACI to your own entry (self)" msgstr "Применить ACI к своей собственной записи (self)" #: ipaserver/plugins/aci.py:514 ipaserver/plugins/selfservice.py:94 #: ipaserver/plugins/permission.py:359 ipaserver/plugins/delegation.py:101 msgid "ACI" msgstr "ACI" #: ipaserver/plugins/aci.py:522 ipaclient/remote_plugins/2_114/aci.py:196 #: ipaclient/remote_plugins/2_156/aci.py:196 #: ipaclient/remote_plugins/2_164/aci.py:196 #: ipaclient/remote_plugins/2_49/aci.py:196 msgid "Create new ACI." msgstr "Создать новую запись ACI." #: ipaserver/plugins/aci.py:524 #, python-format msgid "Created ACI \"%(value)s\"" msgstr "Создана ACI «%(value)s»" #: ipaserver/plugins/aci.py:529 ipaclient/remote_plugins/2_114/aci.py:284 #: ipaclient/remote_plugins/2_156/aci.py:284 #: ipaclient/remote_plugins/2_164/aci.py:284 #: ipaclient/remote_plugins/2_49/aci.py:284 msgid "Test the ACI syntax but don't write anything" msgstr "Проверить синтаксис ACL, но никуда не записывать" #: ipaserver/plugins/aci.py:574 ipaclient/remote_plugins/2_114/aci.py:321 #: ipaclient/remote_plugins/2_156/aci.py:321 #: ipaclient/remote_plugins/2_164/aci.py:321 #: ipaclient/remote_plugins/2_49/aci.py:322 msgid "Delete ACI." msgstr "Удалить запись ACI." #: ipaserver/plugins/aci.py:577 #, python-format msgid "Deleted ACI \"%(value)s\"" msgstr "Удалена ACI «%(value)s»" #: ipaserver/plugins/aci.py:613 ipaclient/remote_plugins/2_114/aci.py:518 #: ipaclient/remote_plugins/2_156/aci.py:518 #: ipaclient/remote_plugins/2_164/aci.py:518 #: ipaclient/remote_plugins/2_49/aci.py:519 msgid "Modify ACI." msgstr "Изменить запись ACI." #: ipaserver/plugins/aci.py:620 #, python-format msgid "Modified ACI \"%(value)s\"" msgstr "Изменена ACI «%(value)s»" #: ipaserver/plugins/aci.py:674 ipaclient/remote_plugins/2_114/aci.py:361 #: ipaclient/remote_plugins/2_156/aci.py:361 #: ipaclient/remote_plugins/2_164/aci.py:361 #: ipaclient/remote_plugins/2_49/aci.py:363 msgid "" "\n" "Search for ACIs.\n" "\n" " Returns a list of ACIs\n" "\n" " EXAMPLES:\n" "\n" " To find all ACIs that apply directly to members of the group ipausers:\n" " ipa aci-find --memberof=ipausers\n" "\n" " To find all ACIs that grant add access:\n" " ipa aci-find --permissions=add\n" "\n" " Note that the find command only looks for the given text in the set of\n" " ACIs, it does not evaluate the ACIs to see if something would apply.\n" " For example, searching on memberof=ipausers will find all ACIs that\n" " have ipausers as a memberof. There may be other ACIs that apply to\n" " members of that group indirectly.\n" " " msgstr "" "\n" "Поиск записей ACI.\n" "\n" " Возвращает список записей ACI.\n" "\n" " ПРИМЕРЫ:\n" "\n" " Чтобы найти все записи ACI, которые применяются непосредственно к " "участникам группы ipausers:\n" " ipa aci-find --memberof=ipausers\n" "\n" " Чтобы найти все записи ACI, которые предоставляют доступ для добавления " "(add):\n" " ipa aci-find --permissions=add\n" "\n" " Следует учитывать, что с помощью команды find выполняется только поиск " "указанного текста в наборе записей ACI; при поиске записи ACI не оцениваются " "по критерию применимости.\n" " Например, при поиске по тексту memberof=ipausers будут найдены все " "записи ACI, в которых memberof содержат ipausers. Но могут иметься другие " "записи ACI, которые применяются к участникам этой группы опосредованно.\n" " " #: ipaserver/plugins/aci.py:694 #, python-format msgid "%(count)d ACI matched" msgid_plural "%(count)d ACIs matched" msgstr[0] "Найдено %(count)d ACI" msgstr[1] "Найдено %(count)d ACI" msgstr[2] "Найдено %(count)d ACI" #: ipaserver/plugins/aci.py:880 ipaclient/remote_plugins/2_114/aci.py:760 #: ipaclient/remote_plugins/2_156/aci.py:760 #: ipaclient/remote_plugins/2_164/aci.py:760 #: ipaclient/remote_plugins/2_49/aci.py:763 msgid "Display a single ACI given an ACI name." msgstr "Показать отдельную запись ACI по указанному имени ACI." #: ipaserver/plugins/aci.py:886 ipaclient/remote_plugins/2_114/aci.py:782 #: ipaclient/remote_plugins/2_156/aci.py:782 #: ipaclient/remote_plugins/2_164/aci.py:782 msgid "Location of the ACI" msgstr "Расположение ACL" #: ipaserver/plugins/aci.py:919 ipaclient/remote_plugins/2_114/aci.py:637 #: ipaclient/remote_plugins/2_156/aci.py:637 #: ipaclient/remote_plugins/2_164/aci.py:637 #: ipaclient/remote_plugins/2_49/aci.py:639 msgid "Rename an ACI." msgstr "Переименовать запись ACI." #: ipaserver/plugins/aci.py:925 ipaclient/remote_plugins/2_114/aci.py:725 #: ipaclient/remote_plugins/2_156/aci.py:725 #: ipaclient/remote_plugins/2_164/aci.py:725 #: ipaclient/remote_plugins/2_49/aci.py:727 msgid "New ACI name" msgstr "Новое имя ACL" #: ipaserver/plugins/aci.py:929 #, python-format msgid "Renamed ACI to \"%(value)s\"" msgstr "Переименовать ACL в \"%(value)s\"" #: ipaserver/plugins/join.py:30 ipaclient/remote_plugins/2_114/join.py:19 #: ipaclient/remote_plugins/2_156/join.py:19 #: ipaclient/remote_plugins/2_164/join.py:19 #: ipaclient/remote_plugins/2_49/join.py:19 msgid "" "\n" "Joining an IPA domain\n" msgstr "" "\n" "Присоединение к домену IPA\n" #: ipaserver/plugins/join.py:54 ipaclient/remote_plugins/2_114/join.py:28 #: ipaclient/remote_plugins/2_156/join.py:28 #: ipaclient/remote_plugins/2_164/join.py:28 #: ipaclient/remote_plugins/2_49/join.py:28 msgid "Join an IPA domain" msgstr "Присоединиться к домену IPA." #: ipaserver/plugins/join.py:62 ipaclient/remote_plugins/2_114/join.py:34 #: ipaclient/remote_plugins/2_156/join.py:34 #: ipaclient/remote_plugins/2_164/join.py:34 #: ipaclient/remote_plugins/2_49/join.py:34 msgid "The hostname to register as" msgstr "Имя узла для регистрации" #: ipaserver/plugins/join.py:71 ipaclient/remote_plugins/2_114/join.py:44 #: ipaclient/remote_plugins/2_156/join.py:44 #: ipaclient/remote_plugins/2_164/join.py:44 #: ipaclient/remote_plugins/2_49/join.py:44 msgid "The IPA realm" msgstr "Область (realm) IPA" #: ipaserver/plugins/join.py:77 ipaclient/remote_plugins/2_114/join.py:54 #: ipaclient/remote_plugins/2_156/join.py:54 #: ipaclient/remote_plugins/2_164/join.py:52 #: ipaclient/remote_plugins/2_49/join.py:54 msgid "Hardware platform of the host (e.g. Lenovo T61)" msgstr "Аппаратная платформа узла (например, Lenovo T61)" #: ipaserver/plugins/join.py:81 ipaclient/remote_plugins/2_114/join.py:60 #: ipaclient/remote_plugins/2_156/join.py:60 #: ipaclient/remote_plugins/2_164/join.py:58 #: ipaclient/remote_plugins/2_49/join.py:60 msgid "Operating System and version of the host (e.g. Fedora 9)" msgstr "Операционная система и версия узла (например, Fedora 9)" #: ipaserver/plugins/join.py:121 #, python-format msgid "" "Insufficient 'write' privilege to the 'krbLastPwdChange' attribute of entry " "'%s'." msgstr "" "Недостаточно привилегий \"write\" для атрибута \"krbLastPwdChange\" записи " "\"%s\"." #: ipaserver/plugins/sudocmd.py:33 msgid "" "\n" "Sudo Commands\n" "\n" "Commands used as building blocks for sudo\n" "\n" "EXAMPLES:\n" "\n" " Create a new command\n" " ipa sudocmd-add --desc='For reading log files' /usr/bin/less\n" "\n" " Remove a command\n" " ipa sudocmd-del /usr/bin/less\n" "\n" msgstr "" "\n" "Команды Sudo \n" "\n" "Команды, которые используются в качестве строительных блоков для Sudo\n" "\n" "ПРИМЕРЫ:\n" "\n" " Создать новую команду\n" " ipa sudocmd-add --desc='Чтение файлов в журнале' /usr/bin/less\n" "\n" " Удалить команду\n" " ipa sudocmd-del /usr/bin/less\n" "\n" #: ipaserver/plugins/sudocmd.py:58 msgid "sudo command" msgstr "команда Sudo" #: ipaserver/plugins/sudocmd.py:59 msgid "sudo commands" msgstr "команды Sudo" #: ipaserver/plugins/sudocmd.py:111 msgid "Sudo Commands" msgstr "Команды Sudo" #: ipaserver/plugins/sudocmd.py:112 ipaserver/plugins/sudocmd.py:117 #: ipaclient/remote_plugins/2_114/sudocmd.py:42 #: ipaclient/remote_plugins/2_114/sudocmd.py:66 #: ipaclient/remote_plugins/2_114/sudocmd.py:138 #: ipaclient/remote_plugins/2_114/sudocmd.py:182 #: ipaclient/remote_plugins/2_114/sudocmd.py:263 #: ipaclient/remote_plugins/2_114/sudocmd.py:348 #: ipaclient/remote_plugins/2_156/sudocmd.py:42 #: ipaclient/remote_plugins/2_156/sudocmd.py:66 #: ipaclient/remote_plugins/2_156/sudocmd.py:138 #: ipaclient/remote_plugins/2_156/sudocmd.py:182 #: ipaclient/remote_plugins/2_156/sudocmd.py:263 #: ipaclient/remote_plugins/2_156/sudocmd.py:348 #: ipaclient/remote_plugins/2_164/sudocmd.py:42 #: ipaclient/remote_plugins/2_164/sudocmd.py:66 #: ipaclient/remote_plugins/2_164/sudocmd.py:138 #: ipaclient/remote_plugins/2_164/sudocmd.py:182 #: ipaclient/remote_plugins/2_164/sudocmd.py:263 #: ipaclient/remote_plugins/2_164/sudocmd.py:348 #: ipaclient/remote_plugins/2_49/sudocmd.py:42 #: ipaclient/remote_plugins/2_49/sudocmd.py:66 #: ipaclient/remote_plugins/2_49/sudocmd.py:132 #: ipaclient/remote_plugins/2_49/sudocmd.py:178 #: ipaclient/remote_plugins/2_49/sudocmd.py:252 #: ipaclient/remote_plugins/2_49/sudocmd.py:331 msgid "Sudo Command" msgstr "Команда Sudo" #: ipaserver/plugins/sudocmd.py:122 ipaserver/plugins/hbacsvc.py:108 #: ipaserver/plugins/hbacsvcgroup.py:120 ipaserver/plugins/hostgroup.py:168 #: ipaserver/plugins/privilege.py:145 ipaserver/plugins/role.py:150 #: ipaserver/plugins/hbacrule.py:253 ipaserver/plugins/vault.py:593 #: ipaserver/plugins/radiusproxy.py:117 ipaserver/plugins/automount.py:364 #: ipaserver/plugins/idviews.py:118 ipaserver/plugins/idviews.py:706 #: ipaserver/plugins/location.py:111 ipaserver/plugins/host.py:450 #: ipaserver/plugins/otptoken.py:174 ipaserver/plugins/selinuxusermap.py:239 #: ipaserver/plugins/automember.py:257 ipaserver/plugins/sudorule.py:232 #: ipaserver/plugins/certmap.py:218 ipaserver/plugins/group.py:302 #: ipaserver/plugins/netgroup.py:210 ipaserver/plugins/sudocmdgroup.py:130 #: ipaserver/plugins/ca.py:87 ipaserver/plugins/caacl.py:175 #: ipaclient/remote_plugins/2_114/automember.py:126 #: ipaclient/remote_plugins/2_114/automember.py:155 #: ipaclient/remote_plugins/2_114/automember.py:226 #: ipaclient/remote_plugins/2_114/automember.py:306 #: ipaclient/remote_plugins/2_114/automember.py:355 #: ipaclient/remote_plugins/2_114/automember.py:496 #: ipaclient/remote_plugins/2_114/automember.py:559 #: ipaclient/remote_plugins/2_114/automember.py:709 #: ipaclient/remote_plugins/2_114/automount.py:167 #: ipaclient/remote_plugins/2_114/automount.py:828 #: ipaclient/remote_plugins/2_114/automount.py:898 #: ipaclient/remote_plugins/2_114/automount.py:1031 #: ipaclient/remote_plugins/2_114/automount.py:1113 #: ipaclient/remote_plugins/2_114/group.py:113 #: ipaclient/remote_plugins/2_114/group.py:212 #: ipaclient/remote_plugins/2_114/group.py:457 #: ipaclient/remote_plugins/2_114/group.py:684 #: ipaclient/remote_plugins/2_114/hbacrule.py:109 #: ipaclient/remote_plugins/2_114/hbacrule.py:219 #: ipaclient/remote_plugins/2_114/hbacrule.py:735 #: ipaclient/remote_plugins/2_114/hbacrule.py:882 #: ipaclient/remote_plugins/2_114/hbacsvc.py:56 #: ipaclient/remote_plugins/2_114/hbacsvc.py:85 #: ipaclient/remote_plugins/2_114/hbacsvc.py:203 #: ipaclient/remote_plugins/2_114/hbacsvc.py:288 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:54 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:82 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:259 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:343 #: ipaclient/remote_plugins/2_114/host.py:94 #: ipaclient/remote_plugins/2_114/host.py:303 #: ipaclient/remote_plugins/2_114/host.py:983 #: ipaclient/remote_plugins/2_114/host.py:1259 #: ipaclient/remote_plugins/2_114/hostgroup.py:64 #: ipaclient/remote_plugins/2_114/hostgroup.py:143 #: ipaclient/remote_plugins/2_114/hostgroup.py:332 #: ipaclient/remote_plugins/2_114/hostgroup.py:513 #: ipaclient/remote_plugins/2_114/netgroup.py:57 #: ipaclient/remote_plugins/2_114/netgroup.py:144 #: ipaclient/remote_plugins/2_114/netgroup.py:386 #: ipaclient/remote_plugins/2_114/netgroup.py:615 #: ipaclient/remote_plugins/2_114/privilege.py:54 #: ipaclient/remote_plugins/2_114/privilege.py:86 #: ipaclient/remote_plugins/2_114/privilege.py:322 #: ipaclient/remote_plugins/2_114/privilege.py:405 #: ipaclient/remote_plugins/2_114/radiusproxy.py:60 #: ipaclient/remote_plugins/2_114/radiusproxy.py:111 #: ipaclient/remote_plugins/2_114/radiusproxy.py:254 #: ipaclient/remote_plugins/2_114/radiusproxy.py:368 #: ipaclient/remote_plugins/2_114/role.py:68 #: ipaclient/remote_plugins/2_114/role.py:120 #: ipaclient/remote_plugins/2_114/role.py:390 #: ipaclient/remote_plugins/2_114/role.py:473 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:100 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:174 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:522 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:639 #: ipaclient/remote_plugins/2_114/sudocmd.py:47 #: ipaclient/remote_plugins/2_114/sudocmd.py:74 #: ipaclient/remote_plugins/2_114/sudocmd.py:188 #: ipaclient/remote_plugins/2_114/sudocmd.py:271 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:56 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:94 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:271 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:355 #: ipaclient/remote_plugins/2_114/sudorule.py:82 #: ipaclient/remote_plugins/2_114/sudorule.py:242 #: ipaclient/remote_plugins/2_114/sudorule.py:942 #: ipaclient/remote_plugins/2_114/sudorule.py:1105 #: ipaclient/remote_plugins/2_114/otptoken.py:62 #: ipaclient/remote_plugins/2_114/otptoken.py:178 #: ipaclient/remote_plugins/2_114/otptoken.py:481 #: ipaclient/remote_plugins/2_114/otptoken.py:655 #: ipaclient/remote_plugins/2_114/idviews.py:43 #: ipaclient/remote_plugins/2_114/idviews.py:70 #: ipaclient/remote_plugins/2_114/idviews.py:129 #: ipaclient/remote_plugins/2_114/idviews.py:155 #: ipaclient/remote_plugins/2_114/idviews.py:285 #: ipaclient/remote_plugins/2_114/idviews.py:379 #: ipaclient/remote_plugins/2_114/idviews.py:536 #: ipaclient/remote_plugins/2_114/idviews.py:702 #: ipaclient/remote_plugins/2_114/idviews.py:824 #: ipaclient/remote_plugins/2_114/idviews.py:1012 #: ipaclient/remote_plugins/2_114/idviews.py:1171 #: ipaclient/remote_plugins/2_114/idviews.py:1246 #: ipaclient/remote_plugins/2_156/automember.py:126 #: ipaclient/remote_plugins/2_156/automember.py:155 #: ipaclient/remote_plugins/2_156/automember.py:226 #: ipaclient/remote_plugins/2_156/automember.py:306 #: ipaclient/remote_plugins/2_156/automember.py:355 #: ipaclient/remote_plugins/2_156/automember.py:496 #: ipaclient/remote_plugins/2_156/automember.py:559 #: ipaclient/remote_plugins/2_156/automember.py:709 #: ipaclient/remote_plugins/2_156/automount.py:167 #: ipaclient/remote_plugins/2_156/automount.py:828 #: ipaclient/remote_plugins/2_156/automount.py:898 #: ipaclient/remote_plugins/2_156/automount.py:1031 #: ipaclient/remote_plugins/2_156/automount.py:1113 #: ipaclient/remote_plugins/2_156/caacl.py:66 #: ipaclient/remote_plugins/2_156/caacl.py:146 #: ipaclient/remote_plugins/2_156/caacl.py:617 #: ipaclient/remote_plugins/2_156/caacl.py:737 #: ipaclient/remote_plugins/2_156/group.py:113 #: ipaclient/remote_plugins/2_156/group.py:212 #: ipaclient/remote_plugins/2_156/group.py:457 #: ipaclient/remote_plugins/2_156/group.py:684 #: ipaclient/remote_plugins/2_156/hbacrule.py:109 #: ipaclient/remote_plugins/2_156/hbacrule.py:219 #: ipaclient/remote_plugins/2_156/hbacrule.py:735 #: ipaclient/remote_plugins/2_156/hbacrule.py:882 #: ipaclient/remote_plugins/2_156/hbacsvc.py:56 #: ipaclient/remote_plugins/2_156/hbacsvc.py:85 #: ipaclient/remote_plugins/2_156/hbacsvc.py:203 #: ipaclient/remote_plugins/2_156/hbacsvc.py:288 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:54 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:82 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:259 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:343 #: ipaclient/remote_plugins/2_156/host.py:94 #: ipaclient/remote_plugins/2_156/host.py:304 #: ipaclient/remote_plugins/2_156/host.py:1045 #: ipaclient/remote_plugins/2_156/host.py:1322 #: ipaclient/remote_plugins/2_156/hostgroup.py:64 #: ipaclient/remote_plugins/2_156/hostgroup.py:143 #: ipaclient/remote_plugins/2_156/hostgroup.py:332 #: ipaclient/remote_plugins/2_156/hostgroup.py:513 #: ipaclient/remote_plugins/2_156/netgroup.py:57 #: ipaclient/remote_plugins/2_156/netgroup.py:144 #: ipaclient/remote_plugins/2_156/netgroup.py:386 #: ipaclient/remote_plugins/2_156/netgroup.py:615 #: ipaclient/remote_plugins/2_156/privilege.py:54 #: ipaclient/remote_plugins/2_156/privilege.py:86 #: ipaclient/remote_plugins/2_156/privilege.py:322 #: ipaclient/remote_plugins/2_156/privilege.py:405 #: ipaclient/remote_plugins/2_156/radiusproxy.py:60 #: ipaclient/remote_plugins/2_156/radiusproxy.py:111 #: ipaclient/remote_plugins/2_156/radiusproxy.py:254 #: ipaclient/remote_plugins/2_156/radiusproxy.py:368 #: ipaclient/remote_plugins/2_156/role.py:68 #: ipaclient/remote_plugins/2_156/role.py:120 #: ipaclient/remote_plugins/2_156/role.py:390 #: ipaclient/remote_plugins/2_156/role.py:473 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:100 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:174 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:522 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:639 #: ipaclient/remote_plugins/2_156/sudocmd.py:47 #: ipaclient/remote_plugins/2_156/sudocmd.py:74 #: ipaclient/remote_plugins/2_156/sudocmd.py:188 #: ipaclient/remote_plugins/2_156/sudocmd.py:271 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:56 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:94 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:271 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:355 #: ipaclient/remote_plugins/2_156/sudorule.py:82 #: ipaclient/remote_plugins/2_156/sudorule.py:242 #: ipaclient/remote_plugins/2_156/sudorule.py:942 #: ipaclient/remote_plugins/2_156/sudorule.py:1105 #: ipaclient/remote_plugins/2_156/vault.py:184 #: ipaclient/remote_plugins/2_156/vault.py:349 #: ipaclient/remote_plugins/2_156/vault.py:777 #: ipaclient/remote_plugins/2_156/vault.py:902 #: ipaclient/remote_plugins/2_156/otptoken.py:62 #: ipaclient/remote_plugins/2_156/otptoken.py:178 #: ipaclient/remote_plugins/2_156/otptoken.py:481 #: ipaclient/remote_plugins/2_156/otptoken.py:655 #: ipaclient/remote_plugins/2_156/idviews.py:43 #: ipaclient/remote_plugins/2_156/idviews.py:70 #: ipaclient/remote_plugins/2_156/idviews.py:129 #: ipaclient/remote_plugins/2_156/idviews.py:155 #: ipaclient/remote_plugins/2_156/idviews.py:301 #: ipaclient/remote_plugins/2_156/idviews.py:403 #: ipaclient/remote_plugins/2_156/idviews.py:576 #: ipaclient/remote_plugins/2_156/idviews.py:758 #: ipaclient/remote_plugins/2_156/idviews.py:888 #: ipaclient/remote_plugins/2_156/idviews.py:1092 #: ipaclient/remote_plugins/2_156/idviews.py:1251 #: ipaclient/remote_plugins/2_156/idviews.py:1326 #: ipaclient/remote_plugins/2_164/automember.py:126 #: ipaclient/remote_plugins/2_164/automember.py:155 #: ipaclient/remote_plugins/2_164/automember.py:226 #: ipaclient/remote_plugins/2_164/automember.py:306 #: ipaclient/remote_plugins/2_164/automember.py:355 #: ipaclient/remote_plugins/2_164/automember.py:496 #: ipaclient/remote_plugins/2_164/automember.py:559 #: ipaclient/remote_plugins/2_164/automember.py:709 #: ipaclient/remote_plugins/2_164/automount.py:167 #: ipaclient/remote_plugins/2_164/automount.py:828 #: ipaclient/remote_plugins/2_164/automount.py:898 #: ipaclient/remote_plugins/2_164/automount.py:1031 #: ipaclient/remote_plugins/2_164/automount.py:1113 #: ipaclient/remote_plugins/2_164/caacl.py:66 #: ipaclient/remote_plugins/2_164/caacl.py:146 #: ipaclient/remote_plugins/2_164/caacl.py:617 #: ipaclient/remote_plugins/2_164/caacl.py:737 #: ipaclient/remote_plugins/2_164/group.py:113 #: ipaclient/remote_plugins/2_164/group.py:212 #: ipaclient/remote_plugins/2_164/group.py:457 #: ipaclient/remote_plugins/2_164/group.py:684 #: ipaclient/remote_plugins/2_164/hbacrule.py:109 #: ipaclient/remote_plugins/2_164/hbacrule.py:219 #: ipaclient/remote_plugins/2_164/hbacrule.py:735 #: ipaclient/remote_plugins/2_164/hbacrule.py:882 #: ipaclient/remote_plugins/2_164/hbacsvc.py:56 #: ipaclient/remote_plugins/2_164/hbacsvc.py:85 #: ipaclient/remote_plugins/2_164/hbacsvc.py:203 #: ipaclient/remote_plugins/2_164/hbacsvc.py:288 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:54 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:82 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:259 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:343 #: ipaclient/remote_plugins/2_164/host.py:94 #: ipaclient/remote_plugins/2_164/host.py:304 #: ipaclient/remote_plugins/2_164/host.py:1045 #: ipaclient/remote_plugins/2_164/host.py:1322 #: ipaclient/remote_plugins/2_164/hostgroup.py:64 #: ipaclient/remote_plugins/2_164/hostgroup.py:143 #: ipaclient/remote_plugins/2_164/hostgroup.py:332 #: ipaclient/remote_plugins/2_164/hostgroup.py:513 #: ipaclient/remote_plugins/2_164/netgroup.py:57 #: ipaclient/remote_plugins/2_164/netgroup.py:144 #: ipaclient/remote_plugins/2_164/netgroup.py:386 #: ipaclient/remote_plugins/2_164/netgroup.py:615 #: ipaclient/remote_plugins/2_164/privilege.py:54 #: ipaclient/remote_plugins/2_164/privilege.py:86 #: ipaclient/remote_plugins/2_164/privilege.py:322 #: ipaclient/remote_plugins/2_164/privilege.py:405 #: ipaclient/remote_plugins/2_164/radiusproxy.py:60 #: ipaclient/remote_plugins/2_164/radiusproxy.py:111 #: ipaclient/remote_plugins/2_164/radiusproxy.py:254 #: ipaclient/remote_plugins/2_164/radiusproxy.py:368 #: ipaclient/remote_plugins/2_164/role.py:68 #: ipaclient/remote_plugins/2_164/role.py:120 #: ipaclient/remote_plugins/2_164/role.py:390 #: ipaclient/remote_plugins/2_164/role.py:473 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:100 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:174 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:522 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:639 #: ipaclient/remote_plugins/2_164/sudocmd.py:47 #: ipaclient/remote_plugins/2_164/sudocmd.py:74 #: ipaclient/remote_plugins/2_164/sudocmd.py:188 #: ipaclient/remote_plugins/2_164/sudocmd.py:271 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:56 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:94 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:271 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:355 #: ipaclient/remote_plugins/2_164/sudorule.py:82 #: ipaclient/remote_plugins/2_164/sudorule.py:242 #: ipaclient/remote_plugins/2_164/sudorule.py:942 #: ipaclient/remote_plugins/2_164/sudorule.py:1105 #: ipaclient/remote_plugins/2_164/vault.py:184 #: ipaclient/remote_plugins/2_164/vault.py:349 #: ipaclient/remote_plugins/2_164/vault.py:777 #: ipaclient/remote_plugins/2_164/vault.py:902 #: ipaclient/remote_plugins/2_164/otptoken.py:62 #: ipaclient/remote_plugins/2_164/otptoken.py:178 #: ipaclient/remote_plugins/2_164/otptoken.py:481 #: ipaclient/remote_plugins/2_164/otptoken.py:655 #: ipaclient/remote_plugins/2_164/idviews.py:43 #: ipaclient/remote_plugins/2_164/idviews.py:70 #: ipaclient/remote_plugins/2_164/idviews.py:129 #: ipaclient/remote_plugins/2_164/idviews.py:155 #: ipaclient/remote_plugins/2_164/idviews.py:301 #: ipaclient/remote_plugins/2_164/idviews.py:403 #: ipaclient/remote_plugins/2_164/idviews.py:576 #: ipaclient/remote_plugins/2_164/idviews.py:758 #: ipaclient/remote_plugins/2_164/idviews.py:888 #: ipaclient/remote_plugins/2_164/idviews.py:1092 #: ipaclient/remote_plugins/2_164/idviews.py:1251 #: ipaclient/remote_plugins/2_164/idviews.py:1326 #: ipaclient/remote_plugins/2_49/automember.py:112 #: ipaclient/remote_plugins/2_49/automember.py:141 #: ipaclient/remote_plugins/2_49/automember.py:213 #: ipaclient/remote_plugins/2_49/automember.py:294 #: ipaclient/remote_plugins/2_49/automember.py:344 #: ipaclient/remote_plugins/2_49/automember.py:489 #: ipaclient/remote_plugins/2_49/automember.py:552 #: ipaclient/remote_plugins/2_49/automember.py:638 #: ipaclient/remote_plugins/2_49/automount.py:167 #: ipaclient/remote_plugins/2_49/automount.py:824 #: ipaclient/remote_plugins/2_49/automount.py:894 #: ipaclient/remote_plugins/2_49/automount.py:1028 #: ipaclient/remote_plugins/2_49/automount.py:1109 #: ipaclient/remote_plugins/2_49/group.py:112 #: ipaclient/remote_plugins/2_49/group.py:210 #: ipaclient/remote_plugins/2_49/group.py:443 #: ipaclient/remote_plugins/2_49/group.py:645 #: ipaclient/remote_plugins/2_49/hbacrule.py:111 #: ipaclient/remote_plugins/2_49/hbacrule.py:225 #: ipaclient/remote_plugins/2_49/hbacrule.py:697 #: ipaclient/remote_plugins/2_49/hbacrule.py:827 #: ipaclient/remote_plugins/2_49/hbacsvc.py:56 #: ipaclient/remote_plugins/2_49/hbacsvc.py:85 #: ipaclient/remote_plugins/2_49/hbacsvc.py:199 #: ipaclient/remote_plugins/2_49/hbacsvc.py:277 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:57 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:84 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:250 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:327 #: ipaclient/remote_plugins/2_49/host.py:90 #: ipaclient/remote_plugins/2_49/host.py:243 #: ipaclient/remote_plugins/2_49/host.py:525 #: ipaclient/remote_plugins/2_49/host.py:780 #: ipaclient/remote_plugins/2_49/hostgroup.py:63 #: ipaclient/remote_plugins/2_49/hostgroup.py:141 #: ipaclient/remote_plugins/2_49/hostgroup.py:319 #: ipaclient/remote_plugins/2_49/hostgroup.py:493 #: ipaclient/remote_plugins/2_49/netgroup.py:56 #: ipaclient/remote_plugins/2_49/netgroup.py:142 #: ipaclient/remote_plugins/2_49/netgroup.py:373 #: ipaclient/remote_plugins/2_49/netgroup.py:595 #: ipaclient/remote_plugins/2_49/privilege.py:53 #: ipaclient/remote_plugins/2_49/privilege.py:84 #: ipaclient/remote_plugins/2_49/privilege.py:302 #: ipaclient/remote_plugins/2_49/privilege.py:378 #: ipaclient/remote_plugins/2_49/role.py:67 #: ipaclient/remote_plugins/2_49/role.py:113 #: ipaclient/remote_plugins/2_49/role.py:356 #: ipaclient/remote_plugins/2_49/role.py:432 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:100 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:174 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:502 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:612 #: ipaclient/remote_plugins/2_49/sudocmd.py:47 #: ipaclient/remote_plugins/2_49/sudocmd.py:74 #: ipaclient/remote_plugins/2_49/sudocmd.py:184 #: ipaclient/remote_plugins/2_49/sudocmd.py:260 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:55 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:92 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:258 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:335 #: ipaclient/remote_plugins/2_49/sudorule.py:63 #: ipaclient/remote_plugins/2_49/sudorule.py:212 #: ipaclient/remote_plugins/2_49/sudorule.py:826 #: ipaclient/remote_plugins/2_49/sudorule.py:982 msgid "Description" msgstr "Описание" #: ipaserver/plugins/sudocmd.py:123 #: ipaclient/remote_plugins/2_114/sudocmd.py:48 #: ipaclient/remote_plugins/2_114/sudocmd.py:75 #: ipaclient/remote_plugins/2_114/sudocmd.py:189 #: ipaclient/remote_plugins/2_114/sudocmd.py:272 #: ipaclient/remote_plugins/2_156/sudocmd.py:48 #: ipaclient/remote_plugins/2_156/sudocmd.py:75 #: ipaclient/remote_plugins/2_156/sudocmd.py:189 #: ipaclient/remote_plugins/2_156/sudocmd.py:272 #: ipaclient/remote_plugins/2_164/sudocmd.py:48 #: ipaclient/remote_plugins/2_164/sudocmd.py:75 #: ipaclient/remote_plugins/2_164/sudocmd.py:189 #: ipaclient/remote_plugins/2_164/sudocmd.py:272 #: ipaclient/remote_plugins/2_49/sudocmd.py:48 #: ipaclient/remote_plugins/2_49/sudocmd.py:75 #: ipaclient/remote_plugins/2_49/sudocmd.py:185 #: ipaclient/remote_plugins/2_49/sudocmd.py:261 msgid "A description of this command" msgstr "Описание этой команды" #: ipaserver/plugins/sudocmd.py:146 #: ipaclient/remote_plugins/2_114/sudocmd.py:60 #: ipaclient/remote_plugins/2_156/sudocmd.py:60 #: ipaclient/remote_plugins/2_164/sudocmd.py:60 #: ipaclient/remote_plugins/2_49/sudocmd.py:60 msgid "Create new Sudo Command." msgstr "Создать новую команду Sudo." #: ipaserver/plugins/sudocmd.py:148 #, python-format msgid "Added Sudo Command \"%(value)s\"" msgstr "Добавлена команда Sudo \"%(value)s\"" #: ipaserver/plugins/sudocmd.py:153 #: ipaclient/remote_plugins/2_114/sudocmd.py:131 #: ipaclient/remote_plugins/2_156/sudocmd.py:131 #: ipaclient/remote_plugins/2_164/sudocmd.py:131 #: ipaclient/remote_plugins/2_49/sudocmd.py:125 msgid "Delete Sudo Command." msgstr "Удалить команду Sudo." #: ipaserver/plugins/sudocmd.py:155 #, python-format msgid "Deleted Sudo Command \"%(value)s\"" msgstr "Удалена команда Sudo \"%(value)s\"" #: ipaserver/plugins/sudocmd.py:186 #: ipaclient/remote_plugins/2_114/sudocmd.py:257 #: ipaclient/remote_plugins/2_156/sudocmd.py:257 #: ipaclient/remote_plugins/2_164/sudocmd.py:257 #: ipaclient/remote_plugins/2_49/sudocmd.py:246 msgid "Modify Sudo Command." msgstr "Изменить команду Sudo." #: ipaserver/plugins/sudocmd.py:188 #, python-format msgid "Modified Sudo Command \"%(value)s\"" msgstr "Изменена команда Sudo \"%(value)s\"" #: ipaserver/plugins/sudocmd.py:193 #: ipaclient/remote_plugins/2_114/sudocmd.py:168 #: ipaclient/remote_plugins/2_156/sudocmd.py:168 #: ipaclient/remote_plugins/2_164/sudocmd.py:168 #: ipaclient/remote_plugins/2_49/sudocmd.py:164 msgid "Search for Sudo Commands." msgstr "Поиск команд Sudo." #: ipaserver/plugins/sudocmd.py:196 #, python-format msgid "%(count)d Sudo Command matched" msgid_plural "%(count)d Sudo Commands matched" msgstr[0] "установлено соответствие %(count)d команды Sudo" msgstr[1] "установлено соответствие %(count)d команд Sudo" msgstr[2] "установлено соответствие %(count)d команд Sudo" #: ipaserver/plugins/sudocmd.py:202 #: ipaclient/remote_plugins/2_114/sudocmd.py:342 #: ipaclient/remote_plugins/2_156/sudocmd.py:342 #: ipaclient/remote_plugins/2_164/sudocmd.py:342 #: ipaclient/remote_plugins/2_49/sudocmd.py:325 msgid "Display Sudo Command." msgstr "Показать команду Sudo." #: ipaserver/plugins/hbacsvc.py:28 msgid "" "\n" "HBAC Services\n" "\n" "The PAM services that HBAC can control access to. The name used here\n" "must match the service name that PAM is evaluating.\n" "\n" "EXAMPLES:\n" "\n" " Add a new HBAC service:\n" " ipa hbacsvc-add tftp\n" "\n" " Modify an existing HBAC service:\n" " ipa hbacsvc-mod --desc=\"TFTP service\" tftp\n" "\n" " Search for HBAC services. This example will return two results, the FTP\n" " service and the newly-added tftp service:\n" " ipa hbacsvc-find ftp\n" "\n" " Delete an HBAC service:\n" " ipa hbacsvc-del tftp\n" "\n" msgstr "" "\n" "Службы HBAC\n" "\n" "Службы PAM, доступом к которым управляет HBAC. Используемое здесь имя должно " "соответствовать имени службы, которую оценивает PAM.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новую службу HBAC:\n" " ipa hbacsvc-add tftp\n" "\n" " Изменить существующую службу HBAC:\n" " ipa hbacsvc-mod --desc=\"TFTP service\" tftp\n" "\n" " Поиск служб HBAC. В этом примере будут возвращены два результата, служба " "FTP\n" " и добавленная выше служба tftp:\n" " ipa hbacsvc-find ftp\n" "\n" " Удалить службу HBAC:\n" " ipa hbacsvc-del tftp\n" #: ipaserver/plugins/hbacsvc.py:61 ipaserver/plugins/hbacsvc.py:102 #: ipaclient/remote_plugins/2_114/hbacsvc.py:51 #: ipaclient/remote_plugins/2_114/hbacsvc.py:76 #: ipaclient/remote_plugins/2_114/hbacsvc.py:150 #: ipaclient/remote_plugins/2_114/hbacsvc.py:196 #: ipaclient/remote_plugins/2_114/hbacsvc.py:279 #: ipaclient/remote_plugins/2_114/hbacsvc.py:366 #: ipaclient/remote_plugins/2_156/hbacsvc.py:51 #: ipaclient/remote_plugins/2_156/hbacsvc.py:76 #: ipaclient/remote_plugins/2_156/hbacsvc.py:150 #: ipaclient/remote_plugins/2_156/hbacsvc.py:196 #: ipaclient/remote_plugins/2_156/hbacsvc.py:279 #: ipaclient/remote_plugins/2_156/hbacsvc.py:366 #: ipaclient/remote_plugins/2_164/hbacsvc.py:51 #: ipaclient/remote_plugins/2_164/hbacsvc.py:76 #: ipaclient/remote_plugins/2_164/hbacsvc.py:150 #: ipaclient/remote_plugins/2_164/hbacsvc.py:196 #: ipaclient/remote_plugins/2_164/hbacsvc.py:279 #: ipaclient/remote_plugins/2_164/hbacsvc.py:366 #: ipaclient/remote_plugins/2_49/hbacsvc.py:51 #: ipaclient/remote_plugins/2_49/hbacsvc.py:76 #: ipaclient/remote_plugins/2_49/hbacsvc.py:144 #: ipaclient/remote_plugins/2_49/hbacsvc.py:192 #: ipaclient/remote_plugins/2_49/hbacsvc.py:268 #: ipaclient/remote_plugins/2_49/hbacsvc.py:349 msgid "HBAC service" msgstr "Служба HBAC" #: ipaserver/plugins/hbacsvc.py:62 msgid "HBAC services" msgstr "cлужбы HBAC" #: ipaserver/plugins/hbacsvc.py:95 msgid "HBAC Services" msgstr "Cлужбы HBAC" #: ipaserver/plugins/hbacsvc.py:96 msgid "HBAC Service" msgstr "Cлужба HBAC" #: ipaserver/plugins/hbacsvc.py:101 #: ipaclient/remote_plugins/2_114/hbacsvc.py:50 #: ipaclient/remote_plugins/2_114/hbacsvc.py:75 #: ipaclient/remote_plugins/2_114/hbacsvc.py:149 #: ipaclient/remote_plugins/2_114/hbacsvc.py:195 #: ipaclient/remote_plugins/2_114/hbacsvc.py:278 #: ipaclient/remote_plugins/2_114/hbacsvc.py:365 #: ipaclient/remote_plugins/2_156/hbacsvc.py:50 #: ipaclient/remote_plugins/2_156/hbacsvc.py:75 #: ipaclient/remote_plugins/2_156/hbacsvc.py:149 #: ipaclient/remote_plugins/2_156/hbacsvc.py:195 #: ipaclient/remote_plugins/2_156/hbacsvc.py:278 #: ipaclient/remote_plugins/2_156/hbacsvc.py:365 #: ipaclient/remote_plugins/2_164/hbacsvc.py:50 #: ipaclient/remote_plugins/2_164/hbacsvc.py:75 #: ipaclient/remote_plugins/2_164/hbacsvc.py:149 #: ipaclient/remote_plugins/2_164/hbacsvc.py:195 #: ipaclient/remote_plugins/2_164/hbacsvc.py:278 #: ipaclient/remote_plugins/2_164/hbacsvc.py:365 #: ipaclient/remote_plugins/2_49/hbacsvc.py:50 #: ipaclient/remote_plugins/2_49/hbacsvc.py:75 #: ipaclient/remote_plugins/2_49/hbacsvc.py:143 #: ipaclient/remote_plugins/2_49/hbacsvc.py:191 #: ipaclient/remote_plugins/2_49/hbacsvc.py:267 #: ipaclient/remote_plugins/2_49/hbacsvc.py:348 msgid "Service name" msgstr "Имя службы" #: ipaserver/plugins/hbacsvc.py:109 #: ipaclient/remote_plugins/2_114/hbacsvc.py:57 #: ipaclient/remote_plugins/2_114/hbacsvc.py:86 #: ipaclient/remote_plugins/2_114/hbacsvc.py:204 #: ipaclient/remote_plugins/2_114/hbacsvc.py:289 #: ipaclient/remote_plugins/2_156/hbacsvc.py:57 #: ipaclient/remote_plugins/2_156/hbacsvc.py:86 #: ipaclient/remote_plugins/2_156/hbacsvc.py:204 #: ipaclient/remote_plugins/2_156/hbacsvc.py:289 #: ipaclient/remote_plugins/2_164/hbacsvc.py:57 #: ipaclient/remote_plugins/2_164/hbacsvc.py:86 #: ipaclient/remote_plugins/2_164/hbacsvc.py:204 #: ipaclient/remote_plugins/2_164/hbacsvc.py:289 #: ipaclient/remote_plugins/2_49/hbacsvc.py:57 #: ipaclient/remote_plugins/2_49/hbacsvc.py:86 #: ipaclient/remote_plugins/2_49/hbacsvc.py:200 #: ipaclient/remote_plugins/2_49/hbacsvc.py:278 msgid "HBAC service description" msgstr "Описание службы HBAC" #: ipaserver/plugins/hbacsvc.py:117 #: ipaclient/remote_plugins/2_114/hbacsvc.py:69 #: ipaclient/remote_plugins/2_156/hbacsvc.py:69 #: ipaclient/remote_plugins/2_164/hbacsvc.py:69 #: ipaclient/remote_plugins/2_49/hbacsvc.py:69 msgid "Add a new HBAC service." msgstr "Добавить новую службу HBAC." #: ipaserver/plugins/hbacsvc.py:119 #, python-format msgid "Added HBAC service \"%(value)s\"" msgstr "Добавлена служба HBAC \"%(value)s\"" #: ipaserver/plugins/hbacsvc.py:125 #: ipaclient/remote_plugins/2_114/hbacsvc.py:142 #: ipaclient/remote_plugins/2_156/hbacsvc.py:142 #: ipaclient/remote_plugins/2_164/hbacsvc.py:142 #: ipaclient/remote_plugins/2_49/hbacsvc.py:136 msgid "Delete an existing HBAC service." msgstr "Удалить существующую службу HBAC." #: ipaserver/plugins/hbacsvc.py:127 #, python-format msgid "Deleted HBAC service \"%(value)s\"" msgstr "Удалена служба HBAC \"%(value)s\"" #: ipaserver/plugins/hbacsvc.py:133 #: ipaclient/remote_plugins/2_114/hbacsvc.py:272 #: ipaclient/remote_plugins/2_156/hbacsvc.py:272 #: ipaclient/remote_plugins/2_164/hbacsvc.py:272 #: ipaclient/remote_plugins/2_49/hbacsvc.py:261 msgid "Modify an HBAC service." msgstr "Изменить службу HBAC." #: ipaserver/plugins/hbacsvc.py:135 #, python-format msgid "Modified HBAC service \"%(value)s\"" msgstr "Изменена служба HBAC \"%(value)s\"" #: ipaserver/plugins/hbacsvc.py:141 #: ipaclient/remote_plugins/2_114/hbacsvc.py:181 #: ipaclient/remote_plugins/2_156/hbacsvc.py:181 #: ipaclient/remote_plugins/2_164/hbacsvc.py:181 #: ipaclient/remote_plugins/2_49/hbacsvc.py:177 msgid "Search for HBAC services." msgstr "Поиск служб HBAC." #: ipaserver/plugins/hbacsvc.py:144 #, python-format msgid "%(count)d HBAC service matched" msgid_plural "%(count)d HBAC services matched" msgstr[0] "установлено соответствие %(count)d службы HBAC" msgstr[1] "установлено соответствие %(count)d служб HBAC" msgstr[2] "установлено соответствие %(count)d служб HBAC" #: ipaserver/plugins/hbacsvc.py:151 #: ipaclient/remote_plugins/2_114/hbacsvc.py:359 #: ipaclient/remote_plugins/2_156/hbacsvc.py:359 #: ipaclient/remote_plugins/2_164/hbacsvc.py:359 #: ipaclient/remote_plugins/2_49/hbacsvc.py:342 msgid "Display information about an HBAC service." msgstr "Показать сведения о службе HBAC." #: ipaserver/plugins/otpconfig.py:24 #: ipaclient/remote_plugins/2_114/otpconfig.py:19 #: ipaclient/remote_plugins/2_156/otpconfig.py:19 #: ipaclient/remote_plugins/2_164/otpconfig.py:19 msgid "" "\n" "OTP configuration\n" "\n" "Manage the default values that IPA uses for OTP tokens.\n" "\n" "EXAMPLES:\n" "\n" " Show basic OTP configuration:\n" " ipa otpconfig-show\n" "\n" " Show all OTP configuration options:\n" " ipa otpconfig-show --all\n" "\n" " Change maximum TOTP authentication window to 10 minutes:\n" " ipa otpconfig-mod --totp-auth-window=600\n" "\n" " Change maximum TOTP synchronization window to 12 hours:\n" " ipa otpconfig-mod --totp-sync-window=43200\n" "\n" " Change maximum HOTP authentication window to 5:\n" " ipa hotpconfig-mod --hotp-auth-window=5\n" "\n" " Change maximum HOTP synchronization window to 50:\n" " ipa hotpconfig-mod --hotp-sync-window=50\n" msgstr "" "\n" "Конфигурация одноразового пароля (OTP)\n" "\n" "Управление значениями по умолчанию, которые используются для токенов OTP в " "IPA.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Показать базовую конфигурацию OTP:\n" " ipa otpconfig-show\n" "\n" " Показать все параметры конфигурации OTP:\n" " ipa otpconfig-show --all\n" "\n" " Изменить максимальную продолжительность окна TOTP-аутентификации на 10 " "минут:\n" " ipa otpconfig-mod --totp-auth-window=600\n" "\n" " Изменить максимальную продолжительность окна TOTP-синхронизации на 12 " "часов:\n" " ipa otpconfig-mod --totp-sync-window=43200\n" "\n" " Изменить максимальную продолжительность окна HOTP-аутентификации на 5:\n" " ipa hotpconfig-mod --hotp-auth-window=5\n" "\n" " Изменить максимальную продолжительность окна HOTP-синхронизации на 50:\n" " ipa hotpconfig-mod --hotp-sync-window=50\n" #: ipaserver/plugins/otpconfig.py:57 msgid "OTP configuration options" msgstr "Параметры конфигурации OTP" #: ipaserver/plugins/otpconfig.py:80 ipaserver/plugins/otpconfig.py:81 msgid "OTP Configuration" msgstr "Конфигурация OTP" #: ipaserver/plugins/otpconfig.py:86 #: ipaclient/remote_plugins/2_114/otpconfig.py:53 #: ipaclient/remote_plugins/2_114/otpconfig.py:83 #: ipaclient/remote_plugins/2_156/otpconfig.py:53 #: ipaclient/remote_plugins/2_156/otpconfig.py:83 #: ipaclient/remote_plugins/2_164/otpconfig.py:53 #: ipaclient/remote_plugins/2_164/otpconfig.py:83 msgid "TOTP authentication Window" msgstr "Окно TOTP-аутентификации" #: ipaserver/plugins/otpconfig.py:87 #: ipaclient/remote_plugins/2_114/otpconfig.py:54 #: ipaclient/remote_plugins/2_114/otpconfig.py:84 #: ipaclient/remote_plugins/2_156/otpconfig.py:54 #: ipaclient/remote_plugins/2_156/otpconfig.py:84 #: ipaclient/remote_plugins/2_164/otpconfig.py:54 #: ipaclient/remote_plugins/2_164/otpconfig.py:84 msgid "TOTP authentication time variance (seconds)" msgstr "Отклонение по времени TOTP-аутентификации (в секундах)" #: ipaserver/plugins/otpconfig.py:92 #: ipaclient/remote_plugins/2_114/otpconfig.py:58 #: ipaclient/remote_plugins/2_114/otpconfig.py:90 #: ipaclient/remote_plugins/2_156/otpconfig.py:58 #: ipaclient/remote_plugins/2_156/otpconfig.py:90 #: ipaclient/remote_plugins/2_164/otpconfig.py:58 #: ipaclient/remote_plugins/2_164/otpconfig.py:90 msgid "TOTP Synchronization Window" msgstr "Окно TOTP-синхронизации" #: ipaserver/plugins/otpconfig.py:93 #: ipaclient/remote_plugins/2_114/otpconfig.py:59 #: ipaclient/remote_plugins/2_114/otpconfig.py:91 #: ipaclient/remote_plugins/2_156/otpconfig.py:59 #: ipaclient/remote_plugins/2_156/otpconfig.py:91 #: ipaclient/remote_plugins/2_164/otpconfig.py:59 #: ipaclient/remote_plugins/2_164/otpconfig.py:91 msgid "TOTP synchronization time variance (seconds)" msgstr "Отклонение по времени TOTP-синхронизации (в секундах)" #: ipaserver/plugins/otpconfig.py:98 #: ipaclient/remote_plugins/2_114/otpconfig.py:63 #: ipaclient/remote_plugins/2_114/otpconfig.py:97 #: ipaclient/remote_plugins/2_156/otpconfig.py:63 #: ipaclient/remote_plugins/2_156/otpconfig.py:97 #: ipaclient/remote_plugins/2_164/otpconfig.py:63 #: ipaclient/remote_plugins/2_164/otpconfig.py:97 msgid "HOTP Authentication Window" msgstr "Окно HOTP-аутентификации" #: ipaserver/plugins/otpconfig.py:99 #: ipaclient/remote_plugins/2_114/otpconfig.py:64 #: ipaclient/remote_plugins/2_114/otpconfig.py:98 #: ipaclient/remote_plugins/2_156/otpconfig.py:64 #: ipaclient/remote_plugins/2_156/otpconfig.py:98 #: ipaclient/remote_plugins/2_164/otpconfig.py:64 #: ipaclient/remote_plugins/2_164/otpconfig.py:98 msgid "HOTP authentication skip-ahead" msgstr "Пропустить HOTP-аутентификацию и перейти далее" #: ipaserver/plugins/otpconfig.py:104 #: ipaclient/remote_plugins/2_114/otpconfig.py:68 #: ipaclient/remote_plugins/2_114/otpconfig.py:104 #: ipaclient/remote_plugins/2_156/otpconfig.py:68 #: ipaclient/remote_plugins/2_156/otpconfig.py:104 #: ipaclient/remote_plugins/2_164/otpconfig.py:68 #: ipaclient/remote_plugins/2_164/otpconfig.py:104 msgid "HOTP Synchronization Window" msgstr "Окно HOTP-синхронизации" #: ipaserver/plugins/otpconfig.py:105 #: ipaclient/remote_plugins/2_114/otpconfig.py:69 #: ipaclient/remote_plugins/2_114/otpconfig.py:105 #: ipaclient/remote_plugins/2_156/otpconfig.py:69 #: ipaclient/remote_plugins/2_156/otpconfig.py:105 #: ipaclient/remote_plugins/2_164/otpconfig.py:69 #: ipaclient/remote_plugins/2_164/otpconfig.py:105 msgid "HOTP synchronization skip-ahead" msgstr "Пропустить HOTP-синхронизацию и перейти далее" #: ipaserver/plugins/otpconfig.py:116 #: ipaclient/remote_plugins/2_114/otpconfig.py:76 #: ipaclient/remote_plugins/2_156/otpconfig.py:76 #: ipaclient/remote_plugins/2_164/otpconfig.py:76 msgid "Modify OTP configuration options." msgstr "Изменить параметры конфигурации OTP." #: ipaserver/plugins/otpconfig.py:121 #: ipaclient/remote_plugins/2_114/otpconfig.py:168 #: ipaclient/remote_plugins/2_156/otpconfig.py:168 #: ipaclient/remote_plugins/2_164/otpconfig.py:168 msgid "Show the current OTP configuration." msgstr "Показать текущую конфигурацию OTP." #: ipaserver/plugins/user.py:76 ipaclient/remote_plugins/2_114/user.py:19 #: ipaclient/remote_plugins/2_156/user.py:19 #: ipaclient/remote_plugins/2_164/user.py:19 #: ipaclient/remote_plugins/2_49/user.py:19 msgid "" "\n" "Users\n" "\n" "Manage user entries. All users are POSIX users.\n" "\n" "IPA supports a wide range of username formats, but you need to be aware of " "any\n" "restrictions that may apply to your particular environment. For example,\n" "usernames that start with a digit or usernames that exceed a certain length\n" "may cause problems for some UNIX systems.\n" "Use 'ipa config-mod' to change the username format allowed by IPA tools.\n" "\n" "Disabling a user account prevents that user from obtaining new Kerberos\n" "credentials. It does not invalidate any credentials that have already\n" "been issued.\n" "\n" "Password management is not a part of this module. For more information\n" "about this topic please see: ipa help passwd\n" "\n" "Account lockout on password failure happens per IPA master. The user-status\n" "command can be used to identify which master the user is locked out on.\n" "It is on that master the administrator must unlock the user.\n" "\n" "EXAMPLES:\n" "\n" " Add a new user:\n" " ipa user-add --first=Tim --last=User --password tuser1\n" "\n" " Find all users whose entries include the string \"Tim\":\n" " ipa user-find Tim\n" "\n" " Find all users with \"Tim\" as the first name:\n" " ipa user-find --first=Tim\n" "\n" " Disable a user account:\n" " ipa user-disable tuser1\n" "\n" " Enable a user account:\n" " ipa user-enable tuser1\n" "\n" " Delete a user:\n" " ipa user-del tuser1\n" msgstr "" "\n" "Пользователи\n" "\n" "Управление записями пользователей. Все пользователи являются POSIX-" "пользователями.\n" "\n" "IPA поддерживает широкий спектр форматов имён пользователей, но следует " "учитывать те ограничения, которые могут существовать в конкретной среде. " "Например, имена пользователей, которые начинаются с цифры или превышают " "определённую длину, могут привести к проблемам в некоторых системах UNIX.\n" "Используйте команду \"ipa config-mod\" для изменения формата имени " "пользователя, разрешённого средствами IPA.\n" "\n" "Отключение учётной записи пользователя сделает невозможным получение таким " "пользователем новых учётных данных Kerberos. Это не сделает " "недействительными те учётные данные, которые уже были предоставлены.\n" "\n" "Управление паролями не входит в этот модуль. Дополнительные сведения можно " "получить с помощью команды ipa help passwd\n" "\n" "Блокировка учётной записи при ошибке пароля выполняется на одном из главных " "IPA-серверов. Чтобы определить, на каком главном сервере заблокирован " "пользователь, можно использовать команду user-status.\n" "На этом главном сервере администратор должен разблокировать пользователя:\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить нового пользователя:\n" " ipa user-add --first=Tim --last=User --password tuser1\n" "\n" " Найти всех пользователей, записи которых содержат строку \"Tim\":\n" " ipa user-find Tim\n" "\n" " Найти всех пользователей, в записях \"Tim\" является именем:\n" " ipa user-find --first=Tim\n" "\n" " Отключить учётную запись пользователя:\n" " ipa user-disable tuser1\n" "\n" " Включить учётную запись пользователя:\n" " ipa user-enable tuser1\n" "\n" " Удалить пользователя:\n" " ipa user-del tuser1\n" #: ipaserver/plugins/user.py:142 ipaserver/plugins/group.py:168 #: ipaserver/plugins/group.py:367 ipaserver/plugins/group.py:618 #: ipaclient/remote_plugins/2_114/group.py:553 #: ipaclient/remote_plugins/2_114/group.py:561 #: ipaclient/remote_plugins/2_114/group.py:569 #: ipaclient/remote_plugins/2_114/group.py:577 #: ipaclient/remote_plugins/2_114/netgroup.py:516 #: ipaclient/remote_plugins/2_114/netgroup.py:524 #: ipaclient/remote_plugins/2_114/user.py:1038 #: ipaclient/remote_plugins/2_114/user.py:1046 #: ipaclient/remote_plugins/2_156/group.py:553 #: ipaclient/remote_plugins/2_156/group.py:561 #: ipaclient/remote_plugins/2_156/group.py:569 #: ipaclient/remote_plugins/2_156/group.py:577 #: ipaclient/remote_plugins/2_156/netgroup.py:516 #: ipaclient/remote_plugins/2_156/netgroup.py:524 #: ipaclient/remote_plugins/2_156/stageuser.py:1024 #: ipaclient/remote_plugins/2_156/stageuser.py:1032 #: ipaclient/remote_plugins/2_156/user.py:1138 #: ipaclient/remote_plugins/2_156/user.py:1146 #: ipaclient/remote_plugins/2_164/group.py:553 #: ipaclient/remote_plugins/2_164/group.py:561 #: ipaclient/remote_plugins/2_164/group.py:569 #: ipaclient/remote_plugins/2_164/group.py:577 #: ipaclient/remote_plugins/2_164/netgroup.py:516 #: ipaclient/remote_plugins/2_164/netgroup.py:524 #: ipaclient/remote_plugins/2_164/stageuser.py:1086 #: ipaclient/remote_plugins/2_164/stageuser.py:1094 #: ipaclient/remote_plugins/2_164/user.py:1200 #: ipaclient/remote_plugins/2_164/user.py:1208 #: ipaclient/remote_plugins/2_49/group.py:514 #: ipaclient/remote_plugins/2_49/group.py:522 #: ipaclient/remote_plugins/2_49/group.py:530 #: ipaclient/remote_plugins/2_49/group.py:538 #: ipaclient/remote_plugins/2_49/netgroup.py:496 #: ipaclient/remote_plugins/2_49/netgroup.py:504 #: ipaclient/remote_plugins/2_49/user.py:862 #: ipaclient/remote_plugins/2_49/user.py:870 msgid "group" msgstr "группа" #: ipaserver/plugins/user.py:152 ipaserver/plugins/internal.py:1143 #: ipaserver/plugins/hbacrule.py:260 ipaserver/plugins/selinuxusermap.py:246 #: ipaserver/plugins/automember.py:697 ipaserver/plugins/baseuser.py:170 #: ipaserver/plugins/sudorule.py:276 ipaserver/plugins/caacl.py:220 #: ipaclient/remote_plugins/2_114/automember.py:643 #: ipaclient/remote_plugins/2_114/hbacrule.py:119 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:110 #: ipaclient/remote_plugins/2_114/sudorule.py:128 #: ipaclient/remote_plugins/2_156/automember.py:643 #: ipaclient/remote_plugins/2_156/caacl.py:105 #: ipaclient/remote_plugins/2_156/hbacrule.py:119 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:110 #: ipaclient/remote_plugins/2_156/sudorule.py:128 #: ipaclient/remote_plugins/2_164/automember.py:643 #: ipaclient/remote_plugins/2_164/caacl.py:105 #: ipaclient/remote_plugins/2_164/hbacrule.py:119 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:110 #: ipaclient/remote_plugins/2_164/sudorule.py:128 #: ipaclient/remote_plugins/2_49/hbacrule.py:121 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:110 #: ipaclient/remote_plugins/2_49/sudorule.py:109 msgid "Users" msgstr "Пользователи" #: ipaserver/plugins/user.py:153 ipaserver/plugins/internal.py:1141 #: ipaserver/plugins/internal.py:1252 ipaserver/plugins/internal.py:1604 #: ipaserver/plugins/pwpolicy.py:532 ipaserver/plugins/baseuser.py:171 #: ipaclient/remote_plugins/2_114/pwpolicy.py:906 #: ipaclient/remote_plugins/2_156/pwpolicy.py:906 #: ipaclient/remote_plugins/2_164/pwpolicy.py:906 #: ipaclient/remote_plugins/2_49/pwpolicy.py:915 msgid "User" msgstr "Пользователь" #: ipaserver/plugins/user.py:154 ipaserver/plugins/cert.py:964 #: ipaserver/plugins/sudorule.py:428 #: ipaclient/remote_plugins/2_114/group.py:537 #: ipaclient/remote_plugins/2_114/group.py:545 #: ipaclient/remote_plugins/2_114/host.py:1176 #: ipaclient/remote_plugins/2_114/host.py:1184 #: ipaclient/remote_plugins/2_114/netgroup.py:500 #: ipaclient/remote_plugins/2_114/netgroup.py:508 #: ipaclient/remote_plugins/2_156/group.py:537 #: ipaclient/remote_plugins/2_156/group.py:545 #: ipaclient/remote_plugins/2_156/host.py:1239 #: ipaclient/remote_plugins/2_156/host.py:1247 #: ipaclient/remote_plugins/2_156/netgroup.py:500 #: ipaclient/remote_plugins/2_156/netgroup.py:508 #: ipaclient/remote_plugins/2_164/group.py:537 #: ipaclient/remote_plugins/2_164/group.py:545 #: ipaclient/remote_plugins/2_164/host.py:1239 #: ipaclient/remote_plugins/2_164/host.py:1247 #: ipaclient/remote_plugins/2_164/netgroup.py:500 #: ipaclient/remote_plugins/2_164/netgroup.py:508 #: ipaclient/remote_plugins/2_49/group.py:498 #: ipaclient/remote_plugins/2_49/group.py:506 #: ipaclient/remote_plugins/2_49/host.py:697 #: ipaclient/remote_plugins/2_49/host.py:705 #: ipaclient/remote_plugins/2_49/netgroup.py:480 #: ipaclient/remote_plugins/2_49/netgroup.py:488 msgid "user" msgstr "пользователь" #: ipaserver/plugins/user.py:155 ipaserver/plugins/sudorule.py:428 msgid "users" msgstr "пользователи" #: ipaserver/plugins/user.py:387 ipaclient/remote_plugins/2_114/user.py:223 #: ipaclient/remote_plugins/2_114/user.py:524 #: ipaclient/remote_plugins/2_114/user.py:932 #: ipaclient/remote_plugins/2_114/user.py:1313 #: ipaclient/remote_plugins/2_156/user.py:281 #: ipaclient/remote_plugins/2_156/user.py:602 #: ipaclient/remote_plugins/2_156/user.py:1076 #: ipaclient/remote_plugins/2_156/user.py:1479 #: ipaclient/remote_plugins/2_164/user.py:281 #: ipaclient/remote_plugins/2_164/user.py:602 #: ipaclient/remote_plugins/2_164/user.py:1138 #: ipaclient/remote_plugins/2_164/user.py:1541 #: ipaclient/remote_plugins/2_49/user.py:215 #: ipaclient/remote_plugins/2_49/user.py:466 #: ipaclient/remote_plugins/2_49/user.py:813 #: ipaclient/remote_plugins/2_49/user.py:1132 msgid "Account disabled" msgstr "Учетная запись отключена" #: ipaserver/plugins/user.py:390 ipaserver/plugins/user.py:1041 #: ipaclient/remote_plugins/2_156/user.py:286 #: ipaclient/remote_plugins/2_156/user.py:1082 #: ipaclient/remote_plugins/2_164/user.py:286 #: ipaclient/remote_plugins/2_164/user.py:1144 msgid "Preserved user" msgstr "Хранимый пользователь" #: ipaserver/plugins/user.py:446 ipaclient/remote_plugins/2_114/user.py:339 #: ipaclient/remote_plugins/2_156/user.py:351 #: ipaclient/remote_plugins/2_164/user.py:351 #: ipaclient/remote_plugins/2_49/user.py:286 msgid "Add a new user." msgstr "Добавить нового пользователя." #: ipaserver/plugins/user.py:448 #, python-format msgid "Added user \"%(value)s\"" msgstr "Добавлен пользователь «%(value)s»" #: ipaserver/plugins/user.py:455 ipaclient/remote_plugins/2_114/user.py:601 #: ipaclient/remote_plugins/2_156/user.py:621 #: ipaclient/remote_plugins/2_164/user.py:621 #: ipaclient/remote_plugins/2_49/user.py:493 msgid "Don't create user private group" msgstr "Невозможно создать собственную группу пользователя" #: ipaserver/plugins/user.py:514 ipaserver/plugins/stageuser.py:328 #: ipaserver/plugins/stageuser.py:530 ipaserver/plugins/baseuser.py:515 #, python-format msgid "can be at most %(len)d characters" msgstr "может быть не длиннее %(len)d символов" #: ipaserver/plugins/user.py:543 ipaserver/plugins/migration.py:798 msgid "Default group for new users not found" msgstr "Группа по умолчанию для новых пользователей не найдена" #: ipaserver/plugins/user.py:546 msgid "Default group for new users is not POSIX" msgstr "Группа по умолчанию для новых пользователей не является POSIX-группой" #: ipaserver/plugins/user.py:632 ipaclient/remote_plugins/2_114/user.py:645 #: ipaclient/remote_plugins/2_156/user.py:726 #: ipaclient/remote_plugins/2_164/user.py:788 #: ipaclient/remote_plugins/2_49/user.py:531 msgid "Delete a user." msgstr "Удалить пользователя." #: ipaserver/plugins/user.py:634 #, python-format msgid "Deleted user \"%(value)s\"" msgstr "Удален пользователь «%(value)s»" #: ipaserver/plugins/user.py:652 #, python-format msgid "%s: user is already preserved" msgstr "%s: пользователь уже хранится" #: ipaserver/plugins/user.py:761 ipaclient/remote_plugins/2_114/user.py:1138 #: ipaclient/remote_plugins/2_156/user.py:1238 #: ipaclient/remote_plugins/2_164/user.py:1300 #: ipaclient/remote_plugins/2_49/user.py:962 msgid "Modify a user." msgstr "Изменить пользователя." #: ipaserver/plugins/user.py:763 #, python-format msgid "Modified user \"%(value)s\"" msgstr "Изменен пользователь «%(value)s»" #: ipaserver/plugins/user.py:790 ipaclient/remote_plugins/2_114/user.py:750 #: ipaclient/remote_plugins/2_156/user.py:836 #: ipaclient/remote_plugins/2_164/user.py:898 #: ipaclient/remote_plugins/2_49/user.py:636 msgid "Search for users." msgstr "Поиск пользователей." #: ipaserver/plugins/user.py:796 ipaserver/plugins/stageuser.py:468 #, python-format msgid "%(count)d user matched" msgid_plural "%(count)d users matched" msgstr[0] "Найден %(count)d пользователь" msgstr[1] "Найдено %(count)d пользователя" msgstr[2] "Найдено %(count)d пользователей" #: ipaserver/plugins/user.py:801 ipaclient/remote_plugins/2_114/user.py:999 #: ipaclient/remote_plugins/2_156/user.py:1099 #: ipaclient/remote_plugins/2_164/user.py:1161 #: ipaclient/remote_plugins/2_49/user.py:830 msgid "Self" msgstr "Моя учётная запись" #: ipaserver/plugins/user.py:802 ipaclient/remote_plugins/2_114/user.py:1000 #: ipaclient/remote_plugins/2_156/user.py:1100 #: ipaclient/remote_plugins/2_164/user.py:1162 #: ipaclient/remote_plugins/2_49/user.py:831 msgid "Display user record for current Kerberos principal" msgstr "Показать запись пользователя для текущей учётной записи Kerberos" #: ipaserver/plugins/user.py:848 ipaclient/remote_plugins/2_114/user.py:1450 #: ipaclient/remote_plugins/2_156/user.py:1619 #: ipaclient/remote_plugins/2_164/user.py:1743 #: ipaclient/remote_plugins/2_49/user.py:1213 msgid "Display information about a user." msgstr "Показать сведения о пользователе." #: ipaserver/plugins/user.py:853 ipaserver/plugins/host.py:1096 #: ipaserver/plugins/service.py:807 ipaclient/remote_plugins/2_114/host.py:1519 #: ipaclient/remote_plugins/2_114/service.py:1063 #: ipaclient/remote_plugins/2_156/host.py:1643 #: ipaclient/remote_plugins/2_156/service.py:1188 #: ipaclient/remote_plugins/2_156/user.py:1641 #: ipaclient/remote_plugins/2_164/host.py:1643 #: ipaclient/remote_plugins/2_164/service.py:1188 #: ipaclient/remote_plugins/2_164/user.py:1765 #: ipaclient/remote_plugins/2_49/host.py:999 #: ipaclient/remote_plugins/2_49/service.py:590 msgid "file to store certificate in" msgstr "Файл для сохранения сертификата" #: ipaserver/plugins/user.py:871 ipaclient/remote_plugins/2_156/user.py:1801 #: ipaclient/remote_plugins/2_164/user.py:1925 msgid "Undelete a delete user account." msgstr "Восстановить удалённую учётную запись пользователя." #: ipaserver/plugins/user.py:874 #, python-format msgid "Undeleted user account \"%(value)s\"" msgstr "Учётная запись пользователя \"%(value)s\" возвращена после удаления" #: ipaserver/plugins/user.py:888 #, python-format msgid "user \"%s\" is already active" msgstr "пользователь \"%s\" уже активен" #: ipaserver/plugins/user.py:916 ipaclient/remote_plugins/2_156/user.py:1683 #: ipaclient/remote_plugins/2_164/user.py:1807 msgid "Move deleted user into staged area" msgstr "Переместить удалённую запись пользователя в область хранения." #: ipaserver/plugins/user.py:919 #, python-format msgid "Staged user account \"%(value)s\"" msgstr "Учётная запись неподтверждённого пользователя \"%(value)s\"" #: ipaserver/plugins/user.py:966 ipaclient/remote_plugins/2_114/user.py:684 #: ipaclient/remote_plugins/2_156/user.py:770 #: ipaclient/remote_plugins/2_164/user.py:832 #: ipaclient/remote_plugins/2_49/user.py:572 msgid "Disable a user account." msgstr "Отключить учетную запись пользователя." #: ipaserver/plugins/user.py:969 #, python-format msgid "Disabled user account \"%(value)s\"" msgstr "Учетная запись пользователя «%(value)s» отключена" #: ipaserver/plugins/user.py:987 ipaclient/remote_plugins/2_114/user.py:717 #: ipaclient/remote_plugins/2_156/user.py:803 #: ipaclient/remote_plugins/2_164/user.py:865 #: ipaclient/remote_plugins/2_49/user.py:604 msgid "Enable a user account." msgstr "Включить учетную запись пользователя." #: ipaserver/plugins/user.py:991 #, python-format msgid "Enabled user account \"%(value)s\"" msgstr "Учетная запись пользователя «%(value)s» включена" #: ipaserver/plugins/user.py:1008 msgid "" "\n" " Unlock a user account\n" "\n" " An account may become locked if the password is entered incorrectly too\n" " many times within a specific time period as controlled by password\n" " policy. A locked account is a temporary condition and may be unlocked " "by\n" " an administrator." msgstr "" "\n" "Разблокировка учётной записи пользователя.\n" " \n" "Учётная запись может быть заблокирована, если в течение определённого " "периода времени слишком большое количество раз был введён неверный пароль " "(соответствующие ограничения регулируются политикой паролей). Запись " "блокируется временно, она может быть разблокирована администратором." #: ipaserver/plugins/user.py:1017 #, python-format msgid "Unlocked account \"%(value)s\"" msgstr "Учетная запись «%(value)s» разблокирована" #: ipaserver/plugins/user.py:1045 ipaserver/plugins/radiusproxy.py:122 #: ipaclient/remote_plugins/2_114/radiusproxy.py:66 #: ipaclient/remote_plugins/2_114/radiusproxy.py:118 #: ipaclient/remote_plugins/2_114/radiusproxy.py:262 #: ipaclient/remote_plugins/2_114/radiusproxy.py:376 #: ipaclient/remote_plugins/2_156/radiusproxy.py:66 #: ipaclient/remote_plugins/2_156/radiusproxy.py:118 #: ipaclient/remote_plugins/2_156/radiusproxy.py:262 #: ipaclient/remote_plugins/2_156/radiusproxy.py:376 #: ipaclient/remote_plugins/2_164/radiusproxy.py:66 #: ipaclient/remote_plugins/2_164/radiusproxy.py:118 #: ipaclient/remote_plugins/2_164/radiusproxy.py:262 #: ipaclient/remote_plugins/2_164/radiusproxy.py:376 msgid "Server" msgstr "Сервер" #: ipaserver/plugins/user.py:1049 msgid "Failed logins" msgstr "Ошибка входа" #: ipaserver/plugins/user.py:1053 msgid "Last successful authentication" msgstr "Последний успешный вход" #: ipaserver/plugins/user.py:1057 msgid "Last failed authentication" msgstr "Последняя ошибка входа" #: ipaserver/plugins/user.py:1061 msgid "Time now" msgstr "Время сейчас" #: ipaserver/plugins/user.py:1069 msgid "" "\n" " Lockout status of a user account\n" "\n" " An account may become locked if the password is entered incorrectly too\n" " many times within a specific time period as controlled by password\n" " policy. A locked account is a temporary condition and may be unlocked " "by\n" " an administrator.\n" "\n" " This connects to each IPA master and displays the lockout status on\n" " each one.\n" "\n" " To determine whether an account is locked on a given server you need\n" " to compare the number of failed logins and the time of the last " "failure.\n" " For an account to be locked it must exceed the maxfail failures within\n" " the failinterval duration as specified in the password policy " "associated\n" " with the user.\n" "\n" " The failed login counter is modified only when a user attempts a log in\n" " so it is possible that an account may appear locked but the last failed\n" " login attempt is older than the lockouttime of the password policy. " "This\n" " means that the user may attempt a login again. " msgstr "" "\n" "Состояние блокировки учётной записи пользователя.\n" "\n" " Учётная запись может быть заблокирована, если в течение определённого " "периода времени слишком большое количество раз был введён неверный пароль " "(соответствующие ограничения регулируются политикой паролей). Запись " "блокируется временно, она может быть разблокирована администратором.\n" "\n" " Эта программа соединяется с каждым главным IPA-сервером и показывает " "состояние блокировки на каждом из них.\n" "\n" " Чтобы определить, заблокирована ли учётная запись на указанном сервере, " "потребуется сравнить количество неудачных попыток входа и время последней " "неудачной попытки с эталонными значениями. Для блокировки учётной записи " "количество неудачных попыток входа должно превысить значение maxfail в " "течение временного интервала failinterval в соответствии с политикой " "паролей, связанной с пользователем.\n" "\n" " Счётчик неудачных попыток изменяется только тогда, когда пользователь " "выполняет попытку войти, поэтому учётная запись может казаться " "заблокированной, но время, прошедшее с последней неудачной попытки входа, " "превышает время блокировки (lockouttime), установленное политикой паролей. " "Это означает, что пользователь может войти в систему снова.\n" " " #: ipaserver/plugins/user.py:1133 #, python-format msgid "%(host)s failed: %(error)s" msgstr "Ошибка %(host)s: %(error)s" #: ipaserver/plugins/user.py:1171 #, python-format msgid "%(host)s failed" msgstr "Ошибка %(host)s" #: ipaserver/plugins/user.py:1181 #, python-format msgid "Account disabled: %(disabled)s" msgstr "Учётная запись отключена: %(disabled)s" #: ipaserver/plugins/user.py:1188 ipaclient/remote_plugins/2_156/user.py:665 #: ipaclient/remote_plugins/2_164/user.py:665 msgid "Add one or more certificates to the user entry" msgstr "Добавить один или несколько сертификатов в запись пользователя." #: ipaserver/plugins/user.py:1189 #, python-format msgid "Added certificates to user \"%(value)s\"" msgstr "Добавлены сертификаты в запись пользователя \"%(value)s\"" #: ipaserver/plugins/user.py:1194 ipaclient/remote_plugins/2_156/user.py:1558 #: ipaclient/remote_plugins/2_164/user.py:1620 msgid "Remove one or more certificates to the user entry" msgstr "Удалить один или несколько сертификатов из записи пользователя." #: ipaserver/plugins/user.py:1195 #, python-format msgid "Removed certificates from user \"%(value)s\"" msgstr "Удалены сертификаты из записи пользователя \"%(value)s\"" #: ipaserver/plugins/user.py:1200 ipaserver/plugins/baseuser.py:892 msgid "Add one or more certificate mappings to the user entry." msgstr "" "Добавить одно или несколько сопоставлений сертификатов в запись пользователя." #: ipaserver/plugins/user.py:1205 ipaserver/plugins/baseuser.py:911 msgid "Remove one or more certificate mappings from the user entry." msgstr "" "Удалить одно или несколько сопоставлений сертификатов из записи пользователя." #: ipaserver/plugins/user.py:1210 ipaclient/remote_plugins/2_164/user.py:726 msgid "Add a manager to the user entry" msgstr "Добавить руководителя в запись пользователя." #: ipaserver/plugins/user.py:1215 ipaclient/remote_plugins/2_164/user.py:1681 msgid "Remove a manager to the user entry" msgstr "Удалить руководителя из записи пользователя." #: ipaserver/plugins/user.py:1220 msgid "Add new principal alias to the user entry" msgstr "Добавить новый псевдоним учётной записи в запись пользователя." #: ipaserver/plugins/user.py:1221 #, python-format msgid "Added new aliases to user \"%(value)s\"" msgstr "Добавлены новые псевдонимы в запись пользователя \"%(value)s\"" #: ipaserver/plugins/user.py:1226 msgid "Remove principal alias from the user entry" msgstr "Удалить псевдоним учётной записи из записи пользователя." #: ipaserver/plugins/user.py:1227 #, python-format msgid "Removed aliases from user \"%(value)s\"" msgstr "Удалены псевдонимы из записи пользователя \"%(value)s\"" #: ipaserver/plugins/internal.py:30 #: ipaclient/remote_plugins/2_114/internal.py:19 #: ipaclient/remote_plugins/2_156/internal.py:19 #: ipaclient/remote_plugins/2_164/internal.py:19 #: ipaclient/remote_plugins/2_49/internal.py:19 msgid "" "\n" "Plugins not accessible directly through the CLI, commands used internally\n" msgstr "" "\n" "Интерфейс командной строки не позволяет получить прямой доступ к " "подключаемым модулям, команды используются для внутренней обработки\n" #: ipaserver/plugins/internal.py:38 #: ipaclient/remote_plugins/2_114/internal.py:43 #: ipaclient/remote_plugins/2_156/internal.py:43 #: ipaclient/remote_plugins/2_164/internal.py:43 #: ipaclient/remote_plugins/2_49/internal.py:41 msgid "Export plugin meta-data for the webUI." msgstr "Экспортировать метаданные подключаемого модуля для веб-интерфейса." #: ipaserver/plugins/internal.py:44 ipaserver/plugins/internal.py:53 #: ipaclient/remote_plugins/2_114/internal.py:51 #: ipaclient/remote_plugins/2_114/internal.py:63 #: ipaclient/remote_plugins/2_156/internal.py:51 #: ipaclient/remote_plugins/2_156/internal.py:63 #: ipaclient/remote_plugins/2_164/internal.py:51 #: ipaclient/remote_plugins/2_164/internal.py:63 #: ipaclient/remote_plugins/2_49/internal.py:49 #: ipaclient/remote_plugins/2_49/internal.py:61 msgid "Name of object to export" msgstr "Имя объекта, который следует экспортировать" #: ipaserver/plugins/internal.py:47 ipaserver/plugins/internal.py:56 #: ipaclient/remote_plugins/2_114/internal.py:56 #: ipaclient/remote_plugins/2_114/internal.py:68 #: ipaclient/remote_plugins/2_156/internal.py:56 #: ipaclient/remote_plugins/2_156/internal.py:68 #: ipaclient/remote_plugins/2_164/internal.py:56 #: ipaclient/remote_plugins/2_164/internal.py:68 #: ipaclient/remote_plugins/2_49/internal.py:54 #: ipaclient/remote_plugins/2_49/internal.py:66 msgid "Name of method to export" msgstr "Имя метода, который следует экспортировать" #: ipaserver/plugins/internal.py:59 #: ipaclient/remote_plugins/2_114/internal.py:73 #: ipaclient/remote_plugins/2_156/internal.py:73 #: ipaclient/remote_plugins/2_164/internal.py:73 #: ipaclient/remote_plugins/2_49/internal.py:71 msgid "Name of command to export" msgstr "Имя команды, которую следует экспортировать" #: ipaserver/plugins/internal.py:64 #: ipaclient/remote_plugins/2_114/internal.py:80 #: ipaclient/remote_plugins/2_156/internal.py:80 #: ipaclient/remote_plugins/2_164/internal.py:80 #: ipaclient/remote_plugins/2_49/internal.py:78 msgid "Dict of JSON encoded IPA Objects" msgstr "Словарь объектов IPA, зашифрованных JSON" #: ipaserver/plugins/internal.py:65 #: ipaclient/remote_plugins/2_114/internal.py:85 #: ipaclient/remote_plugins/2_156/internal.py:85 #: ipaclient/remote_plugins/2_164/internal.py:85 #: ipaclient/remote_plugins/2_49/internal.py:83 msgid "Dict of JSON encoded IPA Methods" msgstr "Словарь методов IPA, зашифрованных JSON" #: ipaserver/plugins/internal.py:66 #: ipaclient/remote_plugins/2_114/internal.py:90 #: ipaclient/remote_plugins/2_156/internal.py:90 #: ipaclient/remote_plugins/2_164/internal.py:90 #: ipaclient/remote_plugins/2_49/internal.py:88 msgid "Dict of JSON encoded IPA Commands" msgstr "Словарь команд IPA, зашифрованных JSON" #: ipaserver/plugins/internal.py:151 msgid "Internationalization messages" msgstr "Сообщения интернационализации" #: ipaserver/plugins/internal.py:157 msgid "Your session has expired. Please log in again." msgstr "Время вашего сеанса истекло. Пожалуйста, войдите в систему ещё раз." #: ipaserver/plugins/internal.py:161 ipaserver/plugins/internal.py:203 msgid "Apply" msgstr "Применить" #: ipaserver/plugins/internal.py:162 msgid "Rebuild auto membership" msgstr "Перестроить автоучастие" #: ipaserver/plugins/internal.py:163 msgid "Are you sure you want to rebuild auto membership?" msgstr "Вы действительно хотите перестроить автоучастие?" #: ipaserver/plugins/internal.py:164 ipaserver/plugins/automember.py:799 msgid "Automember rebuild membership task completed" msgstr "Завершена задача по перестройке записей автоучастия" #: ipaserver/plugins/internal.py:165 msgid "Are you sure you want to proceed with the action?" msgstr "Вы действительно хотите выполнить это действие?" #: ipaserver/plugins/internal.py:166 #, python-brace-format msgid "Are you sure you want to delete ${object}?" msgstr "Вы действительно хотите удалить ${object}?" #: ipaserver/plugins/internal.py:167 #, python-brace-format msgid "Are you sure you want to disable ${object}?" msgstr "Вы действительно хотите отключить ${object}?" #: ipaserver/plugins/internal.py:168 #, python-brace-format msgid "Are you sure you want to enable ${object}?" msgstr "Вы действительно хотите включить ${object}?" #: ipaserver/plugins/internal.py:169 msgid "Actions" msgstr "Действия" #: ipaserver/plugins/internal.py:172 ipaserver/plugins/internal.py:198 #: ipaserver/plugins/internal.py:259 msgid "Add" msgstr "Добавить" #: ipaserver/plugins/internal.py:173 #, python-brace-format msgid "${count} item(s) added" msgstr "Добавлено записей: ${count}" #: ipaserver/plugins/internal.py:174 msgid "Direct Membership" msgstr "Прямое участие" #: ipaserver/plugins/internal.py:175 #, python-brace-format msgid "Filter available ${other_entity}" msgstr "Доступный фильтр ${other_entity}" #: ipaserver/plugins/internal.py:176 msgid "Indirect Membership" msgstr "Непрямое участие" #: ipaserver/plugins/internal.py:177 msgid "No entries." msgstr "Отсутствуют записи." #: ipaserver/plugins/internal.py:178 #, python-brace-format msgid "Showing ${start} to ${end} of ${total} entries." msgstr "Показано записей: с ${start} по ${end} из ${total}." #: ipaserver/plugins/internal.py:179 ipaserver/plugins/internal.py:274 msgid "Remove" msgstr "Удалить" #: ipaserver/plugins/internal.py:180 #, python-brace-format msgid "${count} item(s) removed" msgstr "Удалено записей: ${count}" #: ipaserver/plugins/internal.py:181 msgid "Show Results" msgstr "Показать результаты" #: ipaserver/plugins/internal.py:184 msgid "Authentication indicators" msgstr "Индикаторы аутентификации" #: ipaserver/plugins/internal.py:185 msgid "Authentication indicator" msgstr "Индикатор аутентификации" #: ipaserver/plugins/internal.py:186 msgid "" "

Implicit method (password) will be used if no method is chosen.

Password + Two-factor: LDAP and Kerberos allow " "authentication with either one of the authentication types but Kerberos uses " "pre-authentication method which requires to use armor ccache.

RADIUS with another type: Kerberos always use RADIUS, " "but LDAP never does. LDAP only recognize the password and two-factor " "authentication options.

" msgstr "" "

Если метод не выбран, будет использован неявный метод (пароль).

Пароль + двухфакторная аутентификация: в LDAP и " "Kerberos предусмотрена аутентификация по одному из этих типов " "аутентификации, но Kerberos использует метод предварительной " "аутентификации, который требует использования armor ccache.

RADIUS с другим типом: в Kerberos всегда используется " "RADIUS, а в LDAP он не используется никогда. LDAP распознаёт только варианты " "аутентификации по паролю и двухфакторной аутентификации.

" #: ipaserver/plugins/internal.py:187 msgid "Add Custom Authentication Indicator" msgstr "Добавить пользовательский идентификатор аутентификации" #: ipaserver/plugins/internal.py:188 ipaserver/plugins/internal.py:1617 #: ipaserver/plugins/passwd.py:107 ipaclient/remote_plugins/2_114/passwd.py:74 #: ipaclient/remote_plugins/2_156/passwd.py:74 #: ipaclient/remote_plugins/2_164/passwd.py:74 msgid "OTP" msgstr "OTP" #: ipaserver/plugins/internal.py:189 msgid "Two factor authentication (password + OTP)" msgstr "Двухфакторная аутентификация (пароль + OTP)" #: ipaserver/plugins/internal.py:190 ipaserver/plugins/internal.py:404 #: ipaserver/plugins/internal.py:1623 ipaserver/plugins/migration.py:532 #: ipaserver/plugins/baseldap.py:49 ipaserver/plugins/baseuser.py:251 #: ipaclient/plugins/otptoken.py:143 ipaclient/remote_plugins/2_114/host.py:187 #: ipaclient/remote_plugins/2_114/migration.py:129 #: ipaclient/remote_plugins/2_114/user.py:129 #: ipaclient/remote_plugins/2_114/user.py:278 #: ipaclient/remote_plugins/2_114/user.py:426 #: ipaclient/remote_plugins/2_114/user.py:841 #: ipaclient/remote_plugins/2_114/user.py:1215 #: ipaclient/remote_plugins/2_156/host.py:188 #: ipaclient/remote_plugins/2_156/migration.py:129 #: ipaclient/remote_plugins/2_156/stageuser.py:128 #: ipaclient/remote_plugins/2_156/stageuser.py:279 #: ipaclient/remote_plugins/2_156/stageuser.py:479 #: ipaclient/remote_plugins/2_156/stageuser.py:832 #: ipaclient/remote_plugins/2_156/stageuser.py:1201 #: ipaclient/remote_plugins/2_156/user.py:129 #: ipaclient/remote_plugins/2_156/user.py:290 #: ipaclient/remote_plugins/2_156/user.py:438 #: ipaclient/remote_plugins/2_156/user.py:927 #: ipaclient/remote_plugins/2_156/user.py:1315 #: ipaclient/remote_plugins/2_164/host.py:188 #: ipaclient/remote_plugins/2_164/migration.py:129 #: ipaclient/remote_plugins/2_164/stageuser.py:128 #: ipaclient/remote_plugins/2_164/stageuser.py:279 #: ipaclient/remote_plugins/2_164/stageuser.py:479 #: ipaclient/remote_plugins/2_164/stageuser.py:894 #: ipaclient/remote_plugins/2_164/stageuser.py:1263 #: ipaclient/remote_plugins/2_164/user.py:129 #: ipaclient/remote_plugins/2_164/user.py:290 #: ipaclient/remote_plugins/2_164/user.py:438 #: ipaclient/remote_plugins/2_164/user.py:989 #: ipaclient/remote_plugins/2_164/user.py:1377 #: ipaclient/remote_plugins/2_49/entitle.py:294 #: ipaclient/remote_plugins/2_49/host.py:159 #: ipaclient/remote_plugins/2_49/migration.py:129 #: ipaclient/remote_plugins/2_49/user.py:124 #: ipaclient/remote_plugins/2_49/user.py:225 #: ipaclient/remote_plugins/2_49/user.py:367 #: ipaclient/remote_plugins/2_49/user.py:721 #: ipaclient/remote_plugins/2_49/user.py:1033 msgid "Password" msgstr "Пароль" #: ipaserver/plugins/internal.py:191 msgid "RADIUS" msgstr "RADIUS" #: ipaserver/plugins/internal.py:192 msgid "Disable per-user override" msgstr "Отключить переопределение на уровне пользователя" #: ipaserver/plugins/internal.py:193 msgid "" "

Per-user setting, overwrites the global setting if any option is checked." "

Password + Two-factor: LDAP and Kerberos allow " "authentication with either one of the authentication types but Kerberos uses " "pre-authentication method which requires to use armor ccache.

RADIUS with another type: Kerberos always use RADIUS, " "but LDAP never does. LDAP only recognize the password and two-factor " "authentication options.

" msgstr "" "

Параметр для отдельных пользователей переопределяет общее значение, если " "будет выбран один из вариантов.

Пароль + двухфакторная " "аутентификация: в LDAP и Kerberos предусмотрена аутентификация по " "одному из этих типов аутентификации, но Kerberos использует метод " "предварительной аутентификации, который требует использования armor ccache." "

RADIUS с другим типом: в Kerberos всегда " "используется RADIUS, а в LDAP он не используется никогда. LDAP распознаёт " "только варианты аутентификации по паролю и двухфакторной аутентификации.

" #: ipaserver/plugins/internal.py:196 ipaserver/plugins/internal.py:269 #: ipaserver/plugins/internal.py:1637 msgid "About" msgstr "О программе" #: ipaserver/plugins/internal.py:197 msgid "Activate" msgstr "Активировать" #: ipaserver/plugins/internal.py:199 msgid "Add and Add Another" msgstr "Добавить и добавить ещё" #: ipaserver/plugins/internal.py:200 msgid "Add and Close" msgstr "Добавить и закрыть" #: ipaserver/plugins/internal.py:201 msgid "Add and Edit" msgstr "Добавить и редактировать" #: ipaserver/plugins/internal.py:202 msgid "Add Many" msgstr "Добавить много" #: ipaserver/plugins/internal.py:204 msgid "Back" msgstr "Назад" #: ipaserver/plugins/internal.py:205 msgid "Cancel" msgstr "Отменить" #: ipaserver/plugins/internal.py:206 msgid "Clear" msgstr "Очистить" #: ipaserver/plugins/internal.py:207 msgid "Clear all fields on the page." msgstr "Очистить все поля на странице." #: ipaserver/plugins/internal.py:208 msgid "Close" msgstr "Закрыть" #: ipaserver/plugins/internal.py:209 ipaserver/plugins/internal.py:1841 msgid "Disable" msgstr "Отключить" #: ipaserver/plugins/internal.py:210 ipaserver/plugins/internal.py:636 msgid "Download" msgstr "Загрузить" #: ipaserver/plugins/internal.py:211 msgid "Download certificate as PEM formatted file." msgstr "Загрузить сертификат в виде файла в формате PEM." #: ipaserver/plugins/internal.py:212 msgid "Edit" msgstr "Изменить" #: ipaserver/plugins/internal.py:213 ipaserver/plugins/internal.py:1843 msgid "Enable" msgstr "Включить" #: ipaserver/plugins/internal.py:215 msgid "Find" msgstr "Найти" #: ipaserver/plugins/internal.py:216 msgid "Get" msgstr "Получить" #: ipaserver/plugins/internal.py:217 msgid "Hide" msgstr "Скрыть" #: ipaserver/plugins/internal.py:218 msgid "Issue" msgstr "Выдать" #: ipaserver/plugins/internal.py:219 msgid "Match" msgstr "Сопоставить" #: ipaserver/plugins/internal.py:220 msgid "Match users according to certificate." msgstr "Установить соответствие пользователей по сертификату." #: ipaserver/plugins/internal.py:221 msgid "Migrate" msgstr "Перенести" #: ipaserver/plugins/internal.py:222 msgid "OK" msgstr "OK" #: ipaserver/plugins/internal.py:223 msgid "Refresh" msgstr "Обновить" #: ipaserver/plugins/internal.py:224 msgid "Reload current settings from the server." msgstr "Перезагрузить текущие параметры с сервера" #: ipaserver/plugins/internal.py:225 msgid "Delete" msgstr "Удалить" #: ipaserver/plugins/internal.py:226 ipaserver/plugins/internal.py:677 msgid "Remove hold" msgstr "Отменить приостановку действия" #: ipaserver/plugins/internal.py:227 msgid "Reset" msgstr "Сбросить" #: ipaserver/plugins/internal.py:228 ipaserver/plugins/internal.py:1630 msgid "Reset Password" msgstr "Сбросить пароль" #: ipaserver/plugins/internal.py:229 msgid "Reset Password and Log in" msgstr "Сбросить пароль и войти" #: ipaserver/plugins/internal.py:230 msgid "Restore" msgstr "Восстановить" #: ipaserver/plugins/internal.py:231 msgid "Retry" msgstr "Получить" #: ipaserver/plugins/internal.py:232 msgid "Revert" msgstr "Вернуть" #: ipaserver/plugins/internal.py:234 msgid "Revoke" msgstr "Отозвать" #: ipaserver/plugins/internal.py:235 msgid "Save" msgstr "Сохранить" #: ipaserver/plugins/internal.py:236 msgid "Set" msgstr "Уставновить" #: ipaserver/plugins/internal.py:237 msgid "Show" msgstr "Показать" #: ipaserver/plugins/internal.py:238 msgid "Stage" msgstr "Сделать неподтверждённым" #: ipaserver/plugins/internal.py:240 msgid "Update" msgstr "Обновить" #: ipaserver/plugins/internal.py:241 msgid "View" msgstr "Показать" #: ipaserver/plugins/internal.py:244 ipaserver/plugins/internal.py:1638 msgid "Customization" msgstr "Настройка" #: ipaserver/plugins/internal.py:245 msgid "Pagination Size" msgstr "Размер для разбивки на страницы" #: ipaserver/plugins/internal.py:248 msgid "Collapse All" msgstr "Свернуть все" #: ipaserver/plugins/internal.py:249 msgid "Expand All" msgstr "Развернуть все" #: ipaserver/plugins/internal.py:250 msgid "General" msgstr "Основные" #: ipaserver/plugins/internal.py:251 msgid "Identity Settings" msgstr "Параметры идентификации" #: ipaserver/plugins/internal.py:252 #, python-brace-format msgid "${entity} ${primary_key} Settings" msgstr "Параметры ${primary_key} ${entity}" #: ipaserver/plugins/internal.py:253 msgid "Back to Top" msgstr "К началу" #: ipaserver/plugins/internal.py:254 #, python-brace-format msgid "${entity} ${primary_key} updated" msgstr "Обновлено ${primary_key} ${entity}" #: ipaserver/plugins/internal.py:257 #, python-brace-format msgid "${entity} successfully added" msgstr "Успешно добавлено ${entity}" #: ipaserver/plugins/internal.py:258 msgid "Add custom value" msgstr "Добавить пользовательское значение" #: ipaserver/plugins/internal.py:260 msgid "Available" msgstr "Доступно" #: ipaserver/plugins/internal.py:261 msgid "Some operations failed." msgstr "Не удалось выполнить некоторые операции." #: ipaserver/plugins/internal.py:262 msgid "Operations Error" msgstr "Ошибка операций" #: ipaserver/plugins/internal.py:263 msgid "Confirmation" msgstr "Подтверждение" #: ipaserver/plugins/internal.py:264 msgid "Custom value" msgstr "Пользовательское значение" #: ipaserver/plugins/internal.py:265 msgid "This page has unsaved changes. Please save or revert." msgstr "" "На этой странице имеются несохранённые изменения. Пожалуйста, сохраните или " "отмените их. " #: ipaserver/plugins/internal.py:266 msgid "Unsaved Changes" msgstr "Несохранённые изменения" #: ipaserver/plugins/internal.py:267 #, python-brace-format msgid "Edit ${entity}" msgstr "Изменить ${entity}" #: ipaserver/plugins/internal.py:268 msgid "Hide details" msgstr "Скрыть детали" #: ipaserver/plugins/internal.py:270 #, python-brace-format msgid "${product}, version: ${version}" msgstr "${product}, версия: ${version}" #: ipaserver/plugins/internal.py:271 msgid "Prospective" msgstr "Ожидается" #: ipaserver/plugins/internal.py:272 msgid "Redirection" msgstr "Перенаправление" #: ipaserver/plugins/internal.py:273 msgid "Select entries to be removed." msgstr "Выбранные записи, которые следует удалить." #: ipaserver/plugins/internal.py:275 msgid "Result" msgstr "Результат" #: ipaserver/plugins/internal.py:276 msgid "Show details" msgstr "Показать подробные сведения" #: ipaserver/plugins/internal.py:277 msgid "Success" msgstr "Успех" #: ipaserver/plugins/internal.py:278 msgid "Validation error" msgstr "Ошибка подтверждения" #: ipaserver/plugins/internal.py:279 msgid "Input form contains invalid or missing values." msgstr "Форма ввода данных содержит недопустимые или отсутствующие значения." #: ipaserver/plugins/internal.py:282 msgid "Please try the following options:" msgstr "Попробуйте использовать следующие параметры:" #: ipaserver/plugins/internal.py:283 msgid "If the problem persists please contact the system administrator." msgstr "" "При повторном возникновении проблемы обратитесь к системному администратору." #: ipaserver/plugins/internal.py:284 msgid "Refresh the page." msgstr "Обновить страницу." #: ipaserver/plugins/internal.py:285 msgid "Reload the browser." msgstr "Перезапустить браузер." #: ipaserver/plugins/internal.py:286 msgid "Return to the main page and retry the operation" msgstr "Вернуться на главную страницу и снова попытаться выполнить операцию" #: ipaserver/plugins/internal.py:287 #, python-brace-format msgid "An error has occurred (${error})" msgstr "Произошла ошибка (${error})" #: ipaserver/plugins/internal.py:290 ipaclient/plugins/cert.py:190 msgid "Error" msgstr "Ошибка" #: ipaserver/plugins/internal.py:291 msgid "HTTP Error" msgstr "Ошибка HTTP" #: ipaserver/plugins/internal.py:292 msgid "Internal Error" msgstr "Внутренняя ошибка" #: ipaserver/plugins/internal.py:293 msgid "IPA Error" msgstr "Ошибка IPA" #: ipaserver/plugins/internal.py:294 msgid "No response" msgstr "Нет ответа" #: ipaserver/plugins/internal.py:295 msgid "Unknown Error" msgstr "Неизвестная ошибка" #: ipaserver/plugins/internal.py:296 msgid "URL" msgstr "URL" #: ipaserver/plugins/internal.py:299 #, python-brace-format msgid "${primary_key} is managed by:" msgstr "${primary_key} управляется:" #: ipaserver/plugins/internal.py:300 #, python-brace-format msgid "${primary_key} members:" msgstr "Участники ${primary_key}:" #: ipaserver/plugins/internal.py:301 #, python-brace-format msgid "${primary_key} is a member of:" msgstr "${primary_key} является участником:" #: ipaserver/plugins/internal.py:304 msgid "Settings" msgstr "Параметры" #: ipaserver/plugins/internal.py:305 ipaserver/plugins/internal.py:1651 msgid "Search" msgstr "Поиск" #: ipaserver/plugins/internal.py:307 msgid "False" msgstr "Нет (False)" #: ipaserver/plugins/internal.py:310 #, python-brace-format msgid "Allow user groups to create keytab of '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:313 #, python-brace-format msgid "Allow user groups to retrieve keytab of '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:316 #, python-brace-format msgid "Allow host groups to create keytab of '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:319 #, python-brace-format msgid "Allow host groups to retrieve keytab of '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:322 #, python-brace-format msgid "Allow hosts to create keytab of '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:325 #, python-brace-format msgid "Allow hosts to retrieve keytab of '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:328 #, python-brace-format msgid "Allow users to create keytab of '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:331 #, python-brace-format msgid "Allow users to retrieve keytab of '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:333 msgid "Allowed to create keytab" msgstr "Разрешено создавать таблицу ключей" #: ipaserver/plugins/internal.py:334 msgid "Allowed to retrieve keytab" msgstr "Разрешено получать таблицу ключей" #: ipaserver/plugins/internal.py:336 #, python-brace-format msgid "Disallow user groups to create keytab of '${primary_key}'" msgstr "" "Запретить группам пользователей создавать таблицу ключей '${primary_key}'" #: ipaserver/plugins/internal.py:339 #, python-brace-format msgid "Disallow user groups to retrieve keytab of '${primary_key}'" msgstr "" "Запретить группам пользователей получать таблицу ключей '${primary_key}'" #: ipaserver/plugins/internal.py:342 #, python-brace-format msgid "Disallow host groups to create keytab of '${primary_key}'" msgstr "Запретить группам узлов создавать таблицу ключей '${primary_key}'" #: ipaserver/plugins/internal.py:345 #, python-brace-format msgid "Disallow host groups to retrieve keytab of '${primary_key}'" msgstr "Запретить группам узлов получать таблицу ключей '${primary_key}'" #: ipaserver/plugins/internal.py:348 #, python-brace-format msgid "Disallow hosts to create keytab of '${primary_key}'" msgstr "Запретить узлам создавать таблицу ключей '${primary_key}'" #: ipaserver/plugins/internal.py:351 #, python-brace-format msgid "Disallow hosts to retrieve keytab of '${primary_key}'" msgstr "Запретить узлам получать таблицу ключей '${primary_key}'" #: ipaserver/plugins/internal.py:354 #, python-brace-format msgid "Disallow users to create keytab of '${primary_key}'" msgstr "Запретить пользователям создавать таблицу ключей '${primary_key}'" #: ipaserver/plugins/internal.py:357 #, python-brace-format msgid "Disallow users to retrieve keytab of '${primary_key}'" msgstr "Запретить пользователям получать таблицу ключей '${primary_key}'" #: ipaserver/plugins/internal.py:361 msgid "Add Kerberos Principal Alias" msgstr "Добавить псевдоним учётной записи Kerberos" #: ipaserver/plugins/internal.py:362 msgid "New kerberos principal alias" msgstr "Новый псевдоним учётной записи Kerberos" #: ipaserver/plugins/internal.py:363 msgid "Remove Kerberos Alias" msgstr "Удалить псевдоним Kerberos" #: ipaserver/plugins/internal.py:364 #, python-brace-format msgid "Do you want to remove kerberos alias ${alias}?" msgstr "Вы хотите удалить псевдоним Kerberos ${alias}?" #: ipaserver/plugins/internal.py:367 msgid "Inherited from server configuration" msgstr "Унаследовано из конфигурации сервера" #: ipaserver/plugins/internal.py:368 msgid "MS-PAC" msgstr "MS-PAC" #: ipaserver/plugins/internal.py:369 msgid "Override inherited settings" msgstr "Переопределить унаследованные параметры" #: ipaserver/plugins/internal.py:370 msgid "PAD" msgstr "PAD" #: ipaserver/plugins/internal.py:373 msgid "Authenticating" msgstr "Аутентификация" #: ipaserver/plugins/internal.py:375 msgid "Authentication with personal certificate failed" msgstr "Не удалось выполнить аутентификацию с личным сертификатом" #: ipaserver/plugins/internal.py:377 msgid "" " To log in with certificate, please make sure you have valid personal certificate. " msgstr "" " Чтобы войти с помощью " "сертификата, убедитесь, что у вас имеется действительный " "личный сертификат. " #: ipaserver/plugins/internal.py:381 msgid "Continue to next page" msgstr "Перейти на следующую страницу" #: ipaserver/plugins/internal.py:383 msgid "" " To log in with username and " "password, enter them in the corresponding fields, then click 'Log " "in'." msgstr "" " Чтобы войти с помощью имени " "пользователя и пароля, введите их в соответствующие поля, затем " "нажмите кнопку \"Войти\"." #: ipaserver/plugins/internal.py:386 msgid "Login failed due to an unknown reason" msgstr "Не удалось войти по неизвестной причине" #: ipaserver/plugins/internal.py:387 msgid "Logged In As" msgstr "Выполнен вход под именем" #: ipaserver/plugins/internal.py:388 msgid "Authentication with Kerberos failed" msgstr "Не удалось выполнить аутентификацию с Kerberos" #: ipaserver/plugins/internal.py:390 #, python-brace-format msgid "" " To log in with Kerberos, please make sure you have valid tickets (obtainable via kinit) and " "configured the " "browser correctly, then click 'Log in'." msgstr "" " Чтобы войти с помощью Kerberos, убедитесь, что у вас имеются действительные билеты (их можно " "получить через kinit) и правильно настроен браузер, затем нажмите кнопку \"Войти\"." #: ipaserver/plugins/internal.py:395 msgid "Loading" msgstr "Загрузка" #: ipaserver/plugins/internal.py:397 msgid "Kerberos Principal you entered is expired" msgstr "Срок действия введённой учётной записи Kerberos истёк" #: ipaserver/plugins/internal.py:398 msgid "Loading data" msgstr "Загрузка данных" #: ipaserver/plugins/internal.py:399 msgid "Log in" msgstr "Войти" #: ipaserver/plugins/internal.py:400 msgid "Log In Using Certificate" msgstr "Войти с помощью сертификата" #: ipaserver/plugins/internal.py:401 msgid "Log in using personal certificate" msgstr "Войти с помощью личного сертификата" #: ipaserver/plugins/internal.py:402 ipaserver/plugins/internal.py:1639 msgid "Log out" msgstr "Выйти" #: ipaserver/plugins/internal.py:403 msgid "Log out error" msgstr "Ошибка при выходе" #: ipaserver/plugins/internal.py:405 ipaserver/plugins/internal.py:1624 msgid "Password or Password+One-Time-Password" msgstr "Пароль или пароль + одноразовый пароль" #: ipaserver/plugins/internal.py:406 #, python-brace-format msgid "You will be redirected in ${count}s" msgstr "Вы будете перенаправлены через ${count}s" #: ipaserver/plugins/internal.py:407 msgid "Sync OTP Token" msgstr "Синхронизировать токен OTP" #: ipaserver/plugins/internal.py:408 msgid "Synchronizing" msgstr "Выполняется синхронизация" #: ipaserver/plugins/internal.py:409 #: ipaclient/remote_plugins/2_49/entitle.py:268 msgid "Username" msgstr "Имя пользователя" #: ipaserver/plugins/internal.py:410 msgid "The user account you entered is locked" msgstr "Введённая учётная запись пользователя заблокирована" #: ipaserver/plugins/internal.py:413 msgid "number of passwords" msgstr "количество паролей" #: ipaserver/plugins/internal.py:414 msgid "seconds" msgstr "в секундах" #: ipaserver/plugins/internal.py:417 msgid "Migrating" msgstr "Выполняется перенос" #: ipaserver/plugins/internal.py:419 msgid "There was a problem with your request. Please, try again later." msgstr "Ошибка при обработке запроса. Пожалуйста, повторите попытку позже." #: ipaserver/plugins/internal.py:422 msgid "Password migration was not successful" msgstr "Не удалось выполнить перенос пароля" #: ipaserver/plugins/internal.py:424 msgid "" "

Password Migration

If you have been sent here by your " "administrator, your personal information is being migrated to a new identity " "management solution (IPA).

Please, enter your credentials in the form " "to complete the process. Upon successful login your kerberos account will be " "activated.

" msgstr "" "

Перенос пароля

Если вас направил на эту страницу ваш системный " "администратор, это означает, что ваши личные данные переносятся в новую " "систему управления идентификацией и учётными записями пользователей (IPA).

Пожалуйста, введите ваши учётные данные в форму, чтобы завершить этот " "процесс. После успешного выполнения входа ваша учётная запись Kerberos будет " "активирована.

" #: ipaserver/plugins/internal.py:431 ipaserver/plugins/internal.py:1614 msgid "The password or username you entered is incorrect" msgstr "Введён неверный пароль или имя пользователя" #: ipaserver/plugins/internal.py:432 msgid "Password migration was successful" msgstr "Перенос пароля успешно завершён" #: ipaserver/plugins/internal.py:436 ipaserver/plugins/internal.py:521 #: ipaserver/plugins/internal.py:1167 msgid "Attribute" msgstr "Атрибут" #: ipaserver/plugins/internal.py:439 msgid "Add delegation" msgstr "Добавить делегирование" #: ipaserver/plugins/internal.py:440 msgid "Remove delegations" msgstr "Удалить делегирования" #: ipaserver/plugins/internal.py:443 ipaserver/plugins/internal.py:771 msgid "Add permission" msgstr "Добавить разрешение" #: ipaserver/plugins/internal.py:445 #, python-brace-format msgid "Add privileges into permission '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:447 msgid "Remove permissions" msgstr "Удалить разрешения" #: ipaserver/plugins/internal.py:449 #, python-brace-format msgid "Remove privileges from permission '${primary_key}'" msgstr "Удалить привилегии из разрешения '${primary_key}'" #: ipaserver/plugins/internal.py:453 msgid "Add privilege" msgstr "Добавить привилегию" #: ipaserver/plugins/internal.py:455 #, python-brace-format msgid "Add privilege '${primary_key}' into permissions" msgstr "" #: ipaserver/plugins/internal.py:458 #, python-brace-format msgid "Add roles into privilege '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:460 msgid "Remove privileges" msgstr "Удалить привилегии" #: ipaserver/plugins/internal.py:462 #, python-brace-format msgid "Remove privilege '${primary_key}' from permissions" msgstr "Удалить привилегию '${primary_key}' из разрешений" #: ipaserver/plugins/internal.py:465 #, python-brace-format msgid "Remove roles from privilege '${primary_key}'" msgstr "Удалить роли из привилегии '${primary_key}'" #: ipaserver/plugins/internal.py:469 msgid "Role Settings" msgstr "Параметры роли" #: ipaserver/plugins/internal.py:470 msgid "Add role" msgstr "Добавить роль" #: ipaserver/plugins/internal.py:472 #, python-brace-format msgid "Add user groups into role '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:475 #, python-brace-format msgid "Add hosts into role '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:478 #, python-brace-format msgid "Add host groups into role '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:481 #, python-brace-format msgid "Add role '${primary_key}' into privileges" msgstr "" #: ipaserver/plugins/internal.py:484 #, python-brace-format msgid "Add services into role '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:487 #, python-brace-format msgid "Add users into role '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:489 msgid "Remove roles" msgstr "Удалить роли" #: ipaserver/plugins/internal.py:491 #, python-brace-format msgid "Remove role '${primary_key}' from privileges" msgstr "Удалить роль '${primary_key}' из привилегий" #: ipaserver/plugins/internal.py:494 #, python-brace-format msgid "Remove user groups from role '${primary_key}'" msgstr "Удалить группы пользователей из роли '${primary_key}'" #: ipaserver/plugins/internal.py:497 #, python-brace-format msgid "Remove hosts from role '${primary_key}'" msgstr "Удалить узлы из роли '${primary_key}'" #: ipaserver/plugins/internal.py:500 #, python-brace-format msgid "Remove host groups from role '${primary_key}'" msgstr "Удалить группы узлов из роли '${primary_key}'" #: ipaserver/plugins/internal.py:503 #, python-brace-format msgid "Remove services from role '${primary_key}'" msgstr "Удалить службы из роли '${primary_key}'" #: ipaserver/plugins/internal.py:506 #, python-brace-format msgid "Remove users from role '${primary_key}'" msgstr "Удалить пользователей из роли '${primary_key}'" #: ipaserver/plugins/internal.py:510 msgid "Add self service permission" msgstr "Добавить разрешение самообслуживания" #: ipaserver/plugins/internal.py:511 msgid "Remove self service permissions" msgstr "Удалить разрешения самообслуживания" #: ipaserver/plugins/internal.py:514 msgid "Add rule" msgstr "Добавить правило" #: ipaserver/plugins/internal.py:516 #, python-brace-format msgid "Add inclusive condition into '${primary_key}'" msgstr "Добавить включающее условие в '${primary_key}'" #: ipaserver/plugins/internal.py:519 #, python-brace-format msgid "Add exclusive condition into '${primary_key}'" msgstr "Добавить исключающее условие в '${primary_key}'" #: ipaserver/plugins/internal.py:522 msgid "Default host group" msgstr "Группа узлов по умолчанию" #: ipaserver/plugins/internal.py:523 msgid "Default user group" msgstr "Группа пользователей по умолчанию" #: ipaserver/plugins/internal.py:524 msgid "Exclusive" msgstr "Исключающий" #: ipaserver/plugins/internal.py:525 msgid "Expression" msgstr "Выражение" #: ipaserver/plugins/internal.py:526 msgid "Host group rule" msgstr "Правило группы узлов" #: ipaserver/plugins/internal.py:527 msgid "Host group rules" msgstr "Правила группы узлов" #: ipaserver/plugins/internal.py:528 msgid "Inclusive" msgstr "Включающий" #: ipaserver/plugins/internal.py:529 msgid "Remove auto membership rules" msgstr "Удалить правила автоучастия" #: ipaserver/plugins/internal.py:531 #, python-brace-format msgid "Remove exclusive conditions from rule '${primary_key}'" msgstr "Удалить исключающие условия из правила '${primary_key}'" #: ipaserver/plugins/internal.py:534 #, python-brace-format msgid "Remove inclusive conditions from rule '${primary_key}'" msgstr "Удалить включающие условия из правила '${primary_key}'" #: ipaserver/plugins/internal.py:536 msgid "User group rule" msgstr "Правило группы пользователей" #: ipaserver/plugins/internal.py:537 msgid "User group rules" msgstr "Правила группы пользователей" #: ipaserver/plugins/internal.py:540 msgid "Add automount key" msgstr "Добавить ключ автомонтирования" #: ipaserver/plugins/internal.py:541 msgid "Remove automount keys" msgstr "Удалить ключи автомонтирования" #: ipaserver/plugins/internal.py:544 msgid "Add automount location" msgstr "Добавить расположение автомонтирования" #: ipaserver/plugins/internal.py:545 msgid "Automount Location Settings" msgstr "Параметры расположения автомонтирования" #: ipaserver/plugins/internal.py:546 msgid "Remove automount locations" msgstr "Удалить расположения автомонтирования" #: ipaserver/plugins/internal.py:549 msgid "Add automount map" msgstr "Добавить список соответствия автомонтирования" #: ipaserver/plugins/internal.py:550 msgid "Map Type" msgstr "Тип списка соответствия" #: ipaserver/plugins/internal.py:551 msgid "Direct" msgstr "Прямой" #: ipaserver/plugins/internal.py:552 msgid "Indirect" msgstr "Непрямой" #: ipaserver/plugins/internal.py:553 msgid "Remove automount maps" msgstr "Удалить списки соответствия автомонтирования" #: ipaserver/plugins/internal.py:556 msgid "Add certificate authority" msgstr "Добавить центр сертификации" #: ipaserver/plugins/internal.py:557 msgid "Remove certificate authorities" msgstr "Удалить центры сертификации" #: ipaserver/plugins/internal.py:560 msgid "Add CA ACL" msgstr "Добавить CA ACL" #: ipaserver/plugins/internal.py:562 #, python-brace-format msgid "Add Certificate Authorities into CA ACL '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:566 #, python-brace-format msgid "Add user groups into CA ACL '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:569 #, python-brace-format msgid "Add host groups into CA ACL '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:572 #, python-brace-format msgid "Add hosts into CA ACL '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:575 #, python-brace-format msgid "Add certificate profiles into CA ACL '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:578 #, python-brace-format msgid "Add services into CA ACL '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:581 #, python-brace-format msgid "Add users into CA ACL '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:583 msgid "All" msgstr "Все" #: ipaserver/plugins/internal.py:584 msgid "Any CA" msgstr "Любой CA" #: ipaserver/plugins/internal.py:585 ipaserver/plugins/internal.py:871 #: ipaserver/plugins/internal.py:1112 ipaserver/plugins/internal.py:1234 #: ipaserver/plugins/internal.py:1389 msgid "Any Host" msgstr "Любой узел" #: ipaserver/plugins/internal.py:586 ipaserver/plugins/internal.py:872 msgid "Any Service" msgstr "Любая служба" #: ipaserver/plugins/internal.py:587 msgid "Any Profile" msgstr "Любой профиль" #: ipaserver/plugins/internal.py:588 ipaserver/plugins/internal.py:873 #: ipaserver/plugins/internal.py:1113 ipaserver/plugins/internal.py:1235 #: ipaserver/plugins/internal.py:1390 msgid "Anyone" msgstr "Любой" #: ipaserver/plugins/internal.py:589 ipaserver/plugins/internal.py:875 #: ipaserver/plugins/internal.py:1395 msgid "Rule status" msgstr "Состояние правила" #: ipaserver/plugins/internal.py:590 msgid "If no CAs are specified, requests to the default CA are allowed." msgstr "Если CA не указаны, будут разрешены запросы к CA по умолчанию." #: ipaserver/plugins/internal.py:591 ipaserver/plugins/caacl.py:216 #: ipaclient/remote_plugins/2_156/caacl.py:100 #: ipaclient/remote_plugins/2_164/caacl.py:100 msgid "Profiles" msgstr "Профили" #: ipaserver/plugins/internal.py:592 msgid "Remove CA ACLs" msgstr "Удалить CA ACL" #: ipaserver/plugins/internal.py:594 #, python-brace-format msgid "Remove Certificate Authorities from CA ACL '${primary_key}'" msgstr "Удалить центры сертификации из CA ACL '${primary_key}'" #: ipaserver/plugins/internal.py:598 #, python-brace-format msgid "Remove user groups from CA ACL '${primary_key}'" msgstr "Удалить группы пользователей из CA ACL '${primary_key}'" #: ipaserver/plugins/internal.py:601 #, python-brace-format msgid "Remove host groups from CA ACL '${primary_key}'" msgstr "Удалить группы узлов из CA ACL '${primary_key}'" #: ipaserver/plugins/internal.py:604 #, python-brace-format msgid "Remove hosts from CA ACL '${primary_key}'" msgstr "Удалить узлы из CA ACL '${primary_key}'" #: ipaserver/plugins/internal.py:607 #, python-brace-format msgid "Remove certificate profiles from CA ACL '${primary_key}'" msgstr "Удалить профили сертификатов из CA ACL '${primary_key}'" #: ipaserver/plugins/internal.py:610 #, python-brace-format msgid "Remove services from CA ACL '${primary_key}'" msgstr "Удалить службы из CA ACL '${primary_key}'" #: ipaserver/plugins/internal.py:613 #, python-brace-format msgid "Remove users from CA ACL '${primary_key}'" msgstr "Удалить пользователей из CA ACL '${primary_key}'" #: ipaserver/plugins/internal.py:615 msgid "Specified CAs" msgstr "Указанные CA" #: ipaserver/plugins/internal.py:616 ipaserver/plugins/internal.py:897 #: ipaserver/plugins/internal.py:1139 ipaserver/plugins/internal.py:1250 #: ipaserver/plugins/internal.py:1440 msgid "Specified Hosts and Groups" msgstr "Указанные узлы и группы" #: ipaserver/plugins/internal.py:617 msgid "Specified Profiles" msgstr "Указанные профили" #: ipaserver/plugins/internal.py:618 ipaserver/plugins/internal.py:898 msgid "Specified Services and Groups" msgstr "Указанные службы и группы" #: ipaserver/plugins/internal.py:619 ipaserver/plugins/internal.py:899 #: ipaserver/plugins/internal.py:1140 ipaserver/plugins/internal.py:1251 #: ipaserver/plugins/internal.py:1441 msgid "Specified Users and Groups" msgstr "Указанные пользователи и группы" #: ipaserver/plugins/internal.py:620 msgid "Permitted to have certificates issued" msgstr "Разрешено иметь выданные сертификаты" #: ipaserver/plugins/internal.py:623 msgid "Remove certificate profiles" msgstr "Удалить профили сертификатов" #: ipaserver/plugins/internal.py:626 msgid "AA Compromise" msgstr "Компрометация AA" #: ipaserver/plugins/internal.py:627 msgid "Add principal" msgstr "Добавить учётную запись" #: ipaserver/plugins/internal.py:628 msgid "Affiliation Changed" msgstr "Изменение принадлежности" #: ipaserver/plugins/internal.py:629 ipaserver/plugins/ca.py:308 #: ipaserver/plugins/ca.py:331 ipaserver/plugins/ca.py:371 msgid "CA" msgstr "Центр сертификации (CA)" #: ipaserver/plugins/internal.py:630 msgid "CA Compromise" msgstr "Компрометация центра сертификации (CA)" #: ipaserver/plugins/internal.py:631 ipaserver/plugins/internal.py:715 #: ipaserver/plugins/idviews.py:935 ipaserver/plugins/host.py:489 #: ipaserver/plugins/cert.py:351 ipaserver/plugins/service.py:474 #: ipaserver/plugins/baseuser.py:371 ipaserver/plugins/baseuser.py:785 #: ipaserver/plugins/certmap.py:532 ipaserver/plugins/ca.py:110 #: ipaclient/remote_plugins/2_114/host.py:140 #: ipaclient/remote_plugins/2_114/host.py:352 #: ipaclient/remote_plugins/2_114/host.py:1025 #: ipaclient/remote_plugins/2_114/host.py:1308 #: ipaclient/remote_plugins/2_114/service.py:95 #: ipaclient/remote_plugins/2_114/service.py:183 #: ipaclient/remote_plugins/2_114/service.py:885 #: ipaclient/remote_plugins/2_156/host.py:141 #: ipaclient/remote_plugins/2_156/host.py:354 #: ipaclient/remote_plugins/2_156/host.py:511 #: ipaclient/remote_plugins/2_156/host.py:1088 #: ipaclient/remote_plugins/2_156/host.py:1372 #: ipaclient/remote_plugins/2_156/host.py:1538 #: ipaclient/remote_plugins/2_156/service.py:96 #: ipaclient/remote_plugins/2_156/service.py:185 #: ipaclient/remote_plugins/2_156/service.py:310 #: ipaclient/remote_plugins/2_156/service.py:949 #: ipaclient/remote_plugins/2_156/service.py:1081 #: ipaclient/remote_plugins/2_156/stageuser.py:274 #: ipaclient/remote_plugins/2_156/stageuser.py:637 #: ipaclient/remote_plugins/2_156/stageuser.py:975 #: ipaclient/remote_plugins/2_156/stageuser.py:1359 #: ipaclient/remote_plugins/2_156/user.py:275 #: ipaclient/remote_plugins/2_156/user.py:596 #: ipaclient/remote_plugins/2_156/user.py:703 #: ipaclient/remote_plugins/2_156/user.py:1070 #: ipaclient/remote_plugins/2_156/user.py:1473 #: ipaclient/remote_plugins/2_156/user.py:1596 #: ipaclient/remote_plugins/2_164/host.py:141 #: ipaclient/remote_plugins/2_164/host.py:354 #: ipaclient/remote_plugins/2_164/host.py:511 #: ipaclient/remote_plugins/2_164/host.py:1088 #: ipaclient/remote_plugins/2_164/host.py:1372 #: ipaclient/remote_plugins/2_164/host.py:1538 #: ipaclient/remote_plugins/2_164/service.py:96 #: ipaclient/remote_plugins/2_164/service.py:185 #: ipaclient/remote_plugins/2_164/service.py:310 #: ipaclient/remote_plugins/2_164/service.py:949 #: ipaclient/remote_plugins/2_164/service.py:1081 #: ipaclient/remote_plugins/2_164/stageuser.py:274 #: ipaclient/remote_plugins/2_164/stageuser.py:637 #: ipaclient/remote_plugins/2_164/stageuser.py:1037 #: ipaclient/remote_plugins/2_164/stageuser.py:1421 #: ipaclient/remote_plugins/2_164/user.py:275 #: ipaclient/remote_plugins/2_164/user.py:596 #: ipaclient/remote_plugins/2_164/user.py:703 #: ipaclient/remote_plugins/2_164/user.py:1132 #: ipaclient/remote_plugins/2_164/user.py:1535 #: ipaclient/remote_plugins/2_164/user.py:1658 #: ipaclient/remote_plugins/2_49/host.py:136 #: ipaclient/remote_plugins/2_49/host.py:292 #: ipaclient/remote_plugins/2_49/host.py:567 #: ipaclient/remote_plugins/2_49/host.py:829 #: ipaclient/remote_plugins/2_49/service.py:87 #: ipaclient/remote_plugins/2_49/service.py:126 #: ipaclient/remote_plugins/2_49/service.py:439 msgid "Certificate" msgstr "Сертификат" #: ipaserver/plugins/internal.py:632 ipaserver/plugins/internal.py:1853 msgid "Certificates" msgstr "Сертификаты" #: ipaserver/plugins/internal.py:633 msgid "Certificate Hold" msgstr "Приостановка действия сертификата" #: ipaserver/plugins/internal.py:634 msgid "Cessation of Operation" msgstr "Прекращение действия" #: ipaserver/plugins/internal.py:635 msgid "Common Name" msgstr "Общее имя" #: ipaserver/plugins/internal.py:637 msgid "the certificate with serial number " msgstr "сертификат с серийным номером" #: ipaserver/plugins/internal.py:638 msgid "Expires On" msgstr "Истекает" #: ipaserver/plugins/internal.py:639 msgid "Issued on from" msgstr "Выдан с" #: ipaserver/plugins/internal.py:640 msgid "Issued on to" msgstr "Выдан до" #: ipaserver/plugins/internal.py:641 msgid "Maximum serial number" msgstr "Максимальный серийный номер" #: ipaserver/plugins/internal.py:642 msgid "Minimum serial number" msgstr "Минимальный серийный номер" #: ipaserver/plugins/internal.py:643 ipaserver/plugins/internal.py:684 #: ipaserver/plugins/host.py:525 ipaserver/plugins/cert.py:1093 #: ipaserver/plugins/service.py:511 msgid "Revocation reason" msgstr "Причина отзыва" #: ipaserver/plugins/internal.py:644 msgid "Revoked on from" msgstr "Отозван с" #: ipaserver/plugins/internal.py:645 msgid "Revoked on to" msgstr "Отозван до" #: ipaserver/plugins/internal.py:646 ipaserver/plugins/internal.py:722 #: ipaserver/plugins/host.py:493 ipaserver/plugins/cert.py:363 #: ipaserver/plugins/cert.py:1312 ipaserver/plugins/service.py:479 #: ipaserver/plugins/baseuser.py:778 msgid "Subject" msgstr "Объект" #: ipaserver/plugins/internal.py:647 msgid "Valid not after from" msgstr "Действующий не позднее, чем с" #: ipaserver/plugins/internal.py:648 msgid "Valid not after to" msgstr "Действующий не позднее, чем до" #: ipaserver/plugins/internal.py:649 msgid "Valid not before from" msgstr "Действующий не ранее, чем с" #: ipaserver/plugins/internal.py:650 msgid "Valid not before to" msgstr "Действующий не ранее, чем до" #: ipaserver/plugins/internal.py:651 msgid "Fingerprints" msgstr "Отпечатки" #: ipaserver/plugins/internal.py:652 msgid "Get Certificate" msgstr "Получить сертификат" #: ipaserver/plugins/internal.py:653 msgid "Certificate Hold Removed" msgstr "Приостановка действия сертификата отменена" #: ipaserver/plugins/internal.py:655 #, python-brace-format msgid "Issue new certificate for host '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:658 #, python-brace-format msgid "Issue new certificate for service '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:661 #, python-brace-format msgid "Issue new certificate for user '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:663 msgid "Issue new certificate" msgstr "" #: ipaserver/plugins/internal.py:664 msgid "Issued By" msgstr "Выдан (издатель)" #: ipaserver/plugins/internal.py:665 msgid "Issued On" msgstr "Выдан (дата)" #: ipaserver/plugins/internal.py:666 msgid "Issued To" msgstr "Выдан для" #: ipaserver/plugins/internal.py:667 msgid "Key Compromise" msgstr "Компрометация ключа" #: ipaserver/plugins/internal.py:668 msgid "No Valid Certificate" msgstr "Отсутствуют действительные сертификаты" #: ipaserver/plugins/internal.py:669 msgid "New Certificate" msgstr "Новый сертификат" #: ipaserver/plugins/internal.py:670 msgid "Certificate in base64 or PEM format" msgstr "Сертификат в формате base64 или PEM" #: ipaserver/plugins/internal.py:671 msgid "Note" msgstr "Примечание" #: ipaserver/plugins/internal.py:672 msgid "Organization" msgstr "Организация" #: ipaserver/plugins/internal.py:673 msgid "Organizational Unit" msgstr "Организационное подразделение" #: ipaserver/plugins/internal.py:674 #, python-brace-format msgid "${count} certificate(s) present" msgstr "Имеется сертификатов: ${count}" #: ipaserver/plugins/internal.py:675 msgid "Privilege Withdrawn" msgstr "Отзыв привилегии" #: ipaserver/plugins/internal.py:676 msgid "Reason for Revocation" msgstr "Причина отзыва" #: ipaserver/plugins/internal.py:678 msgid "Remove certificate hold" msgstr "" #: ipaserver/plugins/internal.py:679 msgid "Do you want to remove the certificate hold?" msgstr "Вы хотите отменить приостановку действия сертификата?" #: ipaserver/plugins/internal.py:680 msgid "Remove from CRL" msgstr "Удаление из списка отзыва сертификатов (CRL)" #: ipaserver/plugins/internal.py:681 #, python-brace-format msgid "" "
  1. Create a certificate database or use an existing one. To create a " "new database:
    # certutil -N -d <database path>
  2. " "
  3. Create a CSR with subject CN=<${cn_name}>,O=<realm>, for example:
    # certutil -R -d <database path> -a -g " "<key size> -s 'CN=${cn},O=${realm}'${san}
  4. Copy and " "paste the CSR (from -----BEGIN NEW CERTIFICATE REQUEST----- to " "-----END NEW CERTIFICATE REQUEST-----) into the text area below:
" msgstr "" "
  1. Создать базу данных сертификатов или использовать существующую. " "Чтобы создать новую базу данных, выполните команду:
    # certutil -N " "-d <путь к базе данных>
  2. Создайте CSR с субъектом " "CN=<${cn_name}>,O=<область (realm)>, например:
    " "# certutil -R -d <путь к базе данных> -a -g <размер ключа> " "-s 'CN=${cn},O=${realm}'${san}
  3. Скопируйте и вставьте CSR " "(от -----BEGIN NEW CERTIFICATE REQUEST----- до -----END NEW " "CERTIFICATE REQUEST-----) в расположенную ниже область для ввода " "текста:
" #: ipaserver/plugins/internal.py:682 #, python-brace-format msgid " -8 '${cn}'" msgstr " -8 '${cn}'" #: ipaserver/plugins/internal.py:683 msgid "Certificate requested" msgstr "Отправлен запрос сертификата" #: ipaserver/plugins/internal.py:685 msgid "Revoke certificate" msgstr "" #: ipaserver/plugins/internal.py:686 msgid "" "Do you want to revoke this certificate? Select a reason from the pull-down " "list." msgstr "" "Вы хотите отозвать этот сертификат? Выберите причину в раскрывающемся списке." #: ipaserver/plugins/internal.py:687 msgid "Certificate Revoked" msgstr "Сертификат отозван" #: ipaserver/plugins/internal.py:688 msgid "REVOKED" msgstr "ОТОЗВАНО" #: ipaserver/plugins/internal.py:689 ipaserver/plugins/host.py:497 #: ipaserver/plugins/service.py:483 msgid "Serial Number" msgstr "Серийный номер" #: ipaserver/plugins/internal.py:690 ipaserver/plugins/host.py:501 #: ipaserver/plugins/service.py:487 msgid "Serial Number (hex)" msgstr "Серийный номер (шестнадцатеричный)" #: ipaserver/plugins/internal.py:691 msgid "SHA1 Fingerprint" msgstr "Отпечаток SHA1" #: ipaserver/plugins/internal.py:692 msgid "SHA256 Fingerprint" msgstr "Отпечаток SHA256" #: ipaserver/plugins/internal.py:693 ipaserver/plugins/internal.py:1000 #: ipaserver/plugins/internal.py:1286 ipaserver/plugins/internal.py:1845 #: ipaserver/plugins/cert.py:1083 msgid "Status" msgstr "Состояние" #: ipaserver/plugins/internal.py:694 msgid "Superseded" msgstr "Замена" #: ipaserver/plugins/internal.py:695 msgid "Unspecified" msgstr "Не указана" #: ipaserver/plugins/internal.py:696 msgid "Valid Certificate Present" msgstr "Имеется действительный сертификат" #: ipaserver/plugins/internal.py:697 msgid "Valid from" msgstr "Действителен с" #: ipaserver/plugins/internal.py:698 msgid "Valid to" msgstr "Действителен до" #: ipaserver/plugins/internal.py:699 msgid "Validity" msgstr "Действительность" #: ipaserver/plugins/internal.py:700 #, python-brace-format msgid "Certificate for ${entity} ${primary_key}" msgstr "Сертификат для ${primary_key} ${entity}" #: ipaserver/plugins/internal.py:701 msgid "View Certificate" msgstr "Просмотреть сертификат" #: ipaserver/plugins/internal.py:704 msgid "Certificate Data" msgstr "Данные сертификата" #: ipaserver/plugins/internal.py:705 msgid "Certificate For Match" msgstr "Сертификат для соответствия" #: ipaserver/plugins/internal.py:706 msgid "Certificate Mapping Match" msgstr "Соответствие сопоставления сертификата" #: ipaserver/plugins/internal.py:707 ipaserver/plugins/internal.py:1473 #: ipaserver/plugins/realmdomains.py:115 ipaserver/plugins/certmap.py:493 #: ipaserver/plugins/trust.py:1215 #: ipaclient/remote_plugins/2_114/realmdomains.py:49 #: ipaclient/remote_plugins/2_114/realmdomains.py:74 #: ipaclient/remote_plugins/2_114/trust.py:141 #: ipaclient/remote_plugins/2_156/realmdomains.py:49 #: ipaclient/remote_plugins/2_156/realmdomains.py:74 #: ipaclient/remote_plugins/2_156/trust.py:141 #: ipaclient/remote_plugins/2_164/realmdomains.py:49 #: ipaclient/remote_plugins/2_164/realmdomains.py:74 #: ipaclient/remote_plugins/2_164/trust.py:141 #: ipaclient/remote_plugins/2_49/trust.py:141 msgid "Domain" msgstr "Домен" #: ipaserver/plugins/internal.py:708 msgid "Matched Users" msgstr "Соответствующие пользователи" #: ipaserver/plugins/internal.py:709 msgid "User Login" msgstr "Имя учётной записи пользователя" #: ipaserver/plugins/internal.py:712 msgid "Add certificate identity mapping rule" msgstr "Добавить правило сопоставления сертификатов с записями пользователей" #: ipaserver/plugins/internal.py:713 msgid "Add certificate mapping data" msgstr "Добавить данные сопоставления сертификата" #: ipaserver/plugins/internal.py:714 ipaserver/plugins/baseuser.py:377 #: ipaserver/plugins/baseuser.py:378 msgid "Certificate mapping data" msgstr "Данные сопоставления сертификата" #: ipaserver/plugins/internal.py:716 msgid "Configuration string" msgstr "Строка конфигурации" #: ipaserver/plugins/internal.py:717 #, python-brace-format msgid "Do you want to remove certificate mapping data ${data}?" msgstr "Вы хотите удалить данные сопоставления сертификата ${data}?" #: ipaserver/plugins/internal.py:718 msgid "Remove certificate mapping data" msgstr "Удалить данные сопоставления сертификата" #: ipaserver/plugins/internal.py:719 ipaserver/plugins/host.py:505 #: ipaserver/plugins/cert.py:423 ipaserver/plugins/service.py:491 #: ipaserver/plugins/baseuser.py:771 msgid "Issuer" msgstr "Издатель" #: ipaserver/plugins/internal.py:720 msgid "Issuer and subject" msgstr "Издатель и субъект" #: ipaserver/plugins/internal.py:721 msgid "Remove certificate identity mapping rules" msgstr "Удалить правила сопоставления сертификатов с записями пользователей" #: ipaserver/plugins/internal.py:723 ipaserver/plugins/schema.py:153 msgid "Version" msgstr "Версия" #: ipaserver/plugins/internal.py:726 msgid "Group Options" msgstr "Параметры группы" #: ipaserver/plugins/internal.py:727 msgid "Search Options" msgstr "Параметры поиска" #: ipaserver/plugins/internal.py:728 msgid "SELinux Options" msgstr "Параметры SELinux" #: ipaserver/plugins/internal.py:729 msgid "Service Options" msgstr "Параметры службы" #: ipaserver/plugins/internal.py:730 msgid "User Options" msgstr "Параметры пользователя" #: ipaserver/plugins/internal.py:735 msgid "Forward first" msgstr "Сначала перенаправлять" #: ipaserver/plugins/internal.py:736 msgid "Forwarding disabled" msgstr "Перенаправление отключено" #: ipaserver/plugins/internal.py:737 msgid "Forward only" msgstr "Только перенаправлять" #: ipaserver/plugins/internal.py:738 ipaserver/plugins/internal.py:1398 #: ipaserver/plugins/internal.py:1487 msgid "Options" msgstr "Параметры" #: ipaserver/plugins/internal.py:739 msgid "Update System DNS Records" msgstr "Обновить записи DNS системы" #: ipaserver/plugins/internal.py:740 msgid "Do you want to update system DNS records?" msgstr "Вы хотите обновить записи DNS системы?" #: ipaserver/plugins/internal.py:741 msgid "System DNS records updated" msgstr "Записи DNS системы обновлены" #: ipaserver/plugins/internal.py:744 msgid "Add DNS forward zone" msgstr "Добавить зону перенаправления DNS" #: ipaserver/plugins/internal.py:745 msgid "Remove DNS forward zones" msgstr "Удалить зоны перенаправления DNS" #: ipaserver/plugins/internal.py:748 msgid "Add DNS resource record" msgstr "Добавить запись ресурса DNS" #: ipaserver/plugins/internal.py:749 ipaclient/plugins/vault.py:981 msgid "Data" msgstr "Данные" #: ipaserver/plugins/internal.py:750 msgid "DNS record was deleted because it contained no data." msgstr "Запись DNS была удалена, так как не содержала данные." #: ipaserver/plugins/internal.py:751 msgid "Other Record Types" msgstr "Другие типы записей" #: ipaserver/plugins/internal.py:752 msgid "Address not valid, can't redirect" msgstr "Адрес недействителен, перенаправление невозможно" #: ipaserver/plugins/internal.py:753 msgid "Create dns record" msgstr "Создать запись DNS" #: ipaserver/plugins/internal.py:754 msgid "Creating record." msgstr "Создание записи." #: ipaserver/plugins/internal.py:755 msgid "Record creation failed." msgstr "Не удалось создать запись." #: ipaserver/plugins/internal.py:756 msgid "Checking if record exists." msgstr "Проверка существования записи." #: ipaserver/plugins/internal.py:757 msgid "Record not found." msgstr "Запись не найдена." #: ipaserver/plugins/internal.py:758 msgid "Redirection to PTR record" msgstr "Перенаправление на запись PTR" #: ipaserver/plugins/internal.py:759 #, python-brace-format msgid "Zone found: ${zone}" msgstr "Найдена зона: ${zone}" #: ipaserver/plugins/internal.py:760 msgid "Target reverse zone not found." msgstr "Целевая обратная зона не найдена." #: ipaserver/plugins/internal.py:761 msgid "Fetching DNS zones." msgstr "Получение данных зон DNS." #: ipaserver/plugins/internal.py:762 msgid "An error occurred while fetching dns zones." msgstr "Ошибка при получении данных зон DNS." #: ipaserver/plugins/internal.py:763 msgid "You will be redirected to DNS Zone." msgstr "Вы будете перенаправлены в зону DNS." #: ipaserver/plugins/internal.py:764 msgid "Remove DNS resource records" msgstr "Удалить записи ресурсов DNS" #: ipaserver/plugins/internal.py:765 msgid "Standard Record Types" msgstr "Стандартные типы записей" #: ipaserver/plugins/internal.py:766 msgid "Records for DNS Zone" msgstr "Записи зоны DNS" #: ipaserver/plugins/internal.py:767 msgid "Record Type" msgstr "Тип записи" #: ipaserver/plugins/internal.py:770 msgid "Add DNS zone" msgstr "Добавить зону DNS" #: ipaserver/plugins/internal.py:772 #, python-brace-format msgid "Are you sure you want to add permission for DNS Zone ${object}?" msgstr "Вы действительно хотите добавить разрешение для зоны DNS ${object}?" #: ipaserver/plugins/internal.py:773 msgid "DNS Zone Settings" msgstr "Настройки зоны DNS" #: ipaserver/plugins/internal.py:774 msgid "Remove DNS zones" msgstr "Удалить зоны DNS" #: ipaserver/plugins/internal.py:775 msgid "Remove Permission" msgstr "Удалить разрешение" #: ipaserver/plugins/internal.py:776 #, python-brace-format msgid "Are you sure you want to remove permission for DNS Zone ${object}?" msgstr "Вы действительно хотите удалить разрешение для зоны DNS ${object}?" #: ipaserver/plugins/internal.py:777 msgid "Skip DNS check" msgstr "Пропустить проверку DNS" #: ipaserver/plugins/internal.py:778 msgid "Skip overlap check" msgstr "Пропустить проверку пересечения" #: ipaserver/plugins/internal.py:779 msgid "Do you want to check if new authoritative nameserver address is in DNS" msgstr "" "Следует ли проверить, есть ли адрес нового полномочного сервера имён в DNS" #: ipaserver/plugins/internal.py:780 msgid "Authoritative nameserver change" msgstr "Изменение полномочного сервера имён" #: ipaserver/plugins/internal.py:783 ipaserver/plugins/internal.py:784 #: ipaserver/plugins/domainlevel.py:122 #: ipaclient/remote_plugins/2_156/domainlevel.py:53 #: ipaclient/remote_plugins/2_164/domainlevel.py:49 msgid "Domain Level" msgstr "Уровень домена" #: ipaserver/plugins/internal.py:785 msgid "Level" msgstr "Уровень" #: ipaserver/plugins/internal.py:786 msgid "Set Domain Level" msgstr "Указать уровень домена" #: ipaserver/plugins/internal.py:789 msgid "Add user group" msgstr "Добавить группу пользователей" #: ipaserver/plugins/internal.py:791 #, python-brace-format msgid "Add user groups into user group '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:794 #, python-brace-format msgid "Add user group '${primary_key}' into user groups" msgstr "" #: ipaserver/plugins/internal.py:797 #, python-brace-format msgid "Add user group '${primary_key}' into HBAC rules" msgstr "" #: ipaserver/plugins/internal.py:800 #, python-brace-format msgid "Add user group '${primary_key}' into netgroups" msgstr "" #: ipaserver/plugins/internal.py:803 #, python-brace-format msgid "Add user group '${primary_key}' into roles" msgstr "" #: ipaserver/plugins/internal.py:806 #, python-brace-format msgid "Add user group '${primary_key}' into sudo rules" msgstr "" #: ipaserver/plugins/internal.py:809 #, python-brace-format msgid "Add services into user group '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:812 #, python-brace-format msgid "Add users into user group '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:814 msgid "Group Settings" msgstr "Параметры группы" #: ipaserver/plugins/internal.py:815 ipaserver/plugins/internal.py:1114 #: ipaserver/plugins/internal.py:1393 msgid "External" msgstr "Внешний" #: ipaserver/plugins/internal.py:816 ipaserver/plugins/internal.py:1326 msgid "Groups" msgstr "Группы" #: ipaserver/plugins/internal.py:817 msgid "Group categories" msgstr "Категории групп" #: ipaserver/plugins/internal.py:818 msgid "Change to external group" msgstr "Изменение на внешнюю группу" #: ipaserver/plugins/internal.py:819 msgid "Change to POSIX group" msgstr "Изменение на POSIX-группу" #: ipaserver/plugins/internal.py:820 msgid "Non-POSIX" msgstr "Не POSIX" #: ipaserver/plugins/internal.py:821 msgid "POSIX" msgstr "POSIX" #: ipaserver/plugins/internal.py:822 msgid "Remove user groups" msgstr "Удалить группы пользователей" #: ipaserver/plugins/internal.py:824 #, python-brace-format msgid "Remove user group '${primary_key}' from user groups" msgstr "Удалить группу пользователей '${primary_key}' из групп пользователей" #: ipaserver/plugins/internal.py:827 #, python-brace-format msgid "Remove user group '${primary_key}' from netgroups" msgstr "Удалить группу пользователей '${primary_key}' из сетевых групп" #: ipaserver/plugins/internal.py:830 #, python-brace-format msgid "Remove user group '${primary_key}' from roles" msgstr "Удалить группу пользователей '${primary_key}' из ролей" #: ipaserver/plugins/internal.py:833 #, python-brace-format msgid "Remove user group '${primary_key}' from HBAC rules" msgstr "Удалить группу пользователей '${primary_key}' из правил HBAC" #: ipaserver/plugins/internal.py:836 #, python-brace-format msgid "Remove user group '${primary_key}' from sudo rules" msgstr "Удалить группу пользователей '${primary_key}' из правил Sudo" #: ipaserver/plugins/internal.py:839 #, python-brace-format msgid "Remove user groups from user group '${primary_key}'" msgstr "Удалить группы пользователей из группы пользователей '${primary_key}'" #: ipaserver/plugins/internal.py:842 #, python-brace-format msgid "Remove services from user group '${primary_key}'" msgstr "Удалить службы из группы пользователей '${primary_key}'" #: ipaserver/plugins/internal.py:845 #, python-brace-format msgid "Remove users from user group '${primary_key}'" msgstr "Удалить пользователей из группы пользователей '${primary_key}'" #: ipaserver/plugins/internal.py:847 msgid "Group Type" msgstr "Тип группы" #: ipaserver/plugins/internal.py:848 ipaserver/plugins/internal.py:1142 #: ipaserver/plugins/hbacrule.py:264 ipaserver/plugins/selinuxusermap.py:250 #: ipaserver/plugins/sudorule.py:280 ipaserver/plugins/group.py:287 #: ipaserver/plugins/caacl.py:224 #: ipaclient/remote_plugins/2_114/hbacrule.py:124 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:115 #: ipaclient/remote_plugins/2_114/sudorule.py:133 #: ipaclient/remote_plugins/2_156/caacl.py:110 #: ipaclient/remote_plugins/2_156/hbacrule.py:124 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:115 #: ipaclient/remote_plugins/2_156/sudorule.py:133 #: ipaclient/remote_plugins/2_164/caacl.py:110 #: ipaclient/remote_plugins/2_164/hbacrule.py:124 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:115 #: ipaclient/remote_plugins/2_164/sudorule.py:133 #: ipaclient/remote_plugins/2_49/hbacrule.py:126 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:115 #: ipaclient/remote_plugins/2_49/sudorule.py:114 msgid "User Groups" msgstr "Группы пользователей" #: ipaserver/plugins/internal.py:851 msgid "Add HBAC rule" msgstr "Добавить правило HBAC" #: ipaserver/plugins/internal.py:853 #, python-brace-format msgid "Add user groups into HBAC rule '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:856 #, python-brace-format msgid "Add host groups into HBAC rule '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:859 #, python-brace-format msgid "Add hosts into HBAC rule '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:862 #, python-brace-format msgid "Add HBAC service groups into HBAC rule '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:866 #, python-brace-format msgid "Add HBAC services into HBAC rule '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:869 #, python-brace-format msgid "Add users into HBAC rule '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:874 msgid "Accessing" msgstr "Получение доступа" #: ipaserver/plugins/internal.py:876 msgid "Remove HBAC rules" msgstr "Удалить правила HBAC" #: ipaserver/plugins/internal.py:878 #, python-brace-format msgid "Remove user groups from HBAC rule '${primary_key}'" msgstr "Удалить группы пользователей из правила HBAC '${primary_key}'" #: ipaserver/plugins/internal.py:881 #, python-brace-format msgid "Remove host groups from HBAC rule '${primary_key}'" msgstr "Удалить группы узлов из правила HBAC '${primary_key}'" #: ipaserver/plugins/internal.py:884 #, python-brace-format msgid "Remove hosts from HBAC rule '${primary_key}'" msgstr "Удалить узлы из правила HBAC '${primary_key}'" #: ipaserver/plugins/internal.py:887 #, python-brace-format msgid "Remove HBAC service groups from HBAC rule '${primary_key}'" msgstr "Удалить группы служб HBAC из правила HBAC '${primary_key}'" #: ipaserver/plugins/internal.py:891 #, python-brace-format msgid "Remove HBAC services from HBAC rule '${primary_key}'" msgstr "Удалить службы HBAC из правила HBAC '${primary_key}'" #: ipaserver/plugins/internal.py:894 #, python-brace-format msgid "Remove users from HBAC rule '${primary_key}'" msgstr "Удалить пользователей из правила HBAC '${primary_key}'" #: ipaserver/plugins/internal.py:896 msgid "Via Service" msgstr "Служба для использования" #: ipaserver/plugins/internal.py:900 ipaserver/plugins/internal.py:1442 msgid "Who" msgstr "Кто" #: ipaserver/plugins/internal.py:903 msgid "Add HBAC service" msgstr "Добавить службу HBAC" #: ipaserver/plugins/internal.py:905 #, python-brace-format msgid "Add HBAC service '${primary_key}' into HBAC service groups" msgstr "" #: ipaserver/plugins/internal.py:908 msgid "Remove HBAC services" msgstr "Удалить службы HBAC" #: ipaserver/plugins/internal.py:910 #, python-brace-format msgid "Remove HBAC service '${primary_key}' from HBAC service groups" msgstr "Удалить службу HBAC '${primary_key}' из групп служб HBAC" #: ipaserver/plugins/internal.py:915 msgid "Add HBAC service group" msgstr "Добавить группу служб HBAC" #: ipaserver/plugins/internal.py:917 #, python-brace-format msgid "Add HBAC services into HBAC service group '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:920 msgid "Remove HBAC service groups" msgstr "Удалить группы служб HBAC" #: ipaserver/plugins/internal.py:922 #, python-brace-format msgid "Remove HBAC services from HBAC service group '${primary_key}'" msgstr "Удалить службы HBAC из группы служб HBAC '${primary_key}'" #: ipaserver/plugins/internal.py:925 ipaserver/plugins/hbacrule.py:286 #: ipaserver/plugins/service.py:448 ipaserver/plugins/caacl.py:236 #: ipaclient/remote_plugins/2_114/hbacrule.py:147 #: ipaclient/remote_plugins/2_156/caacl.py:125 #: ipaclient/remote_plugins/2_156/hbacrule.py:147 #: ipaclient/remote_plugins/2_164/caacl.py:125 #: ipaclient/remote_plugins/2_164/hbacrule.py:147 #: ipaclient/remote_plugins/2_49/hbacrule.py:151 msgid "Services" msgstr "Службы" #: ipaserver/plugins/internal.py:928 msgid "Access Denied" msgstr "Отказано в доступе" #: ipaserver/plugins/internal.py:929 msgid "Access Granted" msgstr "Доступ предоставлен" #: ipaserver/plugins/internal.py:930 msgid "Include Disabled" msgstr "Включать отключённые" #: ipaserver/plugins/internal.py:931 msgid "Include Enabled" msgstr "Включать включённые" #: ipaserver/plugins/internal.py:932 msgid "HBAC Test" msgstr "Проверка HBAC" #: ipaserver/plugins/internal.py:933 msgid "Matched" msgstr "Установлено соответствие" #: ipaserver/plugins/internal.py:934 msgid "Missing values: " msgstr "Отсутствующие значения:" #: ipaserver/plugins/internal.py:935 msgid "New Test" msgstr "Новая проверка" #: ipaserver/plugins/internal.py:936 msgid "Rules" msgstr "Правила" #: ipaserver/plugins/internal.py:937 msgid "Run Test" msgstr "Выполнить проверку" #: ipaserver/plugins/internal.py:938 #, python-brace-format msgid "Specify external ${entity}" msgstr "Указать внешний адрес: ${entity}" #: ipaserver/plugins/internal.py:939 msgid "Unmatched" msgstr "Соответствие не установлено" #: ipaserver/plugins/internal.py:942 msgid "Add host" msgstr "Добавить узел" #: ipaserver/plugins/internal.py:944 #, python-brace-format msgid "Add hosts managing host '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:947 #, python-brace-format msgid "Add host '${primary_key}' into host groups" msgstr "" #: ipaserver/plugins/internal.py:950 #, python-brace-format msgid "Add host '${primary_key}' into HBAC rules" msgstr "" #: ipaserver/plugins/internal.py:953 #, python-brace-format msgid "Add host '${primary_key}' into netgroups" msgstr "" #: ipaserver/plugins/internal.py:956 #, python-brace-format msgid "Add host '${primary_key}' into roles" msgstr "" #: ipaserver/plugins/internal.py:959 #, python-brace-format msgid "Add host '${primary_key}' into sudo rules" msgstr "" #: ipaserver/plugins/internal.py:961 msgid "Host Certificate" msgstr "Сертификат узла" #: ipaserver/plugins/internal.py:962 ipaserver/plugins/internal.py:1275 msgid "Host Name" msgstr "Имя узла" #: ipaserver/plugins/internal.py:963 ipaserver/plugins/internal.py:1273 msgid "Delete Key, Unprovision" msgstr "Удалить ключ, отменить подготовку к работе" #: ipaserver/plugins/internal.py:964 msgid "Host Settings" msgstr "Параметры узла" #: ipaserver/plugins/internal.py:965 msgid "Enrolled" msgstr "Зарегистрировано" #: ipaserver/plugins/internal.py:966 msgid "Enrollment" msgstr "Регистрация" #: ipaserver/plugins/internal.py:967 msgid "Fully Qualified Host Name" msgstr "Полное имя узла" #: ipaserver/plugins/internal.py:968 msgid "Generate OTP" msgstr "Создать OTP" #: ipaserver/plugins/internal.py:969 msgid "Generated OTP" msgstr "Созданный OTP" #: ipaserver/plugins/internal.py:970 msgid "Kerberos Key" msgstr "Ключ Kerberos" #: ipaserver/plugins/internal.py:971 ipaserver/plugins/internal.py:1276 msgid "Kerberos Key Not Present" msgstr "Отсутствует ключ Kerberos" #: ipaserver/plugins/internal.py:972 msgid "Kerberos Key Present, Host Provisioned" msgstr "Имеется ключ Kerberos, узел подготовлен к работе" #: ipaserver/plugins/internal.py:973 ipaserver/plugins/internal.py:1619 msgid "One-Time-Password" msgstr "Одноразовый пароль" #: ipaserver/plugins/internal.py:974 msgid "One-Time-Password Not Present" msgstr "Отсутствует одноразовый пароль" #: ipaserver/plugins/internal.py:975 msgid "One-Time-Password Present" msgstr "Имеется одноразовый пароль" #: ipaserver/plugins/internal.py:976 msgid "Reset OTP" msgstr "Сбросить ОРП" #: ipaserver/plugins/internal.py:977 msgid "Reset One-Time-Password" msgstr "Сбросить одноразовый пароль" #: ipaserver/plugins/internal.py:978 msgid "Set OTP" msgstr "Установить ОРП" #: ipaserver/plugins/internal.py:979 msgid "OTP set" msgstr "Установлен OTP" #: ipaserver/plugins/internal.py:980 msgid "Set One-Time-Password" msgstr "Установить одноразовый пароль" #: ipaserver/plugins/internal.py:981 msgid "Remove hosts" msgstr "Удалить узлы" #: ipaserver/plugins/internal.py:983 #, python-brace-format msgid "Remove hosts managing host '${primary_key}'" msgstr "Удалить узлы, которые управляют узлом '${primary_key}'" #: ipaserver/plugins/internal.py:986 #, python-brace-format msgid "Remove host '${primary_key}' from host groups" msgstr "Удалить узел '${primary_key}' из групп узлов" #: ipaserver/plugins/internal.py:989 #, python-brace-format msgid "Remove host '${primary_key}' from netgroups" msgstr "Удалить узел '${primary_key}' из сетевых групп" #: ipaserver/plugins/internal.py:992 #, python-brace-format msgid "Remove host '${primary_key}' from roles" msgstr "Удалить узел '${primary_key}' из ролей" #: ipaserver/plugins/internal.py:995 #, python-brace-format msgid "Remove host '${primary_key}' from HBAC rules" msgstr "Удалить узел '${primary_key}' из правил HBAC" #: ipaserver/plugins/internal.py:998 #, python-brace-format msgid "Remove host '${primary_key}' from sudo rules" msgstr "Удалить узел '${primary_key}' из правил Sudo" #: ipaserver/plugins/internal.py:1001 ipaserver/plugins/internal.py:1287 msgid "Unprovision" msgstr "Отменить подготовку" #: ipaserver/plugins/internal.py:1002 msgid "Are you sure you want to unprovision this host?" msgstr "Вы действительно хотите отменить подготовку этого узла?" #: ipaserver/plugins/internal.py:1003 msgid "Unprovisioning host" msgstr "Отмена подготовки узла" #: ipaserver/plugins/internal.py:1004 msgid "Host unprovisioned" msgstr "Узел, подготовка которого к работе отменена" #: ipaserver/plugins/internal.py:1007 msgid "Add host group" msgstr "Добавить группу узлов" #: ipaserver/plugins/internal.py:1009 #, python-brace-format msgid "Add hosts into host group '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1012 #, python-brace-format msgid "Add host groups into host group '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1015 #, python-brace-format msgid "Add host group '${primary_key}' into host groups" msgstr "" #: ipaserver/plugins/internal.py:1018 #, python-brace-format msgid "Add host group '${primary_key}' into HBAC rules" msgstr "" #: ipaserver/plugins/internal.py:1021 #, python-brace-format msgid "Add host group '${primary_key}' into netgroups" msgstr "" #: ipaserver/plugins/internal.py:1024 #, python-brace-format msgid "Add host group '${primary_key}' into sudo rules" msgstr "" #: ipaserver/plugins/internal.py:1026 ipaserver/plugins/internal.py:1116 #: ipaserver/plugins/hostgroup.py:153 ipaserver/plugins/hbacrule.py:272 #: ipaserver/plugins/selinuxusermap.py:258 ipaserver/plugins/sudorule.py:293 #: ipaserver/plugins/caacl.py:232 #: ipaclient/remote_plugins/2_114/hbacrule.py:134 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:125 #: ipaclient/remote_plugins/2_114/sudorule.py:149 #: ipaclient/remote_plugins/2_156/caacl.py:120 #: ipaclient/remote_plugins/2_156/hbacrule.py:134 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:125 #: ipaclient/remote_plugins/2_156/sudorule.py:149 #: ipaclient/remote_plugins/2_164/caacl.py:120 #: ipaclient/remote_plugins/2_164/hbacrule.py:134 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:125 #: ipaclient/remote_plugins/2_164/sudorule.py:149 #: ipaclient/remote_plugins/2_49/hbacrule.py:136 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:125 #: ipaclient/remote_plugins/2_49/sudorule.py:124 msgid "Host Groups" msgstr "Группы узлов" #: ipaserver/plugins/internal.py:1027 msgid "Host Group Settings" msgstr "Параметры группы узлов" #: ipaserver/plugins/internal.py:1028 msgid "Remove host groups" msgstr "Удалить группы узлов" #: ipaserver/plugins/internal.py:1030 #, python-brace-format msgid "Remove host group '${primary_key}' from host groups" msgstr "Удалить группу узлов '${primary_key}' из групп узлов" #: ipaserver/plugins/internal.py:1033 #, python-brace-format msgid "Remove host group '${primary_key}' from netgroups" msgstr "Удалить группу узлов '${primary_key}' из сетевых групп" #: ipaserver/plugins/internal.py:1036 #, python-brace-format msgid "Remove host group '${primary_key}' from HBAC rules" msgstr "Удалить группу узлов '${primary_key}' из правил HBAC" #: ipaserver/plugins/internal.py:1039 #, python-brace-format msgid "Remove host group '${primary_key}' from sudo rules" msgstr "Удалить группу узлов '${primary_key}' из правил Sudo" #: ipaserver/plugins/internal.py:1042 #, python-brace-format msgid "Remove hosts from host group '${primary_key}'" msgstr "Удалить узлы из группы узлов '${primary_key}'" #: ipaserver/plugins/internal.py:1045 #, python-brace-format msgid "Remove host groups from host group '${primary_key}'" msgstr "Удалить группы узлов из группы узлов '${primary_key}'" #: ipaserver/plugins/internal.py:1049 msgid "User to override" msgstr "Пользователь, которого следует переопределить" #: ipaserver/plugins/internal.py:1050 msgid "" "Enter trusted or IPA user login. Note: search doesn't list users from " "trusted domains." msgstr "" "Введите имя учётной записи доверенного пользователя или пользователя IPA. " "Примечание: в списке результатов поиска не будет записей пользователей из " "доверенных доменов." #: ipaserver/plugins/internal.py:1051 msgid "Enter trusted user login." msgstr "Введите имя учётной записи доверенного пользователя." #: ipaserver/plugins/internal.py:1052 ipaserver/plugins/internal.py:1641 msgid "Profile" msgstr "Профиль" #: ipaserver/plugins/internal.py:1055 msgid "Group to override" msgstr "Группа, которую следует переопределить" #: ipaserver/plugins/internal.py:1056 msgid "" "Enter trusted or IPA group name. Note: search doesn't list groups from " "trusted domains." msgstr "" "Введите имя учётной записи доверенной группы или группы IPA. Примечание: в " "списке результатов поиска не будет записей групп из доверенных доменов." #: ipaserver/plugins/internal.py:1057 msgid "Enter trusted group name." msgstr "Введите имя доверенной группы." #: ipaserver/plugins/internal.py:1060 msgid "Add ID view" msgstr "Добавить представление ID" #: ipaserver/plugins/internal.py:1061 msgid "Add group ID override" msgstr "Добавить переопределение ID группы" #: ipaserver/plugins/internal.py:1062 msgid "Add user ID override" msgstr "Добавить переопределение ID пользователя" #: ipaserver/plugins/internal.py:1063 #, python-brace-format msgid "${primary_key} applies to:" msgstr "${primary_key} применяется к:" #: ipaserver/plugins/internal.py:1064 ipaserver/plugins/internal.py:1065 msgid "Applied to hosts" msgstr "Применено к узлам" #: ipaserver/plugins/internal.py:1066 msgid "Apply to host groups" msgstr "Применить к группам узлов" #: ipaserver/plugins/internal.py:1068 #, python-brace-format msgid "Apply ID view '${primary_key}' on hosts of host groups" msgstr "" #: ipaserver/plugins/internal.py:1070 msgid "Apply to hosts" msgstr "Применить к узлам" #: ipaserver/plugins/internal.py:1072 #, python-brace-format msgid "Apply ID view '${primary_key}' on hosts" msgstr "" #: ipaserver/plugins/internal.py:1074 ipaserver/plugins/host.py:567 #: ipaclient/remote_plugins/2_114/host.py:171 #: ipaclient/remote_plugins/2_114/host.py:382 #: ipaclient/remote_plugins/2_114/host.py:1047 #: ipaclient/remote_plugins/2_114/host.py:1338 #: ipaclient/remote_plugins/2_156/host.py:172 #: ipaclient/remote_plugins/2_156/host.py:384 #: ipaclient/remote_plugins/2_156/host.py:1110 #: ipaclient/remote_plugins/2_156/host.py:1402 #: ipaclient/remote_plugins/2_164/host.py:172 #: ipaclient/remote_plugins/2_164/host.py:384 #: ipaclient/remote_plugins/2_164/host.py:1110 #: ipaclient/remote_plugins/2_164/host.py:1402 msgid "Assigned ID View" msgstr "Назначенное представление ID" #: ipaserver/plugins/internal.py:1075 #, python-brace-format msgid "${primary_key} overrides:" msgstr "${primary_key} переопределяет:" #: ipaserver/plugins/internal.py:1076 msgid "Remove ID views" msgstr "Удалить представления ID" #: ipaserver/plugins/internal.py:1077 msgid "Remove user ID overrides" msgstr "Удалить переопределения ID пользователя" #: ipaserver/plugins/internal.py:1078 msgid "Remove group ID overrides" msgstr "Удалить переопределения ID группы" #: ipaserver/plugins/internal.py:1079 msgid "Un-apply from host groups" msgstr "Отменить применение к группам узлов" #: ipaserver/plugins/internal.py:1080 msgid "Un-apply ID Views from hosts of hostgroups" msgstr "Отменить применение представлений ID к узлам групп узлов" #: ipaserver/plugins/internal.py:1081 msgid "Un-apply" msgstr "Отменить применение" #: ipaserver/plugins/internal.py:1082 msgid "Un-apply from hosts" msgstr "Отменить применение к узлам" #: ipaserver/plugins/internal.py:1083 msgid "Un-apply ID Views from hosts" msgstr "Отменить применение представлений ID к узлам" #: ipaserver/plugins/internal.py:1084 msgid "Are you sure you want to un-apply ID view from selected entries?" msgstr "" "Вы действительно хотите отменить применение представления ID к выбранным " "записям?" #: ipaserver/plugins/internal.py:1086 #, python-brace-format msgid "Un-apply ID view '${primary_key}' from hosts" msgstr "" #: ipaserver/plugins/internal.py:1093 msgid "Add netgroup" msgstr "Добавить сетевую группу" #: ipaserver/plugins/internal.py:1095 #, python-brace-format msgid "Add netgroup '${primary_key}' into netgroups" msgstr "" #: ipaserver/plugins/internal.py:1098 #, python-brace-format msgid "Add netgroups into netgroup '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1101 #, python-brace-format msgid "Add user groups into netgroup '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1104 #, python-brace-format msgid "Add hosts into netgroup '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1107 #, python-brace-format msgid "Add host groups into netgroup '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1110 #, python-brace-format msgid "Add users into netgroup '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1115 ipaserver/plugins/internal.py:1236 #: ipaserver/plugins/host.py:439 msgid "Host" msgstr "Узел" #: ipaserver/plugins/internal.py:1117 ipaserver/plugins/hbacrule.py:268 #: ipaserver/plugins/host.py:438 ipaserver/plugins/selinuxusermap.py:254 #: ipaserver/plugins/automember.py:702 ipaserver/plugins/sudorule.py:289 #: ipaserver/plugins/caacl.py:228 #: ipaclient/remote_plugins/2_114/automember.py:650 #: ipaclient/remote_plugins/2_114/hbacrule.py:129 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:120 #: ipaclient/remote_plugins/2_114/sudorule.py:144 #: ipaclient/remote_plugins/2_156/automember.py:650 #: ipaclient/remote_plugins/2_156/caacl.py:115 #: ipaclient/remote_plugins/2_156/hbacrule.py:129 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:120 #: ipaclient/remote_plugins/2_156/sudorule.py:144 #: ipaclient/remote_plugins/2_164/automember.py:650 #: ipaclient/remote_plugins/2_164/caacl.py:115 #: ipaclient/remote_plugins/2_164/hbacrule.py:129 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:120 #: ipaclient/remote_plugins/2_164/sudorule.py:144 #: ipaclient/remote_plugins/2_49/hbacrule.py:131 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:120 #: ipaclient/remote_plugins/2_49/sudorule.py:119 msgid "Hosts" msgstr "Узлы" #: ipaserver/plugins/internal.py:1118 msgid "Netgroup Settings" msgstr "Параметры сетевой группы" #: ipaserver/plugins/internal.py:1119 ipaserver/plugins/netgroup.py:196 msgid "Netgroups" msgstr "Сетевые группы" #: ipaserver/plugins/internal.py:1120 msgid "Remove netgroups" msgstr "Удалить сетевые группы" #: ipaserver/plugins/internal.py:1122 #, python-brace-format msgid "Remove netgroup '${primary_key}' from netgroups" msgstr "Удалить сетевую группу '${primary_key}' из сетевых групп" #: ipaserver/plugins/internal.py:1125 #, python-brace-format msgid "Remove user groups from netgroup '${primary_key}'" msgstr "Удалить группы пользователей из сетевой группы '${primary_key}'" #: ipaserver/plugins/internal.py:1128 #, python-brace-format msgid "Remove hosts from netgroup '${primary_key}'" msgstr "Удалить узлы из сетевой группы '${primary_key}'" #: ipaserver/plugins/internal.py:1131 #, python-brace-format msgid "Remove host groups from netgroup '${primary_key}'" msgstr "Удалить группы узлов из сетевой группы '${primary_key}'" #: ipaserver/plugins/internal.py:1134 #, python-brace-format msgid "Remove netgroups from netgroup '${primary_key}'" msgstr "Удалить сетевые группы из сетевой группы '${primary_key}'" #: ipaserver/plugins/internal.py:1137 #, python-brace-format msgid "Remove users from netgroup '${primary_key}'" msgstr "Удалить пользователей из сетевой группы '${primary_key}'" #: ipaserver/plugins/internal.py:1146 msgid "Add OTP token" msgstr "Добавить токен OTP" #: ipaserver/plugins/internal.py:1148 #, python-brace-format msgid "Add users managing OTP token '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1150 #, python-brace-format msgid "" "You can use FreeOTP as a software " "OTP token application." msgstr "" "В качестве приложения для работы с токенами OTP можно использовать FreeOTP." #: ipaserver/plugins/internal.py:1151 msgid "Configure your token" msgstr "Настройте ваш токен" #: ipaserver/plugins/internal.py:1152 msgid "" "Configure your token by scanning the QR code below. Click on the QR code if " "you see this on the device you want to configure." msgstr "" "Настройте ваш токен, отсканировав расположенный ниже QR-код. Щёлкните по QR-" "коду, если видите правильные данные на устройстве, которое вы хотите " "настроить." #: ipaserver/plugins/internal.py:1153 msgid "OTP Token Settings" msgstr "Параметры токена OTP" #: ipaserver/plugins/internal.py:1154 msgid "Disable token" msgstr "Отключить токен" #: ipaserver/plugins/internal.py:1155 msgid "Enable token" msgstr "Включить токен" #: ipaserver/plugins/internal.py:1156 msgid "Remove OTP tokens" msgstr "Удалить токены OTP" #: ipaserver/plugins/internal.py:1158 #, python-brace-format msgid "Remove users managing OTP token '${primary_key}'" msgstr "Удалить пользователей, которые управляют токеном OTP '${primary_key}'" #: ipaserver/plugins/internal.py:1160 msgid "Show QR code" msgstr "Показать QR-код" #: ipaserver/plugins/internal.py:1161 msgid "Show configuration uri" msgstr "Показать адрес конфигурации" #: ipaserver/plugins/internal.py:1162 msgid "Counter-based (HOTP)" msgstr "На основе счётчика (HOTP)" #: ipaserver/plugins/internal.py:1163 msgid "Time-based (TOTP)" msgstr "На основе времени (TOTP)" #: ipaserver/plugins/internal.py:1166 msgid "Add Custom Attribute" msgstr "Добавить пользовательский атрибут" #: ipaserver/plugins/internal.py:1169 msgid "Permission settings" msgstr "Параметры разрешений" #: ipaserver/plugins/internal.py:1170 msgid "Attribute breakdown" msgstr "Разбивка по атрибутам" #: ipaserver/plugins/internal.py:1171 ipaserver/plugins/dns.py:1034 #: ipaserver/plugins/dns.py:1365 ipaclient/remote_plugins/2_114/dns.py:514 #: ipaclient/remote_plugins/2_114/dns.py:2043 #: ipaclient/remote_plugins/2_114/dns.py:3702 #: ipaclient/remote_plugins/2_156/dns.py:514 #: ipaclient/remote_plugins/2_156/dns.py:2008 #: ipaclient/remote_plugins/2_156/dns.py:3527 #: ipaclient/remote_plugins/2_164/dns.py:514 #: ipaclient/remote_plugins/2_164/dns.py:2016 #: ipaclient/remote_plugins/2_164/dns.py:3535 #: ipaclient/remote_plugins/2_49/dns.py:420 #: ipaclient/remote_plugins/2_49/dns.py:1489 #: ipaclient/remote_plugins/2_49/dns.py:3275 msgid "Target" msgstr "Цель" #: ipaserver/plugins/internal.py:1174 msgid "Privilege Settings" msgstr "Параметры привилегий" #: ipaserver/plugins/internal.py:1177 msgid "Public key:" msgstr "Открытый ключ:" #: ipaserver/plugins/internal.py:1178 msgid "Set public key" msgstr "Установить открытый ключ" #: ipaserver/plugins/internal.py:1179 ipaserver/plugins/internal.py:1297 msgid "Show/Set key" msgstr "Показать или установить ключ" #: ipaserver/plugins/internal.py:1180 ipaserver/plugins/internal.py:1298 msgid "Modified: key not set" msgstr "Изменено: ключ не установлен" #: ipaserver/plugins/internal.py:1181 ipaserver/plugins/internal.py:1299 msgid "Modified" msgstr "Изменено" #: ipaserver/plugins/internal.py:1182 ipaserver/plugins/internal.py:1300 msgid "New: key not set" msgstr "Новый: ключ не установлен" #: ipaserver/plugins/internal.py:1183 ipaserver/plugins/internal.py:1301 msgid "New: key set" msgstr "Новый: ключ установлен" #: ipaserver/plugins/internal.py:1186 msgid "Add password policy" msgstr "Добавить политику паролей" #: ipaserver/plugins/internal.py:1187 ipaserver/plugins/pwpolicy.py:292 msgid "Password Policy" msgstr "Политика паролей" #: ipaserver/plugins/internal.py:1188 msgid "Remove password policies" msgstr "Удалить политики паролей" #: ipaserver/plugins/internal.py:1191 msgid "Add ID range" msgstr "Добавить диапазон идентификаторов" #: ipaserver/plugins/internal.py:1192 msgid "Range Settings" msgstr "Параметры диапазона" #: ipaserver/plugins/internal.py:1193 msgid "Base ID" msgstr "Основной ID" #: ipaserver/plugins/internal.py:1194 msgid "Primary RID base" msgstr "Основа основного RID" #: ipaserver/plugins/internal.py:1195 msgid "Range size" msgstr "Размер диапазона" #: ipaserver/plugins/internal.py:1196 msgid "Domain SID" msgstr "SID домена" #: ipaserver/plugins/internal.py:1197 msgid "Secondary RID base" msgstr "Основа вторичного RID" #: ipaserver/plugins/internal.py:1198 msgid "Remove ID ranges" msgstr "Удалить диапазоны идентификаторов" #: ipaserver/plugins/internal.py:1199 ipaserver/plugins/idrange.py:243 #: ipaserver/plugins/trust.py:686 ipaclient/remote_plugins/2_114/trust.py:316 #: ipaclient/remote_plugins/2_114/idrange.py:181 #: ipaclient/remote_plugins/2_114/idrange.py:268 #: ipaclient/remote_plugins/2_114/idrange.py:406 #: ipaclient/remote_plugins/2_156/trust.py:316 #: ipaclient/remote_plugins/2_156/idrange.py:183 #: ipaclient/remote_plugins/2_156/idrange.py:272 #: ipaclient/remote_plugins/2_156/idrange.py:410 #: ipaclient/remote_plugins/2_164/trust.py:316 #: ipaclient/remote_plugins/2_164/idrange.py:183 #: ipaclient/remote_plugins/2_164/idrange.py:272 #: ipaclient/remote_plugins/2_164/idrange.py:410 #: ipaclient/remote_plugins/2_49/idrange.py:176 #: ipaclient/remote_plugins/2_49/idrange.py:254 #: ipaclient/remote_plugins/2_49/idrange.py:393 #: ipaclient/remote_plugins/2_49/idrange.py:498 msgid "Range type" msgstr "Тип диапазона" #: ipaserver/plugins/internal.py:1200 ipaserver/dcerpc_common.py:37 msgid "Active Directory domain" msgstr "Домен Active Directory" #: ipaserver/plugins/internal.py:1201 msgid "Active Directory domain with POSIX attributes" msgstr "Домен Active Directory с атрибутами POSIX" #: ipaserver/plugins/internal.py:1202 msgid "Detect" msgstr "Определить" #: ipaserver/plugins/internal.py:1203 msgid "Local domain" msgstr "Локальный домен" #: ipaserver/plugins/internal.py:1204 msgid "IPA trust" msgstr "Отношение доверия IPA" #: ipaserver/plugins/internal.py:1205 msgid "Active Directory winsync" msgstr "winsync Active Directory" #: ipaserver/plugins/internal.py:1208 msgid "Add RADIUS server" msgstr "Добавить сервер RADIUS" #: ipaserver/plugins/internal.py:1209 msgid "RADIUS Proxy Server Settings" msgstr "Параметры прокси-сервера RADIUS" #: ipaserver/plugins/internal.py:1210 msgid "Remove RADIUS servers" msgstr "Удалить серверы RADIUS" #: ipaserver/plugins/internal.py:1213 ipaserver/plugins/realmdomains.py:107 #: ipaserver/plugins/realmdomains.py:108 msgid "Realm Domains" msgstr "Домены области (realm)" #: ipaserver/plugins/internal.py:1214 msgid "Check DNS" msgstr "Проверить DNS" #: ipaserver/plugins/internal.py:1215 msgid "Do you also want to perform DNS check?" msgstr "Вы хотите также выполнить проверку DNS?" #: ipaserver/plugins/internal.py:1216 msgid "Force Update" msgstr "Принудительное обновление" #: ipaserver/plugins/internal.py:1221 msgid "Add SELinux user map" msgstr "Добавить список пользователей SELinux" #: ipaserver/plugins/internal.py:1223 #, python-brace-format msgid "Add user groups into SELinux user map '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1226 #, python-brace-format msgid "Add host groups into SELinux user map '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1229 #, python-brace-format msgid "Add hosts into SELinux user map '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1232 #, python-brace-format msgid "Add users into SELinux user map '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1237 msgid "Remove selinux user maps" msgstr "Удалить списки пользователей SELinux" #: ipaserver/plugins/internal.py:1239 #, python-brace-format msgid "Remove user groups from SELinux user map '${primary_key}'" msgstr "" "Удалить группы пользователей из списка пользователей SELinux '${primary_key}'" #: ipaserver/plugins/internal.py:1242 #, python-brace-format msgid "Remove host groups from SELinux user map '${primary_key}'" msgstr "Удалить группы узлов из списка пользователей SELinux '${primary_key}'" #: ipaserver/plugins/internal.py:1245 #, python-brace-format msgid "Remove hosts from SELinux user map '${primary_key}'" msgstr "Удалить узлы из списка пользователей SELinux '${primary_key}'" #: ipaserver/plugins/internal.py:1248 #, python-brace-format msgid "Remove users from SELinux user map '${primary_key}'" msgstr "Удалить пользователей из списка пользователей SELinux '${primary_key}'" #: ipaserver/plugins/internal.py:1255 msgid "Server Roles" msgstr "Роли сервера" #: ipaserver/plugins/internal.py:1256 msgid "Server Role" msgstr "Роль сервера" #: ipaserver/plugins/internal.py:1259 msgid "Warning: Consider service replication" msgstr "Предупреждение: рекомендуется использовать репликацию служб" #: ipaserver/plugins/internal.py:1260 msgid "" "It is strongly recommended to keep the following services installed on more " "than one server:" msgstr "" "Настоятельно рекомендуется установить следующие службы на нескольких " "серверах:" #: ipaserver/plugins/internal.py:1261 msgid "Delete Server" msgstr "Удалить сервер" #: ipaserver/plugins/internal.py:1262 msgid "" "Deleting a server removes it permanently from the topology. Note that this " "is a non-reversible action." msgstr "" "Удаление сервера приводит к его необратимому удалению из топологии. Это " "действие нельзя отменить." #: ipaserver/plugins/internal.py:1265 msgid "Add service" msgstr "Добавить службу" #: ipaserver/plugins/internal.py:1267 #, python-brace-format msgid "Add hosts managing service '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1270 #, python-brace-format msgid "Add service '${primary_key}' into roles" msgstr "" #: ipaserver/plugins/internal.py:1272 msgid "Service Certificate" msgstr "Сертификат службы" #: ipaserver/plugins/internal.py:1274 msgid "Service Settings" msgstr "Параметры службы" #: ipaserver/plugins/internal.py:1277 msgid "Provisioning" msgstr "Подготовка" #: ipaserver/plugins/internal.py:1278 msgid "Remove services" msgstr "Удалить службы" #: ipaserver/plugins/internal.py:1280 #, python-brace-format msgid "Remove service '${primary_key}' from roles" msgstr "Удалить службу '${primary_key}' из ролей" #: ipaserver/plugins/internal.py:1283 #, python-brace-format msgid "Remove hosts managing service '${primary_key}'" msgstr "Удалить узлы, которые управляют службой '${primary_key}'" #: ipaserver/plugins/internal.py:1285 ipaserver/plugins/internal.py:1593 #: ipaserver/plugins/hbactest.py:285 ipaserver/plugins/service.py:449 #: ipaserver/plugins/dns.py:1310 ipaclient/remote_plugins/2_114/hbactest.py:217 #: ipaclient/remote_plugins/2_114/dns.py:721 #: ipaclient/remote_plugins/2_114/dns.py:2329 #: ipaclient/remote_plugins/2_114/dns.py:3988 #: ipaclient/remote_plugins/2_156/hbactest.py:217 #: ipaclient/remote_plugins/2_156/dns.py:714 #: ipaclient/remote_plugins/2_156/dns.py:2284 #: ipaclient/remote_plugins/2_156/dns.py:3803 #: ipaclient/remote_plugins/2_164/hbactest.py:217 #: ipaclient/remote_plugins/2_164/dns.py:714 #: ipaclient/remote_plugins/2_164/dns.py:2292 #: ipaclient/remote_plugins/2_164/dns.py:3811 #: ipaclient/remote_plugins/2_49/hbactest.py:146 #: ipaclient/remote_plugins/2_49/dns.py:651 #: ipaclient/remote_plugins/2_49/dns.py:1806 #: ipaclient/remote_plugins/2_49/dns.py:3592 msgid "Service" msgstr "Служба" #: ipaserver/plugins/internal.py:1288 msgid "Are you sure you want to unprovision this service?" msgstr "Вы действительно хотите отменить подготовку этой службы?" #: ipaserver/plugins/internal.py:1289 msgid "Unprovisioning service" msgstr "Отмена подготовки службы" #: ipaserver/plugins/internal.py:1290 msgid "Service unprovisioned" msgstr "Служба, подготовка которой к работе отменена" #: ipaserver/plugins/internal.py:1291 msgid "Kerberos Key Present, Service Provisioned" msgstr "Имеется ключ Kerberos, служба подготовлена к работе" #: ipaserver/plugins/internal.py:1294 msgid "SSH public keys" msgstr "Открытые ключи SSH" #: ipaserver/plugins/internal.py:1295 msgid "SSH public key:" msgstr "Открытый ключ SSH:" #: ipaserver/plugins/internal.py:1296 msgid "Set SSH key" msgstr "Указать ключ SSH" #: ipaserver/plugins/internal.py:1304 msgid "Are you sure you want to activate selected users?" msgstr "Вы действительно хотите активировать выбранные записи пользователей?" #: ipaserver/plugins/internal.py:1305 #, python-brace-format msgid "Are you sure you want to activate ${object}?" msgstr "Вы действительно хотите активировать ${object}?" #: ipaserver/plugins/internal.py:1306 #, python-brace-format msgid "${count} user(s) activated" msgstr "Активировано пользователей: ${count}" #: ipaserver/plugins/internal.py:1307 msgid "Add stage user" msgstr "Добавить неподтверждённого пользователя" #: ipaserver/plugins/internal.py:1308 msgid "Stage users" msgstr "Неподтверждённые пользователи" #: ipaserver/plugins/internal.py:1309 msgid "Preserved users" msgstr "Хранимые пользователи" #: ipaserver/plugins/internal.py:1310 msgid "Remove preserved users" msgstr "Удалить хранимых пользователей" #: ipaserver/plugins/internal.py:1311 msgid "Remove stage users" msgstr "Удалить неподтверждённых пользователей" #: ipaserver/plugins/internal.py:1312 msgid "Are you sure you want to stage selected users?" msgstr "" "Вы действительно хотите сделать выбранных пользователей неподтверждёнными?" #: ipaserver/plugins/internal.py:1313 #, python-brace-format msgid "${count} users(s) staged" msgstr "Пользователей, сделанных неподтверждёнными: ${count}" #: ipaserver/plugins/internal.py:1314 #, python-brace-format msgid "Are you sure you want to stage ${object}?" msgstr "Вы действительно хотите разместить ${object} на хранение?" #: ipaserver/plugins/internal.py:1315 msgid "Are you sure you want to restore selected users?" msgstr "Вы действительно хотите восстановить выбранные записи пользователей?" #: ipaserver/plugins/internal.py:1316 #, python-brace-format msgid "Are you sure you want to restore ${object}?" msgstr "Вы действительно хотите восстановить ${object}?" #: ipaserver/plugins/internal.py:1317 #, python-brace-format msgid "${count} user(s) restored" msgstr "Восстановлено пользователей: ${count}" #: ipaserver/plugins/internal.py:1318 msgid "User categories" msgstr "Категории пользователей" #: ipaserver/plugins/internal.py:1321 msgid "Add sudo command" msgstr "Добавить команду Sudo" #: ipaserver/plugins/internal.py:1323 #, python-brace-format msgid "Add sudo command '${primary_key}' into sudo command groups" msgstr "" #: ipaserver/plugins/internal.py:1327 msgid "Remove sudo commands" msgstr "Удалить команды Sudo" #: ipaserver/plugins/internal.py:1329 #, python-brace-format msgid "Remove sudo command '${primary_key}' from sudo command groups" msgstr "Удалить команду Sudo '${primary_key}' из групп команд Sudo" #: ipaserver/plugins/internal.py:1334 msgid "Add sudo command group" msgstr "Добавить группу команд Sudo" #: ipaserver/plugins/internal.py:1336 #, python-brace-format msgid "Add sudo commands into sudo command group '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1339 ipaserver/plugins/sudocmdgroup.py:134 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:62 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:62 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:62 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:61 msgid "Commands" msgstr "Команды" #: ipaserver/plugins/internal.py:1340 msgid "Remove sudo command groups" msgstr "Удалить группы команд Sudo" #: ipaserver/plugins/internal.py:1342 #, python-brace-format msgid "Remove sudo commands from sudo command group '${primary_key}'" msgstr "Удалить команды Sudo из группы команд Sudo '${primary_key}'" #: ipaserver/plugins/internal.py:1347 msgid "Add sudo rule" msgstr "Добавить правило Sudo" #: ipaserver/plugins/internal.py:1348 msgid "Add sudo option" msgstr "Добавить параметр Sudo" #: ipaserver/plugins/internal.py:1350 #, python-brace-format msgid "Add allow sudo commands into sudo rule '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1354 #, python-brace-format msgid "Add allow sudo command groups into sudo rule '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1358 #, python-brace-format msgid "Add deny sudo commands into sudo rule '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1362 #, python-brace-format msgid "Add deny sudo command groups into sudo rule '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1366 #, python-brace-format msgid "Add user groups into sudo rule '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1369 #, python-brace-format msgid "Add host groups into sudo rule '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1372 #, python-brace-format msgid "Add hosts into sudo rule '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1375 #, python-brace-format msgid "Add RunAs users into sudo rule '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1378 #, python-brace-format msgid "Add RunAs user groups into sudo rule '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1381 #, python-brace-format msgid "Add RunAs groups into sudo rule '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1384 #, python-brace-format msgid "Add users into sudo rule '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1386 msgid "Allow" msgstr "Разрешить" #: ipaserver/plugins/internal.py:1387 msgid "Any Command" msgstr "Любая команда" #: ipaserver/plugins/internal.py:1388 msgid "Any Group" msgstr "Любая группа" #: ipaserver/plugins/internal.py:1391 msgid "Run Commands" msgstr "Выполнить команды" #: ipaserver/plugins/internal.py:1392 msgid "Deny" msgstr "Запретить" #: ipaserver/plugins/internal.py:1394 msgid "Access this host" msgstr "Получить доступ к узлу" #: ipaserver/plugins/internal.py:1396 msgid "Option added" msgstr "Параметр добавлен" #: ipaserver/plugins/internal.py:1397 #, python-brace-format msgid "${count} option(s) removed" msgstr "Удалено параметров: ${count}" #: ipaserver/plugins/internal.py:1399 msgid "Remove sudo rules" msgstr "Удалить правила Sudo" #: ipaserver/plugins/internal.py:1401 #, python-brace-format msgid "Remove allow sudo commands from sudo rule '${primary_key}'" msgstr "Удалить разрешённые команды Sudo из правила Sudo '${primary_key}'" #: ipaserver/plugins/internal.py:1405 #, python-brace-format msgid "Remove allow sudo command groups from sudo rule '${primary_key}'" msgstr "" "Удалить группы разрешённых команд Sudo из правила Sudo '${primary_key}'" #: ipaserver/plugins/internal.py:1409 #, python-brace-format msgid "Remove deny sudo commands from sudo rule '${primary_key}'" msgstr "Удалить запрещённые команды Sudo из правила Sudo '${primary_key}'" #: ipaserver/plugins/internal.py:1413 #, python-brace-format msgid "Remove deny sudo command groups from sudo rule '${primary_key}'" msgstr "" "Удалить группы запрещённых команд Sudo из правила Sudo '${primary_key}'" #: ipaserver/plugins/internal.py:1417 #, python-brace-format msgid "Remove user groups from sudo rule '${primary_key}'" msgstr "Удалить группы пользователей из правила Sudo '${primary_key}'" #: ipaserver/plugins/internal.py:1420 #, python-brace-format msgid "Remove host groups from sudo rule '${primary_key}'" msgstr "Удалить группы узлов из правила Sudo '${primary_key}'" #: ipaserver/plugins/internal.py:1423 #, python-brace-format msgid "Remove hosts from sudo rule '${primary_key}'" msgstr "Удалить узлы из правила Sudo '${primary_key}'" #: ipaserver/plugins/internal.py:1426 #, python-brace-format msgid "Remove RunAs users from sudo rule '${primary_key}'" msgstr "" "Удалить пользователей запуска от имени из правила Sudo '${primary_key}'" #: ipaserver/plugins/internal.py:1429 #, python-brace-format msgid "Remove RunAs user groups from sudo rule '${primary_key}'" msgstr "" "Удалить группы пользователей запуска от имени из правила Sudo " "'${primary_key}'" #: ipaserver/plugins/internal.py:1432 #, python-brace-format msgid "Remove RunAs groups from sudo rule '${primary_key}'" msgstr "Удалить группы запуска от имени из правила Sudo '${primary_key}'" #: ipaserver/plugins/internal.py:1435 #, python-brace-format msgid "Remove users from sudo rule '${primary_key}'" msgstr "Удалить пользователей из правила Sudo '${primary_key}'" #: ipaserver/plugins/internal.py:1437 msgid "As Whom" msgstr "В качестве" #: ipaserver/plugins/internal.py:1438 msgid "Specified Commands and Groups" msgstr "Указанные команды и группы" #: ipaserver/plugins/internal.py:1439 msgid "Specified Groups" msgstr "Указанные группы" #: ipaserver/plugins/internal.py:1445 msgid "Remove sudo options" msgstr "Удалить параметры Sudo" #: ipaserver/plugins/internal.py:1448 msgid "Autogenerated" msgstr "Созданные автоматически" #: ipaserver/plugins/internal.py:1449 msgid "Segment details" msgstr "Свойства сегмента" #: ipaserver/plugins/internal.py:1450 msgid "Replication configuration" msgstr "Конфигурация репликации" #: ipaserver/plugins/internal.py:1451 #, python-brace-format msgid "Managed topology requires minimal domain level ${domainlevel}" msgstr "" "Управляемая топология требует минимального уровня домена ${domainlevel}" #: ipaserver/plugins/internal.py:1454 msgid "Add IPA location" msgstr "Добавить расположение IPA" #: ipaserver/plugins/internal.py:1456 #, python-brace-format msgid "Add IPA server into IPA location '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1458 msgid "Remove IPA locations" msgstr "Удалить расположения IPA" #: ipaserver/plugins/internal.py:1460 #, python-brace-format msgid "Remove IPA servers from IPA location '${primary_key}'" msgstr "Удалить IPA-серверы из расположения IPA '${primary_key}'" #: ipaserver/plugins/internal.py:1464 msgid "Add topology segment" msgstr "Добавить сегмент топологии" #: ipaserver/plugins/internal.py:1465 msgid "Remove topology segments" msgstr "Удалить сегменты топологии" #: ipaserver/plugins/internal.py:1468 msgid "Account" msgstr "Учётная запись" #: ipaserver/plugins/internal.py:1469 msgid "Add trust" msgstr "Добавить отношение доверия" #: ipaserver/plugins/internal.py:1470 msgid "Administrative account" msgstr "Учётная запись администратора" #: ipaserver/plugins/internal.py:1471 msgid "SID blacklists" msgstr "Чёрные списки SID" #: ipaserver/plugins/internal.py:1472 msgid "Trust Settings" msgstr "Параметры отношения доверия" #: ipaserver/plugins/internal.py:1474 msgid "Establish using" msgstr "Установить с помощью" #: ipaserver/plugins/internal.py:1475 msgid "Fetch domains" msgstr "Получить домены" #: ipaserver/plugins/internal.py:1476 ipaserver/plugins/trust.py:517 #: ipaserver/plugins/trust.py:1555 ipaclient/remote_plugins/2_114/trust.py:115 #: ipaclient/remote_plugins/2_114/trust.py:173 #: ipaclient/remote_plugins/2_114/trust.py:465 #: ipaclient/remote_plugins/2_114/trust.py:870 #: ipaclient/remote_plugins/2_114/trust.py:1078 #: ipaclient/remote_plugins/2_114/trust.py:1172 #: ipaclient/remote_plugins/2_156/trust.py:115 #: ipaclient/remote_plugins/2_156/trust.py:173 #: ipaclient/remote_plugins/2_156/trust.py:479 #: ipaclient/remote_plugins/2_156/trust.py:884 #: ipaclient/remote_plugins/2_156/trust.py:1092 #: ipaclient/remote_plugins/2_156/trust.py:1186 #: ipaclient/remote_plugins/2_164/trust.py:115 #: ipaclient/remote_plugins/2_164/trust.py:173 #: ipaclient/remote_plugins/2_164/trust.py:479 #: ipaclient/remote_plugins/2_164/trust.py:884 #: ipaclient/remote_plugins/2_164/trust.py:1092 #: ipaclient/remote_plugins/2_164/trust.py:1186 #: ipaclient/remote_plugins/2_49/trust.py:115 #: ipaclient/remote_plugins/2_49/trust.py:336 msgid "Domain NetBIOS name" msgstr "Имя домена NetBIOS" #: ipaserver/plugins/internal.py:1477 ipaserver/plugins/trust.py:521 #: ipaserver/plugins/trust.py:1558 ipaclient/remote_plugins/2_114/trust.py:119 #: ipaclient/remote_plugins/2_114/trust.py:178 #: ipaclient/remote_plugins/2_114/trust.py:471 #: ipaclient/remote_plugins/2_114/trust.py:876 #: ipaclient/remote_plugins/2_114/trust.py:1084 #: ipaclient/remote_plugins/2_114/trust.py:1178 #: ipaclient/remote_plugins/2_156/trust.py:119 #: ipaclient/remote_plugins/2_156/trust.py:178 #: ipaclient/remote_plugins/2_156/trust.py:485 #: ipaclient/remote_plugins/2_156/trust.py:890 #: ipaclient/remote_plugins/2_156/trust.py:1098 #: ipaclient/remote_plugins/2_156/trust.py:1192 #: ipaclient/remote_plugins/2_164/trust.py:119 #: ipaclient/remote_plugins/2_164/trust.py:178 #: ipaclient/remote_plugins/2_164/trust.py:485 #: ipaclient/remote_plugins/2_164/trust.py:890 #: ipaclient/remote_plugins/2_164/trust.py:1098 #: ipaclient/remote_plugins/2_164/trust.py:1192 #: ipaclient/remote_plugins/2_49/trust.py:119 #: ipaclient/remote_plugins/2_49/trust.py:342 msgid "Domain Security Identifier" msgstr "Идентификатор безопасности домена" #: ipaserver/plugins/internal.py:1478 msgid "Pre-shared password" msgstr "Общий пароль" #: ipaserver/plugins/internal.py:1479 msgid "Remove trusts" msgstr "Удалить отношения доверия" #: ipaserver/plugins/internal.py:1480 msgid "Remove domains" msgstr "Удалить домены" #: ipaserver/plugins/internal.py:1481 ipaserver/plugins/trust.py:532 msgid "Trust direction" msgstr "Направление отношения доверия" #: ipaserver/plugins/internal.py:1482 ipaserver/plugins/trust.py:540 msgid "Trust status" msgstr "Состояние отношения доверия" #: ipaserver/plugins/internal.py:1483 ipaserver/plugins/trust.py:536 msgid "Trust type" msgstr "Тип отношения доверия" #: ipaserver/plugins/internal.py:1484 msgid "Alternative UPN suffixes" msgstr "Альтернативные суффиксы UPN" #: ipaserver/plugins/internal.py:1490 msgid "Account Settings" msgstr "Параметры учётной записи" #: ipaserver/plugins/internal.py:1491 msgid "Account Status" msgstr "Состояние учётной записи" #: ipaserver/plugins/internal.py:1492 msgid "Active users" msgstr "Активные пользователи" #: ipaserver/plugins/internal.py:1493 msgid "Add user" msgstr "Добавить пользователя" #: ipaserver/plugins/internal.py:1495 #, python-brace-format msgid "Add user '${primary_key}' into user groups" msgstr "" #: ipaserver/plugins/internal.py:1498 #, python-brace-format msgid "Add user '${primary_key}' into HBAC rules" msgstr "" #: ipaserver/plugins/internal.py:1501 #, python-brace-format msgid "Add user '${primary_key}' into netgroups" msgstr "" #: ipaserver/plugins/internal.py:1504 #, python-brace-format msgid "Add user '${primary_key}' into roles" msgstr "" #: ipaserver/plugins/internal.py:1507 #, python-brace-format msgid "Add user '${primary_key}' into sudo rules" msgstr "" #: ipaserver/plugins/internal.py:1509 msgid "Contact Settings" msgstr "Параметры контакта" #: ipaserver/plugins/internal.py:1510 msgid "Delete mode" msgstr "Режим удаления" #: ipaserver/plugins/internal.py:1511 msgid "Employee Information" msgstr "Сведения о сотруднике" #: ipaserver/plugins/internal.py:1512 msgid "Error changing account status" msgstr "Ошибка при изменении состояния учётной записи" #: ipaserver/plugins/internal.py:1513 msgid "Password expiration" msgstr "Окончание действия пароля" #: ipaserver/plugins/internal.py:1514 msgid "Mailing Address" msgstr "Почтовый адрес" #: ipaserver/plugins/internal.py:1515 msgid "Misc. Information" msgstr "Прочие сведения" #: ipaserver/plugins/internal.py:1516 msgid "delete" msgstr "удалить" #: ipaserver/plugins/internal.py:1517 msgid "preserve" msgstr "сохранить" #: ipaserver/plugins/internal.py:1518 msgid "No private group" msgstr "Без личной группы" #: ipaserver/plugins/internal.py:1519 msgid "Remove users" msgstr "Удалить пользователей" #: ipaserver/plugins/internal.py:1521 #, python-brace-format msgid "Remove user '${primary_key}' from user groups" msgstr "Удалить пользователя '${primary_key}' из групп пользователей" #: ipaserver/plugins/internal.py:1524 #, python-brace-format msgid "Remove user '${primary_key}' from netgroups" msgstr "Удалить пользователя '${primary_key}' из сетевых групп" #: ipaserver/plugins/internal.py:1527 #, python-brace-format msgid "Remove user '${primary_key}' from roles" msgstr "Удалить пользователя '${primary_key}' из ролей" #: ipaserver/plugins/internal.py:1530 #, python-brace-format msgid "Remove user '${primary_key}' from HBAC rules" msgstr "Удалить пользователя '${primary_key}' из правил HBAC" #: ipaserver/plugins/internal.py:1533 #, python-brace-format msgid "Remove user '${primary_key}' from sudo rules" msgstr "Удалить пользователя '${primary_key}' из правил Sudo" #: ipaserver/plugins/internal.py:1535 #, python-brace-format msgid "" "Are you sure you want to ${action} the user?
The change will take effect " "immediately." msgstr "" "Вы действительно хотите ${action} пользователя?
Изменения вступят в силу " "немедленно." #: ipaserver/plugins/internal.py:1536 #, python-brace-format msgid "Click to ${action}" msgstr "Щёлкните, чтобы ${action}" #: ipaserver/plugins/internal.py:1537 msgid "Unlock" msgstr "Разблокировать" #: ipaserver/plugins/internal.py:1538 #, python-brace-format msgid "Are you sure you want to unlock user ${object}?" msgstr "Вы действительно хотите разблокировать пользователя ${object}?" #: ipaserver/plugins/internal.py:1541 msgid "Add vault" msgstr "Добавить хранилище" #: ipaserver/plugins/internal.py:1543 #, python-brace-format msgid "Add user groups into members of vault '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1546 #, python-brace-format msgid "Add services into members of vault '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1549 #, python-brace-format msgid "Add users into members of vault '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1552 #, python-brace-format msgid "Add user groups into owners of vault '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1555 #, python-brace-format msgid "Add services into owners of vault '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1558 #, python-brace-format msgid "Add users into owners of vault '${primary_key}'" msgstr "" #: ipaserver/plugins/internal.py:1561 msgid "" "Secrets can be added/retrieved to vault only by using vault-archive and " "vault-retrieve from CLI." msgstr "" "Секреты можно добавлять или извлекать из хранилища только с помощью " "инструментов командной строки vault-archive и vault-retrieve." #: ipaserver/plugins/internal.py:1565 msgid "" "Content of 'standard' vaults can be seen by users with higher privileges " "(admins)." msgstr "" "Содержимое \"стандартных\" хранилищ могут просматривать пользователи с более " "высоким уровнем привилегий (администраторы)." #: ipaserver/plugins/internal.py:1568 msgid "Asymmetric" msgstr "Асимметричное" #: ipaserver/plugins/internal.py:1569 msgid "Vaults Config" msgstr "Конфигурация хранилищ" #: ipaserver/plugins/internal.py:1570 ipaserver/plugins/pwpolicy.py:297 #: ipaclient/remote_plugins/2_114/pwpolicy.py:88 #: ipaclient/remote_plugins/2_114/pwpolicy.py:457 #: ipaclient/remote_plugins/2_114/pwpolicy.py:578 #: ipaclient/remote_plugins/2_114/pwpolicy.py:623 #: ipaclient/remote_plugins/2_114/pwpolicy.py:755 #: ipaclient/remote_plugins/2_114/pwpolicy.py:891 #: ipaclient/remote_plugins/2_156/pwpolicy.py:88 #: ipaclient/remote_plugins/2_156/pwpolicy.py:457 #: ipaclient/remote_plugins/2_156/pwpolicy.py:578 #: ipaclient/remote_plugins/2_156/pwpolicy.py:623 #: ipaclient/remote_plugins/2_156/pwpolicy.py:755 #: ipaclient/remote_plugins/2_156/pwpolicy.py:891 #: ipaclient/remote_plugins/2_164/pwpolicy.py:88 #: ipaclient/remote_plugins/2_164/pwpolicy.py:457 #: ipaclient/remote_plugins/2_164/pwpolicy.py:578 #: ipaclient/remote_plugins/2_164/pwpolicy.py:623 #: ipaclient/remote_plugins/2_164/pwpolicy.py:755 #: ipaclient/remote_plugins/2_164/pwpolicy.py:891 #: ipaclient/remote_plugins/2_49/pwpolicy.py:88 #: ipaclient/remote_plugins/2_49/pwpolicy.py:462 #: ipaclient/remote_plugins/2_49/pwpolicy.py:584 #: ipaclient/remote_plugins/2_49/pwpolicy.py:631 #: ipaclient/remote_plugins/2_49/pwpolicy.py:763 #: ipaclient/remote_plugins/2_49/pwpolicy.py:900 msgid "Group" msgstr "Группа" #: ipaserver/plugins/internal.py:1571 msgid "Members" msgstr "Участники" #: ipaserver/plugins/internal.py:1572 msgid "My User Vaults" msgstr "Мои хранилища пользователей" #: ipaserver/plugins/internal.py:1573 msgid "Owners" msgstr "Владельцы" #: ipaserver/plugins/internal.py:1574 msgid "Remove vaults" msgstr "Удалить хранилища" #: ipaserver/plugins/internal.py:1576 #, python-brace-format msgid "Remove user groups from members of vault '${primary_key}'" msgstr "Удалить группы пользователей из участников хранилища '${primary_key}'" #: ipaserver/plugins/internal.py:1579 #, python-brace-format msgid "Remove services from members of vault '${primary_key}'" msgstr "Удалить службы из участников хранилища '${primary_key}'" #: ipaserver/plugins/internal.py:1582 #, python-brace-format msgid "Remove users from members of vault '${primary_key}'" msgstr "Удалить пользователей из участников хранилища '${primary_key}'" #: ipaserver/plugins/internal.py:1585 #, python-brace-format msgid "Remove user groups from owners of vault '${primary_key}'" msgstr "Удалить группы пользователей из владельцев хранилища '${primary_key}'" #: ipaserver/plugins/internal.py:1588 #, python-brace-format msgid "Remove services from owners of vault '${primary_key}'" msgstr "Удалить службы из владельцев хранилища '${primary_key}'" #: ipaserver/plugins/internal.py:1591 #, python-brace-format msgid "Remove users from owners of vault '${primary_key}'" msgstr "Удалить пользователей из владельцев хранилища '${primary_key}'" #: ipaserver/plugins/internal.py:1594 msgid "Service Vaults" msgstr "Хранилища служб" #: ipaserver/plugins/internal.py:1595 msgid "Shared" msgstr "Общее" #: ipaserver/plugins/internal.py:1596 msgid "Shared Vaults" msgstr "Хранилища совместного использования" #: ipaserver/plugins/internal.py:1597 msgid "Standard" msgstr "Стандартное" #: ipaserver/plugins/internal.py:1598 msgid "Symmetric" msgstr "Симметричное" #: ipaserver/plugins/internal.py:1599 msgid "Vault Type" msgstr "Тип хранилища" #: ipaserver/plugins/internal.py:1601 msgid "" "Only standard vaults can be created in WebUI, use CLI for other types of " "vaults." msgstr "" "С помощью веб-интерфейса можно создавать только стандартные хранилища. " "Используйте интерфейс командной строки для создания других типов хранилищ." #: ipaserver/plugins/internal.py:1605 msgid "User Vaults" msgstr "Хранилища пользователей" #: ipaserver/plugins/internal.py:1609 ipaserver/plugins/passwd.py:98 #: ipaclient/remote_plugins/2_114/passwd.py:63 #: ipaclient/remote_plugins/2_156/passwd.py:63 #: ipaclient/remote_plugins/2_164/passwd.py:63 #: ipaclient/remote_plugins/2_49/passwd.py:63 msgid "Current Password" msgstr "Текущий пароль" #: ipaserver/plugins/internal.py:1610 msgid "Current password is required" msgstr "Следует указать текущий пароль" #: ipaserver/plugins/internal.py:1611 #, python-brace-format msgid "Your password expires in ${days} days." msgstr "Количество дней до окончания действия вашего пароля: ${days}." #: ipaserver/plugins/internal.py:1612 msgid "First OTP" msgstr "Первый OTP" #: ipaserver/plugins/internal.py:1615 ipaserver/plugins/passwd.py:95 #: ipaclient/remote_plugins/2_114/passwd.py:58 #: ipaclient/remote_plugins/2_156/passwd.py:58 #: ipaclient/remote_plugins/2_164/passwd.py:58 #: ipaclient/remote_plugins/2_49/passwd.py:58 msgid "New Password" msgstr "Новый пароль" #: ipaserver/plugins/internal.py:1616 msgid "New password is required" msgstr "Следует указать новый пароль" #: ipaserver/plugins/internal.py:1618 msgid "" " One-Time-Password(OTP): " "Generate new OTP code for each OTP field." msgstr "" " Одноразовый пароль (OTP): создать новый код OTP для каждого поля OTP." #: ipaserver/plugins/internal.py:1620 msgid "Token synchronization failed" msgstr "Не удалось синхронизировать токен" #: ipaserver/plugins/internal.py:1621 msgid "The username, password or token codes are not correct" msgstr "Неправильное имя пользователя, пароль или коды токена." #: ipaserver/plugins/internal.py:1622 msgid "Token was synchronized" msgstr "Токен синхронизирован" #: ipaserver/plugins/internal.py:1625 msgid "Password change complete" msgstr "Изменение пароля завершено" #: ipaserver/plugins/internal.py:1627 msgid "Your password has expired. Please enter a new password." msgstr "Срок действия вашего пароля истёк. Пожалуйста, введите новый пароль." #: ipaserver/plugins/internal.py:1628 msgid "Passwords must match" msgstr "Пароли должны совпадать" #: ipaserver/plugins/internal.py:1629 msgid "Password reset was not successful." msgstr "Не удалось сбросить пароль." #: ipaserver/plugins/internal.py:1631 msgid "Reset your password." msgstr "Сбросить свой пароль." #: ipaserver/plugins/internal.py:1632 msgid "Second OTP" msgstr "Второй OTP" #: ipaserver/plugins/internal.py:1633 ipaclient/plugins/otptoken.py:149 msgid "Token ID" msgstr "ID токена" #: ipaserver/plugins/internal.py:1634 msgid "Verify Password" msgstr "Проверить пароль" #: ipaserver/plugins/internal.py:1640 ipaclient/plugins/vault.py:373 msgid "Change password" msgstr "Изменить пароль" #: ipaserver/plugins/internal.py:1644 msgid "Are you sure you want to delete selected entries?" msgstr "Вы действительно хотите удалить выбранные записи?" #: ipaserver/plugins/internal.py:1645 #, python-brace-format msgid "${count} item(s) deleted" msgstr "Удалено записей: ${count}" #: ipaserver/plugins/internal.py:1646 msgid "Are you sure you want to disable selected entries?" msgstr "Вы действительно хотите отключить выбранные записи?" #: ipaserver/plugins/internal.py:1647 #, python-brace-format msgid "${count} item(s) disabled" msgstr "Отключено записей: ${count}" #: ipaserver/plugins/internal.py:1648 msgid "Are you sure you want to enable selected entries?" msgstr "Вы действительно хотите включить выбранные записи?" #: ipaserver/plugins/internal.py:1649 #, python-brace-format msgid "${count} item(s) enabled" msgstr "Включено записей: ${count}" #: ipaserver/plugins/internal.py:1650 msgid "Some entries were not deleted" msgstr "Не удалось удалить некоторые записи" #: ipaserver/plugins/internal.py:1653 msgid "Quick Links" msgstr "Быстрые ссылки" #: ipaserver/plugins/internal.py:1654 msgid "Select All" msgstr "Выбрать все" #: ipaserver/plugins/internal.py:1655 #, python-brace-format msgid "" "Query returned more results than the configured size limit. Displaying the " "first ${counter} results." msgstr "" "Запрос вернул количество результатов, которое превышает заданное ограничение " "по размеру. Показано результатов: первые ${counter}." #: ipaserver/plugins/internal.py:1656 msgid "Unselect All" msgstr "Отменить выбор" #: ipaserver/plugins/internal.py:1660 msgid "" "

Browser Kerberos Setup

\n" "\n" msgstr "" "

Настройка Kerberos для браузера

\n" "\n" #: ipaserver/plugins/internal.py:1664 msgid "" "

Firefox

\n" "\n" "

\n" " You can configure Firefox to use Kerberos for Single Sign-on. " "The following instructions will guide you in configuring your web browser to " "send your Kerberos credentials to the appropriate Key Distribution Center " "which enables Single Sign-on.\n" "

\n" "\n" msgstr "" "

Firefox

\n" "\n" "

\n" " Можно настроить Firefox на использование Kerberos для единого " "входа. Приведённые далее инструкции помогут настроить веб-браузер для " "отправки ваших учётных данных Kerberos подходящему центру распространения " "ключей, что позволит выполнять единый вход.\n" "

\n" "\n" #: ipaserver/plugins/internal.py:1676 msgid "" "
    \n" "
  1. \n" "

    \n" "Import " "Certificate Authority certificate\n" "

    \n" "

    \n" " Make sure you select all three checkboxes.\n" "

    \n" "
  2. \n" "
  3. \n" " In the address bar of Firefox, type about:config to display the list of current configuration options.\n" "
  4. \n" "
  5. \n" " In the Filter field, type negotiate to restrict " "the list of options.\n" "
  6. \n" "
  7. \n" " Double-click the network.negotiate-auth.trusted-uris entry to display the Enter string value dialog box.\n" "
  8. \n" "
  9. \n" " Enter the name of the domain against which you want to " "authenticate, for example, .example.com.\n" "
  10. \n" "
  11. Return to Web UI
  12. \n" "
\n" "\n" msgstr "" "
    \n" "
  1. \n" "

    \n" "Импортировать " "сертификат центра сертификации\n" "

    \n" "

    \n" " Обязательно установите все три флажка.\n" "

    \n" "
  2. \n" "
  3. \n" " Введите about:config в строке адреса, чтобы " "просмотреть список текущих параметров конфигурации.\n" "
  4. \n" "
  5. \n" " Введите negotiate в поле \"Поиск\", чтобы " "ограничить список параметров.\n" "
  6. \n" "
  7. \n" " Дважды щёлкните по записи network.negotiate-auth." "trusted-uris, чтобы открыть диалоговое окно \"Введите значение " "(строка)\".\n" "
  8. \n" "
  9. \n" " Введите имя домена, в котором требуется выполнить проверку " "подлинности, например, .example.com.\n" "
  10. \n" "
  11. Вернуться в веб-интерфейс
  12. \n" "
\n" "\n" #: ipaserver/plugins/internal.py:1712 msgid "" "

Chrome

\n" "\n" "

\n" " You can configure Chrome to use Kerberos for Single Sign-on. The " "following instructions will guide you in configuring your web browser to " "send your Kerberos credentials to the appropriate Key Distribution Center " "which enables Single Sign-on.\n" "

\n" "\n" msgstr "" "

Chrome

\n" "\n" "

\n" " Можно настроить Chrome на использование Kerberos для единого " "входа. Приведённые далее инструкции помогут настроить веб-браузер для " "отправки ваших учётных данных Kerberos подходящему центру распространения " "ключей, что позволит выполнять единый вход.\n" "

\n" "\n" #: ipaserver/plugins/internal.py:1724 msgid "" "

Import CA Certificate

\n" "
    \n" "
  1. \n" " Download the CA certificate. " "Alternatively, if the host is also an IdM client, you can find the " "certificate in /etc/ipa/ca.crt.\n" "
  2. \n" "
  3. \n" " Click the menu button with the Customize and control " "Google Chrome tooltip, which is by default in the top right-hand corner " "of Chrome, and click Settings.\n" "
  4. \n" "
  5. \n" " Click Show advanced settings to display more " "options, and then click the Manage certificates button located " "under the HTTPS/SSL heading.\n" "
  6. \n" "
  7. \n" " In the Authorities tab, click the Import " "button at the bottom.\n" "
  8. \n" "
  9. Select the CA certificate file that you downloaded in the first step.\n" "
\n" "\n" msgstr "" "

Импортировать сертификат центра сертификации

\n" "
    \n" "
  1. \n" " Загрузите сертификат центра сертификации. Либо используйте сертификат /etc/ipa/ca.crt., если узел также является " "клиентом управления учётными данными.\n" "
  2. \n" "
  3. \n" " Нажмите кнопку меню с подсказкой Настройка и управление " "Google Chrome (по умолчанию она расположена в правом верхнем углу " "Chrome) и выберите пункт Настройки.\n" "
  4. \n" "
  5. \n" " Затем нажмите кнопку Показать дополнительные настройки, чтобы просмотреть дополнительные параметры, и нажмите кнопку " "Настроить сертификаты, которая расположена под заголовком HTTPS/" "SSL.\n" "
  6. \n" "
  7. \n" " На вкладке Доверенные корневые центры сертификации " "нажмите кнопку Импорт..., которая расположена в нижней части окна.\n" "
  8. \n" "
  9. Выберите файл сертификата центра сертификации, который был загружен вами " "ранее.
  10. \n" "
\n" "\n" #: ipaserver/plugins/internal.py:1753 msgid "" "

\n" " Enable SPNEGO (Simple and Protected GSSAPI Negotiation " "Mechanism) to Use Kerberos Authentication\n" " in Chrome\n" "

\n" "
    \n" "
  1. \n" " Make sure you have the necessary directory created by " "running:\n" "
    \n" " [root@client]# mkdir -p /etc/opt/chrome/policies/" "managed/\n" "
    \n" "
  2. \n" "
  3. \n" " Create a new /etc/opt/chrome/policies/managed/mydomain." "json file with write privileges limited to the system administrator " "or root, and include the following line:\n" "
    \n" " { \"AuthServerWhitelist\": \"*.example.com.\" }\n" "
    \n" "
    \n" " You can do this by running:\n" "
    \n" "
    \n" " [root@server]# echo '{ \"AuthServerWhitelist\": \"*.example.com.\" }' > /etc/opt/chrome/" "policies/managed/mydomain.json\n" "
    \n" "
  4. \n" "
\n" "
    \n" "

    \n" "Note: If using Chromium, use /etc/chromium/policies/" "managed/ instead of /etc/opt/chrome/policies/managed/ " "for the two SPNEGO Chrome configuration steps above.\n" "

    \n" "
\n" "\n" msgstr "" "

\n" " Включите SPNEGO (простой и защищенный механизм согласования " "GSSAPI), чтобы использовать проверку подлинности по протоколу Kerberos \n" " в Chrome\n" "

\n" "
    \n" "
  1. \n" " Убедитесь, что необходимый каталог создан, выполнив:\n" "
    \n" " [root@client]# mkdir -p /etc/opt/chrome/policies/" "managed/\n" "
    \n" "
  2. \n" "
  3. \n" " Создайте новый файл /etc/opt/chrome/policies/managed/" "mydomain.json с привилегиями на запись только для системного " "администратора или пользователя root и включите следующую строку:\n" "
    \n" " { \"AuthServerWhitelist\": \"*.example.com.\" }\n" "
    \n" "
    \n" " Это можно сделать, выполнив:\n" "
    \n" "
    \n" " [root@server]# echo '{ \"AuthServerWhitelist\": \"*.example.com.\" }' > /etc/opt/chrome/" "policies/managed/mydomain.json\n" "
    \n" "
  4. \n" "
\n" "
    \n" "

    \n" "Примечание: если используется Chromium, используйте /" "etc/chromium/policies/managed/ вместо /etc/opt/chrome/policies/" "managed/ для выполнения двух приведённых выше шагов настройки SPNEGO " "для Chrome.\n" "

    \n" "
\n" "\n" #: ipaserver/plugins/internal.py:1798 msgid "" "

Internet Explorer

\n" "

WARNING: Internet Explorer is no longer a supported " "browser.

\n" "

\n" " Once you are able to log into the workstation with your kerberos " "key you are now able to use that ticket in Internet Explorer.\n" "

\n" "

\n" msgstr "" "

Internet Explorer

\n" "

ПРЕДУПРЕЖДЕНИЕ: браузер Internet Explorer больше не " "поддерживается.

\n" "

\n" " После входа в систему на рабочей станции с вашим ключом Kerberos " "вы сможете использовать этот билет в Internet Explorer.\n" "

\n" "

\n" #: ipaserver/plugins/internal.py:1809 msgid "" "Log into the Windows machine using an account of your Kerberos realm " "(administrative domain)\n" "

\n" "

\n" "In Internet Explorer, click Tools, and then click Internet Options.\n" "

\n" "
\n" "
    \n" "
  1. Click the Security tab
  2. \n" "
  3. Click Local intranet
  4. \n" "
  5. Click Sites
  6. \n" "
  7. Click Advanced
  8. \n" "
  9. Add your domain to the list
  10. \n" "
\n" "
    \n" "
  1. Click the Security tab
  2. \n" "
  3. Click Local intranet
  4. \n" "
  5. Click Custom Level
  6. \n" "
  7. Select Automatic logon only in Intranet zone
  8. \n" "
\n" "\n" "
    \n" "
  1. Visit a kerberized web site using IE (You must use the fully-qualified " "Domain Name in the URL)
  2. \n" "
  3. You are all set.
  4. \n" "
\n" "
\n" "\n" msgstr "" "Войдите на компьютер под управлением Windows с помощью учётной " "записи вашей области (realm) Kerberos (административный домен)\n" "

\n" "

\n" "В Internet Explorer: выберите в меню \"Инструменты\" пункт " "\"Параметры Интернета\".\n" "

\n" "
\n" "
    \n" "
  1. Откройте вкладку \"Безопасность\"
  2. \n" "
  3. Выберите пункт \"Местная интрасеть\"
  4. \n" "
  5. Нажмите кнопку \"Узлы...\"
  6. \n" "
  7. Нажмите кнопку \"Дополнительно\"
  8. \n" "
  9. Добавьте ваш домен в список
  10. \n" "
\n" "
    \n" "
  1. Откройте вкладку \"Безопасность\"
  2. \n" "
  3. Выберите пункт \"Местная интрасеть\"
  4. \n" "
  5. Нажмите кнопку \"Другой...\"
  6. \n" "
  7. Выберите пункт \"Автоматический вход в сеть только в зоне интрасети\"\n" "
\n" "\n" "
    \n" "
  1. Посетите веб-сайт, который использует Kerberos, с помощью IE (в URL-" "адресе необходимо использовать полное имя домена)
  2. \n" "
  3. Всё готово.
  4. \n" "
\n" "
\n" "\n" #: ipaserver/plugins/internal.py:1842 ipaserver/plugins/otptoken.py:189 #: ipaclient/remote_plugins/2_114/otptoken.py:80 #: ipaclient/remote_plugins/2_114/otptoken.py:192 #: ipaclient/remote_plugins/2_114/otptoken.py:495 #: ipaclient/remote_plugins/2_114/otptoken.py:669 #: ipaclient/remote_plugins/2_156/otptoken.py:80 #: ipaclient/remote_plugins/2_156/otptoken.py:192 #: ipaclient/remote_plugins/2_156/otptoken.py:495 #: ipaclient/remote_plugins/2_156/otptoken.py:669 #: ipaclient/remote_plugins/2_164/otptoken.py:80 #: ipaclient/remote_plugins/2_164/otptoken.py:192 #: ipaclient/remote_plugins/2_164/otptoken.py:495 #: ipaclient/remote_plugins/2_164/otptoken.py:669 msgid "Disabled" msgstr "Отключён" #: ipaserver/plugins/internal.py:1844 ipaserver/plugins/hbacrule.py:256 #: ipaserver/plugins/selinuxusermap.py:242 ipaserver/plugins/sudorule.py:235 #: ipaserver/plugins/certmap.py:249 ipaserver/plugins/caacl.py:178 #: ipaclient/remote_plugins/2_114/hbacrule.py:114 #: ipaclient/remote_plugins/2_114/hbacrule.py:224 #: ipaclient/remote_plugins/2_114/hbacrule.py:740 #: ipaclient/remote_plugins/2_114/hbacrule.py:887 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:105 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:179 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:527 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:644 #: ipaclient/remote_plugins/2_114/sudorule.py:87 #: ipaclient/remote_plugins/2_114/sudorule.py:247 #: ipaclient/remote_plugins/2_114/sudorule.py:947 #: ipaclient/remote_plugins/2_114/sudorule.py:1110 #: ipaclient/remote_plugins/2_156/caacl.py:71 #: ipaclient/remote_plugins/2_156/caacl.py:151 #: ipaclient/remote_plugins/2_156/caacl.py:622 #: ipaclient/remote_plugins/2_156/caacl.py:742 #: ipaclient/remote_plugins/2_156/hbacrule.py:114 #: ipaclient/remote_plugins/2_156/hbacrule.py:224 #: ipaclient/remote_plugins/2_156/hbacrule.py:740 #: ipaclient/remote_plugins/2_156/hbacrule.py:887 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:105 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:179 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:527 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:644 #: ipaclient/remote_plugins/2_156/sudorule.py:87 #: ipaclient/remote_plugins/2_156/sudorule.py:247 #: ipaclient/remote_plugins/2_156/sudorule.py:947 #: ipaclient/remote_plugins/2_156/sudorule.py:1110 #: ipaclient/remote_plugins/2_164/caacl.py:71 #: ipaclient/remote_plugins/2_164/caacl.py:151 #: ipaclient/remote_plugins/2_164/caacl.py:622 #: ipaclient/remote_plugins/2_164/caacl.py:742 #: ipaclient/remote_plugins/2_164/hbacrule.py:114 #: ipaclient/remote_plugins/2_164/hbacrule.py:224 #: ipaclient/remote_plugins/2_164/hbacrule.py:740 #: ipaclient/remote_plugins/2_164/hbacrule.py:887 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:105 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:179 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:527 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:644 #: ipaclient/remote_plugins/2_164/sudorule.py:87 #: ipaclient/remote_plugins/2_164/sudorule.py:247 #: ipaclient/remote_plugins/2_164/sudorule.py:947 #: ipaclient/remote_plugins/2_164/sudorule.py:1110 #: ipaclient/remote_plugins/2_49/hbacrule.py:116 #: ipaclient/remote_plugins/2_49/hbacrule.py:230 #: ipaclient/remote_plugins/2_49/hbacrule.py:702 #: ipaclient/remote_plugins/2_49/hbacrule.py:832 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:105 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:179 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:507 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:617 #: ipaclient/remote_plugins/2_49/sudorule.py:68 #: ipaclient/remote_plugins/2_49/sudorule.py:217 #: ipaclient/remote_plugins/2_49/sudorule.py:831 #: ipaclient/remote_plugins/2_49/sudorule.py:987 msgid "Enabled" msgstr "Включено" #: ipaserver/plugins/internal.py:1846 msgid "Working" msgstr "В процессе" #: ipaserver/plugins/internal.py:1849 msgid "Audit" msgstr "Аудит" #: ipaserver/plugins/internal.py:1850 msgid "Authentication" msgstr "Аутентификация" #: ipaserver/plugins/internal.py:1851 ipaserver/plugins/automember.py:819 msgid "Automember" msgstr "Автоучастник" #: ipaserver/plugins/internal.py:1852 msgid "Automount" msgstr "Автомонтирование" #: ipaserver/plugins/internal.py:1854 msgid "DNS" msgstr "DNS" #: ipaserver/plugins/internal.py:1855 msgid "Host-Based Access Control" msgstr "Управление доступом на основе узла" #: ipaserver/plugins/internal.py:1856 msgid "Identity" msgstr "Идентификация" #: ipaserver/plugins/internal.py:1857 ipaserver/plugins/server.py:69 #: ipaserver/plugins/location.py:157 msgid "IPA Server" msgstr "IPA-сервер" #: ipaserver/plugins/internal.py:1858 msgid "Network Services" msgstr "Сетевые службы" #: ipaserver/plugins/internal.py:1859 msgid "Policy" msgstr "Политика" #: ipaserver/plugins/internal.py:1860 msgid "Role-Based Access Control" msgstr "Управление доступом на основе ролей" #: ipaserver/plugins/internal.py:1861 msgid "Sudo" msgstr "Sudo" #: ipaserver/plugins/internal.py:1862 msgid "Topology" msgstr "Топология" #: ipaserver/plugins/internal.py:1863 ipaserver/plugins/trust.py:506 msgid "Trusts" msgstr "Отношения доверия" #: ipaserver/plugins/internal.py:1865 msgid "True" msgstr "Да" #: ipaserver/plugins/internal.py:1867 msgid "" "

Unable to verify your Kerberos credentials

\n" "

\n" " Please make sure that you have valid Kerberos tickets " "(obtainable via kinit), and that you have configured your " "browser correctly.\n" "

\n" "\n" "

Browser configuration

\n" "\n" "
\n" msgstr "" "

Не удалось проверить ваши учётные данные Kerberos

\n" "

\n" " Убедитесь, что у вас имеются действительные билеты (их можно " "получить через kinit) и правильно настроен браузер.\n" "

\n" "\n" "

Конфигурация браузера

\n" "\n" "
\n" "

\n" " Если вы используете веб-интерфейс впервые, пожалуйста, настройте ваш браузер.\n" "

\n" "
\n" #: ipaserver/plugins/internal.py:1884 msgid "API Browser" msgstr "Навигатор API " #: ipaserver/plugins/internal.py:1885 msgid "First" msgstr "Первый" #: ipaserver/plugins/internal.py:1886 msgid "Last" msgstr "Последний" #: ipaserver/plugins/internal.py:1887 msgid "Next" msgstr "Далее" #: ipaserver/plugins/internal.py:1888 msgid "Page" msgstr "Страница" #: ipaserver/plugins/internal.py:1889 msgid "Prev" msgstr "Назад" #: ipaserver/plugins/internal.py:1890 msgid "Undo" msgstr "Отменить" #: ipaserver/plugins/internal.py:1891 msgid "Undo this change." msgstr "Отменить это изменение." #: ipaserver/plugins/internal.py:1892 msgid "Undo All" msgstr "Отменить все" #: ipaserver/plugins/internal.py:1893 msgid "Undo all changes in this field." msgstr "Отменить все изменения в этом поле." #: ipaserver/plugins/internal.py:1895 msgid "Text does not match field pattern" msgstr "Текст не соответствует шаблону поля" #: ipaserver/plugins/internal.py:1896 msgid "Must be an UTC date/time value (e.g., \"2014-01-20 17:58:01Z\")" msgstr "" "Должно быть значением даты / времени в формате UTC (например, \"2014-01-20 " "17:58:01Z\")" #: ipaserver/plugins/internal.py:1897 msgid "Must be a decimal number" msgstr "Должно быть десятичным числом" #: ipaserver/plugins/internal.py:1898 msgid "Format error" msgstr "Ошибка форматирования" #: ipaserver/plugins/internal.py:1899 msgid "Must be an integer" msgstr "Должно быть целым числом" #: ipaserver/plugins/internal.py:1900 msgid "Not a valid IP address" msgstr "Недопустимый IP-адрес" #: ipaserver/plugins/internal.py:1901 msgid "Not a valid IPv4 address" msgstr "Недопустимый адрес IPv4" #: ipaserver/plugins/internal.py:1902 msgid "Not a valid IPv6 address" msgstr "Недопустимый адрес IPv6" #: ipaserver/plugins/internal.py:1903 #, python-brace-format msgid "Maximum value is ${value}" msgstr "Максимальное значение равно ${value}" #: ipaserver/plugins/internal.py:1904 #, python-brace-format msgid "Minimum value is ${value}" msgstr "Минимальное значение равно ${value}" #: ipaserver/plugins/internal.py:1905 msgid "Not a valid network address (examples: 2001:db8::/64, 192.0.2.0/24)" msgstr "Недопустимый сетевой адрес (примеры: 2001:db8::/64, 192.0.2.0/24)" #: ipaserver/plugins/internal.py:1906 msgid "Parse error" msgstr "Ошибка обработки" #: ipaserver/plugins/internal.py:1907 msgid "Must be a positive number" msgstr "Должно быть положительным числом" #: ipaserver/plugins/internal.py:1908 #, python-brace-format msgid "'${port}' is not a valid port" msgstr "'${port}' не является допустимым портом" #: ipaserver/plugins/internal.py:1909 msgid "Required field" msgstr "Обязательное поле" #: ipaserver/plugins/internal.py:1910 msgid "Unsupported value" msgstr "Неподдерживаемое значение" #: ipaserver/plugins/internal.py:1915 #: ipaclient/remote_plugins/2_114/internal.py:36 #: ipaclient/remote_plugins/2_156/internal.py:36 #: ipaclient/remote_plugins/2_164/internal.py:36 #: ipaclient/remote_plugins/2_49/internal.py:34 msgid "Dict of I18N messages" msgstr "Словарь переведённых сообщений (I18N)" #: ipaserver/plugins/ldap2.py:266 msgid "Could not read UPG Definition originfilter. Check your permissions." msgstr "" "Не удалось прочитать фильтр происхождения (originfilter) определения личной " "группы пользователя (UPG Definition). Проверьте ваши разрешения." #: ipaserver/plugins/stageuser.py:64 msgid "" "\n" "Stageusers\n" "\n" "Manage stage user entries.\n" "\n" "Stage user entries are directly under the container: \"cn=stage users,\n" "cn=accounts, cn=provisioning, SUFFIX\".\n" "Users can not authenticate with those entries (even if the entries\n" "contain credentials). Those entries are only candidate to become Active " "entries.\n" "\n" "Active user entries are Posix users directly under the container: " "\"cn=accounts, SUFFIX\".\n" "Users can authenticate with Active entries, at the condition they have\n" "credentials.\n" "\n" "Deleted user entries are Posix users directly under the container: " "\"cn=deleted users,\n" "cn=accounts, cn=provisioning, SUFFIX\".\n" "Users can not authenticate with those entries, even if the entries contain " "credentials.\n" "\n" "The stage user container contains entries:\n" " - created by 'stageuser-add' commands that are Posix users,\n" " - created by external provisioning system.\n" "\n" "A valid stage user entry MUST have:\n" " - entry RDN is 'uid',\n" " - ipaUniqueID is 'autogenerate'.\n" "\n" "IPA supports a wide range of username formats, but you need to be aware of " "any\n" "restrictions that may apply to your particular environment. For example,\n" "usernames that start with a digit or usernames that exceed a certain length\n" "may cause problems for some UNIX systems.\n" "Use 'ipa config-mod' to change the username format allowed by IPA tools.\n" "\n" "\n" "EXAMPLES:\n" "\n" " Add a new stageuser:\n" " ipa stageuser-add --first=Tim --last=User --password tuser1\n" "\n" " Add a stageuser from the deleted users container:\n" " ipa stageuser-add --first=Tim --last=User --from-delete tuser1\n" "\n" msgstr "" "\n" "Неподтверждённые пользователи\n" "\n" "Управление записями неподтверждённых пользователей.\n" "\n" "Записи неподтверждённых пользователей находятся непосредственно в " "контейнере: \"cn=stage users,\n" "cn=accounts, cn=provisioning, SUFFIX\". Пользователи не могут проходить " "аутентификацию с помощью этих записей (даже если они содержат учётные " "данные). Эти записи только являются кандидатами на преобразование в активные " "записи. \n" "\n" "Активные записи пользователей являются пользователями Posix, находящимися " "непосредственно в контейнере: \"cn=accounts, SUFFIX\". Пользователи могут " "проходить аутентификацию с помощью активных записей, если они содержат " "учётные данные.\n" "\n" "Удалённые записи пользователей являются пользователями Posix, находящимися " "непосредственно в контейнере: \"cn=deleted users, cn=accounts, " "cn=provisioning, SUFFIX\". Пользователи не могут проходить аутентификацию с " "помощью этих записей, даже если они содержат учётные данные.\n" "\n" "Контейнер неподтверждённых пользователей содержит записи:\n" " - созданные с помощью команд \"stageuser-add\", которые являются " "пользователями Posix\n" " - созданные с помощью внешней системы подготовки \n" "\n" "Корректная запись неподтверждённого пользователя ДОЛЖНА отвечать следующим " "требованиям:\n" " - RDN записи имеет значение \"uid\"\n" " - ipaUniqueID имеет значение \"autogenerate\"\n" "\n" "IPA поддерживает широкий спектр форматов имён пользователей, но следует " "учитывать те ограничения, которые могут существовать в конкретной среде. " "Например, имена пользователей, которые начинаются с цифры или превышают " "определённую длину, могут привести к проблемам в некоторых системах UNIX.\n" "Используйте команду \"ipa config-mod\" для изменения формата имени " "пользователя, разрешённого средствами IPA.\n" "\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить нового неподтверждённого пользователя:\n" " ipa stageuser-add --first=Tim --last=User --password tuser1\n" "\n" " Добавить неподтверждённого пользователя из контейнера удалённых " "пользователей:\n" " ipa stageuser-add --first=Tim --last=User --from-delete tuser1\n" #: ipaserver/plugins/stageuser.py:127 msgid "Stage Users" msgstr "Неподтверждённые пользователи" #: ipaserver/plugins/stageuser.py:128 msgid "Stage User" msgstr "Неподтверждённый пользователь" #: ipaserver/plugins/stageuser.py:129 msgid "stage user" msgstr "неподтверждённый пользователь" #: ipaserver/plugins/stageuser.py:130 msgid "stage users" msgstr "неподтверждённые пользователи" #: ipaserver/plugins/stageuser.py:275 #: ipaclient/remote_plugins/2_156/stageuser.py:392 #: ipaclient/remote_plugins/2_164/stageuser.py:392 msgid "Add a new stage user." msgstr "Добавить нового неподтверждённого пользователя." #: ipaserver/plugins/stageuser.py:277 #, python-format msgid "Added stage user \"%(value)s\"" msgstr "Добавлен неподтверждённый пользователь \"%(value)s\"" #: ipaserver/plugins/stageuser.py:285 #: ipaclient/remote_plugins/2_156/stageuser.py:658 #: ipaclient/remote_plugins/2_164/stageuser.py:658 msgid "Create Stage user in from a delete user" msgstr "" "Создать неподтверждённого пользователя на основе удалённого пользователя" #: ipaserver/plugins/stageuser.py:296 msgid "givenname is required" msgstr "следует указать имя" #: ipaserver/plugins/stageuser.py:299 msgid "sn is required" msgstr "следует указать sn" #: ipaserver/plugins/stageuser.py:414 #: ipaclient/remote_plugins/2_156/stageuser.py:702 #: ipaclient/remote_plugins/2_164/stageuser.py:764 msgid "Delete a stage user." msgstr "Удалить неподтверждённого пользователя." #: ipaserver/plugins/stageuser.py:416 #, python-format msgid "Deleted stage user \"%(value)s\"" msgstr "Удалён неподтверждённый пользователь \"%(value)s\"" #: ipaserver/plugins/stageuser.py:420 #: ipaclient/remote_plugins/2_156/stageuser.py:1124 #: ipaclient/remote_plugins/2_164/stageuser.py:1186 msgid "Modify a stage user." msgstr "Изменить неподтверждённого пользователя." #: ipaserver/plugins/stageuser.py:422 #, python-format msgid "Modified stage user \"%(value)s\"" msgstr "Изменён неподтверждённый пользователь \"%(value)s\"" #: ipaserver/plugins/stageuser.py:442 #: ipaclient/remote_plugins/2_156/stageuser.py:741 #: ipaclient/remote_plugins/2_164/stageuser.py:803 msgid "Search for stage users." msgstr "Поиск неподтверждённых пользователей." #: ipaserver/plugins/stageuser.py:473 #: ipaclient/remote_plugins/2_156/stageuser.py:1438 #: ipaclient/remote_plugins/2_164/stageuser.py:1562 msgid "Display information about a stage user." msgstr "Показать сведения о неподтверждённом пользователе." #: ipaserver/plugins/stageuser.py:490 #: ipaclient/remote_plugins/2_156/stageuser.py:340 #: ipaclient/remote_plugins/2_164/stageuser.py:340 msgid "Activate a stage user." msgstr "Активировать неподтверждённого пользователя." #: ipaserver/plugins/stageuser.py:492 #, python-format msgid "Activate a stage user \"%(value)s\"" msgstr "Активировать неподтверждённого пользователя \"%(value)s\"" #: ipaserver/plugins/stageuser.py:505 msgid "Entry RDN is not 'uid'" msgstr "RDN записи не имеет значение \"uid\"" #: ipaserver/plugins/stageuser.py:511 #, python-format msgid "Entry has no '%(attribute)s'" msgstr "В записи нет \"%(attribute)s\"" #: ipaserver/plugins/stageuser.py:686 #, python-format msgid "active user with name \"%(user)s\" already exists" msgstr "активный пользователь с именем \"%(user)s\" уже существует" #: ipaserver/plugins/stageuser.py:750 #, python-format msgid "Stage user %s activated" msgstr "Неподтверждённый пользователь %s активирован" #: ipaserver/plugins/stageuser.py:757 #: ipaclient/remote_plugins/2_164/stageuser.py:702 msgid "Add a manager to the stage user entry" msgstr "Добавить руководителя в запись неподтверждённого пользователя." #: ipaserver/plugins/stageuser.py:762 #: ipaclient/remote_plugins/2_164/stageuser.py:1500 msgid "Remove a manager to the stage user entry" msgstr "Удалить руководителя из записи неподтверждённого пользователя." #: ipaserver/plugins/stageuser.py:767 msgid "Add one or more certificates to the stageuser entry" msgstr "" "Добавить один или несколько сертификатов в запись неподтверждённого " "пользователя." #: ipaserver/plugins/stageuser.py:768 #, python-format msgid "Added certificates to stageuser \"%(value)s\"" msgstr "" "Добавлены сертификаты в запись неподтверждённого пользователя \"%(value)s\"" #: ipaserver/plugins/stageuser.py:773 msgid "Remove one or more certificates to the stageuser entry" msgstr "" "Удалить один или несколько сертификатов из записи неподтверждённого " "пользователя." #: ipaserver/plugins/stageuser.py:774 #, python-format msgid "Removed certificates from stageuser \"%(value)s\"" msgstr "" "Удалены сертификаты из записи неподтверждённого пользователя \"%(value)s\"" #: ipaserver/plugins/stageuser.py:779 msgid "Add new principal alias to the stageuser entry" msgstr "" "Добавить новый псевдоним учётной записи в запись неподтверждённого " "пользователя." #: ipaserver/plugins/stageuser.py:780 #, python-format msgid "Added new aliases to stageuser \"%(value)s\"" msgstr "" "Добавлены новые псевдонимы в запись неподтверждённого пользователя " "\"%(value)s\"" #: ipaserver/plugins/stageuser.py:785 msgid "Remove principal alias from the stageuser entry" msgstr "" "Удалить псевдоним учётной записи из записи неподтверждённого пользователя." #: ipaserver/plugins/stageuser.py:786 #, python-format msgid "Removed aliases from stageuser \"%(value)s\"" msgstr "" "Удалены псевдонимы из записи неподтверждённого пользователя \"%(value)s\"" #: ipaserver/plugins/stageuser.py:791 msgid "Add one or more certificate mappings to the stage user entry." msgstr "" "Добавить одно или несколько сопоставлений сертификатов в запись " "неподтверждённого пользователя." #: ipaserver/plugins/stageuser.py:797 msgid "Remove one or more certificate mappings from the stage user entry." msgstr "" "Удалить одно или несколько сопоставлений сертификатов из записи " "неподтверждённого пользователя." #: ipaserver/plugins/idrange.py:42 msgid "" "=======\n" "WARNING:\n" "\n" "DNA plugin in 389-ds will allocate IDs based on the ranges configured for " "the\n" "local domain. Currently the DNA plugin *cannot* be reconfigured itself " "based\n" "on the local ranges set via this family of commands.\n" "\n" "Manual configuration change has to be done in the DNA plugin configuration " "for\n" "the new local range. Specifically, The dnaNextRange attribute of 'cn=Posix\n" "IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config' has to " "be\n" "modified to match the new range.\n" "=======\n" msgstr "" "=======\n" "ПРЕДУПРЕЖДЕНИЕ:\n" "\n" "Подключаемый модуль DNA в 389-ds выделяет идентификаторы на основе " "диапазонов, настроенных для локального домена. В текущей версии сам " "подключаемый модуль DNA *нельзя* перенастраивать на основе локальных " "диапазонов, установленных с помощью этого семейства команд.\n" "\n" "Для нового локального диапазона следует вручную изменить настройки " "конфигурации подключаемого модуля DNA. В частности, следует изменить атрибут " "dnaNextRange \"cn=Posix\n" "IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config\" таким " "образом, чтобы он соответствовал новому диапазону.\n" "=======\n" #: ipaserver/plugins/idrange.py:56 msgid "" "\n" "ID ranges\n" "\n" "Manage ID ranges used to map Posix IDs to SIDs and back.\n" "\n" "There are two type of ID ranges which are both handled by this utility:\n" "\n" " - the ID ranges of the local domain\n" " - the ID ranges of trusted remote domains\n" "\n" "Both types have the following attributes in common:\n" "\n" " - base-id: the first ID of the Posix ID range\n" " - range-size: the size of the range\n" "\n" "With those two attributes a range object can reserve the Posix IDs starting\n" "with base-id up to but not including base-id+range-size exclusively.\n" "\n" "Additionally an ID range of the local domain may set\n" " - rid-base: the first RID(*) of the corresponding RID range\n" " - secondary-rid-base: first RID of the secondary RID range\n" "\n" "and an ID range of a trusted domain must set\n" " - rid-base: the first RID of the corresponding RID range\n" " - sid: domain SID of the trusted domain\n" "\n" "\n" "\n" "EXAMPLE: Add a new ID range for a trusted domain\n" "\n" "Since there might be more than one trusted domain the domain SID must be " "given\n" "while creating the ID range.\n" "\n" " ipa idrange-add --base-id=1200000 --range-size=200000 --rid-base=0 \\\n" " --dom-sid=S-1-5-21-123-456-789 trusted_dom_range\n" "\n" "This ID range is then used by the IPA server and the SSSD IPA provider to\n" "assign Posix UIDs to users from the trusted domain.\n" "\n" "If e.g. a range for a trusted domain is configured with the following " "values:\n" " base-id = 1200000\n" " range-size = 200000\n" " rid-base = 0\n" "the RIDs 0 to 199999 are mapped to the Posix ID from 1200000 to 13999999. " "So\n" "RID 1000 <-> Posix ID 1201000\n" "\n" "\n" "\n" "EXAMPLE: Add a new ID range for the local domain\n" "\n" "To create an ID range for the local domain it is not necessary to specify a\n" "domain SID. But since it is possible that a user and a group can have the " "same\n" "value as Posix ID a second RID interval is needed to handle conflicts.\n" "\n" " ipa idrange-add --base-id=1200000 --range-size=200000 --rid-base=1000 \\\n" " --secondary-rid-base=1000000 local_range\n" "\n" "The data from the ID ranges of the local domain are used by the IPA server\n" "internally to assign SIDs to IPA users and groups. The SID will then be " "stored\n" "in the user or group objects.\n" "\n" "If e.g. the ID range for the local domain is configured with the values " "from\n" "the example above then a new user with the UID 1200007 will get the RID " "1007.\n" "If this RID is already used by a group the RID will be 1000007. This can " "only\n" "happen if a user or a group object was created with a fixed ID because the\n" "automatic assignment will not assign the same ID twice. Since there are " "only\n" "users and groups sharing the same ID namespace it is sufficient to have " "only\n" "one fallback range to handle conflicts.\n" "\n" "To find the Posix ID for a given RID from the local domain it has to be\n" "checked first if the RID falls in the primary or secondary RID range and\n" "the rid-base or the secondary-rid-base has to be subtracted, respectively,\n" "and the base-id has to be added to get the Posix ID.\n" "\n" "Typically the creation of ID ranges happens behind the scenes and this CLI\n" "must not be used at all. The ID range for the local domain will be created\n" "during installation or upgrade from an older version. The ID range for a\n" "trusted domain will be created together with the trust by 'ipa trust-" "add ...'.\n" "\n" "USE CASES:\n" "\n" " Add an ID range from a transitively trusted domain\n" "\n" " If the trusted domain (A) trusts another domain (B) as well and this " "trust\n" " is transitive 'ipa trust-add domain-A' will only create a range for\n" " domain A. The ID range for domain B must be added manually.\n" "\n" " Add an additional ID range for the local domain\n" "\n" " If the ID range of the local domain is exhausted, i.e. no new IDs can " "be\n" " assigned to Posix users or groups by the DNA plugin, a new range has to " "be\n" " created to allow new users and groups to be added. (Currently there is " "no\n" " connection between this range CLI and the DNA plugin, but a future " "version\n" " might be able to modify the configuration of the DNS plugin as well)\n" "\n" "In general it is not necessary to modify or delete ID ranges. If there is " "no\n" "other way to achieve a certain configuration than to modify or delete an ID\n" "range it should be done with great care. Because UIDs are stored in the " "file\n" "system and are used for access control it might be possible that users are\n" "allowed to access files of other users if an ID range got deleted and " "reused\n" "for a different domain.\n" "\n" "(*) The RID is typically the last integer of a user or group SID which " "follows\n" "the domain SID. E.g. if the domain SID is S-1-5-21-123-456-789 and a user " "from\n" "this domain has the SID S-1-5-21-123-456-789-1010 then 1010 id the RID of " "the\n" "user. RIDs are unique in a domain, 32bit values and are used for users and\n" "groups.\n" "\n" msgstr "" "\n" "Диапазоны идентификаторов\n" "\n" "Управление диапазонами идентификаторов, используемых для отображения POSIX-" "идентификаторов на SID и наоборот.\n" "\n" "С помощью этой программы можно управлять обоими типами диапазонов " "идентификаторов:\n" "\n" " - диапазоны идентификаторов локального домена\n" " - диапазоны идентификаторов доверенных удалённых доменов\n" "\n" "Оба типа имеют следующие общие атрибуты:\n" "\n" " - base-id: первый идентификатор диапазона POSIX-идентификаторов \n" " - range-size: размер диапазона\n" "\n" "На основе этих двух атрибутов объект диапазона может зарезервировать POSIX-" "идентификаторы: от base-id и до (не включительно) base-id+range-size.\n" "\n" "Кроме того, можно установить диапазон идентификаторов локального домена\n" " - rid-base: первый RID(*) соответствующего диапазона RID\n" "- secondary-rid-base: первый RID вторичного диапазона RID\n" "\n" "а диапазон идентификаторов доверенного домена следует задавать с помощью\n" " - rid-base: первый RID соответствующего диапазона RID\n" " - dom_sid: SID доверенного домена\n" "\n" "\n" "\n" "ПРИМЕР: добавление нового диапазона идентификаторов для доверенного домена\n" "\n" "Поскольку доверенных доменов может быть несколько, при создании диапазона " "идентификаторов следует указать SID домена.\n" "\n" " ipa idrange-add --base-id=1200000 --range-size=200000 --rid-base=0 \\\n" " --dom-sid=S-1-5-21-123-456-789 trusted_dom_range\n" "\n" "Этот диапазон идентификаторов затем будет использоваться IPA-сервером и " "поставщиком данных IPA SSSD для назначения POSIX UID пользователям из " "доверенного домена.\n" "\n" "Если, например, для доверенного домена настроен диапазон со следующими " "значениями:\n" " base-id = 1200000\n" " range-size = 200000\n" " rid-base = 0\n" "RID от 0 до 199999 привязываются к POSIX-идентификаторам от 1200000 до " "13999999. Следовательно,\n" "RID 1000 <-> Posix ID 1201000\n" "\n" "\n" "\n" "ПРИМЕР: добавление нового диапазона идентификаторов для локального домена\n" "\n" "При создании диапазона идентификаторов для локального домена нет " "необходимости указывать SID домена. Но, так как существует вероятность того, " "что в качестве POSIX-идентификатора для пользователя и группы используется " "одно и то же значение, для обработки конфликтов необходим вторичный интервал " "RID.\n" "\n" " ipa idrange-add --base-id=1200000 --range-size=200000 --rid-base=1000 \\\n" " --secondary-rid-base=1000000 local_range\n" "\n" "Данные из диапазонов идентификаторов локального домена используются IPA-" "сервером на внутреннем уровне для назначения SID пользователям и группам " "IPA. SID сохраняется в объектах пользователя или группы.\n" "\n" "Если, например, диапазон идентификаторов для локального домена настроен со " "значениями из примера выше, то новый пользователь с UID 1200007 получит RID " "1007.\n" "Если этот RID уже используется группой, он будет заменён на 1000007. Это " "может произойти только в том случае, если объект пользователя или группы был " "создан с фиксированным идентификатором, потому что при автоматическом " "назначении один и тот же идентификатор не назначается дважды. Так как одно и " "тоже пространство имён идентификаторов делят только пользователи и группы, " "для обработки конфликтов достаточно одного резервного диапазона.\n" "\n" "Для определения POSIX-идентификатора по указанному RID из локального домена " "следует сначала проверить, попадает ли RID в основной или вторичный диапазон " "RID, а потом вычесть, соответственно, rid-base или secondary-rid-base, затем " "добавить base-id.\n" "\n" "Обычно создание диапазонов идентификаторов является внешне незаметным и не " "требует использования интерфейса командной строки. Диапазон идентификаторов " "для локального домена будет создан во время установки или обновления " "предыдущей версии. Диапазон идентификаторов для доверенного домена будет " "создан при создании отношения доверия с помощью команды \"ipa trust-add ..." "\".\n" "\n" "СЛУЧАИ ИСПОЛЬЗОВАНИЯ:\n" "\n" " Добавление диапазона идентификаторов из домена, с которым установлено " "транзитивное отношение доверия\n" "\n" " Если у доверенного домена (A) также установлено отношение доверия с " "другим доменом (B) и оно является транзитивным, то команда \"ipa trust-add " "domain-A\" создаст диапазон только для домена A. Диапазон идентификаторов " "для домена B следует добавить вручную.\n" "\n" " Добавление диапазона идентификаторов для локального домена \n" "\n" " Если диапазон идентификаторов локального домена исчерпан, то есть с " "помощью подключаемого модуля DNA невозможно назначить новые идентификаторы " "POSIX-пользователям или POSIX-группам, должен быть создан новый диапазон для " "добавления новых пользователей и групп. (В текущей версии данный интерфейс " "командной строки и подключаемый модуль DNA не связаны непосредственно, но в " "будущей версии может появиться возможность внесения изменений также и в " "конфигурацию подключаемого модуля DNA.)\n" "\n" "В целом, в изменении или удалении диапазонов идентификаторов нет " "необходимости. Если для выполнения определённой настройки приходится " "изменить или удалить диапазон идентификаторов, это следует делать крайне " "осторожно. Поскольку UID хранятся в файловой системе и используются для " "управления доступом, возможна ситуация, когда одни пользователи получат " "доступ к файлам других пользователей вследствие удаления диапазона " "идентификаторов и повторного его использования в другом домене.\n" "\n" "(*) RID обычно является последним целым числом SID пользователя или группы, " "который указывается после SID домена. Например, если SID домена " "S-1-5-21-123-456-789, а пользователь из этого домена имеет SID " "S-1-5-21-123-456-789-1010, RID пользователя будет 1010. RID являются " "уникальными в пределах домена, имеют 32-битные значения и используются для " "пользователей и групп.\n" "\n" #: ipaserver/plugins/idrange.py:197 msgid "ID Ranges" msgstr "Диапазоны идентификаторов" #: ipaserver/plugins/idrange.py:198 msgid "ID Range" msgstr "Диапазон идентификаторов" #: ipaserver/plugins/idrange.py:202 msgid "local domain range" msgstr "диапазон локальных доменов" #: ipaserver/plugins/idrange.py:204 ipaserver/plugins/trust.py:650 msgid "Active Directory domain range" msgstr "диапазон доменов Active Directory" #: ipaserver/plugins/idrange.py:205 ipaserver/plugins/trust.py:651 msgid "Active Directory trust range with POSIX attributes" msgstr "Диапазон доверия Active Directory с атрибутами POSIX" #: ipaserver/plugins/idrange.py:213 #: ipaclient/remote_plugins/2_114/idrange.py:148 #: ipaclient/remote_plugins/2_114/idrange.py:225 #: ipaclient/remote_plugins/2_114/idrange.py:325 #: ipaclient/remote_plugins/2_114/idrange.py:369 #: ipaclient/remote_plugins/2_114/idrange.py:474 #: ipaclient/remote_plugins/2_114/idrange.py:581 #: ipaclient/remote_plugins/2_156/idrange.py:150 #: ipaclient/remote_plugins/2_156/idrange.py:229 #: ipaclient/remote_plugins/2_156/idrange.py:329 #: ipaclient/remote_plugins/2_156/idrange.py:373 #: ipaclient/remote_plugins/2_156/idrange.py:493 #: ipaclient/remote_plugins/2_156/idrange.py:600 #: ipaclient/remote_plugins/2_164/idrange.py:150 #: ipaclient/remote_plugins/2_164/idrange.py:229 #: ipaclient/remote_plugins/2_164/idrange.py:329 #: ipaclient/remote_plugins/2_164/idrange.py:373 #: ipaclient/remote_plugins/2_164/idrange.py:493 #: ipaclient/remote_plugins/2_164/idrange.py:600 #: ipaclient/remote_plugins/2_49/idrange.py:148 #: ipaclient/remote_plugins/2_49/idrange.py:219 #: ipaclient/remote_plugins/2_49/idrange.py:312 #: ipaclient/remote_plugins/2_49/idrange.py:358 #: ipaclient/remote_plugins/2_49/idrange.py:461 #: ipaclient/remote_plugins/2_49/idrange.py:569 msgid "Range name" msgstr "Имя диапазона" #: ipaserver/plugins/idrange.py:218 #: ipaclient/remote_plugins/2_114/idrange.py:152 #: ipaclient/remote_plugins/2_114/idrange.py:232 #: ipaclient/remote_plugins/2_114/idrange.py:375 #: ipaclient/remote_plugins/2_114/idrange.py:482 #: ipaclient/remote_plugins/2_156/idrange.py:154 #: ipaclient/remote_plugins/2_156/idrange.py:236 #: ipaclient/remote_plugins/2_156/idrange.py:379 #: ipaclient/remote_plugins/2_156/idrange.py:501 #: ipaclient/remote_plugins/2_164/idrange.py:154 #: ipaclient/remote_plugins/2_164/idrange.py:236 #: ipaclient/remote_plugins/2_164/idrange.py:379 #: ipaclient/remote_plugins/2_164/idrange.py:501 #: ipaclient/remote_plugins/2_49/idrange.py:152 #: ipaclient/remote_plugins/2_49/idrange.py:226 #: ipaclient/remote_plugins/2_49/idrange.py:364 #: ipaclient/remote_plugins/2_49/idrange.py:469 msgid "First Posix ID of the range" msgstr "Первый идентификатор POSIX диапазона" #: ipaserver/plugins/idrange.py:222 #: ipaclient/remote_plugins/2_114/idrange.py:156 #: ipaclient/remote_plugins/2_114/idrange.py:237 #: ipaclient/remote_plugins/2_114/idrange.py:381 #: ipaclient/remote_plugins/2_114/idrange.py:488 #: ipaclient/remote_plugins/2_156/idrange.py:158 #: ipaclient/remote_plugins/2_156/idrange.py:241 #: ipaclient/remote_plugins/2_156/idrange.py:385 #: ipaclient/remote_plugins/2_156/idrange.py:507 #: ipaclient/remote_plugins/2_164/idrange.py:158 #: ipaclient/remote_plugins/2_164/idrange.py:241 #: ipaclient/remote_plugins/2_164/idrange.py:385 #: ipaclient/remote_plugins/2_164/idrange.py:507 #: ipaclient/remote_plugins/2_49/idrange.py:156 #: ipaclient/remote_plugins/2_49/idrange.py:231 #: ipaclient/remote_plugins/2_49/idrange.py:370 #: ipaclient/remote_plugins/2_49/idrange.py:475 msgid "Number of IDs in the range" msgstr "Количество идентификаторов в диапазоне" #: ipaserver/plugins/idrange.py:226 #: ipaclient/remote_plugins/2_114/idrange.py:161 #: ipaclient/remote_plugins/2_114/idrange.py:243 #: ipaclient/remote_plugins/2_114/idrange.py:387 #: ipaclient/remote_plugins/2_114/idrange.py:494 #: ipaclient/remote_plugins/2_156/idrange.py:163 #: ipaclient/remote_plugins/2_156/idrange.py:247 #: ipaclient/remote_plugins/2_156/idrange.py:391 #: ipaclient/remote_plugins/2_156/idrange.py:513 #: ipaclient/remote_plugins/2_164/idrange.py:163 #: ipaclient/remote_plugins/2_164/idrange.py:247 #: ipaclient/remote_plugins/2_164/idrange.py:391 #: ipaclient/remote_plugins/2_164/idrange.py:513 #: ipaclient/remote_plugins/2_49/idrange.py:161 #: ipaclient/remote_plugins/2_49/idrange.py:237 #: ipaclient/remote_plugins/2_49/idrange.py:376 #: ipaclient/remote_plugins/2_49/idrange.py:481 msgid "First RID of the corresponding RID range" msgstr "Первый RID соответствующего диапазона RID" #: ipaserver/plugins/idrange.py:230 #: ipaclient/remote_plugins/2_114/idrange.py:166 #: ipaclient/remote_plugins/2_114/idrange.py:249 #: ipaclient/remote_plugins/2_114/idrange.py:393 #: ipaclient/remote_plugins/2_114/idrange.py:500 #: ipaclient/remote_plugins/2_156/idrange.py:168 #: ipaclient/remote_plugins/2_156/idrange.py:253 #: ipaclient/remote_plugins/2_156/idrange.py:397 #: ipaclient/remote_plugins/2_156/idrange.py:519 #: ipaclient/remote_plugins/2_164/idrange.py:168 #: ipaclient/remote_plugins/2_164/idrange.py:253 #: ipaclient/remote_plugins/2_164/idrange.py:397 #: ipaclient/remote_plugins/2_164/idrange.py:519 #: ipaclient/remote_plugins/2_49/idrange.py:166 #: ipaclient/remote_plugins/2_49/idrange.py:243 #: ipaclient/remote_plugins/2_49/idrange.py:382 #: ipaclient/remote_plugins/2_49/idrange.py:487 msgid "First RID of the secondary RID range" msgstr "Первый RID вторичного диапазона RID" #: ipaserver/plugins/idrange.py:235 ipaserver/plugins/idrange.py:625 #: ipaclient/remote_plugins/2_114/idrange.py:171 #: ipaclient/remote_plugins/2_114/idrange.py:255 #: ipaclient/remote_plugins/2_114/idrange.py:399 #: ipaclient/remote_plugins/2_156/idrange.py:173 #: ipaclient/remote_plugins/2_156/idrange.py:259 #: ipaclient/remote_plugins/2_156/idrange.py:403 #: ipaclient/remote_plugins/2_164/idrange.py:173 #: ipaclient/remote_plugins/2_164/idrange.py:259 #: ipaclient/remote_plugins/2_164/idrange.py:403 #: ipaclient/remote_plugins/2_49/idrange.py:171 #: ipaclient/remote_plugins/2_49/idrange.py:249 #: ipaclient/remote_plugins/2_49/idrange.py:388 #: ipaclient/remote_plugins/2_49/idrange.py:493 msgid "Domain SID of the trusted domain" msgstr "SID доверенного домена" #: ipaserver/plugins/idrange.py:240 ipaserver/plugins/idrange.py:633 #: ipaclient/remote_plugins/2_114/idrange.py:176 #: ipaclient/remote_plugins/2_114/idrange.py:261 #: ipaclient/remote_plugins/2_156/idrange.py:178 #: ipaclient/remote_plugins/2_156/idrange.py:265 #: ipaclient/remote_plugins/2_164/idrange.py:178 #: ipaclient/remote_plugins/2_164/idrange.py:265 msgid "Name of the trusted domain" msgstr "Имя доверенного домена" #: ipaserver/plugins/idrange.py:245 msgid "ID range type, one of allowed values" msgstr "Тип диапазона идентификаторов, одно из разрешённых значений" #: ipaserver/plugins/idrange.py:320 msgid "" "range modification leaving objects with ID out of the defined range is not " "allowed" msgstr "" "изменение диапазона, при котором появляются объекты с идентификаторами за " "пределами указанного диапазона, запрещено " #: ipaserver/plugins/idrange.py:325 msgid "" "Cannot perform SID validation without Samba 4 support installed. Make sure " "you have installed server-trust-ad sub-package of IPA on the server" msgstr "" "Невозможно выполнить проверку SID без установленной поддержки Samba 4. " "Убедитесь, что на сервере установлен субпакет IPA server-trust-ad" #: ipaserver/plugins/idrange.py:332 msgid "" "Cross-realm trusts are not configured. Make sure you have run ipa-adtrust-" "install on the IPA server first" msgstr "" "Отношения доверия между областями (realm) не настроены. Убедитесь, что на " "IPA-сервере запущена команда ipa-adtrust-install" #: ipaserver/plugins/idrange.py:344 msgid "SID is not recognized as a valid SID for a trusted domain" msgstr "" "Не удалось распознать SID в качестве допустимого идентификатора безопасности " "для доверенного домена" #: ipaserver/plugins/idrange.py:381 msgid "" "\n" " Add new ID range.\n" "\n" " To add a new ID range you always have to specify\n" "\n" " --base-id\n" " --range-size\n" "\n" " Additionally\n" "\n" " --rid-base\n" " --secondary-rid-base\n" "\n" " may be given for a new ID range for the local domain while\n" "\n" " --rid-base\n" " --dom-sid\n" "\n" " must be given to add a new range for a trusted AD domain.\n" "\n" msgstr "" "\n" "Добавление нового диапазона идентификаторов.\n" "\n" " Для добавления нового диапазона идентификаторов всегда необходимо " "указывать\n" "\n" " --base-id\n" " --range-size\n" "\n" " Кроме того,\n" "\n" " --rid-base\n" " --secondary-rid-base\n" "\n" " могут указываться для нового диапазона идентификаторов для локального " "домена, в то время как\n" "\n" " --rid-base\n" " --dom-sid\n" "\n" " должны быть указаны для добавления нового диапазона для доверенного " "домена AD.\n" "\n" #: ipaserver/plugins/idrange.py:403 #, python-format msgid "Added ID range \"%(value)s\"" msgstr "Добавлен диапазон идентификаторов \"%(value)s\"" #: ipaserver/plugins/idrange.py:415 ipaserver/plugins/idrange.py:665 msgid "Options dom-sid and dom-name cannot be used together" msgstr "Невозможно одновременно использовать параметры dom-sid и dom-name" #: ipaserver/plugins/idrange.py:426 msgid "Specified trusted domain name could not be found." msgstr "Указанное имя доверенного домена не найдено." #: ipaserver/plugins/idrange.py:441 msgid "Options dom-sid/dom-name and rid-base must be used together" msgstr "" "Параметры dom-sid/dom-name и rid-base необходимо использовать одновременно" #: ipaserver/plugins/idrange.py:448 ipaserver/plugins/idrange.py:700 msgid "" "Option rid-base must not be used when IPA range type is ipa-ad-trust-posix" msgstr "" "Если типом диапазона IPA является ipa-ad-trust-posix, параметр rid-base " "использовать нельзя" #: ipaserver/plugins/idrange.py:455 msgid "" "IPA Range type must be one of ipa-ad-trust or ipa-ad-trust-posix when SID of " "the trusted domain is specified" msgstr "" "Если указан SID доверенного домена, тип диапазона IPA должен быть ipa-ad-" "trust или ipa-ad-trust-posix" #: ipaserver/plugins/idrange.py:461 msgid "Options dom-sid/dom-name and secondary-rid-base cannot be used together" msgstr "" "Невозможно одновременно использовать параметры dom-sid/dom-name и secondary-" "rid-base" #: ipaserver/plugins/idrange.py:480 msgid "" "IPA Range type must not be one of ipa-ad-trust or ipa-ad-trust-posix when " "SID of the trusted domain is not specified." msgstr "" "Если не указан SID доверенного домена, тип диапазона IPA не должен быть ipa-" "ad-trust или ipa-ad-trust-posix" #: ipaserver/plugins/idrange.py:487 ipaserver/plugins/idrange.py:719 msgid "Options secondary-rid-base and rid-base must be used together" msgstr "" "Параметры secondary-rid-base и rid-base необходимо использовать одновременно" #: ipaserver/plugins/idrange.py:497 ipaserver/plugins/idrange.py:742 msgid "Primary RID range and secondary RID range cannot overlap" msgstr "Основной диапазон RID и вторичный диапазон RID не могут пересекаться" #: ipaserver/plugins/idrange.py:509 msgid "" "You must specify both rid-base and secondary-rid-base options, because ipa-" "adtrust-install has already been run." msgstr "" "Необходимо указать оба параметра, rid-base и secondary-rid-base, так как " "команда ipa-adtrust-install уже запущена." #: ipaserver/plugins/idrange.py:526 #: ipaclient/remote_plugins/2_114/idrange.py:318 #: ipaclient/remote_plugins/2_156/idrange.py:322 #: ipaclient/remote_plugins/2_164/idrange.py:322 #: ipaclient/remote_plugins/2_49/idrange.py:305 msgid "Delete an ID range." msgstr "Удалить диапазон идентификаторов." #: ipaserver/plugins/idrange.py:528 #, python-format msgid "Deleted ID range \"%(value)s\"" msgstr "Удалён диапазон идентификаторов \"%(value)s\"" #: ipaserver/plugins/idrange.py:574 #: ipaclient/remote_plugins/2_114/idrange.py:355 #: ipaclient/remote_plugins/2_156/idrange.py:359 #: ipaclient/remote_plugins/2_164/idrange.py:359 #: ipaclient/remote_plugins/2_49/idrange.py:344 msgid "Search for ranges." msgstr "Поиск диапазонов." #: ipaserver/plugins/idrange.py:577 #, python-format msgid "%(count)d range matched" msgid_plural "%(count)d ranges matched" msgstr[0] "установлено соответствие %(count)d диапазона" msgstr[1] "установлено соответствие %(count)d диапазонов" msgstr[2] "установлено соответствие %(count)d диапазонов" #: ipaserver/plugins/idrange.py:597 #: ipaclient/remote_plugins/2_114/idrange.py:575 #: ipaclient/remote_plugins/2_156/idrange.py:594 #: ipaclient/remote_plugins/2_164/idrange.py:594 #: ipaclient/remote_plugins/2_49/idrange.py:563 msgid "Display information about a range." msgstr "Показать сведения о диапазоне." #: ipaserver/plugins/idrange.py:613 msgid "" "Modify ID range.\n" "\n" msgstr "" "Изменить диапазон идентификаторов.\n" "\n" #: ipaserver/plugins/idrange.py:617 #, python-format msgid "Modified ID range \"%(value)s\"" msgstr "Изменён диапазон идентификаторов \"%(value)s\"" #: ipaserver/plugins/idrange.py:649 msgid "" "This command can not be used to change ID allocation for local IPA domain. " "Run `ipa help idrange` for more information" msgstr "" "Эту команду нельзя использовать для изменения выделения идентификаторов для " "локального домена IPA. Чтобы получить дополнительные сведения, выполните " "команду `ipa help idrange`" #: ipaserver/plugins/idrange.py:677 msgid "" "SID for the specified trusted domain name could not be found. Please specify " "the SID directly using dom-sid option." msgstr "" "Не удалось найти SID указанного доверенного домена. Укажите SID в явном виде " "с помощью параметра dom-sid." #: ipaserver/plugins/idrange.py:684 msgid "Options dom-sid and secondary-rid-base cannot be used together" msgstr "" "Невозможно одновременно использовать параметры dom-sid и secondary-rid-base" #: ipaserver/plugins/idrange.py:691 msgid "Options dom-sid and rid-base must be used together" msgstr "Параметры dom-sid и rid-base необходимо использовать одновременно" #: ipaserver/plugins/hbactest.py:39 ipaserver/plugins/cert.py:58 msgid "pyhbac is not installed." msgstr "Пакет pyhbac не установлен." #: ipaserver/plugins/hbactest.py:45 msgid "" "\n" "Simulate use of Host-based access controls\n" "\n" "HBAC rules control who can access what services on what hosts.\n" "You can use HBAC to control which users or groups can access a service,\n" "or group of services, on a target host.\n" "\n" "Since applying HBAC rules implies use of a production environment,\n" "this plugin aims to provide simulation of HBAC rules evaluation without\n" "having access to the production environment.\n" "\n" " Test user coming to a service on a named host against\n" " existing enabled rules.\n" "\n" " ipa hbactest --user= --host= --service=\n" " [--rules=rules-list] [--nodetail] [--enabled] [--disabled]\n" " [--sizelimit= ]\n" "\n" " --user, --host, and --service are mandatory, others are optional.\n" "\n" " If --rules is specified simulate enabling of the specified rules and test\n" " the login of the user using only these rules.\n" "\n" " If --enabled is specified, all enabled HBAC rules will be added to " "simulation\n" "\n" " If --disabled is specified, all disabled HBAC rules will be added to " "simulation\n" "\n" " If --nodetail is specified, do not return information about rules matched/" "not matched.\n" "\n" " If both --rules and --enabled are specified, apply simulation to --rules " "_and_\n" " all IPA enabled rules.\n" "\n" " If no --rules specified, simulation is run against all IPA enabled rules.\n" " By default there is a IPA-wide limit to number of entries fetched, you can " "change it\n" " with --sizelimit option.\n" "\n" "EXAMPLES:\n" "\n" " 1. Use all enabled HBAC rules in IPA database to simulate:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd\n" " --------------------\n" " Access granted: True\n" " --------------------\n" " Not matched rules: my-second-rule\n" " Not matched rules: my-third-rule\n" " Not matched rules: myrule\n" " Matched rules: allow_all\n" "\n" " 2. Disable detailed summary of how rules were applied:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --nodetail\n" " --------------------\n" " Access granted: True\n" " --------------------\n" "\n" " 3. Test explicitly specified HBAC rules:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd \\\n" " --rules=myrule --rules=my-second-rule\n" " ---------------------\n" " Access granted: False\n" " ---------------------\n" " Not matched rules: my-second-rule\n" " Not matched rules: myrule\n" "\n" " 4. Use all enabled HBAC rules in IPA database + explicitly specified " "rules:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd \\\n" " --rules=myrule --rules=my-second-rule --enabled\n" " --------------------\n" " Access granted: True\n" " --------------------\n" " Not matched rules: my-second-rule\n" " Not matched rules: my-third-rule\n" " Not matched rules: myrule\n" " Matched rules: allow_all\n" "\n" " 5. Test all disabled HBAC rules in IPA database:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --disabled\n" " ---------------------\n" " Access granted: False\n" " ---------------------\n" " Not matched rules: new-rule\n" "\n" " 6. Test all disabled HBAC rules in IPA database + explicitly specified " "rules:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd \\\n" " --rules=myrule --rules=my-second-rule --disabled\n" " ---------------------\n" " Access granted: False\n" " ---------------------\n" " Not matched rules: my-second-rule\n" " Not matched rules: my-third-rule\n" " Not matched rules: myrule\n" "\n" " 7. Test all (enabled and disabled) HBAC rules in IPA database:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd \\\n" " --enabled --disabled\n" " --------------------\n" " Access granted: True\n" " --------------------\n" " Not matched rules: my-second-rule\n" " Not matched rules: my-third-rule\n" " Not matched rules: myrule\n" " Not matched rules: new-rule\n" " Matched rules: allow_all\n" "\n" "\n" "HBACTEST AND TRUSTED DOMAINS\n" "\n" "When an external trusted domain is configured in IPA, HBAC rules are also " "applied\n" "on users accessing IPA resources from the trusted domain. Trusted domain " "users and\n" "groups (and their SIDs) can be then assigned to external groups which can " "be\n" "members of POSIX groups in IPA which can be used in HBAC rules and thus " "allowing\n" "access to resources protected by the HBAC system.\n" "\n" "hbactest plugin is capable of testing access for both local IPA users and " "users\n" "from the trusted domains, either by a fully qualified user name or by user " "SID.\n" "Such user names need to have a trusted domain specified as a short name\n" "(DOMAIN\\Administrator) or with a user principal name (UPN), " "Administrator@ad.test.\n" "\n" "Please note that hbactest executed with a trusted domain user as --user " "parameter\n" "can be only run by members of \"trust admins\" group.\n" "\n" "EXAMPLES:\n" "\n" " 1. Test if a user from a trusted domain specified by its shortname " "matches any\n" " rule:\n" "\n" " $ ipa hbactest --user 'DOMAIN\\Administrator' --host `hostname` --" "service sshd\n" " --------------------\n" " Access granted: True\n" " --------------------\n" " Matched rules: allow_all\n" " Matched rules: can_login\n" "\n" " 2. Test if a user from a trusted domain specified by its domain name " "matches\n" " any rule:\n" "\n" " $ ipa hbactest --user 'Administrator@domain.com' --host `hostname` --" "service sshd\n" " --------------------\n" " Access granted: True\n" " --------------------\n" " Matched rules: allow_all\n" " Matched rules: can_login\n" "\n" " 3. Test if a user from a trusted domain specified by its SID matches any " "rule:\n" "\n" " $ ipa hbactest --user S-1-5-21-3035198329-144811719-1378114514-500 \\\n" " --host `hostname` --service sshd\n" " --------------------\n" " Access granted: True\n" " --------------------\n" " Matched rules: allow_all\n" " Matched rules: can_login\n" "\n" " 4. Test if other user from a trusted domain specified by its SID matches " "any rule:\n" "\n" " $ ipa hbactest --user S-1-5-21-3035198329-144811719-1378114514-1203 \\\n" " --host `hostname` --service sshd\n" " --------------------\n" " Access granted: True\n" " --------------------\n" " Matched rules: allow_all\n" " Not matched rules: can_login\n" "\n" " 5. Test if other user from a trusted domain specified by its shortname " "matches\n" " any rule:\n" "\n" " $ ipa hbactest --user 'DOMAIN\\Otheruser' --host `hostname` --service " "sshd\n" " --------------------\n" " Access granted: True\n" " --------------------\n" " Matched rules: allow_all\n" " Not matched rules: can_login\n" msgstr "" "\n" "Имитация использования управления доступом на основе узла\n" "\n" "Правила HBAC управляют тем, кто и на каких узлах сможет получать доступ к " "определённым службам. Вы можете воспользоваться HBAC для определения тех " "пользователей и групп, которые будут иметь доступ к определённой службе или " "группе служб на целевом узле. \n" "\n" "Так как применение правил HBAC подразумевает использование рабочей среды, " "этот подключаемый модуль предназначен для обеспечения имитации оценки правил " "HBAC при отсутствии доступа к рабочей среде.\n" "\n" " Проверка тестового пользователя, который обращается к службе на именованном " "узле, на соответствие существующим включённым правилам.\n" "\n" " ipa hbactest --user= --host= --service=\n" " [--rules=rules-list] [--nodetail] [--enabled] [--disabled]\n" " [--sizelimit= ]\n" "\n" " Параметры --user, --host и --service являются обязательными, остальные " "можно не указывать.\n" "\n" " Если указан параметр --rules, имитировать включение указанных правил и " "проверить возможность входа пользователя в случае использования только этих " "правил.\n" "\n" " Если указан параметр --enabled, добавить все включённые правила HBAC к " "имитации.\n" "\n" " Если указан параметр --disabled, добавить все отключённые правила HBAC к " "имитации.\n" "\n" " Если указан параметр --nodetail, не возвращать данные о соответствующих или " "не соответствующих правилах.\n" "\n" " Если одновременно указаны параметры --rules и --enabled, выполнить имитацию " "--rules _и_\n" " всех включённых правил IPA.\n" "\n" " Если не указан параметр --rules, выполнить имитацию всех включённых правил " "IPA.\n" " По умолчанию в IPA имеется общее ограничение количества извлекаемых " "записей, его можно изменить с помощью параметра --sizelimit.\n" "\n" " ПРИМЕРЫ:\n" "\n" " 1. Использовать все включённые правила HBAC в базе данных IPA:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd\n" " --------------------\n" " Доступ предоставлен: Да\n" " --------------------\n" " Несоответствующие правила: my-second-rule\n" " Несоответствующие правила: my-third-rule\n" " Несоответствующие правила: myrule\n" " Соответствующие правила: allow_all\n" "\n" " 2. Отключить подробный отчёт о применении правил:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --nodetail\n" " --------------------\n" " Доступ предоставлен: Да\n" " --------------------\n" "\n" " 3. Проверить явно указанные правила HBAC:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd\n" " --rules=myrule --rules=my-second-rule\n" " ---------------------\n" " Доступ предоставлен: Нет\n" " ---------------------\n" " Несоответствующие правила: my-second-rule\n" " Несоответствующие правила: myrule\n" "\n" " 4. Использовать все включённые правила HBAC в базе данных IPA + явно " "указанные правила:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd\n" " --rules=myrule --rules=my-second-rule --enabled\n" " --------------------\n" " Доступ предоставлен: Да\n" " --------------------\n" " Несоответствующие правила: my-second-rule\n" " Несоответствующие правила: my-third-rule\n" " Несоответствующие правила: myrule\n" " Соответствующие правила: allow_all\n" "\n" " 5. Проверить все отключённые правила HBAC в базе данных IPA:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --disabled\n" " ---------------------\n" " Доступ предоставлен: Нет\n" " ---------------------\n" " Несоответствующие правила: new-rule\n" "\n" " 6. Проверить все отключённые правила HBAC в базе данных IPA + явно " "указанные правила:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd\n" " --rules=myrule --rules=my-second-rule --disabled\n" " ---------------------\n" " Доступ предоставлен: Нет\n" " ---------------------\n" " Несоответствующие правила: my-second-rule\n" " Несоответствующие правила: my-third-rule\n" " Несоответствующие правила: myrule\n" "\n" " 7. Проверить все (включённые и отключённые) правила HBAC в базе данных " "IPA:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd\n" " --enabled --disabled\n" " --------------------\n" " Доступ предоставлен: Да\n" " --------------------\n" " Несоответствующие правила: my-second-rule\n" " Несоответствующие правила: my-third-rule\n" " Несоответствующие правила: myrule\n" " Несоответствующие правила: new-rule\n" " Соответствующие правила: allow_all\n" "\n" "\n" "HBACTEST И ДОВЕРЕННЫЕ ДОМЕНЫ\n" "\n" "Если в IPA настроен внешний доверенный домен, правила HBAC также применяются " "к пользователям, которые выполняют доступ к ресурсам IPA из доверенного " "домена. Пользователи и группы доверенного домена (и их SID) затем могут быть " "привязаны к внешним группам, которые могут быть участниками POSIX-групп в " "IPA. Такие привязки можно использовать в правилах HBAC, тем самым разрешая " "доступ к ресурсам, которые защищены системой HBAC.\n" "\n" "Подключаемый модуль hbactest позволяет проверять доступ как для локальных " "пользователей IPA, так и для пользователей из доверенных доменов, как с " "полным именем пользователя, так и по SID пользователей. В таких именах " "пользователей должен быть указан доверенный домен в краткой форме (DOMAIN" "\\Administrator) или имя учётной записи пользователя (UPN), Administrator@ad." "test.\n" "\n" "Обратите внимание, что выполнять hbactest с аргументом пользователя " "доверенного домена в параметре --user могут только участники группы \"trust " "admins\".\n" "\n" "ПРИМЕРЫ:\n" "\n" " 1. Проверить, соответствует ли пользователь из доверенного домена, " "указанный по краткому имени, какому-либо правилу:\n" "\n" " $ ipa hbactest --user 'DOMAIN\\Administrator' --host `hostname` --" "service sshd\n" " --------------------\n" " Доступ предоставлен: Да\n" " --------------------\n" " Соответствующие правила: allow_all\n" " Соответствующие правила: can_login\n" "\n" " 2. Проверить, соответствует ли пользователь из доверенного домена, " "указанный по имени домена, какому-либо правилу:\n" "\n" " $ ipa hbactest --user 'Administrator@domain.com' --host `hostname` --" "service sshd\n" " --------------------\n" " Доступ предоставлен: Да\n" " --------------------\n" " Соответствующие правила: allow_all\n" " Соответствующие правила: can_login\n" "\n" " 3. Проверить, соответствует ли пользователь из доверенного домена, " "указанный по SID, какому-либо правилу:\n" "\n" " $ ipa hbactest --user S-1-5-21-3035198329-144811719-1378114514-500\n" " --host `hostname` --service sshd\n" " --------------------\n" " Доступ предоставлен: Да\n" " --------------------\n" " Соответствующие правила: allow_all\n" " Соответствующие правила: can_login\n" "\n" " 4. Проверить, соответствует ли другой пользователь из доверенного " "домена, указанный по SID, какому-либо правилу:\n" "\n" " $ ipa hbactest --user S-1-5-21-3035198329-144811719-1378114514-1203\n" " --host `hostname` --service sshd\n" " --------------------\n" " Доступ предоставлен: Да\n" " --------------------\n" " Соответствующие правила: allow_all\n" " Несоответствующие правила: can_login\n" "\n" " 5. Проверить, соответствует ли другой пользователь из доверенного домена, " "указанный по краткому имени, какому-либо правилу:\n" "\n" " $ ipa hbactest --user 'DOMAIN\\Otheruser' --host `hostname` --service " "sshd\n" " --------------------\n" " Доступ предоставлен: Да\n" " --------------------\n" " Соответствующие правила: allow_all\n" " Несоответствующие правила: can_login\n" "\n" #: ipaserver/plugins/hbactest.py:256 #: ipaclient/remote_plugins/2_114/hbactest.py:197 #: ipaclient/remote_plugins/2_156/hbactest.py:197 #: ipaclient/remote_plugins/2_164/hbactest.py:197 #: ipaclient/remote_plugins/2_49/hbactest.py:126 msgid "Simulate use of Host-based access controls" msgstr "Имитировать использование управления доступом на основе узла" #: ipaserver/plugins/hbactest.py:260 #: ipaclient/remote_plugins/2_114/hbactest.py:262 #: ipaclient/remote_plugins/2_156/hbactest.py:262 #: ipaclient/remote_plugins/2_164/hbactest.py:262 #: ipaclient/remote_plugins/2_49/hbactest.py:191 msgid "Warning" msgstr "Предупреждение" #: ipaserver/plugins/hbactest.py:261 #: ipaclient/remote_plugins/2_114/hbactest.py:267 #: ipaclient/remote_plugins/2_156/hbactest.py:267 #: ipaclient/remote_plugins/2_164/hbactest.py:267 #: ipaclient/remote_plugins/2_49/hbactest.py:196 msgid "Matched rules" msgstr "Соответствующие правила" #: ipaserver/plugins/hbactest.py:262 #: ipaclient/remote_plugins/2_114/hbactest.py:272 #: ipaclient/remote_plugins/2_156/hbactest.py:272 #: ipaclient/remote_plugins/2_164/hbactest.py:272 #: ipaclient/remote_plugins/2_49/hbactest.py:201 msgid "Not matched rules" msgstr "Несоответствующие правила" #: ipaserver/plugins/hbactest.py:263 #: ipaclient/remote_plugins/2_114/hbactest.py:277 #: ipaclient/remote_plugins/2_156/hbactest.py:277 #: ipaclient/remote_plugins/2_164/hbactest.py:277 #: ipaclient/remote_plugins/2_49/hbactest.py:206 msgid "Non-existent or invalid rules" msgstr "Несуществующие или недействительные правила" #: ipaserver/plugins/hbactest.py:264 #: ipaclient/remote_plugins/2_114/hbactest.py:282 #: ipaclient/remote_plugins/2_156/hbactest.py:282 #: ipaclient/remote_plugins/2_164/hbactest.py:282 #: ipaclient/remote_plugins/2_49/hbactest.py:211 msgid "Result of simulation" msgstr "Результат имитации" #: ipaserver/plugins/hbactest.py:276 #: ipaclient/remote_plugins/2_49/hbactest.py:137 msgid "Source host" msgstr "Узел-источник" #: ipaserver/plugins/hbactest.py:281 #: ipaclient/remote_plugins/2_114/hbactest.py:213 #: ipaclient/remote_plugins/2_156/hbactest.py:213 #: ipaclient/remote_plugins/2_164/hbactest.py:213 #: ipaclient/remote_plugins/2_49/hbactest.py:142 msgid "Target host" msgstr "Целевой узел" #: ipaserver/plugins/hbactest.py:289 #: ipaclient/remote_plugins/2_114/hbactest.py:223 #: ipaclient/remote_plugins/2_156/hbactest.py:223 #: ipaclient/remote_plugins/2_164/hbactest.py:223 #: ipaclient/remote_plugins/2_49/hbactest.py:152 msgid "Rules to test. If not specified, --enabled is assumed" msgstr "" "Правила, которые следует проверить. Если они не указаны, считается, что " "использован параметр --enabled" #: ipaserver/plugins/hbactest.py:293 #: ipaclient/remote_plugins/2_114/hbactest.py:228 #: ipaclient/remote_plugins/2_156/hbactest.py:228 #: ipaclient/remote_plugins/2_164/hbactest.py:228 #: ipaclient/remote_plugins/2_49/hbactest.py:157 msgid "Hide details which rules are matched, not matched, or invalid" msgstr "" "Скрыть подробные сведения о том, какие правила соответствуют, не " "соответствуют или недействительны" #: ipaserver/plugins/hbactest.py:297 #: ipaclient/remote_plugins/2_114/hbactest.py:235 #: ipaclient/remote_plugins/2_156/hbactest.py:235 #: ipaclient/remote_plugins/2_164/hbactest.py:235 #: ipaclient/remote_plugins/2_49/hbactest.py:164 msgid "Include all enabled IPA rules into test [default]" msgstr "Проверить все включённые правила IPA [поведение по умолчанию]" #: ipaserver/plugins/hbactest.py:301 #: ipaclient/remote_plugins/2_114/hbactest.py:242 #: ipaclient/remote_plugins/2_156/hbactest.py:242 #: ipaclient/remote_plugins/2_164/hbactest.py:242 #: ipaclient/remote_plugins/2_49/hbactest.py:171 msgid "Include all disabled IPA rules into test" msgstr "Проверить все отключённые правила IPA" #: ipaserver/plugins/hbactest.py:304 ipaserver/plugins/baseldap.py:1886 #: ipaserver/plugins/cert.py:1383 ipaserver/plugins/pkinit.py:79 #: ipaserver/plugins/serverrole.py:131 #: ipaclient/remote_plugins/2_114/automount.py:349 #: ipaclient/remote_plugins/2_114/automount.py:685 #: ipaclient/remote_plugins/2_114/automount.py:1042 #: ipaclient/remote_plugins/2_114/group.py:476 #: ipaclient/remote_plugins/2_114/hbacrule.py:771 #: ipaclient/remote_plugins/2_114/hbacsvc.py:215 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:271 #: ipaclient/remote_plugins/2_114/hbactest.py:249 #: ipaclient/remote_plugins/2_114/host.py:1059 #: ipaclient/remote_plugins/2_114/hostgroup.py:344 #: ipaclient/remote_plugins/2_114/netgroup.py:434 #: ipaclient/remote_plugins/2_114/permission.py:681 #: ipaclient/remote_plugins/2_114/privilege.py:334 #: ipaclient/remote_plugins/2_114/pwpolicy.py:276 #: ipaclient/remote_plugins/2_114/pwpolicy.py:698 #: ipaclient/remote_plugins/2_114/radiusproxy.py:304 #: ipaclient/remote_plugins/2_114/role.py:402 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:539 #: ipaclient/remote_plugins/2_114/service.py:796 #: ipaclient/remote_plugins/2_114/sudocmd.py:200 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:283 #: ipaclient/remote_plugins/2_114/sudorule.py:1034 #: ipaclient/remote_plugins/2_114/trust.py:496 #: ipaclient/remote_plugins/2_114/trust.py:1101 #: ipaclient/remote_plugins/2_114/user.py:994 #: ipaclient/remote_plugins/2_114/otptoken.py:584 #: ipaclient/remote_plugins/2_114/dns.py:1540 #: ipaclient/remote_plugins/2_114/dns.py:3402 #: ipaclient/remote_plugins/2_114/dns.py:4987 #: ipaclient/remote_plugins/2_114/idrange.py:418 #: ipaclient/remote_plugins/2_114/idviews.py:310 #: ipaclient/remote_plugins/2_114/idviews.py:755 #: ipaclient/remote_plugins/2_114/idviews.py:1182 #: ipaclient/remote_plugins/2_114/cert.py:203 #: ipaclient/remote_plugins/2_156/automount.py:349 #: ipaclient/remote_plugins/2_156/automount.py:685 #: ipaclient/remote_plugins/2_156/automount.py:1042 #: ipaclient/remote_plugins/2_156/caacl.py:666 #: ipaclient/remote_plugins/2_156/certprofile.py:177 #: ipaclient/remote_plugins/2_156/group.py:476 #: ipaclient/remote_plugins/2_156/hbacrule.py:771 #: ipaclient/remote_plugins/2_156/hbacsvc.py:215 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:271 #: ipaclient/remote_plugins/2_156/hbactest.py:249 #: ipaclient/remote_plugins/2_156/host.py:1122 #: ipaclient/remote_plugins/2_156/hostgroup.py:344 #: ipaclient/remote_plugins/2_156/netgroup.py:434 #: ipaclient/remote_plugins/2_156/permission.py:721 #: ipaclient/remote_plugins/2_156/privilege.py:334 #: ipaclient/remote_plugins/2_156/pwpolicy.py:276 #: ipaclient/remote_plugins/2_156/pwpolicy.py:698 #: ipaclient/remote_plugins/2_156/radiusproxy.py:304 #: ipaclient/remote_plugins/2_156/role.py:402 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:539 #: ipaclient/remote_plugins/2_156/server.py:150 #: ipaclient/remote_plugins/2_156/service.py:859 #: ipaclient/remote_plugins/2_156/servicedelegation.py:353 #: ipaclient/remote_plugins/2_156/servicedelegation.py:759 #: ipaclient/remote_plugins/2_156/stageuser.py:987 #: ipaclient/remote_plugins/2_156/sudocmd.py:200 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:283 #: ipaclient/remote_plugins/2_156/sudorule.py:1034 #: ipaclient/remote_plugins/2_156/topology.py:384 #: ipaclient/remote_plugins/2_156/topology.py:819 #: ipaclient/remote_plugins/2_156/trust.py:510 #: ipaclient/remote_plugins/2_156/trust.py:1115 #: ipaclient/remote_plugins/2_156/user.py:1094 #: ipaclient/remote_plugins/2_156/vault.py:798 #: ipaclient/remote_plugins/2_156/otptoken.py:584 #: ipaclient/remote_plugins/2_156/dns.py:1505 #: ipaclient/remote_plugins/2_156/dns.py:3227 #: ipaclient/remote_plugins/2_156/dns.py:4762 #: ipaclient/remote_plugins/2_156/idrange.py:422 #: ipaclient/remote_plugins/2_156/idviews.py:326 #: ipaclient/remote_plugins/2_156/idviews.py:811 #: ipaclient/remote_plugins/2_156/idviews.py:1262 #: ipaclient/remote_plugins/2_156/cert.py:203 #: ipaclient/remote_plugins/2_164/automount.py:349 #: ipaclient/remote_plugins/2_164/automount.py:685 #: ipaclient/remote_plugins/2_164/automount.py:1042 #: ipaclient/remote_plugins/2_164/caacl.py:666 #: ipaclient/remote_plugins/2_164/certprofile.py:177 #: ipaclient/remote_plugins/2_164/group.py:476 #: ipaclient/remote_plugins/2_164/hbacrule.py:771 #: ipaclient/remote_plugins/2_164/hbacsvc.py:215 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:271 #: ipaclient/remote_plugins/2_164/hbactest.py:249 #: ipaclient/remote_plugins/2_164/host.py:1122 #: ipaclient/remote_plugins/2_164/hostgroup.py:344 #: ipaclient/remote_plugins/2_164/netgroup.py:434 #: ipaclient/remote_plugins/2_164/permission.py:721 #: ipaclient/remote_plugins/2_164/privilege.py:334 #: ipaclient/remote_plugins/2_164/pwpolicy.py:276 #: ipaclient/remote_plugins/2_164/pwpolicy.py:698 #: ipaclient/remote_plugins/2_164/radiusproxy.py:304 #: ipaclient/remote_plugins/2_164/role.py:402 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:539 #: ipaclient/remote_plugins/2_164/server.py:191 #: ipaclient/remote_plugins/2_164/service.py:859 #: ipaclient/remote_plugins/2_164/servicedelegation.py:353 #: ipaclient/remote_plugins/2_164/servicedelegation.py:759 #: ipaclient/remote_plugins/2_164/stageuser.py:1049 #: ipaclient/remote_plugins/2_164/sudocmd.py:200 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:283 #: ipaclient/remote_plugins/2_164/sudorule.py:1034 #: ipaclient/remote_plugins/2_164/topology.py:428 #: ipaclient/remote_plugins/2_164/topology.py:853 #: ipaclient/remote_plugins/2_164/trust.py:510 #: ipaclient/remote_plugins/2_164/trust.py:1115 #: ipaclient/remote_plugins/2_164/user.py:1156 #: ipaclient/remote_plugins/2_164/vault.py:798 #: ipaclient/remote_plugins/2_164/otptoken.py:584 #: ipaclient/remote_plugins/2_164/dns.py:1513 #: ipaclient/remote_plugins/2_164/dns.py:3235 #: ipaclient/remote_plugins/2_164/dns.py:4781 #: ipaclient/remote_plugins/2_164/idrange.py:422 #: ipaclient/remote_plugins/2_164/idviews.py:326 #: ipaclient/remote_plugins/2_164/idviews.py:811 #: ipaclient/remote_plugins/2_164/idviews.py:1262 #: ipaclient/remote_plugins/2_164/cert.py:203 #: ipaclient/remote_plugins/2_49/automount.py:346 #: ipaclient/remote_plugins/2_49/automount.py:683 #: ipaclient/remote_plugins/2_49/automount.py:1039 #: ipaclient/remote_plugins/2_49/entitle.py:134 #: ipaclient/remote_plugins/2_49/group.py:462 #: ipaclient/remote_plugins/2_49/hbacrule.py:721 #: ipaclient/remote_plugins/2_49/hbacsvc.py:211 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:262 #: ipaclient/remote_plugins/2_49/hbactest.py:178 #: ipaclient/remote_plugins/2_49/host.py:587 #: ipaclient/remote_plugins/2_49/hostgroup.py:331 #: ipaclient/remote_plugins/2_49/netgroup.py:421 #: ipaclient/remote_plugins/2_49/permission.py:476 #: ipaclient/remote_plugins/2_49/privilege.py:314 #: ipaclient/remote_plugins/2_49/pwpolicy.py:279 #: ipaclient/remote_plugins/2_49/pwpolicy.py:706 #: ipaclient/remote_plugins/2_49/role.py:368 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:519 #: ipaclient/remote_plugins/2_49/service.py:357 #: ipaclient/remote_plugins/2_49/sudocmd.py:196 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:270 #: ipaclient/remote_plugins/2_49/sudorule.py:918 #: ipaclient/remote_plugins/2_49/trust.py:367 #: ipaclient/remote_plugins/2_49/user.py:825 #: ipaclient/remote_plugins/2_49/dns.py:3010 #: ipaclient/remote_plugins/2_49/dns.py:4690 #: ipaclient/remote_plugins/2_49/idrange.py:405 msgid "Size Limit" msgstr "Ограничение по размеру" #: ipaserver/plugins/hbactest.py:305 #: ipaclient/remote_plugins/2_114/hbactest.py:250 #: ipaclient/remote_plugins/2_156/hbactest.py:250 #: ipaclient/remote_plugins/2_164/hbactest.py:250 #: ipaclient/remote_plugins/2_49/hbactest.py:179 msgid "Maximum number of rules to process when no --rules is specified" msgstr "" "Максимальное количество правил, которое следует обработать, если не указан " "параметр --rules" #: ipaserver/plugins/hbactest.py:384 msgid "Unresolved rules in --rules" msgstr "Непригодные к обработке правила в --rules" #: ipaserver/plugins/hbactest.py:402 ipaserver/plugins/group.py:569 #: ipaserver/plugins/group.py:626 msgid "" "Cannot perform external member validation without Samba 4 support installed. " "Make sure you have installed server-trust-ad sub-package of IPA on the server" msgstr "" "Невозможно выполнить проверку внешнего участника без установленной поддержки " "Samba 4. Убедитесь, что на сервере установлен субпакет IPA server-trust-ad" #: ipaserver/plugins/hbactest.py:408 ipaserver/plugins/trust.py:342 msgid "" "Cannot search in trusted domains without own domain configured. Make sure " "you have run ipa-adtrust-install on the IPA server first" msgstr "" "Без настройки собственного домена нельзя выполнять поиск в доверенных " "доменах. Убедитесь, что на IPA-сервере запущена команда ipa-adtrust-install" #: ipaserver/plugins/hbactest.py:497 #, python-format msgid "Access granted: %s" msgstr "Доступ предоставлен: %s" #: ipaserver/plugins/migration.py:45 msgid "" "\n" "Migration to IPA\n" "\n" "Migrate users and groups from an LDAP server to IPA.\n" "\n" "This performs an LDAP query against the remote server searching for\n" "users and groups in a container. In order to migrate passwords you need\n" "to bind as a user that can read the userPassword attribute on the remote\n" "server. This is generally restricted to high-level admins such as\n" "cn=Directory Manager in 389-ds (this is the default bind user).\n" "\n" "The default user container is ou=People.\n" "\n" "The default group container is ou=Groups.\n" "\n" "Users and groups that already exist on the IPA server are skipped.\n" "\n" "Two LDAP schemas define how group members are stored: RFC2307 and\n" "RFC2307bis. RFC2307bis uses member and uniquemember to specify group\n" "members, RFC2307 uses memberUid. The default schema is RFC2307bis.\n" "\n" "The schema compat feature allows IPA to reformat data for systems that\n" "do not support RFC2307bis. It is recommended that this feature is disabled\n" "during migration to reduce system overhead. It can be re-enabled after\n" "migration. To migrate with it enabled use the \"--with-compat\" option.\n" "\n" "Migrated users do not have Kerberos credentials, they have only their\n" "LDAP password. To complete the migration process, users need to go\n" "to http://ipa.example.com/ipa/migration and authenticate using their\n" "LDAP password in order to generate their Kerberos credentials.\n" "\n" "Migration is disabled by default. Use the command ipa config-mod to\n" "enable it:\n" "\n" " ipa config-mod --enable-migration=TRUE\n" "\n" "If a base DN is not provided with --basedn then IPA will use either\n" "the value of defaultNamingContext if it is set or the first value\n" "in namingContexts set in the root of the remote LDAP server.\n" "\n" "Users are added as members to the default user group. This can be a\n" "time-intensive task so during migration this is done in a batch\n" "mode for every 100 users. As a result there will be a window in which\n" "users will be added to IPA but will not be members of the default\n" "user group.\n" "\n" "EXAMPLES:\n" "\n" " The simplest migration, accepting all defaults:\n" " ipa migrate-ds ldap://ds.example.com:389\n" "\n" " Specify the user and group container. This can be used to migrate user\n" " and group data from an IPA v1 server:\n" " ipa migrate-ds --user-container='cn=users,cn=accounts' \\\n" " --group-container='cn=groups,cn=accounts' \\\n" " ldap://ds.example.com:389\n" "\n" " Since IPA v2 server already contain predefined groups that may collide " "with\n" " groups in migrated (IPA v1) server (for example admins, ipausers), users\n" " having colliding group as their primary group may happen to belong to\n" " an unknown group on new IPA v2 server.\n" " Use --group-overwrite-gid option to overwrite GID of already existing " "groups\n" " to prevent this issue:\n" " ipa migrate-ds --group-overwrite-gid \\\n" " --user-container='cn=users,cn=accounts' \\\n" " --group-container='cn=groups,cn=accounts' \\\n" " ldap://ds.example.com:389\n" "\n" " Migrated users or groups may have object class and accompanied attributes\n" " unknown to the IPA v2 server. These object classes and attributes may be\n" " left out of the migration process:\n" " ipa migrate-ds --user-container='cn=users,cn=accounts' \\\n" " --group-container='cn=groups,cn=accounts' \\\n" " --user-ignore-objectclass=radiusprofile \\\n" " --user-ignore-attribute=radiusgroupname \\\n" " ldap://ds.example.com:389\n" "\n" "LOGGING\n" "\n" "Migration will log warnings and errors to the Apache error log. This\n" "file should be evaluated post-migration to correct or investigate any\n" "issues that were discovered.\n" "\n" "For every 100 users migrated an info-level message will be displayed to\n" "give the current progress and duration to make it possible to track\n" "the progress of migration.\n" "\n" "If the log level is debug, either by setting debug = True in\n" "/etc/ipa/default.conf or /etc/ipa/server.conf, then an entry will be " "printed\n" "for each user added plus a summary when the default user group is\n" "updated.\n" msgstr "" "\n" "Переход на IPA\n" "\n" "Перенос пользователей и групп с LDAP-сервера на IPA.\n" "\n" "Посылает запрос LDAP к удалённому серверу с целью поиска пользователей и " "групп в контейнере. Чтобы перенести пароли, следует выполнить привязку к " "серверу от имени пользователя, который может читать атрибут userPassword на " "удалённом сервере. Перечень таких пользователей обычно ограничен " "администраторами высшего уровня, в частности cn=Directory Manager на 389-ds " "(пользователь bind по умолчанию).\n" "\n" "Контейнер пользователей по умолчанию: ou=People.\n" "\n" "Контейнер групп по умолчанию: ou=Groups.\n" "\n" "Записи пользователей и групп, которые уже существуют на IPA-сервере, будут " "пропущены.\n" "\n" "Две схемы LDAP определяют, как хранятся записи участников группы: RFC2307 и\n" "RFC2307bis. RFC2307bis использует атрибуты member и uniquemember для " "определения участников группы, а RFC2307 использует атрибут memberUid. По " "умолчанию используется схема RFC2307bis.\n" "\n" "С помощью приложения compat IPA можно повторно форматировать данные для " "систем, в которых не предусмотрена поддержка RFC2307bis. Рекомендуется " "отключать это приложение во время переноса, чтобы уменьшить нагрузку на " "систему. Его можно включить снова после переноса. Чтобы перенести данные с " "включённым приложением, используйте параметр \"--with-compat\".\n" "\n" "У перенесённых пользователей нет учётных данных Kerberos, только пароль " "LDAP. Для завершения процесса переноса пользователям следует открыть " "страницу http://ipa.example.com/ipa/migration и пройти аутентификацию с " "помощью пароля LDAP, чтобы создать свои записи учётных данных Kerberos.\n" "\n" "По умолчанию перенос отключён. Чтобы включить его, используйте команду ipa " "config-mod:\n" "\n" " ipa config-mod --enable-migration=TRUE\n" "\n" "Если базовое DN не будет предоставлено с помощью --basedn, IPA будет " "использовать значение defaultNamingContext, если оно установлено, или первое " "значение в наборе namingContexts в корневой папке удалённого LDAP-сервера.\n" "\n" "Записи пользователей добавляются в группу пользователей по умолчанию. " "Процесс такого добавления может быть довольно длительным, поэтому при " "переносе он выполняется в пакетном режиме, пакетами по 100 пользователей. В " "результате возникнет определённый период, когда записи пользователей уже " "добавлены в IPA, но эти пользователи ещё не стали участниками группы " "пользователей по умолчанию.\n" "\n" "ПРИМЕРЫ:\n" "\n" "Простейший перенос, приняты все значения по умолчанию:\n" " ipa migrate-ds ldap://ds.example.com:389\n" "\n" "Определение контейнеров пользователей и групп. Можно использовать для " "переноса данных пользователей и групп с сервера IPA версии 1:\n" " ipa migrate-ds --user-container='cn=users,cn=accounts'\n" " --group-container='cn=groups,cn=accounts'\n" " ldap://ds.example.com:389\n" "\n" "Так как на сервере IPA версии 2 уже предусмотрены предопределённые группы, " "которые могут совпадать с перенесёнными с сервера (IPA версии 1) группами " "(например, admins, ipausers), пользователи из таких групп могут быть " "перенесены в неизвестную группу (unknown) на новом сервере IPA версии 2.\n" "Используйте параметр --group-overwrite-gid, чтобы перезаписать идентификатор " "группы (GID) уже созданных групп и предотвратить эту проблему:\n" " ipa migrate-ds --group-overwrite-gi\n" " --user-container='cn=users,cn=accounts'\n" " --group-container='cn=groups,cn=accounts'\n" " ldap://ds.example.com:389\n" "\n" "Перенесённые данные пользователей и групп могут содержать классы объектов и " "сопутствующие атрибуты, неизвестные серверу IPA версии 2. Эти классы " "объектов и атрибуты можно исключить из процедуры переноса данных:\n" " ipa migrate-ds --user-container='cn=users,cn=accounts'\n" " --group-container='cn=groups,cn=accounts'\n" " --user-ignore-objectclass=radiusprofile\n" " --user-ignore-attribute=radiusgroupname\n" " ldap://ds.example.com:389\n" "\n" "ВЕДЕНИЕ ЖУРНАЛА\n" "\n" "Во время переноса предупреждения и сообщения об ошибках будут добавляться в " "журнал ошибок Apache. После завершения переноса следует ознакомиться с " "соответствующим файлом, чтобы исправить или выяснить причины ошибок, которые " "могли произойти. \n" "\n" "Для каждого пакета из 100 перенесённых записей пользователей будет показано " "информационное сообщение, предназначенное для оценки прогресса обработки и " "определения её продолжительности. \n" "\n" "Если определён уровень ведения журнала debug путём установления debug = True " "в /etc/ipa/default.conf или в /etc/ipa/server.conf, для каждой перенесённой " "записи будет добавляться собственная запись, а также отчёт по каждому " "обновлению группы пользователей по умолчанию.\n" #: ipaserver/plugins/migration.py:144 #, python-format msgid "" "Kerberos principal %s already exists. Use 'ipa user-mod' to set it manually." msgstr "" "Учётная запись Kerberos %s уже существует. Используйте команду \"ipa user-mod" "\", чтобы установить её параметры вручную." #: ipaserver/plugins/migration.py:145 #, python-format msgid "" "Unable to determine if Kerberos principal %s already exists. Use 'ipa user-" "mod' to set it manually." msgstr "" "Не удалось определить, существует ли уже учётная запись Kerberos %s. " "Используйте команду \"ipa user-mod\", чтобы установить её параметры вручную." #: ipaserver/plugins/migration.py:146 msgid "" "Failed to add user to the default group. Use 'ipa group-add-member' to add " "manually." msgstr "" "Не удалось добавить пользователя в группу по умолчанию. Используйте команду " "\"ipa group-add-member\", чтобы добавить его вручную." #: ipaserver/plugins/migration.py:147 msgid "Migration of LDAP search reference is not supported." msgstr "Поддержка миграции поисковой ссылки LDAP не предусмотрена." #: ipaserver/plugins/migration.py:148 msgid "Malformed DN" msgstr "Некорректное DN" #: ipaserver/plugins/migration.py:193 #, python-format msgid "%(user)s is not a POSIX user" msgstr "%(user)s не является POSIX-пользователем" #: ipaserver/plugins/migration.py:459 msgid "" ". Check GID of the existing group. Use --group-overwrite-gid option to " "overwrite the GID" msgstr "" ". Проверьте идентификатор существующей группы. Используйте параметр --group-" "overwrite-gid для перезаписи идентификатора группы" #: ipaserver/plugins/migration.py:474 msgid "Invalid LDAP URI." msgstr "Неверный URI LDAP." #: ipaserver/plugins/migration.py:480 #: ipaclient/remote_plugins/2_114/migration.py:117 #: ipaclient/remote_plugins/2_156/migration.py:117 #: ipaclient/remote_plugins/2_164/migration.py:117 #: ipaclient/remote_plugins/2_49/migration.py:117 msgid "Migrate users and groups from DS to IPA." msgstr "Перенести данные пользователей и групп из DS в IPA" #: ipaserver/plugins/migration.py:527 #: ipaclient/remote_plugins/2_114/migration.py:123 #: ipaclient/remote_plugins/2_156/migration.py:123 #: ipaclient/remote_plugins/2_164/migration.py:123 #: ipaclient/remote_plugins/2_49/migration.py:123 msgid "LDAP URI" msgstr "URI LDAP" #: ipaserver/plugins/migration.py:528 #: ipaclient/remote_plugins/2_114/migration.py:124 #: ipaclient/remote_plugins/2_156/migration.py:124 #: ipaclient/remote_plugins/2_164/migration.py:124 #: ipaclient/remote_plugins/2_49/migration.py:124 msgid "LDAP URI of DS server to migrate from" msgstr "URI LDAP сервера DS, с которого будет осуществляться миграция" #: ipaserver/plugins/migration.py:534 #: ipaclient/remote_plugins/2_114/migration.py:130 #: ipaclient/remote_plugins/2_156/migration.py:130 #: ipaclient/remote_plugins/2_164/migration.py:130 #: ipaclient/remote_plugins/2_49/migration.py:130 msgid "bind password" msgstr "Привязка пароля " #: ipaserver/plugins/migration.py:541 #: ipaclient/remote_plugins/2_114/migration.py:138 #: ipaclient/remote_plugins/2_156/migration.py:138 #: ipaclient/remote_plugins/2_164/migration.py:138 #: ipaclient/remote_plugins/2_49/migration.py:138 msgid "Bind DN" msgstr "Bind DN" #: ipaserver/plugins/migration.py:547 #: ipaclient/remote_plugins/2_114/migration.py:145 #: ipaclient/remote_plugins/2_156/migration.py:145 #: ipaclient/remote_plugins/2_164/migration.py:145 #: ipaclient/remote_plugins/2_49/migration.py:145 msgid "User container" msgstr "Контейнер пользователей" #: ipaserver/plugins/migration.py:548 #: ipaclient/remote_plugins/2_114/migration.py:146 #: ipaclient/remote_plugins/2_156/migration.py:146 #: ipaclient/remote_plugins/2_164/migration.py:146 #: ipaclient/remote_plugins/2_49/migration.py:146 msgid "DN of container for users in DS relative to base DN" msgstr "DN контейнера для пользователей в DS относительно базового DN" #: ipaserver/plugins/migration.py:554 #: ipaclient/remote_plugins/2_114/migration.py:153 #: ipaclient/remote_plugins/2_156/migration.py:153 #: ipaclient/remote_plugins/2_164/migration.py:153 #: ipaclient/remote_plugins/2_49/migration.py:153 msgid "Group container" msgstr "Контейнер групп" #: ipaserver/plugins/migration.py:555 #: ipaclient/remote_plugins/2_114/migration.py:154 #: ipaclient/remote_plugins/2_156/migration.py:154 #: ipaclient/remote_plugins/2_164/migration.py:154 #: ipaclient/remote_plugins/2_49/migration.py:154 msgid "DN of container for groups in DS relative to base DN" msgstr "DN контейнера для групп в DS относительно базового DN" #: ipaserver/plugins/migration.py:561 #: ipaclient/remote_plugins/2_114/migration.py:162 #: ipaclient/remote_plugins/2_156/migration.py:162 #: ipaclient/remote_plugins/2_164/migration.py:162 #: ipaclient/remote_plugins/2_49/migration.py:162 msgid "User object class" msgstr "Класс объекта пользователя" #: ipaserver/plugins/migration.py:562 #: ipaclient/remote_plugins/2_114/migration.py:163 #: ipaclient/remote_plugins/2_156/migration.py:163 #: ipaclient/remote_plugins/2_164/migration.py:163 msgid "Objectclasses used to search for user entries in DS" msgstr "Классы объектов, использованные для поиска записей пользователей в DS" #: ipaserver/plugins/migration.py:568 #: ipaclient/remote_plugins/2_114/migration.py:171 #: ipaclient/remote_plugins/2_156/migration.py:171 #: ipaclient/remote_plugins/2_164/migration.py:171 #: ipaclient/remote_plugins/2_49/migration.py:171 msgid "Group object class" msgstr "Класс объектов группы" #: ipaserver/plugins/migration.py:569 #: ipaclient/remote_plugins/2_114/migration.py:172 #: ipaclient/remote_plugins/2_156/migration.py:172 #: ipaclient/remote_plugins/2_164/migration.py:172 msgid "Objectclasses used to search for group entries in DS" msgstr "Классы объектов, использованные для поиска записей групп в DS" #: ipaserver/plugins/migration.py:575 #: ipaclient/remote_plugins/2_114/migration.py:181 #: ipaclient/remote_plugins/2_156/migration.py:181 #: ipaclient/remote_plugins/2_164/migration.py:181 #: ipaclient/remote_plugins/2_49/migration.py:181 msgid "Ignore user object class" msgstr "Игнорировать класс объектов пользователя" #: ipaserver/plugins/migration.py:576 #: ipaclient/remote_plugins/2_114/migration.py:182 #: ipaclient/remote_plugins/2_156/migration.py:182 #: ipaclient/remote_plugins/2_164/migration.py:182 msgid "Objectclasses to be ignored for user entries in DS" msgstr "" "Классы объектов, которые следует игнорировать для записей пользователей в DS" #: ipaserver/plugins/migration.py:582 #: ipaclient/remote_plugins/2_114/migration.py:191 #: ipaclient/remote_plugins/2_156/migration.py:191 #: ipaclient/remote_plugins/2_164/migration.py:191 #: ipaclient/remote_plugins/2_49/migration.py:191 msgid "Ignore user attribute" msgstr "Игнорировать атрибут пользователя" #: ipaserver/plugins/migration.py:583 #: ipaclient/remote_plugins/2_114/migration.py:192 #: ipaclient/remote_plugins/2_156/migration.py:192 #: ipaclient/remote_plugins/2_164/migration.py:192 msgid "Attributes to be ignored for user entries in DS" msgstr "Атрибуты, которые следует игнорировать для записей пользователей в DS" #: ipaserver/plugins/migration.py:589 #: ipaclient/remote_plugins/2_114/migration.py:201 #: ipaclient/remote_plugins/2_156/migration.py:201 #: ipaclient/remote_plugins/2_164/migration.py:201 #: ipaclient/remote_plugins/2_49/migration.py:201 msgid "Ignore group object class" msgstr "Игнорировать класс объектов группы" #: ipaserver/plugins/migration.py:590 #: ipaclient/remote_plugins/2_114/migration.py:202 #: ipaclient/remote_plugins/2_156/migration.py:202 #: ipaclient/remote_plugins/2_164/migration.py:202 msgid "Objectclasses to be ignored for group entries in DS" msgstr "Классы объектов, которые следует игнорировать для записей групп в DS" #: ipaserver/plugins/migration.py:596 #: ipaclient/remote_plugins/2_114/migration.py:211 #: ipaclient/remote_plugins/2_156/migration.py:211 #: ipaclient/remote_plugins/2_164/migration.py:211 #: ipaclient/remote_plugins/2_49/migration.py:211 msgid "Ignore group attribute" msgstr "Игнорировать атрибут группы" #: ipaserver/plugins/migration.py:597 #: ipaclient/remote_plugins/2_114/migration.py:212 #: ipaclient/remote_plugins/2_156/migration.py:212 #: ipaclient/remote_plugins/2_164/migration.py:212 msgid "Attributes to be ignored for group entries in DS" msgstr "Атрибуты, которые следует игнорировать для записей групп в DS" #: ipaserver/plugins/migration.py:603 #: ipaclient/remote_plugins/2_114/migration.py:219 #: ipaclient/remote_plugins/2_156/migration.py:219 #: ipaclient/remote_plugins/2_164/migration.py:219 #: ipaclient/remote_plugins/2_49/migration.py:219 msgid "Overwrite GID" msgstr "Перезаписать GID" #: ipaserver/plugins/migration.py:604 #: ipaclient/remote_plugins/2_114/migration.py:220 #: ipaclient/remote_plugins/2_156/migration.py:220 #: ipaclient/remote_plugins/2_164/migration.py:220 #: ipaclient/remote_plugins/2_49/migration.py:220 msgid "" "When migrating a group already existing in IPA domain overwrite the group " "GID and report as success" msgstr "" "При переносе группы, которая уже существует в домене IPA, перезаписать GID " "группы и сообщить об успешном выполнении" #: ipaserver/plugins/migration.py:609 #: ipaclient/remote_plugins/2_114/migration.py:228 #: ipaclient/remote_plugins/2_156/migration.py:228 #: ipaclient/remote_plugins/2_164/migration.py:228 #: ipaclient/remote_plugins/2_49/migration.py:228 msgid "LDAP schema" msgstr "Схема LDAP" #: ipaserver/plugins/migration.py:610 #: ipaclient/remote_plugins/2_114/migration.py:229 #: ipaclient/remote_plugins/2_156/migration.py:229 #: ipaclient/remote_plugins/2_164/migration.py:229 #: ipaclient/remote_plugins/2_49/migration.py:229 msgid "" "The schema used on the LDAP server. Supported values are RFC2307 and " "RFC2307bis. The default is RFC2307bis" msgstr "" "Схема, используемая на LDAP-сервере. Поддерживаются значения RFC2307 и " "RFC2307bis. Значение по умолчанию: RFC2307bis." #: ipaserver/plugins/migration.py:616 #: ipaclient/remote_plugins/2_114/migration.py:236 #: ipaclient/remote_plugins/2_156/migration.py:236 #: ipaclient/remote_plugins/2_164/migration.py:236 #: ipaclient/remote_plugins/2_49/migration.py:236 msgid "Continue" msgstr "Продолжить" #: ipaserver/plugins/migration.py:617 #: ipaclient/remote_plugins/2_114/migration.py:237 #: ipaclient/remote_plugins/2_156/migration.py:237 #: ipaclient/remote_plugins/2_164/migration.py:237 #: ipaclient/remote_plugins/2_49/migration.py:237 msgid "" "Continuous operation mode. Errors are reported but the process continues" msgstr "" "Непрерывный режим работы. Сообщения об ошибках выводятся, но процесс " "продолжается." #: ipaserver/plugins/migration.py:622 #: ipaclient/remote_plugins/2_114/migration.py:245 #: ipaclient/remote_plugins/2_156/migration.py:245 #: ipaclient/remote_plugins/2_164/migration.py:245 #: ipaclient/remote_plugins/2_49/migration.py:245 msgid "Base DN" msgstr "Базовое DN" #: ipaserver/plugins/migration.py:623 #: ipaclient/remote_plugins/2_114/migration.py:246 #: ipaclient/remote_plugins/2_156/migration.py:246 #: ipaclient/remote_plugins/2_164/migration.py:246 #: ipaclient/remote_plugins/2_49/migration.py:246 msgid "Base DN on remote LDAP server" msgstr "Базовое DN на удалённом LDAP-сервере" #: ipaserver/plugins/migration.py:627 #: ipaclient/remote_plugins/2_114/migration.py:252 #: ipaclient/remote_plugins/2_156/migration.py:252 #: ipaclient/remote_plugins/2_164/migration.py:252 #: ipaclient/remote_plugins/2_49/migration.py:252 msgid "Ignore compat plugin" msgstr "Игнорировать подключаемый модуль совместимости" #: ipaserver/plugins/migration.py:628 #: ipaclient/remote_plugins/2_114/migration.py:253 #: ipaclient/remote_plugins/2_156/migration.py:253 #: ipaclient/remote_plugins/2_164/migration.py:253 #: ipaclient/remote_plugins/2_49/migration.py:253 msgid "Allows migration despite the usage of compat plugin" msgstr "" "Разрешает миграцию несмотря на использование подключаемого модуля " "совместимости" #: ipaserver/plugins/migration.py:633 #: ipaclient/remote_plugins/2_114/migration.py:261 #: ipaclient/remote_plugins/2_156/migration.py:261 #: ipaclient/remote_plugins/2_164/migration.py:261 msgid "CA certificate" msgstr "Сертификат CA" #: ipaserver/plugins/migration.py:634 #: ipaclient/remote_plugins/2_114/migration.py:262 #: ipaclient/remote_plugins/2_156/migration.py:262 #: ipaclient/remote_plugins/2_164/migration.py:262 msgid "Load CA certificate of LDAP server from FILE" msgstr "Загрузить сертификат CA LDAP-сервера из ФАЙЛА" #: ipaserver/plugins/migration.py:640 #: ipaclient/remote_plugins/2_156/migration.py:268 #: ipaclient/remote_plugins/2_164/migration.py:268 msgid "Add to default group" msgstr "Добавить в группу по умолчанию" #: ipaserver/plugins/migration.py:641 #: ipaclient/remote_plugins/2_156/migration.py:269 #: ipaclient/remote_plugins/2_164/migration.py:269 msgid "Add migrated users without a group to a default group (default: true)" msgstr "" "Добавить перенесённые записи пользователей без группы в группу по умолчанию " "(значение по умолчанию: true)" #: ipaserver/plugins/migration.py:648 #: ipaclient/remote_plugins/2_156/migration.py:276 #: ipaclient/remote_plugins/2_164/migration.py:276 msgid "Search scope" msgstr "Область поиска" #: ipaserver/plugins/migration.py:649 #: ipaclient/remote_plugins/2_156/migration.py:277 #: ipaclient/remote_plugins/2_164/migration.py:277 msgid "" "LDAP search scope for users and groups: base, onelevel, or subtree. Defaults " "to onelevel" msgstr "" "Область поиска LDAP для пользователей и групп: base, onelevel или subtree. " "Значение по умолчанию: onelevel." #: ipaserver/plugins/migration.py:660 #: ipaclient/remote_plugins/2_114/migration.py:285 #: ipaclient/remote_plugins/2_156/migration.py:302 #: ipaclient/remote_plugins/2_164/migration.py:302 #: ipaclient/remote_plugins/2_49/migration.py:278 msgid "Lists of objects migrated; categorized by type." msgstr "Список перенесённых объектов; упорядочены по типу" #: ipaserver/plugins/migration.py:664 #: ipaclient/remote_plugins/2_114/migration.py:290 #: ipaclient/remote_plugins/2_156/migration.py:307 #: ipaclient/remote_plugins/2_164/migration.py:307 #: ipaclient/remote_plugins/2_49/migration.py:283 msgid "Lists of objects that could not be migrated; categorized by type." msgstr "Список объектов, которые не удалось перенести; упорядочены по типу" #: ipaserver/plugins/migration.py:668 #: ipaclient/remote_plugins/2_114/migration.py:295 #: ipaclient/remote_plugins/2_156/migration.py:312 #: ipaclient/remote_plugins/2_164/migration.py:312 #: ipaclient/remote_plugins/2_49/migration.py:288 msgid "False if migration mode was disabled." msgstr "Значение \"False\", если режим миграции отключён." #: ipaserver/plugins/migration.py:672 #: ipaclient/remote_plugins/2_114/migration.py:300 #: ipaclient/remote_plugins/2_156/migration.py:317 #: ipaclient/remote_plugins/2_164/migration.py:317 #: ipaclient/remote_plugins/2_49/migration.py:293 msgid "False if migration fails because the compatibility plug-in is enabled." msgstr "" "Значение \"False\", если миграцию не удалось выполнить из-за включённого " "подключаемого модуля совместимости." #: ipaserver/plugins/migration.py:676 #, python-format msgid "%s to exclude from migration" msgstr "%s для исключения из миграции" #: ipaserver/plugins/migration.py:678 msgid "" "search results for objects to be migrated\n" "have been truncated by the server;\n" "migration process might be incomplete\n" msgstr "" "список результатов поиска объектов миграции был усечён сервером; возможно, " "процесс миграции не завершён\n" #: ipaserver/plugins/migration.py:767 #, python-format msgid "" "%(container)s LDAP search did not return any result (search base: " "%(search_base)s, objectclass: %(objectclass)s)" msgstr "" "Поиск LDAP в %(container)s не вернул никаких результатов (основа поиска: " "%(search_base)s, класс объектов: %(objectclass)s)" #: ipaserver/plugins/baseldap.py:52 ipaclient/frontend.py:28 #: ipaclient/frontend.py:85 msgid "Failed members" msgstr "Ошибка участников" #: ipaserver/plugins/baseldap.py:55 ipaclient/remote_plugins/2_114/group.py:125 #: ipaclient/remote_plugins/2_114/role.py:74 #: ipaclient/remote_plugins/2_156/group.py:125 #: ipaclient/remote_plugins/2_156/role.py:74 #: ipaclient/remote_plugins/2_156/vault.py:243 #: ipaclient/remote_plugins/2_164/group.py:125 #: ipaclient/remote_plugins/2_164/role.py:74 #: ipaclient/remote_plugins/2_164/vault.py:243 #: ipaclient/remote_plugins/2_49/group.py:124 #: ipaclient/remote_plugins/2_49/role.py:73 msgid "Member users" msgstr "Пользователи-участники" #: ipaserver/plugins/baseldap.py:58 ipaclient/remote_plugins/2_114/group.py:130 #: ipaclient/remote_plugins/2_114/role.py:79 #: ipaclient/remote_plugins/2_156/group.py:130 #: ipaclient/remote_plugins/2_156/role.py:79 #: ipaclient/remote_plugins/2_156/vault.py:248 #: ipaclient/remote_plugins/2_164/group.py:130 #: ipaclient/remote_plugins/2_164/role.py:79 #: ipaclient/remote_plugins/2_164/vault.py:248 #: ipaclient/remote_plugins/2_49/group.py:129 #: ipaclient/remote_plugins/2_49/role.py:78 msgid "Member groups" msgstr "Группы-участники" #: ipaserver/plugins/baseldap.py:61 ipaclient/remote_plugins/2_114/group.py:135 #: ipaclient/remote_plugins/2_114/user.py:283 #: ipaclient/remote_plugins/2_156/group.py:135 #: ipaclient/remote_plugins/2_156/stageuser.py:284 #: ipaclient/remote_plugins/2_156/user.py:295 #: ipaclient/remote_plugins/2_164/group.py:135 #: ipaclient/remote_plugins/2_164/stageuser.py:284 #: ipaclient/remote_plugins/2_164/user.py:295 #: ipaclient/remote_plugins/2_49/group.py:134 #: ipaclient/remote_plugins/2_49/user.py:230 msgid "Member of groups" msgstr "Участник групп" #: ipaserver/plugins/baseldap.py:64 #: ipaclient/remote_plugins/2_114/hostgroup.py:70 #: ipaclient/remote_plugins/2_114/role.py:84 #: ipaclient/remote_plugins/2_156/hostgroup.py:70 #: ipaclient/remote_plugins/2_156/role.py:84 #: ipaclient/remote_plugins/2_164/hostgroup.py:70 #: ipaclient/remote_plugins/2_164/role.py:84 #: ipaclient/remote_plugins/2_49/hostgroup.py:69 #: ipaclient/remote_plugins/2_49/role.py:83 msgid "Member hosts" msgstr "Узлы-участники" #: ipaserver/plugins/baseldap.py:67 #: ipaclient/remote_plugins/2_114/hostgroup.py:75 #: ipaclient/remote_plugins/2_114/role.py:89 #: ipaclient/remote_plugins/2_156/hostgroup.py:75 #: ipaclient/remote_plugins/2_156/role.py:89 #: ipaclient/remote_plugins/2_164/hostgroup.py:75 #: ipaclient/remote_plugins/2_164/role.py:89 #: ipaclient/remote_plugins/2_49/hostgroup.py:74 #: ipaclient/remote_plugins/2_49/role.py:88 msgid "Member host-groups" msgstr "Группы узлов — участники" #: ipaserver/plugins/baseldap.py:70 ipaclient/remote_plugins/2_114/host.py:192 #: ipaclient/remote_plugins/2_114/hostgroup.py:80 #: ipaclient/remote_plugins/2_156/host.py:193 #: ipaclient/remote_plugins/2_156/hostgroup.py:80 #: ipaclient/remote_plugins/2_164/host.py:193 #: ipaclient/remote_plugins/2_164/hostgroup.py:80 #: ipaclient/remote_plugins/2_49/host.py:164 #: ipaclient/remote_plugins/2_49/hostgroup.py:79 msgid "Member of host-groups" msgstr "Участник групп узлов" #: ipaserver/plugins/baseldap.py:79 ipaserver/plugins/role.py:139 #: ipaclient/remote_plugins/2_114/group.py:140 #: ipaclient/remote_plugins/2_114/host.py:197 #: ipaclient/remote_plugins/2_114/service.py:120 #: ipaclient/remote_plugins/2_114/user.py:288 #: ipaclient/remote_plugins/2_156/group.py:140 #: ipaclient/remote_plugins/2_156/host.py:198 #: ipaclient/remote_plugins/2_156/service.py:121 #: ipaclient/remote_plugins/2_156/stageuser.py:289 #: ipaclient/remote_plugins/2_156/user.py:300 #: ipaclient/remote_plugins/2_164/group.py:140 #: ipaclient/remote_plugins/2_164/host.py:198 #: ipaclient/remote_plugins/2_164/service.py:121 #: ipaclient/remote_plugins/2_164/stageuser.py:289 #: ipaclient/remote_plugins/2_164/user.py:300 #: ipaclient/remote_plugins/2_49/group.py:139 #: ipaclient/remote_plugins/2_49/host.py:169 #: ipaclient/remote_plugins/2_49/user.py:235 msgid "Roles" msgstr "Роли" #: ipaserver/plugins/baseldap.py:82 ipaserver/plugins/sudocmdgroup.py:118 #: ipaserver/plugins/sudocmdgroup.py:138 #: ipaclient/remote_plugins/2_114/sudocmd.py:53 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:67 #: ipaclient/remote_plugins/2_156/sudocmd.py:53 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:67 #: ipaclient/remote_plugins/2_164/sudocmd.py:53 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:67 #: ipaclient/remote_plugins/2_49/sudocmd.py:53 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:66 msgid "Sudo Command Groups" msgstr "Группы команды SUDO" #: ipaserver/plugins/baseldap.py:88 #: ipaclient/remote_plugins/2_114/privilege.py:65 #: ipaclient/remote_plugins/2_156/privilege.py:65 #: ipaclient/remote_plugins/2_164/privilege.py:65 #: ipaclient/remote_plugins/2_49/privilege.py:64 msgid "Granting privilege to roles" msgstr "Предоставление привилегий ролям" #: ipaserver/plugins/baseldap.py:91 #: ipaclient/remote_plugins/2_114/netgroup.py:92 #: ipaclient/remote_plugins/2_156/netgroup.py:92 #: ipaclient/remote_plugins/2_164/netgroup.py:92 #: ipaclient/remote_plugins/2_49/netgroup.py:91 msgid "Member netgroups" msgstr "Сетевые группы — участники" #: ipaserver/plugins/baseldap.py:94 ipaclient/remote_plugins/2_114/group.py:145 #: ipaclient/remote_plugins/2_114/host.py:202 #: ipaclient/remote_plugins/2_114/hostgroup.py:85 #: ipaclient/remote_plugins/2_114/netgroup.py:97 #: ipaclient/remote_plugins/2_114/user.py:293 #: ipaclient/remote_plugins/2_156/group.py:145 #: ipaclient/remote_plugins/2_156/host.py:203 #: ipaclient/remote_plugins/2_156/hostgroup.py:85 #: ipaclient/remote_plugins/2_156/netgroup.py:97 #: ipaclient/remote_plugins/2_156/stageuser.py:294 #: ipaclient/remote_plugins/2_156/user.py:305 #: ipaclient/remote_plugins/2_164/group.py:145 #: ipaclient/remote_plugins/2_164/host.py:203 #: ipaclient/remote_plugins/2_164/hostgroup.py:85 #: ipaclient/remote_plugins/2_164/netgroup.py:97 #: ipaclient/remote_plugins/2_164/stageuser.py:294 #: ipaclient/remote_plugins/2_164/user.py:305 #: ipaclient/remote_plugins/2_49/group.py:144 #: ipaclient/remote_plugins/2_49/host.py:174 #: ipaclient/remote_plugins/2_49/hostgroup.py:84 #: ipaclient/remote_plugins/2_49/netgroup.py:96 #: ipaclient/remote_plugins/2_49/user.py:240 msgid "Member of netgroups" msgstr "Участник сетевых групп" #: ipaserver/plugins/baseldap.py:97 ipaclient/remote_plugins/2_114/role.py:99 #: ipaclient/remote_plugins/2_156/role.py:99 #: ipaclient/remote_plugins/2_156/vault.py:253 #: ipaclient/remote_plugins/2_164/role.py:99 #: ipaclient/remote_plugins/2_164/vault.py:253 msgid "Member services" msgstr "Службы-участники" #: ipaserver/plugins/baseldap.py:100 msgid "Member service groups" msgstr "Группы служб — участники" #: ipaserver/plugins/baseldap.py:106 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:60 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:60 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:60 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:63 msgid "Member HBAC service" msgstr "Служба-участник HBAC" #: ipaserver/plugins/baseldap.py:109 msgid "Member HBAC service groups" msgstr "Группы служб HBAC — участники" #: ipaserver/plugins/baseldap.py:124 #: ipaclient/remote_plugins/2_114/group.py:160 #: ipaclient/remote_plugins/2_156/group.py:160 #: ipaclient/remote_plugins/2_164/group.py:160 #: ipaclient/remote_plugins/2_49/group.py:159 msgid "Indirect Member users" msgstr "Пользователи с непрямым участием" #: ipaserver/plugins/baseldap.py:127 #: ipaclient/remote_plugins/2_114/group.py:165 #: ipaclient/remote_plugins/2_156/group.py:165 #: ipaclient/remote_plugins/2_164/group.py:165 #: ipaclient/remote_plugins/2_49/group.py:164 msgid "Indirect Member groups" msgstr "Группы с непрямым участием" #: ipaserver/plugins/baseldap.py:130 #: ipaclient/remote_plugins/2_114/hostgroup.py:100 #: ipaclient/remote_plugins/2_156/hostgroup.py:100 #: ipaclient/remote_plugins/2_164/hostgroup.py:100 #: ipaclient/remote_plugins/2_49/hostgroup.py:99 msgid "Indirect Member hosts" msgstr "Узлы с непрямым участием" #: ipaserver/plugins/baseldap.py:133 #: ipaclient/remote_plugins/2_114/hostgroup.py:105 #: ipaclient/remote_plugins/2_156/hostgroup.py:105 #: ipaclient/remote_plugins/2_164/hostgroup.py:105 #: ipaclient/remote_plugins/2_49/hostgroup.py:104 msgid "Indirect Member host-groups" msgstr "Группы узлов с непрямым участием" #: ipaserver/plugins/baseldap.py:136 #: ipaclient/remote_plugins/2_114/permission.py:206 #: ipaclient/remote_plugins/2_156/permission.py:218 #: ipaclient/remote_plugins/2_164/permission.py:218 #: ipaclient/remote_plugins/2_49/permission.py:135 msgid "Indirect Member of roles" msgstr "Участник ролей с непрямым участием" #: ipaserver/plugins/baseldap.py:139 msgid "Indirect Member permissions" msgstr "Разрешения с непрямым участием" #: ipaserver/plugins/baseldap.py:142 msgid "Indirect Member HBAC service" msgstr "Служба HBAC с непрямым участием" #: ipaserver/plugins/baseldap.py:145 msgid "Indirect Member HBAC service group" msgstr "Группа служб HBAC с непрямым участием" #: ipaserver/plugins/baseldap.py:148 #: ipaclient/remote_plugins/2_114/netgroup.py:102 #: ipaclient/remote_plugins/2_156/netgroup.py:102 #: ipaclient/remote_plugins/2_164/netgroup.py:102 #: ipaclient/remote_plugins/2_49/netgroup.py:101 msgid "Indirect Member netgroups" msgstr "Сетевые группы с непрямым участием" #: ipaserver/plugins/baseldap.py:169 ipaclient/frontend.py:32 msgid "Failed source hosts/hostgroups" msgstr "Ошибка узлов-источников или групп узлов — источников" #: ipaserver/plugins/baseldap.py:172 ipaclient/frontend.py:36 msgid "Failed hosts/hostgroups" msgstr "Ошибка узлов или групп узлов" #: ipaserver/plugins/baseldap.py:175 ipaclient/frontend.py:40 msgid "Failed users/groups" msgstr "Ошибка пользователей или групп" #: ipaserver/plugins/baseldap.py:178 ipaclient/frontend.py:44 msgid "Failed service/service groups" msgstr "Ошибка службы или групп служб" #: ipaserver/plugins/baseldap.py:181 ipaclient/frontend.py:48 msgid "Failed to remove" msgstr "Ошибка при удалении" #: ipaserver/plugins/baseldap.py:185 ipaclient/frontend.py:53 msgid "Failed RunAs" msgstr "Ошибка \"запустить как\"" #: ipaserver/plugins/baseldap.py:188 ipaclient/frontend.py:57 msgid "Failed RunAsGroup" msgstr "Ошибка \"запустить как группа\"" #: ipaserver/plugins/baseldap.py:206 msgid "Invalid format. Should be name=value" msgstr "Неправильный формат. Должно быть имя=значение" #: ipaserver/plugins/baseldap.py:326 #: ipaclient/remote_plugins/2_114/hbacrule.py:158 #: ipaclient/remote_plugins/2_114/hbacrule.py:243 #: ipaclient/remote_plugins/2_114/hbacrule.py:759 #: ipaclient/remote_plugins/2_114/hbacrule.py:906 #: ipaclient/remote_plugins/2_114/netgroup.py:87 #: ipaclient/remote_plugins/2_114/netgroup.py:173 #: ipaclient/remote_plugins/2_114/netgroup.py:422 #: ipaclient/remote_plugins/2_114/netgroup.py:644 #: ipaclient/remote_plugins/2_114/sudorule.py:160 #: ipaclient/remote_plugins/2_114/sudorule.py:308 #: ipaclient/remote_plugins/2_114/sudorule.py:1008 #: ipaclient/remote_plugins/2_114/sudorule.py:1171 #: ipaclient/remote_plugins/2_156/hbacrule.py:158 #: ipaclient/remote_plugins/2_156/hbacrule.py:243 #: ipaclient/remote_plugins/2_156/hbacrule.py:759 #: ipaclient/remote_plugins/2_156/hbacrule.py:906 #: ipaclient/remote_plugins/2_156/netgroup.py:87 #: ipaclient/remote_plugins/2_156/netgroup.py:173 #: ipaclient/remote_plugins/2_156/netgroup.py:422 #: ipaclient/remote_plugins/2_156/netgroup.py:644 #: ipaclient/remote_plugins/2_156/sudorule.py:160 #: ipaclient/remote_plugins/2_156/sudorule.py:308 #: ipaclient/remote_plugins/2_156/sudorule.py:1008 #: ipaclient/remote_plugins/2_156/sudorule.py:1171 #: ipaclient/remote_plugins/2_164/hbacrule.py:158 #: ipaclient/remote_plugins/2_164/hbacrule.py:243 #: ipaclient/remote_plugins/2_164/hbacrule.py:759 #: ipaclient/remote_plugins/2_164/hbacrule.py:906 #: ipaclient/remote_plugins/2_164/netgroup.py:87 #: ipaclient/remote_plugins/2_164/netgroup.py:173 #: ipaclient/remote_plugins/2_164/netgroup.py:422 #: ipaclient/remote_plugins/2_164/netgroup.py:644 #: ipaclient/remote_plugins/2_164/sudorule.py:160 #: ipaclient/remote_plugins/2_164/sudorule.py:308 #: ipaclient/remote_plugins/2_164/sudorule.py:1008 #: ipaclient/remote_plugins/2_164/sudorule.py:1171 #: ipaclient/remote_plugins/2_49/hbacrule.py:162 #: ipaclient/remote_plugins/2_49/hbacrule.py:237 #: ipaclient/remote_plugins/2_49/hbacrule.py:709 #: ipaclient/remote_plugins/2_49/hbacrule.py:839 #: ipaclient/remote_plugins/2_49/netgroup.py:86 #: ipaclient/remote_plugins/2_49/netgroup.py:171 #: ipaclient/remote_plugins/2_49/netgroup.py:409 #: ipaclient/remote_plugins/2_49/netgroup.py:624 #: ipaclient/remote_plugins/2_49/sudorule.py:191 #: ipaclient/remote_plugins/2_49/sudorule.py:292 #: ipaclient/remote_plugins/2_49/sudorule.py:906 #: ipaclient/remote_plugins/2_49/sudorule.py:1062 msgid "External host" msgstr "Внешний узел" #: ipaserver/plugins/baseldap.py:503 msgid "An IPA master host cannot be deleted or disabled" msgstr "Главный хост IPA не может быть удалён или выключен" #: ipaserver/plugins/baseldap.py:534 msgid "entry" msgstr "запись" #: ipaserver/plugins/baseldap.py:535 msgid "entries" msgstr "записи" #: ipaserver/plugins/baseldap.py:568 ipaserver/plugins/baseldap.py:569 msgid "Entry" msgstr "Запись" #: ipaserver/plugins/baseldap.py:572 #, python-format msgid "container entry (%(container)s) not found" msgstr "запись контейнера (%(container)s) не найдена" #: ipaserver/plugins/baseldap.py:573 #, python-format msgid "%(parent)s: %(oname)s not found" msgstr "%(parent)s: %(oname)s не найден" #: ipaserver/plugins/baseldap.py:574 ipaserver/plugins/schema.py:263 #: ipaserver/plugins/schema.py:332 ipaserver/plugins/schema.py:423 #: ipaserver/plugins/schema.py:658 ipaserver/plugins/schema.py:751 #, python-format msgid "%(pkey)s: %(oname)s not found" msgstr "%(pkey)s: %(oname)s не найден" #: ipaserver/plugins/baseldap.py:575 #, python-format msgid "%(oname)s with name \"%(pkey)s\" already exists" msgstr "%(oname)s с именем \"%(pkey)s\" уже существует" #: ipaserver/plugins/baseldap.py:858 ipaserver/plugins/baseldap.py:866 #: ipaserver/plugins/baseldap.py:871 #, python-format msgid "attribute \"%(attribute)s\" not allowed" msgstr "атрибут \"%(attribute)s\" запрещён" #: ipaserver/plugins/baseldap.py:881 #: ipaclient/remote_plugins/2_114/automember.py:162 #: ipaclient/remote_plugins/2_114/automember.py:566 #: ipaclient/remote_plugins/2_114/automount.py:206 #: ipaclient/remote_plugins/2_114/automount.py:424 #: ipaclient/remote_plugins/2_114/automount.py:578 #: ipaclient/remote_plugins/2_114/automount.py:834 #: ipaclient/remote_plugins/2_114/automount.py:904 #: ipaclient/remote_plugins/2_114/automount.py:1119 #: ipaclient/remote_plugins/2_114/config.py:313 #: ipaclient/remote_plugins/2_114/group.py:226 #: ipaclient/remote_plugins/2_114/group.py:698 #: ipaclient/remote_plugins/2_114/hbacrule.py:250 #: ipaclient/remote_plugins/2_114/hbacrule.py:913 #: ipaclient/remote_plugins/2_114/hbacsvc.py:92 #: ipaclient/remote_plugins/2_114/hbacsvc.py:295 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:89 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:350 #: ipaclient/remote_plugins/2_114/host.py:403 #: ipaclient/remote_plugins/2_114/host.py:1359 #: ipaclient/remote_plugins/2_114/hostgroup.py:150 #: ipaclient/remote_plugins/2_114/hostgroup.py:520 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:117 #: ipaclient/remote_plugins/2_114/netgroup.py:180 #: ipaclient/remote_plugins/2_114/netgroup.py:651 #: ipaclient/remote_plugins/2_114/otpconfig.py:111 #: ipaclient/remote_plugins/2_114/permission.py:325 #: ipaclient/remote_plugins/2_114/permission.py:861 #: ipaclient/remote_plugins/2_114/privilege.py:93 #: ipaclient/remote_plugins/2_114/privilege.py:412 #: ipaclient/remote_plugins/2_114/pwpolicy.py:167 #: ipaclient/remote_plugins/2_114/pwpolicy.py:346 #: ipaclient/remote_plugins/2_114/pwpolicy.py:528 #: ipaclient/remote_plugins/2_114/pwpolicy.py:827 #: ipaclient/remote_plugins/2_114/radiusproxy.py:154 #: ipaclient/remote_plugins/2_114/radiusproxy.py:413 #: ipaclient/remote_plugins/2_114/realmdomains.py:93 #: ipaclient/remote_plugins/2_114/role.py:127 #: ipaclient/remote_plugins/2_114/role.py:480 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:186 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:651 #: ipaclient/remote_plugins/2_114/service.py:213 #: ipaclient/remote_plugins/2_114/service.py:915 #: ipaclient/remote_plugins/2_114/sudocmd.py:81 #: ipaclient/remote_plugins/2_114/sudocmd.py:278 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:101 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:362 #: ipaclient/remote_plugins/2_114/sudorule.py:329 #: ipaclient/remote_plugins/2_114/sudorule.py:1192 #: ipaclient/remote_plugins/2_114/trust.py:261 #: ipaclient/remote_plugins/2_114/trust.py:579 #: ipaclient/remote_plugins/2_114/trust.py:733 #: ipaclient/remote_plugins/2_114/trust.py:888 #: ipaclient/remote_plugins/2_114/trust.py:1190 #: ipaclient/remote_plugins/2_114/user.py:589 #: ipaclient/remote_plugins/2_114/user.py:1378 #: ipaclient/remote_plugins/2_114/otptoken.py:292 #: ipaclient/remote_plugins/2_114/otptoken.py:711 #: ipaclient/remote_plugins/2_114/dns.py:1146 #: ipaclient/remote_plugins/2_114/dns.py:1287 #: ipaclient/remote_plugins/2_114/dns.py:1631 #: ipaclient/remote_plugins/2_114/dns.py:2607 #: ipaclient/remote_plugins/2_114/dns.py:4266 #: ipaclient/remote_plugins/2_114/dns.py:4585 #: ipaclient/remote_plugins/2_114/dns.py:5222 #: ipaclient/remote_plugins/2_114/idrange.py:275 #: ipaclient/remote_plugins/2_114/idrange.py:506 #: ipaclient/remote_plugins/2_114/idviews.py:175 #: ipaclient/remote_plugins/2_114/idviews.py:399 #: ipaclient/remote_plugins/2_114/idviews.py:592 #: ipaclient/remote_plugins/2_114/idviews.py:880 #: ipaclient/remote_plugins/2_114/idviews.py:1018 #: ipaclient/remote_plugins/2_114/idviews.py:1252 #: ipaclient/remote_plugins/2_156/automember.py:162 #: ipaclient/remote_plugins/2_156/automember.py:566 #: ipaclient/remote_plugins/2_156/automount.py:206 #: ipaclient/remote_plugins/2_156/automount.py:424 #: ipaclient/remote_plugins/2_156/automount.py:578 #: ipaclient/remote_plugins/2_156/automount.py:834 #: ipaclient/remote_plugins/2_156/automount.py:904 #: ipaclient/remote_plugins/2_156/automount.py:1119 #: ipaclient/remote_plugins/2_156/caacl.py:190 #: ipaclient/remote_plugins/2_156/caacl.py:781 #: ipaclient/remote_plugins/2_156/certprofile.py:318 #: ipaclient/remote_plugins/2_156/config.py:313 #: ipaclient/remote_plugins/2_156/group.py:226 #: ipaclient/remote_plugins/2_156/group.py:698 #: ipaclient/remote_plugins/2_156/hbacrule.py:250 #: ipaclient/remote_plugins/2_156/hbacrule.py:913 #: ipaclient/remote_plugins/2_156/hbacsvc.py:92 #: ipaclient/remote_plugins/2_156/hbacsvc.py:295 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:89 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:350 #: ipaclient/remote_plugins/2_156/host.py:405 #: ipaclient/remote_plugins/2_156/host.py:1423 #: ipaclient/remote_plugins/2_156/hostgroup.py:150 #: ipaclient/remote_plugins/2_156/hostgroup.py:520 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:117 #: ipaclient/remote_plugins/2_156/netgroup.py:180 #: ipaclient/remote_plugins/2_156/netgroup.py:651 #: ipaclient/remote_plugins/2_156/otpconfig.py:111 #: ipaclient/remote_plugins/2_156/permission.py:351 #: ipaclient/remote_plugins/2_156/permission.py:915 #: ipaclient/remote_plugins/2_156/privilege.py:93 #: ipaclient/remote_plugins/2_156/privilege.py:412 #: ipaclient/remote_plugins/2_156/pwpolicy.py:167 #: ipaclient/remote_plugins/2_156/pwpolicy.py:346 #: ipaclient/remote_plugins/2_156/pwpolicy.py:528 #: ipaclient/remote_plugins/2_156/pwpolicy.py:827 #: ipaclient/remote_plugins/2_156/radiusproxy.py:154 #: ipaclient/remote_plugins/2_156/radiusproxy.py:413 #: ipaclient/remote_plugins/2_156/realmdomains.py:93 #: ipaclient/remote_plugins/2_156/role.py:127 #: ipaclient/remote_plugins/2_156/role.py:480 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:186 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:651 #: ipaclient/remote_plugins/2_156/service.py:215 #: ipaclient/remote_plugins/2_156/service.py:979 #: ipaclient/remote_plugins/2_156/servicedelegation.py:121 #: ipaclient/remote_plugins/2_156/servicedelegation.py:601 #: ipaclient/remote_plugins/2_156/stageuser.py:644 #: ipaclient/remote_plugins/2_156/stageuser.py:1366 #: ipaclient/remote_plugins/2_156/sudocmd.py:81 #: ipaclient/remote_plugins/2_156/sudocmd.py:278 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:101 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:362 #: ipaclient/remote_plugins/2_156/sudorule.py:329 #: ipaclient/remote_plugins/2_156/sudorule.py:1192 #: ipaclient/remote_plugins/2_156/topology.py:191 #: ipaclient/remote_plugins/2_156/topology.py:498 #: ipaclient/remote_plugins/2_156/topology.py:703 #: ipaclient/remote_plugins/2_156/topology.py:892 #: ipaclient/remote_plugins/2_156/trust.py:261 #: ipaclient/remote_plugins/2_156/trust.py:593 #: ipaclient/remote_plugins/2_156/trust.py:747 #: ipaclient/remote_plugins/2_156/trust.py:902 #: ipaclient/remote_plugins/2_156/trust.py:1204 #: ipaclient/remote_plugins/2_156/user.py:609 #: ipaclient/remote_plugins/2_156/user.py:1486 #: ipaclient/remote_plugins/2_156/vault.py:932 #: ipaclient/remote_plugins/2_156/otptoken.py:292 #: ipaclient/remote_plugins/2_156/otptoken.py:711 #: ipaclient/remote_plugins/2_156/dns.py:1111 #: ipaclient/remote_plugins/2_156/dns.py:1252 #: ipaclient/remote_plugins/2_156/dns.py:1596 #: ipaclient/remote_plugins/2_156/dns.py:2522 #: ipaclient/remote_plugins/2_156/dns.py:4041 #: ipaclient/remote_plugins/2_156/dns.py:4360 #: ipaclient/remote_plugins/2_156/dns.py:4997 #: ipaclient/remote_plugins/2_156/idrange.py:279 #: ipaclient/remote_plugins/2_156/idrange.py:525 #: ipaclient/remote_plugins/2_156/idviews.py:175 #: ipaclient/remote_plugins/2_156/idviews.py:423 #: ipaclient/remote_plugins/2_156/idviews.py:632 #: ipaclient/remote_plugins/2_156/idviews.py:944 #: ipaclient/remote_plugins/2_156/idviews.py:1098 #: ipaclient/remote_plugins/2_156/idviews.py:1332 #: ipaclient/remote_plugins/2_164/automember.py:162 #: ipaclient/remote_plugins/2_164/automember.py:566 #: ipaclient/remote_plugins/2_164/automount.py:206 #: ipaclient/remote_plugins/2_164/automount.py:424 #: ipaclient/remote_plugins/2_164/automount.py:578 #: ipaclient/remote_plugins/2_164/automount.py:834 #: ipaclient/remote_plugins/2_164/automount.py:904 #: ipaclient/remote_plugins/2_164/automount.py:1119 #: ipaclient/remote_plugins/2_164/caacl.py:190 #: ipaclient/remote_plugins/2_164/caacl.py:781 #: ipaclient/remote_plugins/2_164/certprofile.py:318 #: ipaclient/remote_plugins/2_164/config.py:313 #: ipaclient/remote_plugins/2_164/group.py:226 #: ipaclient/remote_plugins/2_164/group.py:698 #: ipaclient/remote_plugins/2_164/hbacrule.py:250 #: ipaclient/remote_plugins/2_164/hbacrule.py:913 #: ipaclient/remote_plugins/2_164/hbacsvc.py:92 #: ipaclient/remote_plugins/2_164/hbacsvc.py:295 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:89 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:350 #: ipaclient/remote_plugins/2_164/host.py:405 #: ipaclient/remote_plugins/2_164/host.py:1423 #: ipaclient/remote_plugins/2_164/hostgroup.py:150 #: ipaclient/remote_plugins/2_164/hostgroup.py:520 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:117 #: ipaclient/remote_plugins/2_164/netgroup.py:180 #: ipaclient/remote_plugins/2_164/netgroup.py:651 #: ipaclient/remote_plugins/2_164/otpconfig.py:111 #: ipaclient/remote_plugins/2_164/permission.py:351 #: ipaclient/remote_plugins/2_164/permission.py:915 #: ipaclient/remote_plugins/2_164/privilege.py:93 #: ipaclient/remote_plugins/2_164/privilege.py:412 #: ipaclient/remote_plugins/2_164/pwpolicy.py:167 #: ipaclient/remote_plugins/2_164/pwpolicy.py:346 #: ipaclient/remote_plugins/2_164/pwpolicy.py:528 #: ipaclient/remote_plugins/2_164/pwpolicy.py:827 #: ipaclient/remote_plugins/2_164/radiusproxy.py:154 #: ipaclient/remote_plugins/2_164/radiusproxy.py:413 #: ipaclient/remote_plugins/2_164/realmdomains.py:93 #: ipaclient/remote_plugins/2_164/role.py:127 #: ipaclient/remote_plugins/2_164/role.py:480 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:186 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:651 #: ipaclient/remote_plugins/2_164/service.py:215 #: ipaclient/remote_plugins/2_164/service.py:979 #: ipaclient/remote_plugins/2_164/servicedelegation.py:121 #: ipaclient/remote_plugins/2_164/servicedelegation.py:601 #: ipaclient/remote_plugins/2_164/stageuser.py:644 #: ipaclient/remote_plugins/2_164/stageuser.py:1428 #: ipaclient/remote_plugins/2_164/sudocmd.py:81 #: ipaclient/remote_plugins/2_164/sudocmd.py:278 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:101 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:362 #: ipaclient/remote_plugins/2_164/sudorule.py:329 #: ipaclient/remote_plugins/2_164/sudorule.py:1192 #: ipaclient/remote_plugins/2_164/topology.py:239 #: ipaclient/remote_plugins/2_164/topology.py:540 #: ipaclient/remote_plugins/2_164/topology.py:740 #: ipaclient/remote_plugins/2_164/topology.py:925 #: ipaclient/remote_plugins/2_164/trust.py:261 #: ipaclient/remote_plugins/2_164/trust.py:593 #: ipaclient/remote_plugins/2_164/trust.py:747 #: ipaclient/remote_plugins/2_164/trust.py:902 #: ipaclient/remote_plugins/2_164/trust.py:1204 #: ipaclient/remote_plugins/2_164/user.py:609 #: ipaclient/remote_plugins/2_164/user.py:1548 #: ipaclient/remote_plugins/2_164/vault.py:932 #: ipaclient/remote_plugins/2_164/otptoken.py:292 #: ipaclient/remote_plugins/2_164/otptoken.py:711 #: ipaclient/remote_plugins/2_164/dns.py:1113 #: ipaclient/remote_plugins/2_164/dns.py:1254 #: ipaclient/remote_plugins/2_164/dns.py:1604 #: ipaclient/remote_plugins/2_164/dns.py:2530 #: ipaclient/remote_plugins/2_164/dns.py:4049 #: ipaclient/remote_plugins/2_164/dns.py:4368 #: ipaclient/remote_plugins/2_164/dns.py:5016 #: ipaclient/remote_plugins/2_164/idrange.py:279 #: ipaclient/remote_plugins/2_164/idrange.py:525 #: ipaclient/remote_plugins/2_164/idviews.py:175 #: ipaclient/remote_plugins/2_164/idviews.py:423 #: ipaclient/remote_plugins/2_164/idviews.py:632 #: ipaclient/remote_plugins/2_164/idviews.py:944 #: ipaclient/remote_plugins/2_164/idviews.py:1098 #: ipaclient/remote_plugins/2_164/idviews.py:1332 #: ipaclient/remote_plugins/2_49/automember.py:148 #: ipaclient/remote_plugins/2_49/automember.py:559 #: ipaclient/remote_plugins/2_49/automount.py:204 #: ipaclient/remote_plugins/2_49/automount.py:419 #: ipaclient/remote_plugins/2_49/automount.py:573 #: ipaclient/remote_plugins/2_49/automount.py:830 #: ipaclient/remote_plugins/2_49/automount.py:900 #: ipaclient/remote_plugins/2_49/automount.py:1115 #: ipaclient/remote_plugins/2_49/config.py:297 #: ipaclient/remote_plugins/2_49/entitle.py:233 #: ipaclient/remote_plugins/2_49/entitle.py:276 #: ipaclient/remote_plugins/2_49/group.py:224 #: ipaclient/remote_plugins/2_49/group.py:659 #: ipaclient/remote_plugins/2_49/hbacrule.py:244 #: ipaclient/remote_plugins/2_49/hbacrule.py:846 #: ipaclient/remote_plugins/2_49/hbacsvc.py:92 #: ipaclient/remote_plugins/2_49/hbacsvc.py:284 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:91 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:334 #: ipaclient/remote_plugins/2_49/host.py:315 #: ipaclient/remote_plugins/2_49/host.py:852 #: ipaclient/remote_plugins/2_49/hostgroup.py:148 #: ipaclient/remote_plugins/2_49/hostgroup.py:500 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:117 #: ipaclient/remote_plugins/2_49/netgroup.py:178 #: ipaclient/remote_plugins/2_49/netgroup.py:631 #: ipaclient/remote_plugins/2_49/permission.py:207 #: ipaclient/remote_plugins/2_49/permission.py:586 #: ipaclient/remote_plugins/2_49/privilege.py:91 #: ipaclient/remote_plugins/2_49/privilege.py:385 #: ipaclient/remote_plugins/2_49/pwpolicy.py:167 #: ipaclient/remote_plugins/2_49/pwpolicy.py:349 #: ipaclient/remote_plugins/2_49/pwpolicy.py:533 #: ipaclient/remote_plugins/2_49/pwpolicy.py:835 #: ipaclient/remote_plugins/2_49/role.py:120 #: ipaclient/remote_plugins/2_49/role.py:439 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:186 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:624 #: ipaclient/remote_plugins/2_49/service.py:142 #: ipaclient/remote_plugins/2_49/service.py:455 #: ipaclient/remote_plugins/2_49/sudocmd.py:81 #: ipaclient/remote_plugins/2_49/sudocmd.py:267 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:99 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:342 #: ipaclient/remote_plugins/2_49/sudorule.py:299 #: ipaclient/remote_plugins/2_49/sudorule.py:1069 #: ipaclient/remote_plugins/2_49/trust.py:190 #: ipaclient/remote_plugins/2_49/trust.py:450 #: ipaclient/remote_plugins/2_49/trust.py:572 #: ipaclient/remote_plugins/2_49/user.py:481 #: ipaclient/remote_plugins/2_49/user.py:1147 #: ipaclient/remote_plugins/2_49/dns.py:1159 #: ipaclient/remote_plugins/2_49/dns.py:2215 #: ipaclient/remote_plugins/2_49/dns.py:4001 #: ipaclient/remote_plugins/2_49/dns.py:4302 #: ipaclient/remote_plugins/2_49/dns.py:4912 #: ipaclient/remote_plugins/2_49/idrange.py:261 #: ipaclient/remote_plugins/2_49/idrange.py:505 msgid "" "Set an attribute to a name/value pair. Format is attr=value.\n" "For multi-valued attributes, the command replaces the values already present." msgstr "" "Установить атрибут для пары имя/значение. Формат: атрибут=значение.\n" "Если атрибут многозначный, команда заменяет уже присутствующие значения." #: ipaserver/plugins/baseldap.py:887 #: ipaclient/remote_plugins/2_114/automember.py:169 #: ipaclient/remote_plugins/2_114/automember.py:573 #: ipaclient/remote_plugins/2_114/automount.py:213 #: ipaclient/remote_plugins/2_114/automount.py:431 #: ipaclient/remote_plugins/2_114/automount.py:585 #: ipaclient/remote_plugins/2_114/automount.py:841 #: ipaclient/remote_plugins/2_114/automount.py:911 #: ipaclient/remote_plugins/2_114/automount.py:1126 #: ipaclient/remote_plugins/2_114/config.py:320 #: ipaclient/remote_plugins/2_114/group.py:233 #: ipaclient/remote_plugins/2_114/group.py:705 #: ipaclient/remote_plugins/2_114/hbacrule.py:257 #: ipaclient/remote_plugins/2_114/hbacrule.py:920 #: ipaclient/remote_plugins/2_114/hbacsvc.py:99 #: ipaclient/remote_plugins/2_114/hbacsvc.py:302 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:96 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:357 #: ipaclient/remote_plugins/2_114/host.py:410 #: ipaclient/remote_plugins/2_114/host.py:1366 #: ipaclient/remote_plugins/2_114/hostgroup.py:157 #: ipaclient/remote_plugins/2_114/hostgroup.py:527 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:124 #: ipaclient/remote_plugins/2_114/netgroup.py:187 #: ipaclient/remote_plugins/2_114/netgroup.py:658 #: ipaclient/remote_plugins/2_114/otpconfig.py:118 #: ipaclient/remote_plugins/2_114/permission.py:332 #: ipaclient/remote_plugins/2_114/permission.py:868 #: ipaclient/remote_plugins/2_114/privilege.py:100 #: ipaclient/remote_plugins/2_114/privilege.py:419 #: ipaclient/remote_plugins/2_114/pwpolicy.py:174 #: ipaclient/remote_plugins/2_114/pwpolicy.py:353 #: ipaclient/remote_plugins/2_114/pwpolicy.py:535 #: ipaclient/remote_plugins/2_114/pwpolicy.py:834 #: ipaclient/remote_plugins/2_114/radiusproxy.py:161 #: ipaclient/remote_plugins/2_114/radiusproxy.py:420 #: ipaclient/remote_plugins/2_114/realmdomains.py:100 #: ipaclient/remote_plugins/2_114/role.py:134 #: ipaclient/remote_plugins/2_114/role.py:487 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:193 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:658 #: ipaclient/remote_plugins/2_114/service.py:220 #: ipaclient/remote_plugins/2_114/service.py:922 #: ipaclient/remote_plugins/2_114/sudocmd.py:88 #: ipaclient/remote_plugins/2_114/sudocmd.py:285 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:108 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:369 #: ipaclient/remote_plugins/2_114/sudorule.py:336 #: ipaclient/remote_plugins/2_114/sudorule.py:1199 #: ipaclient/remote_plugins/2_114/trust.py:268 #: ipaclient/remote_plugins/2_114/trust.py:586 #: ipaclient/remote_plugins/2_114/trust.py:740 #: ipaclient/remote_plugins/2_114/trust.py:895 #: ipaclient/remote_plugins/2_114/trust.py:1197 #: ipaclient/remote_plugins/2_114/user.py:596 #: ipaclient/remote_plugins/2_114/user.py:1385 #: ipaclient/remote_plugins/2_114/otptoken.py:299 #: ipaclient/remote_plugins/2_114/otptoken.py:718 #: ipaclient/remote_plugins/2_114/dns.py:1153 #: ipaclient/remote_plugins/2_114/dns.py:1294 #: ipaclient/remote_plugins/2_114/dns.py:1638 #: ipaclient/remote_plugins/2_114/dns.py:2614 #: ipaclient/remote_plugins/2_114/dns.py:4273 #: ipaclient/remote_plugins/2_114/dns.py:4592 #: ipaclient/remote_plugins/2_114/dns.py:5229 #: ipaclient/remote_plugins/2_114/idrange.py:282 #: ipaclient/remote_plugins/2_114/idrange.py:513 #: ipaclient/remote_plugins/2_114/idviews.py:182 #: ipaclient/remote_plugins/2_114/idviews.py:406 #: ipaclient/remote_plugins/2_114/idviews.py:599 #: ipaclient/remote_plugins/2_114/idviews.py:887 #: ipaclient/remote_plugins/2_114/idviews.py:1025 #: ipaclient/remote_plugins/2_114/idviews.py:1259 #: ipaclient/remote_plugins/2_156/automember.py:169 #: ipaclient/remote_plugins/2_156/automember.py:573 #: ipaclient/remote_plugins/2_156/automount.py:213 #: ipaclient/remote_plugins/2_156/automount.py:431 #: ipaclient/remote_plugins/2_156/automount.py:585 #: ipaclient/remote_plugins/2_156/automount.py:841 #: ipaclient/remote_plugins/2_156/automount.py:911 #: ipaclient/remote_plugins/2_156/automount.py:1126 #: ipaclient/remote_plugins/2_156/caacl.py:197 #: ipaclient/remote_plugins/2_156/caacl.py:788 #: ipaclient/remote_plugins/2_156/certprofile.py:325 #: ipaclient/remote_plugins/2_156/config.py:320 #: ipaclient/remote_plugins/2_156/group.py:233 #: ipaclient/remote_plugins/2_156/group.py:705 #: ipaclient/remote_plugins/2_156/hbacrule.py:257 #: ipaclient/remote_plugins/2_156/hbacrule.py:920 #: ipaclient/remote_plugins/2_156/hbacsvc.py:99 #: ipaclient/remote_plugins/2_156/hbacsvc.py:302 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:96 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:357 #: ipaclient/remote_plugins/2_156/host.py:412 #: ipaclient/remote_plugins/2_156/host.py:1430 #: ipaclient/remote_plugins/2_156/hostgroup.py:157 #: ipaclient/remote_plugins/2_156/hostgroup.py:527 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:124 #: ipaclient/remote_plugins/2_156/netgroup.py:187 #: ipaclient/remote_plugins/2_156/netgroup.py:658 #: ipaclient/remote_plugins/2_156/otpconfig.py:118 #: ipaclient/remote_plugins/2_156/permission.py:358 #: ipaclient/remote_plugins/2_156/permission.py:922 #: ipaclient/remote_plugins/2_156/privilege.py:100 #: ipaclient/remote_plugins/2_156/privilege.py:419 #: ipaclient/remote_plugins/2_156/pwpolicy.py:174 #: ipaclient/remote_plugins/2_156/pwpolicy.py:353 #: ipaclient/remote_plugins/2_156/pwpolicy.py:535 #: ipaclient/remote_plugins/2_156/pwpolicy.py:834 #: ipaclient/remote_plugins/2_156/radiusproxy.py:161 #: ipaclient/remote_plugins/2_156/radiusproxy.py:420 #: ipaclient/remote_plugins/2_156/realmdomains.py:100 #: ipaclient/remote_plugins/2_156/role.py:134 #: ipaclient/remote_plugins/2_156/role.py:487 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:193 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:658 #: ipaclient/remote_plugins/2_156/service.py:222 #: ipaclient/remote_plugins/2_156/service.py:986 #: ipaclient/remote_plugins/2_156/servicedelegation.py:128 #: ipaclient/remote_plugins/2_156/servicedelegation.py:608 #: ipaclient/remote_plugins/2_156/stageuser.py:651 #: ipaclient/remote_plugins/2_156/stageuser.py:1373 #: ipaclient/remote_plugins/2_156/sudocmd.py:88 #: ipaclient/remote_plugins/2_156/sudocmd.py:285 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:108 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:369 #: ipaclient/remote_plugins/2_156/sudorule.py:336 #: ipaclient/remote_plugins/2_156/sudorule.py:1199 #: ipaclient/remote_plugins/2_156/topology.py:198 #: ipaclient/remote_plugins/2_156/topology.py:505 #: ipaclient/remote_plugins/2_156/topology.py:710 #: ipaclient/remote_plugins/2_156/topology.py:899 #: ipaclient/remote_plugins/2_156/trust.py:268 #: ipaclient/remote_plugins/2_156/trust.py:600 #: ipaclient/remote_plugins/2_156/trust.py:754 #: ipaclient/remote_plugins/2_156/trust.py:909 #: ipaclient/remote_plugins/2_156/trust.py:1211 #: ipaclient/remote_plugins/2_156/user.py:616 #: ipaclient/remote_plugins/2_156/user.py:1493 #: ipaclient/remote_plugins/2_156/vault.py:939 #: ipaclient/remote_plugins/2_156/otptoken.py:299 #: ipaclient/remote_plugins/2_156/otptoken.py:718 #: ipaclient/remote_plugins/2_156/dns.py:1118 #: ipaclient/remote_plugins/2_156/dns.py:1259 #: ipaclient/remote_plugins/2_156/dns.py:1603 #: ipaclient/remote_plugins/2_156/dns.py:2529 #: ipaclient/remote_plugins/2_156/dns.py:4048 #: ipaclient/remote_plugins/2_156/dns.py:4367 #: ipaclient/remote_plugins/2_156/dns.py:5004 #: ipaclient/remote_plugins/2_156/idrange.py:286 #: ipaclient/remote_plugins/2_156/idrange.py:532 #: ipaclient/remote_plugins/2_156/idviews.py:182 #: ipaclient/remote_plugins/2_156/idviews.py:430 #: ipaclient/remote_plugins/2_156/idviews.py:639 #: ipaclient/remote_plugins/2_156/idviews.py:951 #: ipaclient/remote_plugins/2_156/idviews.py:1105 #: ipaclient/remote_plugins/2_156/idviews.py:1339 #: ipaclient/remote_plugins/2_164/automember.py:169 #: ipaclient/remote_plugins/2_164/automember.py:573 #: ipaclient/remote_plugins/2_164/automount.py:213 #: ipaclient/remote_plugins/2_164/automount.py:431 #: ipaclient/remote_plugins/2_164/automount.py:585 #: ipaclient/remote_plugins/2_164/automount.py:841 #: ipaclient/remote_plugins/2_164/automount.py:911 #: ipaclient/remote_plugins/2_164/automount.py:1126 #: ipaclient/remote_plugins/2_164/caacl.py:197 #: ipaclient/remote_plugins/2_164/caacl.py:788 #: ipaclient/remote_plugins/2_164/certprofile.py:325 #: ipaclient/remote_plugins/2_164/config.py:320 #: ipaclient/remote_plugins/2_164/group.py:233 #: ipaclient/remote_plugins/2_164/group.py:705 #: ipaclient/remote_plugins/2_164/hbacrule.py:257 #: ipaclient/remote_plugins/2_164/hbacrule.py:920 #: ipaclient/remote_plugins/2_164/hbacsvc.py:99 #: ipaclient/remote_plugins/2_164/hbacsvc.py:302 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:96 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:357 #: ipaclient/remote_plugins/2_164/host.py:412 #: ipaclient/remote_plugins/2_164/host.py:1430 #: ipaclient/remote_plugins/2_164/hostgroup.py:157 #: ipaclient/remote_plugins/2_164/hostgroup.py:527 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:124 #: ipaclient/remote_plugins/2_164/netgroup.py:187 #: ipaclient/remote_plugins/2_164/netgroup.py:658 #: ipaclient/remote_plugins/2_164/otpconfig.py:118 #: ipaclient/remote_plugins/2_164/permission.py:358 #: ipaclient/remote_plugins/2_164/permission.py:922 #: ipaclient/remote_plugins/2_164/privilege.py:100 #: ipaclient/remote_plugins/2_164/privilege.py:419 #: ipaclient/remote_plugins/2_164/pwpolicy.py:174 #: ipaclient/remote_plugins/2_164/pwpolicy.py:353 #: ipaclient/remote_plugins/2_164/pwpolicy.py:535 #: ipaclient/remote_plugins/2_164/pwpolicy.py:834 #: ipaclient/remote_plugins/2_164/radiusproxy.py:161 #: ipaclient/remote_plugins/2_164/radiusproxy.py:420 #: ipaclient/remote_plugins/2_164/realmdomains.py:100 #: ipaclient/remote_plugins/2_164/role.py:134 #: ipaclient/remote_plugins/2_164/role.py:487 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:193 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:658 #: ipaclient/remote_plugins/2_164/service.py:222 #: ipaclient/remote_plugins/2_164/service.py:986 #: ipaclient/remote_plugins/2_164/servicedelegation.py:128 #: ipaclient/remote_plugins/2_164/servicedelegation.py:608 #: ipaclient/remote_plugins/2_164/stageuser.py:651 #: ipaclient/remote_plugins/2_164/stageuser.py:1435 #: ipaclient/remote_plugins/2_164/sudocmd.py:88 #: ipaclient/remote_plugins/2_164/sudocmd.py:285 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:108 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:369 #: ipaclient/remote_plugins/2_164/sudorule.py:336 #: ipaclient/remote_plugins/2_164/sudorule.py:1199 #: ipaclient/remote_plugins/2_164/topology.py:246 #: ipaclient/remote_plugins/2_164/topology.py:547 #: ipaclient/remote_plugins/2_164/topology.py:747 #: ipaclient/remote_plugins/2_164/topology.py:932 #: ipaclient/remote_plugins/2_164/trust.py:268 #: ipaclient/remote_plugins/2_164/trust.py:600 #: ipaclient/remote_plugins/2_164/trust.py:754 #: ipaclient/remote_plugins/2_164/trust.py:909 #: ipaclient/remote_plugins/2_164/trust.py:1211 #: ipaclient/remote_plugins/2_164/user.py:616 #: ipaclient/remote_plugins/2_164/user.py:1555 #: ipaclient/remote_plugins/2_164/vault.py:939 #: ipaclient/remote_plugins/2_164/otptoken.py:299 #: ipaclient/remote_plugins/2_164/otptoken.py:718 #: ipaclient/remote_plugins/2_164/dns.py:1120 #: ipaclient/remote_plugins/2_164/dns.py:1261 #: ipaclient/remote_plugins/2_164/dns.py:1611 #: ipaclient/remote_plugins/2_164/dns.py:2537 #: ipaclient/remote_plugins/2_164/dns.py:4056 #: ipaclient/remote_plugins/2_164/dns.py:4375 #: ipaclient/remote_plugins/2_164/dns.py:5023 #: ipaclient/remote_plugins/2_164/idrange.py:286 #: ipaclient/remote_plugins/2_164/idrange.py:532 #: ipaclient/remote_plugins/2_164/idviews.py:182 #: ipaclient/remote_plugins/2_164/idviews.py:430 #: ipaclient/remote_plugins/2_164/idviews.py:639 #: ipaclient/remote_plugins/2_164/idviews.py:951 #: ipaclient/remote_plugins/2_164/idviews.py:1105 #: ipaclient/remote_plugins/2_164/idviews.py:1339 #: ipaclient/remote_plugins/2_49/automember.py:155 #: ipaclient/remote_plugins/2_49/automember.py:566 #: ipaclient/remote_plugins/2_49/automount.py:211 #: ipaclient/remote_plugins/2_49/automount.py:426 #: ipaclient/remote_plugins/2_49/automount.py:580 #: ipaclient/remote_plugins/2_49/automount.py:837 #: ipaclient/remote_plugins/2_49/automount.py:907 #: ipaclient/remote_plugins/2_49/automount.py:1122 #: ipaclient/remote_plugins/2_49/config.py:304 #: ipaclient/remote_plugins/2_49/entitle.py:240 #: ipaclient/remote_plugins/2_49/entitle.py:283 #: ipaclient/remote_plugins/2_49/group.py:231 #: ipaclient/remote_plugins/2_49/group.py:666 #: ipaclient/remote_plugins/2_49/hbacrule.py:251 #: ipaclient/remote_plugins/2_49/hbacrule.py:853 #: ipaclient/remote_plugins/2_49/hbacsvc.py:99 #: ipaclient/remote_plugins/2_49/hbacsvc.py:291 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:98 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:341 #: ipaclient/remote_plugins/2_49/host.py:322 #: ipaclient/remote_plugins/2_49/host.py:859 #: ipaclient/remote_plugins/2_49/hostgroup.py:155 #: ipaclient/remote_plugins/2_49/hostgroup.py:507 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:124 #: ipaclient/remote_plugins/2_49/netgroup.py:185 #: ipaclient/remote_plugins/2_49/netgroup.py:638 #: ipaclient/remote_plugins/2_49/permission.py:214 #: ipaclient/remote_plugins/2_49/permission.py:593 #: ipaclient/remote_plugins/2_49/privilege.py:98 #: ipaclient/remote_plugins/2_49/privilege.py:392 #: ipaclient/remote_plugins/2_49/pwpolicy.py:174 #: ipaclient/remote_plugins/2_49/pwpolicy.py:356 #: ipaclient/remote_plugins/2_49/pwpolicy.py:540 #: ipaclient/remote_plugins/2_49/pwpolicy.py:842 #: ipaclient/remote_plugins/2_49/role.py:127 #: ipaclient/remote_plugins/2_49/role.py:446 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:193 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:631 #: ipaclient/remote_plugins/2_49/service.py:149 #: ipaclient/remote_plugins/2_49/service.py:462 #: ipaclient/remote_plugins/2_49/sudocmd.py:88 #: ipaclient/remote_plugins/2_49/sudocmd.py:274 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:106 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:349 #: ipaclient/remote_plugins/2_49/sudorule.py:306 #: ipaclient/remote_plugins/2_49/sudorule.py:1076 #: ipaclient/remote_plugins/2_49/trust.py:197 #: ipaclient/remote_plugins/2_49/trust.py:457 #: ipaclient/remote_plugins/2_49/trust.py:579 #: ipaclient/remote_plugins/2_49/user.py:488 #: ipaclient/remote_plugins/2_49/user.py:1154 #: ipaclient/remote_plugins/2_49/dns.py:1166 #: ipaclient/remote_plugins/2_49/dns.py:2222 #: ipaclient/remote_plugins/2_49/dns.py:4008 #: ipaclient/remote_plugins/2_49/dns.py:4309 #: ipaclient/remote_plugins/2_49/dns.py:4919 #: ipaclient/remote_plugins/2_49/idrange.py:268 #: ipaclient/remote_plugins/2_49/idrange.py:512 msgid "" "Add an attribute/value pair. Format is attr=value. The attribute\n" "must be part of the schema." msgstr "" "Добавить пару атрибут/значение. Формат атрибут=значение. Атрибут\n" "должен быть частью схемы." #: ipaserver/plugins/baseldap.py:893 #: ipaclient/remote_plugins/2_114/automember.py:580 #: ipaclient/remote_plugins/2_114/automount.py:438 #: ipaclient/remote_plugins/2_114/automount.py:1133 #: ipaclient/remote_plugins/2_114/config.py:327 #: ipaclient/remote_plugins/2_114/group.py:712 #: ipaclient/remote_plugins/2_114/hbacrule.py:927 #: ipaclient/remote_plugins/2_114/hbacsvc.py:309 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:364 #: ipaclient/remote_plugins/2_114/host.py:1373 #: ipaclient/remote_plugins/2_114/hostgroup.py:534 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:131 #: ipaclient/remote_plugins/2_114/netgroup.py:665 #: ipaclient/remote_plugins/2_114/otpconfig.py:125 #: ipaclient/remote_plugins/2_114/permission.py:875 #: ipaclient/remote_plugins/2_114/privilege.py:426 #: ipaclient/remote_plugins/2_114/pwpolicy.py:360 #: ipaclient/remote_plugins/2_114/pwpolicy.py:841 #: ipaclient/remote_plugins/2_114/radiusproxy.py:427 #: ipaclient/remote_plugins/2_114/realmdomains.py:107 #: ipaclient/remote_plugins/2_114/role.py:494 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:665 #: ipaclient/remote_plugins/2_114/service.py:929 #: ipaclient/remote_plugins/2_114/sudocmd.py:292 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:376 #: ipaclient/remote_plugins/2_114/sudorule.py:1206 #: ipaclient/remote_plugins/2_114/trust.py:593 #: ipaclient/remote_plugins/2_114/trust.py:747 #: ipaclient/remote_plugins/2_114/trust.py:1204 #: ipaclient/remote_plugins/2_114/user.py:1392 #: ipaclient/remote_plugins/2_114/otptoken.py:725 #: ipaclient/remote_plugins/2_114/dns.py:1160 #: ipaclient/remote_plugins/2_114/dns.py:1645 #: ipaclient/remote_plugins/2_114/dns.py:4280 #: ipaclient/remote_plugins/2_114/dns.py:5236 #: ipaclient/remote_plugins/2_114/idrange.py:520 #: ipaclient/remote_plugins/2_114/idviews.py:413 #: ipaclient/remote_plugins/2_114/idviews.py:894 #: ipaclient/remote_plugins/2_114/idviews.py:1266 #: ipaclient/remote_plugins/2_156/automember.py:580 #: ipaclient/remote_plugins/2_156/automount.py:438 #: ipaclient/remote_plugins/2_156/automount.py:1133 #: ipaclient/remote_plugins/2_156/caacl.py:795 #: ipaclient/remote_plugins/2_156/certprofile.py:332 #: ipaclient/remote_plugins/2_156/config.py:327 #: ipaclient/remote_plugins/2_156/group.py:712 #: ipaclient/remote_plugins/2_156/hbacrule.py:927 #: ipaclient/remote_plugins/2_156/hbacsvc.py:309 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:364 #: ipaclient/remote_plugins/2_156/host.py:1437 #: ipaclient/remote_plugins/2_156/hostgroup.py:534 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:131 #: ipaclient/remote_plugins/2_156/netgroup.py:665 #: ipaclient/remote_plugins/2_156/otpconfig.py:125 #: ipaclient/remote_plugins/2_156/permission.py:929 #: ipaclient/remote_plugins/2_156/privilege.py:426 #: ipaclient/remote_plugins/2_156/pwpolicy.py:360 #: ipaclient/remote_plugins/2_156/pwpolicy.py:841 #: ipaclient/remote_plugins/2_156/radiusproxy.py:427 #: ipaclient/remote_plugins/2_156/realmdomains.py:107 #: ipaclient/remote_plugins/2_156/role.py:494 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:665 #: ipaclient/remote_plugins/2_156/service.py:993 #: ipaclient/remote_plugins/2_156/stageuser.py:1380 #: ipaclient/remote_plugins/2_156/sudocmd.py:292 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:376 #: ipaclient/remote_plugins/2_156/sudorule.py:1206 #: ipaclient/remote_plugins/2_156/topology.py:512 #: ipaclient/remote_plugins/2_156/topology.py:906 #: ipaclient/remote_plugins/2_156/trust.py:607 #: ipaclient/remote_plugins/2_156/trust.py:761 #: ipaclient/remote_plugins/2_156/trust.py:1218 #: ipaclient/remote_plugins/2_156/user.py:1500 #: ipaclient/remote_plugins/2_156/vault.py:946 #: ipaclient/remote_plugins/2_156/otptoken.py:725 #: ipaclient/remote_plugins/2_156/dns.py:1125 #: ipaclient/remote_plugins/2_156/dns.py:1610 #: ipaclient/remote_plugins/2_156/dns.py:4055 #: ipaclient/remote_plugins/2_156/dns.py:5011 #: ipaclient/remote_plugins/2_156/idrange.py:539 #: ipaclient/remote_plugins/2_156/idviews.py:437 #: ipaclient/remote_plugins/2_156/idviews.py:958 #: ipaclient/remote_plugins/2_156/idviews.py:1346 #: ipaclient/remote_plugins/2_164/automember.py:580 #: ipaclient/remote_plugins/2_164/automount.py:438 #: ipaclient/remote_plugins/2_164/automount.py:1133 #: ipaclient/remote_plugins/2_164/caacl.py:795 #: ipaclient/remote_plugins/2_164/certprofile.py:332 #: ipaclient/remote_plugins/2_164/config.py:327 #: ipaclient/remote_plugins/2_164/group.py:712 #: ipaclient/remote_plugins/2_164/hbacrule.py:927 #: ipaclient/remote_plugins/2_164/hbacsvc.py:309 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:364 #: ipaclient/remote_plugins/2_164/host.py:1437 #: ipaclient/remote_plugins/2_164/hostgroup.py:534 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:131 #: ipaclient/remote_plugins/2_164/netgroup.py:665 #: ipaclient/remote_plugins/2_164/otpconfig.py:125 #: ipaclient/remote_plugins/2_164/permission.py:929 #: ipaclient/remote_plugins/2_164/privilege.py:426 #: ipaclient/remote_plugins/2_164/pwpolicy.py:360 #: ipaclient/remote_plugins/2_164/pwpolicy.py:841 #: ipaclient/remote_plugins/2_164/radiusproxy.py:427 #: ipaclient/remote_plugins/2_164/realmdomains.py:107 #: ipaclient/remote_plugins/2_164/role.py:494 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:665 #: ipaclient/remote_plugins/2_164/service.py:993 #: ipaclient/remote_plugins/2_164/stageuser.py:1442 #: ipaclient/remote_plugins/2_164/sudocmd.py:292 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:376 #: ipaclient/remote_plugins/2_164/sudorule.py:1206 #: ipaclient/remote_plugins/2_164/topology.py:554 #: ipaclient/remote_plugins/2_164/topology.py:939 #: ipaclient/remote_plugins/2_164/trust.py:607 #: ipaclient/remote_plugins/2_164/trust.py:761 #: ipaclient/remote_plugins/2_164/trust.py:1218 #: ipaclient/remote_plugins/2_164/user.py:1562 #: ipaclient/remote_plugins/2_164/vault.py:946 #: ipaclient/remote_plugins/2_164/otptoken.py:725 #: ipaclient/remote_plugins/2_164/dns.py:1127 #: ipaclient/remote_plugins/2_164/dns.py:1618 #: ipaclient/remote_plugins/2_164/dns.py:4063 #: ipaclient/remote_plugins/2_164/dns.py:5030 #: ipaclient/remote_plugins/2_164/idrange.py:539 #: ipaclient/remote_plugins/2_164/idviews.py:437 #: ipaclient/remote_plugins/2_164/idviews.py:958 #: ipaclient/remote_plugins/2_164/idviews.py:1346 #: ipaclient/remote_plugins/2_49/automember.py:573 #: ipaclient/remote_plugins/2_49/automount.py:433 #: ipaclient/remote_plugins/2_49/automount.py:1129 #: ipaclient/remote_plugins/2_49/config.py:311 #: ipaclient/remote_plugins/2_49/group.py:673 #: ipaclient/remote_plugins/2_49/hbacrule.py:860 #: ipaclient/remote_plugins/2_49/hbacsvc.py:298 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:348 #: ipaclient/remote_plugins/2_49/host.py:866 #: ipaclient/remote_plugins/2_49/hostgroup.py:514 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:131 #: ipaclient/remote_plugins/2_49/netgroup.py:645 #: ipaclient/remote_plugins/2_49/permission.py:600 #: ipaclient/remote_plugins/2_49/privilege.py:399 #: ipaclient/remote_plugins/2_49/pwpolicy.py:363 #: ipaclient/remote_plugins/2_49/pwpolicy.py:849 #: ipaclient/remote_plugins/2_49/role.py:453 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:638 #: ipaclient/remote_plugins/2_49/service.py:469 #: ipaclient/remote_plugins/2_49/sudocmd.py:281 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:356 #: ipaclient/remote_plugins/2_49/sudorule.py:1083 #: ipaclient/remote_plugins/2_49/trust.py:464 #: ipaclient/remote_plugins/2_49/trust.py:586 #: ipaclient/remote_plugins/2_49/user.py:1161 #: ipaclient/remote_plugins/2_49/dns.py:1173 #: ipaclient/remote_plugins/2_49/dns.py:4015 #: ipaclient/remote_plugins/2_49/dns.py:4926 #: ipaclient/remote_plugins/2_49/idrange.py:519 msgid "" "Delete an attribute/value pair. The option will be evaluated\n" "last, after all sets and adds." msgstr "" "Удалить пару атрибут/значение. Параметр будет использован последним, после " "всех установок и добавлений." #: ipaserver/plugins/baseldap.py:929 msgid "attribute is not configurable" msgstr "настройка атрибута невозможна" #: ipaserver/plugins/baseldap.py:1032 msgid "No such attribute on this entry" msgstr "В этой записи нет такого атрибута" #: ipaserver/plugins/baseldap.py:1127 ipaserver/plugins/cert.py:1154 #: ipaclient/remote_plugins/2_114/group.py:264 #: ipaclient/remote_plugins/2_114/group.py:323 #: ipaclient/remote_plugins/2_114/group.py:519 #: ipaclient/remote_plugins/2_114/group.py:750 #: ipaclient/remote_plugins/2_114/group.py:816 #: ipaclient/remote_plugins/2_114/group.py:893 #: ipaclient/remote_plugins/2_114/hbacrule.py:276 #: ipaclient/remote_plugins/2_114/hbacrule.py:326 #: ipaclient/remote_plugins/2_114/hbacrule.py:395 #: ipaclient/remote_plugins/2_114/hbacrule.py:464 #: ipaclient/remote_plugins/2_114/hbacrule.py:533 #: ipaclient/remote_plugins/2_114/hbacrule.py:790 #: ipaclient/remote_plugins/2_114/hbacrule.py:953 #: ipaclient/remote_plugins/2_114/hbacrule.py:1003 #: ipaclient/remote_plugins/2_114/hbacrule.py:1072 #: ipaclient/remote_plugins/2_114/hbacrule.py:1141 #: ipaclient/remote_plugins/2_114/hbacrule.py:1210 #: ipaclient/remote_plugins/2_114/hbacrule.py:1286 #: ipaclient/remote_plugins/2_114/hbacsvc.py:118 #: ipaclient/remote_plugins/2_114/hbacsvc.py:234 #: ipaclient/remote_plugins/2_114/hbacsvc.py:335 #: ipaclient/remote_plugins/2_114/hbacsvc.py:394 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:115 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:166 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:290 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:390 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:441 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:509 #: ipaclient/remote_plugins/2_114/host.py:448 #: ipaclient/remote_plugins/2_114/host.py:499 #: ipaclient/remote_plugins/2_114/host.py:560 #: ipaclient/remote_plugins/2_114/host.py:648 #: ipaclient/remote_plugins/2_114/host.py:813 #: ipaclient/remote_plugins/2_114/host.py:901 #: ipaclient/remote_plugins/2_114/host.py:1078 #: ipaclient/remote_plugins/2_114/host.py:1413 #: ipaclient/remote_plugins/2_114/host.py:1464 #: ipaclient/remote_plugins/2_114/host.py:1537 #: ipaclient/remote_plugins/2_114/hostgroup.py:176 #: ipaclient/remote_plugins/2_114/hostgroup.py:228 #: ipaclient/remote_plugins/2_114/hostgroup.py:363 #: ipaclient/remote_plugins/2_114/hostgroup.py:560 #: ipaclient/remote_plugins/2_114/hostgroup.py:612 #: ipaclient/remote_plugins/2_114/hostgroup.py:690 #: ipaclient/remote_plugins/2_114/netgroup.py:206 #: ipaclient/remote_plugins/2_114/netgroup.py:257 #: ipaclient/remote_plugins/2_114/netgroup.py:466 #: ipaclient/remote_plugins/2_114/netgroup.py:691 #: ipaclient/remote_plugins/2_114/netgroup.py:742 #: ipaclient/remote_plugins/2_114/netgroup.py:846 #: ipaclient/remote_plugins/2_114/permission.py:351 #: ipaclient/remote_plugins/2_114/permission.py:403 #: ipaclient/remote_plugins/2_114/permission.py:470 #: ipaclient/remote_plugins/2_114/permission.py:700 #: ipaclient/remote_plugins/2_114/permission.py:901 #: ipaclient/remote_plugins/2_114/permission.py:959 #: ipaclient/remote_plugins/2_114/permission.py:1026 #: ipaclient/remote_plugins/2_114/privilege.py:119 #: ipaclient/remote_plugins/2_114/privilege.py:171 #: ipaclient/remote_plugins/2_114/privilege.py:231 #: ipaclient/remote_plugins/2_114/privilege.py:353 #: ipaclient/remote_plugins/2_114/privilege.py:452 #: ipaclient/remote_plugins/2_114/privilege.py:510 #: ipaclient/remote_plugins/2_114/privilege.py:570 #: ipaclient/remote_plugins/2_114/privilege.py:637 #: ipaclient/remote_plugins/2_114/role.py:153 #: ipaclient/remote_plugins/2_114/role.py:203 #: ipaclient/remote_plugins/2_114/role.py:299 #: ipaclient/remote_plugins/2_114/role.py:421 #: ipaclient/remote_plugins/2_114/role.py:520 #: ipaclient/remote_plugins/2_114/role.py:576 #: ipaclient/remote_plugins/2_114/role.py:672 #: ipaclient/remote_plugins/2_114/role.py:739 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:212 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:262 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:331 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:558 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:691 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:741 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:810 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:886 #: ipaclient/remote_plugins/2_114/service.py:246 #: ipaclient/remote_plugins/2_114/service.py:298 #: ipaclient/remote_plugins/2_114/service.py:360 #: ipaclient/remote_plugins/2_114/service.py:449 #: ipaclient/remote_plugins/2_114/service.py:610 #: ipaclient/remote_plugins/2_114/service.py:699 #: ipaclient/remote_plugins/2_114/service.py:815 #: ipaclient/remote_plugins/2_114/service.py:955 #: ipaclient/remote_plugins/2_114/service.py:1007 #: ipaclient/remote_plugins/2_114/service.py:1081 #: ipaclient/remote_plugins/2_114/sudocmd.py:107 #: ipaclient/remote_plugins/2_114/sudocmd.py:219 #: ipaclient/remote_plugins/2_114/sudocmd.py:318 #: ipaclient/remote_plugins/2_114/sudocmd.py:375 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:127 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:178 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:302 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:402 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:453 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:521 #: ipaclient/remote_plugins/2_114/sudorule.py:355 #: ipaclient/remote_plugins/2_114/sudorule.py:405 #: ipaclient/remote_plugins/2_114/sudorule.py:474 #: ipaclient/remote_plugins/2_114/sudorule.py:543 #: ipaclient/remote_plugins/2_114/sudorule.py:623 #: ipaclient/remote_plugins/2_114/sudorule.py:673 #: ipaclient/remote_plugins/2_114/sudorule.py:733 #: ipaclient/remote_plugins/2_114/sudorule.py:802 #: ipaclient/remote_plugins/2_114/sudorule.py:1053 #: ipaclient/remote_plugins/2_114/sudorule.py:1232 #: ipaclient/remote_plugins/2_114/sudorule.py:1282 #: ipaclient/remote_plugins/2_114/sudorule.py:1351 #: ipaclient/remote_plugins/2_114/sudorule.py:1420 #: ipaclient/remote_plugins/2_114/sudorule.py:1500 #: ipaclient/remote_plugins/2_114/sudorule.py:1550 #: ipaclient/remote_plugins/2_114/sudorule.py:1610 #: ipaclient/remote_plugins/2_114/sudorule.py:1679 #: ipaclient/remote_plugins/2_114/sudorule.py:1755 #: ipaclient/remote_plugins/2_114/user.py:621 #: ipaclient/remote_plugins/2_114/user.py:1020 #: ipaclient/remote_plugins/2_114/user.py:1418 #: ipaclient/remote_plugins/2_114/user.py:1485 #: ipaclient/remote_plugins/2_114/user.py:1558 #: ipaclient/remote_plugins/2_114/otptoken.py:332 #: ipaclient/remote_plugins/2_114/otptoken.py:382 #: ipaclient/remote_plugins/2_114/otptoken.py:603 #: ipaclient/remote_plugins/2_114/otptoken.py:751 #: ipaclient/remote_plugins/2_114/otptoken.py:807 #: ipaclient/remote_plugins/2_114/otptoken.py:874 #: ipaclient/remote_plugins/2_156/caacl.py:216 #: ipaclient/remote_plugins/2_156/caacl.py:266 #: ipaclient/remote_plugins/2_156/caacl.py:335 #: ipaclient/remote_plugins/2_156/caacl.py:395 #: ipaclient/remote_plugins/2_156/caacl.py:455 #: ipaclient/remote_plugins/2_156/caacl.py:685 #: ipaclient/remote_plugins/2_156/caacl.py:821 #: ipaclient/remote_plugins/2_156/caacl.py:871 #: ipaclient/remote_plugins/2_156/caacl.py:940 #: ipaclient/remote_plugins/2_156/caacl.py:1000 #: ipaclient/remote_plugins/2_156/caacl.py:1060 #: ipaclient/remote_plugins/2_156/caacl.py:1136 #: ipaclient/remote_plugins/2_156/group.py:264 #: ipaclient/remote_plugins/2_156/group.py:323 #: ipaclient/remote_plugins/2_156/group.py:519 #: ipaclient/remote_plugins/2_156/group.py:750 #: ipaclient/remote_plugins/2_156/group.py:816 #: ipaclient/remote_plugins/2_156/group.py:893 #: ipaclient/remote_plugins/2_156/hbacrule.py:276 #: ipaclient/remote_plugins/2_156/hbacrule.py:326 #: ipaclient/remote_plugins/2_156/hbacrule.py:395 #: ipaclient/remote_plugins/2_156/hbacrule.py:464 #: ipaclient/remote_plugins/2_156/hbacrule.py:533 #: ipaclient/remote_plugins/2_156/hbacrule.py:790 #: ipaclient/remote_plugins/2_156/hbacrule.py:953 #: ipaclient/remote_plugins/2_156/hbacrule.py:1003 #: ipaclient/remote_plugins/2_156/hbacrule.py:1072 #: ipaclient/remote_plugins/2_156/hbacrule.py:1141 #: ipaclient/remote_plugins/2_156/hbacrule.py:1210 #: ipaclient/remote_plugins/2_156/hbacrule.py:1286 #: ipaclient/remote_plugins/2_156/hbacsvc.py:118 #: ipaclient/remote_plugins/2_156/hbacsvc.py:234 #: ipaclient/remote_plugins/2_156/hbacsvc.py:335 #: ipaclient/remote_plugins/2_156/hbacsvc.py:394 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:115 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:166 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:290 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:390 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:441 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:509 #: ipaclient/remote_plugins/2_156/host.py:450 #: ipaclient/remote_plugins/2_156/host.py:501 #: ipaclient/remote_plugins/2_156/host.py:561 #: ipaclient/remote_plugins/2_156/host.py:622 #: ipaclient/remote_plugins/2_156/host.py:710 #: ipaclient/remote_plugins/2_156/host.py:875 #: ipaclient/remote_plugins/2_156/host.py:963 #: ipaclient/remote_plugins/2_156/host.py:1141 #: ipaclient/remote_plugins/2_156/host.py:1477 #: ipaclient/remote_plugins/2_156/host.py:1528 #: ipaclient/remote_plugins/2_156/host.py:1588 #: ipaclient/remote_plugins/2_156/host.py:1661 #: ipaclient/remote_plugins/2_156/hostgroup.py:176 #: ipaclient/remote_plugins/2_156/hostgroup.py:228 #: ipaclient/remote_plugins/2_156/hostgroup.py:363 #: ipaclient/remote_plugins/2_156/hostgroup.py:560 #: ipaclient/remote_plugins/2_156/hostgroup.py:612 #: ipaclient/remote_plugins/2_156/hostgroup.py:690 #: ipaclient/remote_plugins/2_156/netgroup.py:206 #: ipaclient/remote_plugins/2_156/netgroup.py:257 #: ipaclient/remote_plugins/2_156/netgroup.py:466 #: ipaclient/remote_plugins/2_156/netgroup.py:691 #: ipaclient/remote_plugins/2_156/netgroup.py:742 #: ipaclient/remote_plugins/2_156/netgroup.py:846 #: ipaclient/remote_plugins/2_156/permission.py:377 #: ipaclient/remote_plugins/2_156/permission.py:429 #: ipaclient/remote_plugins/2_156/permission.py:496 #: ipaclient/remote_plugins/2_156/permission.py:740 #: ipaclient/remote_plugins/2_156/permission.py:955 #: ipaclient/remote_plugins/2_156/permission.py:1013 #: ipaclient/remote_plugins/2_156/permission.py:1080 #: ipaclient/remote_plugins/2_156/privilege.py:119 #: ipaclient/remote_plugins/2_156/privilege.py:171 #: ipaclient/remote_plugins/2_156/privilege.py:231 #: ipaclient/remote_plugins/2_156/privilege.py:353 #: ipaclient/remote_plugins/2_156/privilege.py:452 #: ipaclient/remote_plugins/2_156/privilege.py:510 #: ipaclient/remote_plugins/2_156/privilege.py:570 #: ipaclient/remote_plugins/2_156/privilege.py:637 #: ipaclient/remote_plugins/2_156/role.py:153 #: ipaclient/remote_plugins/2_156/role.py:203 #: ipaclient/remote_plugins/2_156/role.py:299 #: ipaclient/remote_plugins/2_156/role.py:421 #: ipaclient/remote_plugins/2_156/role.py:520 #: ipaclient/remote_plugins/2_156/role.py:576 #: ipaclient/remote_plugins/2_156/role.py:672 #: ipaclient/remote_plugins/2_156/role.py:739 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:212 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:262 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:331 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:558 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:691 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:741 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:810 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:886 #: ipaclient/remote_plugins/2_156/service.py:248 #: ipaclient/remote_plugins/2_156/service.py:300 #: ipaclient/remote_plugins/2_156/service.py:361 #: ipaclient/remote_plugins/2_156/service.py:423 #: ipaclient/remote_plugins/2_156/service.py:512 #: ipaclient/remote_plugins/2_156/service.py:673 #: ipaclient/remote_plugins/2_156/service.py:762 #: ipaclient/remote_plugins/2_156/service.py:878 #: ipaclient/remote_plugins/2_156/service.py:1019 #: ipaclient/remote_plugins/2_156/service.py:1071 #: ipaclient/remote_plugins/2_156/service.py:1132 #: ipaclient/remote_plugins/2_156/service.py:1206 #: ipaclient/remote_plugins/2_156/servicedelegation.py:147 #: ipaclient/remote_plugins/2_156/servicedelegation.py:197 #: ipaclient/remote_plugins/2_156/servicedelegation.py:257 #: ipaclient/remote_plugins/2_156/servicedelegation.py:372 #: ipaclient/remote_plugins/2_156/servicedelegation.py:436 #: ipaclient/remote_plugins/2_156/servicedelegation.py:496 #: ipaclient/remote_plugins/2_156/servicedelegation.py:563 #: ipaclient/remote_plugins/2_156/stageuser.py:368 #: ipaclient/remote_plugins/2_156/stageuser.py:678 #: ipaclient/remote_plugins/2_156/stageuser.py:1006 #: ipaclient/remote_plugins/2_156/stageuser.py:1406 #: ipaclient/remote_plugins/2_156/stageuser.py:1473 #: ipaclient/remote_plugins/2_156/sudocmd.py:107 #: ipaclient/remote_plugins/2_156/sudocmd.py:219 #: ipaclient/remote_plugins/2_156/sudocmd.py:318 #: ipaclient/remote_plugins/2_156/sudocmd.py:375 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:127 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:178 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:302 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:402 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:453 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:521 #: ipaclient/remote_plugins/2_156/sudorule.py:355 #: ipaclient/remote_plugins/2_156/sudorule.py:405 #: ipaclient/remote_plugins/2_156/sudorule.py:474 #: ipaclient/remote_plugins/2_156/sudorule.py:543 #: ipaclient/remote_plugins/2_156/sudorule.py:623 #: ipaclient/remote_plugins/2_156/sudorule.py:673 #: ipaclient/remote_plugins/2_156/sudorule.py:733 #: ipaclient/remote_plugins/2_156/sudorule.py:802 #: ipaclient/remote_plugins/2_156/sudorule.py:1053 #: ipaclient/remote_plugins/2_156/sudorule.py:1232 #: ipaclient/remote_plugins/2_156/sudorule.py:1282 #: ipaclient/remote_plugins/2_156/sudorule.py:1351 #: ipaclient/remote_plugins/2_156/sudorule.py:1420 #: ipaclient/remote_plugins/2_156/sudorule.py:1500 #: ipaclient/remote_plugins/2_156/sudorule.py:1550 #: ipaclient/remote_plugins/2_156/sudorule.py:1610 #: ipaclient/remote_plugins/2_156/sudorule.py:1679 #: ipaclient/remote_plugins/2_156/sudorule.py:1755 #: ipaclient/remote_plugins/2_156/user.py:641 #: ipaclient/remote_plugins/2_156/user.py:693 #: ipaclient/remote_plugins/2_156/user.py:1120 #: ipaclient/remote_plugins/2_156/user.py:1526 #: ipaclient/remote_plugins/2_156/user.py:1586 #: ipaclient/remote_plugins/2_156/user.py:1659 #: ipaclient/remote_plugins/2_156/user.py:1771 #: ipaclient/remote_plugins/2_156/vault.py:411 #: ipaclient/remote_plugins/2_156/vault.py:480 #: ipaclient/remote_plugins/2_156/vault.py:576 #: ipaclient/remote_plugins/2_156/vault.py:850 #: ipaclient/remote_plugins/2_156/vault.py:991 #: ipaclient/remote_plugins/2_156/vault.py:1060 #: ipaclient/remote_plugins/2_156/vault.py:1156 #: ipaclient/remote_plugins/2_156/vault.py:1325 #: ipaclient/remote_plugins/2_156/vault.py:1428 #: ipaclient/remote_plugins/2_156/vault.py:1565 #: ipaclient/remote_plugins/2_156/vault.py:1661 #: ipaclient/remote_plugins/2_156/otptoken.py:332 #: ipaclient/remote_plugins/2_156/otptoken.py:382 #: ipaclient/remote_plugins/2_156/otptoken.py:603 #: ipaclient/remote_plugins/2_156/otptoken.py:751 #: ipaclient/remote_plugins/2_156/otptoken.py:807 #: ipaclient/remote_plugins/2_156/otptoken.py:874 #: ipaclient/remote_plugins/2_164/caacl.py:216 #: ipaclient/remote_plugins/2_164/caacl.py:266 #: ipaclient/remote_plugins/2_164/caacl.py:335 #: ipaclient/remote_plugins/2_164/caacl.py:395 #: ipaclient/remote_plugins/2_164/caacl.py:455 #: ipaclient/remote_plugins/2_164/caacl.py:685 #: ipaclient/remote_plugins/2_164/caacl.py:821 #: ipaclient/remote_plugins/2_164/caacl.py:871 #: ipaclient/remote_plugins/2_164/caacl.py:940 #: ipaclient/remote_plugins/2_164/caacl.py:1000 #: ipaclient/remote_plugins/2_164/caacl.py:1060 #: ipaclient/remote_plugins/2_164/caacl.py:1136 #: ipaclient/remote_plugins/2_164/group.py:264 #: ipaclient/remote_plugins/2_164/group.py:323 #: ipaclient/remote_plugins/2_164/group.py:519 #: ipaclient/remote_plugins/2_164/group.py:750 #: ipaclient/remote_plugins/2_164/group.py:816 #: ipaclient/remote_plugins/2_164/group.py:893 #: ipaclient/remote_plugins/2_164/hbacrule.py:276 #: ipaclient/remote_plugins/2_164/hbacrule.py:326 #: ipaclient/remote_plugins/2_164/hbacrule.py:395 #: ipaclient/remote_plugins/2_164/hbacrule.py:464 #: ipaclient/remote_plugins/2_164/hbacrule.py:533 #: ipaclient/remote_plugins/2_164/hbacrule.py:790 #: ipaclient/remote_plugins/2_164/hbacrule.py:953 #: ipaclient/remote_plugins/2_164/hbacrule.py:1003 #: ipaclient/remote_plugins/2_164/hbacrule.py:1072 #: ipaclient/remote_plugins/2_164/hbacrule.py:1141 #: ipaclient/remote_plugins/2_164/hbacrule.py:1210 #: ipaclient/remote_plugins/2_164/hbacrule.py:1286 #: ipaclient/remote_plugins/2_164/hbacsvc.py:118 #: ipaclient/remote_plugins/2_164/hbacsvc.py:234 #: ipaclient/remote_plugins/2_164/hbacsvc.py:335 #: ipaclient/remote_plugins/2_164/hbacsvc.py:394 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:115 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:166 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:290 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:390 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:441 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:509 #: ipaclient/remote_plugins/2_164/host.py:450 #: ipaclient/remote_plugins/2_164/host.py:501 #: ipaclient/remote_plugins/2_164/host.py:561 #: ipaclient/remote_plugins/2_164/host.py:622 #: ipaclient/remote_plugins/2_164/host.py:710 #: ipaclient/remote_plugins/2_164/host.py:875 #: ipaclient/remote_plugins/2_164/host.py:963 #: ipaclient/remote_plugins/2_164/host.py:1141 #: ipaclient/remote_plugins/2_164/host.py:1477 #: ipaclient/remote_plugins/2_164/host.py:1528 #: ipaclient/remote_plugins/2_164/host.py:1588 #: ipaclient/remote_plugins/2_164/host.py:1661 #: ipaclient/remote_plugins/2_164/hostgroup.py:176 #: ipaclient/remote_plugins/2_164/hostgroup.py:228 #: ipaclient/remote_plugins/2_164/hostgroup.py:363 #: ipaclient/remote_plugins/2_164/hostgroup.py:560 #: ipaclient/remote_plugins/2_164/hostgroup.py:612 #: ipaclient/remote_plugins/2_164/hostgroup.py:690 #: ipaclient/remote_plugins/2_164/netgroup.py:206 #: ipaclient/remote_plugins/2_164/netgroup.py:257 #: ipaclient/remote_plugins/2_164/netgroup.py:466 #: ipaclient/remote_plugins/2_164/netgroup.py:691 #: ipaclient/remote_plugins/2_164/netgroup.py:742 #: ipaclient/remote_plugins/2_164/netgroup.py:846 #: ipaclient/remote_plugins/2_164/permission.py:377 #: ipaclient/remote_plugins/2_164/permission.py:429 #: ipaclient/remote_plugins/2_164/permission.py:496 #: ipaclient/remote_plugins/2_164/permission.py:740 #: ipaclient/remote_plugins/2_164/permission.py:955 #: ipaclient/remote_plugins/2_164/permission.py:1013 #: ipaclient/remote_plugins/2_164/permission.py:1080 #: ipaclient/remote_plugins/2_164/privilege.py:119 #: ipaclient/remote_plugins/2_164/privilege.py:171 #: ipaclient/remote_plugins/2_164/privilege.py:231 #: ipaclient/remote_plugins/2_164/privilege.py:353 #: ipaclient/remote_plugins/2_164/privilege.py:452 #: ipaclient/remote_plugins/2_164/privilege.py:510 #: ipaclient/remote_plugins/2_164/privilege.py:570 #: ipaclient/remote_plugins/2_164/privilege.py:637 #: ipaclient/remote_plugins/2_164/role.py:153 #: ipaclient/remote_plugins/2_164/role.py:203 #: ipaclient/remote_plugins/2_164/role.py:299 #: ipaclient/remote_plugins/2_164/role.py:421 #: ipaclient/remote_plugins/2_164/role.py:520 #: ipaclient/remote_plugins/2_164/role.py:576 #: ipaclient/remote_plugins/2_164/role.py:672 #: ipaclient/remote_plugins/2_164/role.py:739 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:212 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:262 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:331 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:558 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:691 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:741 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:810 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:886 #: ipaclient/remote_plugins/2_164/server.py:210 #: ipaclient/remote_plugins/2_164/server.py:298 #: ipaclient/remote_plugins/2_164/service.py:248 #: ipaclient/remote_plugins/2_164/service.py:300 #: ipaclient/remote_plugins/2_164/service.py:361 #: ipaclient/remote_plugins/2_164/service.py:423 #: ipaclient/remote_plugins/2_164/service.py:512 #: ipaclient/remote_plugins/2_164/service.py:673 #: ipaclient/remote_plugins/2_164/service.py:762 #: ipaclient/remote_plugins/2_164/service.py:878 #: ipaclient/remote_plugins/2_164/service.py:1019 #: ipaclient/remote_plugins/2_164/service.py:1071 #: ipaclient/remote_plugins/2_164/service.py:1132 #: ipaclient/remote_plugins/2_164/service.py:1206 #: ipaclient/remote_plugins/2_164/servicedelegation.py:147 #: ipaclient/remote_plugins/2_164/servicedelegation.py:197 #: ipaclient/remote_plugins/2_164/servicedelegation.py:257 #: ipaclient/remote_plugins/2_164/servicedelegation.py:372 #: ipaclient/remote_plugins/2_164/servicedelegation.py:436 #: ipaclient/remote_plugins/2_164/servicedelegation.py:496 #: ipaclient/remote_plugins/2_164/servicedelegation.py:563 #: ipaclient/remote_plugins/2_164/stageuser.py:368 #: ipaclient/remote_plugins/2_164/stageuser.py:678 #: ipaclient/remote_plugins/2_164/stageuser.py:730 #: ipaclient/remote_plugins/2_164/stageuser.py:1068 #: ipaclient/remote_plugins/2_164/stageuser.py:1468 #: ipaclient/remote_plugins/2_164/stageuser.py:1528 #: ipaclient/remote_plugins/2_164/stageuser.py:1597 #: ipaclient/remote_plugins/2_164/sudocmd.py:107 #: ipaclient/remote_plugins/2_164/sudocmd.py:219 #: ipaclient/remote_plugins/2_164/sudocmd.py:318 #: ipaclient/remote_plugins/2_164/sudocmd.py:375 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:127 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:178 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:302 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:402 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:453 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:521 #: ipaclient/remote_plugins/2_164/sudorule.py:355 #: ipaclient/remote_plugins/2_164/sudorule.py:405 #: ipaclient/remote_plugins/2_164/sudorule.py:474 #: ipaclient/remote_plugins/2_164/sudorule.py:543 #: ipaclient/remote_plugins/2_164/sudorule.py:623 #: ipaclient/remote_plugins/2_164/sudorule.py:673 #: ipaclient/remote_plugins/2_164/sudorule.py:733 #: ipaclient/remote_plugins/2_164/sudorule.py:802 #: ipaclient/remote_plugins/2_164/sudorule.py:1053 #: ipaclient/remote_plugins/2_164/sudorule.py:1232 #: ipaclient/remote_plugins/2_164/sudorule.py:1282 #: ipaclient/remote_plugins/2_164/sudorule.py:1351 #: ipaclient/remote_plugins/2_164/sudorule.py:1420 #: ipaclient/remote_plugins/2_164/sudorule.py:1500 #: ipaclient/remote_plugins/2_164/sudorule.py:1550 #: ipaclient/remote_plugins/2_164/sudorule.py:1610 #: ipaclient/remote_plugins/2_164/sudorule.py:1679 #: ipaclient/remote_plugins/2_164/sudorule.py:1755 #: ipaclient/remote_plugins/2_164/user.py:641 #: ipaclient/remote_plugins/2_164/user.py:693 #: ipaclient/remote_plugins/2_164/user.py:754 #: ipaclient/remote_plugins/2_164/user.py:1182 #: ipaclient/remote_plugins/2_164/user.py:1588 #: ipaclient/remote_plugins/2_164/user.py:1648 #: ipaclient/remote_plugins/2_164/user.py:1709 #: ipaclient/remote_plugins/2_164/user.py:1783 #: ipaclient/remote_plugins/2_164/user.py:1895 #: ipaclient/remote_plugins/2_164/vault.py:411 #: ipaclient/remote_plugins/2_164/vault.py:480 #: ipaclient/remote_plugins/2_164/vault.py:576 #: ipaclient/remote_plugins/2_164/vault.py:850 #: ipaclient/remote_plugins/2_164/vault.py:991 #: ipaclient/remote_plugins/2_164/vault.py:1060 #: ipaclient/remote_plugins/2_164/vault.py:1156 #: ipaclient/remote_plugins/2_164/vault.py:1325 #: ipaclient/remote_plugins/2_164/vault.py:1428 #: ipaclient/remote_plugins/2_164/vault.py:1565 #: ipaclient/remote_plugins/2_164/vault.py:1661 #: ipaclient/remote_plugins/2_164/otptoken.py:332 #: ipaclient/remote_plugins/2_164/otptoken.py:382 #: ipaclient/remote_plugins/2_164/otptoken.py:603 #: ipaclient/remote_plugins/2_164/otptoken.py:751 #: ipaclient/remote_plugins/2_164/otptoken.py:807 #: ipaclient/remote_plugins/2_164/otptoken.py:874 msgid "Suppress processing of membership attributes." msgstr "Подавить обработку атрибутов участия." #: ipaserver/plugins/baseldap.py:1281 #: ipaclient/remote_plugins/2_114/automount.py:268 #: ipaclient/remote_plugins/2_114/automount.py:635 #: ipaclient/remote_plugins/2_114/automount.py:980 #: ipaclient/remote_plugins/2_114/group.py:380 #: ipaclient/remote_plugins/2_114/hbacrule.py:589 #: ipaclient/remote_plugins/2_114/hbacsvc.py:157 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:214 #: ipaclient/remote_plugins/2_114/host.py:723 #: ipaclient/remote_plugins/2_114/hostgroup.py:286 #: ipaclient/remote_plugins/2_114/netgroup.py:341 #: ipaclient/remote_plugins/2_114/permission.py:507 #: ipaclient/remote_plugins/2_114/privilege.py:278 #: ipaclient/remote_plugins/2_114/pwpolicy.py:221 #: ipaclient/remote_plugins/2_114/pwpolicy.py:585 #: ipaclient/remote_plugins/2_114/radiusproxy.py:210 #: ipaclient/remote_plugins/2_114/role.py:346 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:387 #: ipaclient/remote_plugins/2_114/service.py:525 #: ipaclient/remote_plugins/2_114/sudocmd.py:144 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:226 #: ipaclient/remote_plugins/2_114/sudorule.py:858 #: ipaclient/remote_plugins/2_114/trust.py:365 #: ipaclient/remote_plugins/2_114/trust.py:957 #: ipaclient/remote_plugins/2_114/user.py:660 #: ipaclient/remote_plugins/2_114/otptoken.py:429 #: ipaclient/remote_plugins/2_114/dns.py:1385 #: ipaclient/remote_plugins/2_114/dns.py:3043 #: ipaclient/remote_plugins/2_114/dns.py:4695 #: ipaclient/remote_plugins/2_114/idrange.py:331 #: ipaclient/remote_plugins/2_114/idviews.py:236 #: ipaclient/remote_plugins/2_114/idviews.py:653 #: ipaclient/remote_plugins/2_114/idviews.py:1127 #: ipaclient/remote_plugins/2_156/automount.py:268 #: ipaclient/remote_plugins/2_156/automount.py:635 #: ipaclient/remote_plugins/2_156/automount.py:980 #: ipaclient/remote_plugins/2_156/caacl.py:511 #: ipaclient/remote_plugins/2_156/certprofile.py:112 #: ipaclient/remote_plugins/2_156/group.py:380 #: ipaclient/remote_plugins/2_156/hbacrule.py:589 #: ipaclient/remote_plugins/2_156/hbacsvc.py:157 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:214 #: ipaclient/remote_plugins/2_156/host.py:785 #: ipaclient/remote_plugins/2_156/hostgroup.py:286 #: ipaclient/remote_plugins/2_156/netgroup.py:341 #: ipaclient/remote_plugins/2_156/permission.py:533 #: ipaclient/remote_plugins/2_156/privilege.py:278 #: ipaclient/remote_plugins/2_156/pwpolicy.py:221 #: ipaclient/remote_plugins/2_156/pwpolicy.py:585 #: ipaclient/remote_plugins/2_156/radiusproxy.py:210 #: ipaclient/remote_plugins/2_156/role.py:346 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:387 #: ipaclient/remote_plugins/2_156/server.py:80 #: ipaclient/remote_plugins/2_156/service.py:588 #: ipaclient/remote_plugins/2_156/servicedelegation.py:304 #: ipaclient/remote_plugins/2_156/servicedelegation.py:710 #: ipaclient/remote_plugins/2_156/stageuser.py:717 #: ipaclient/remote_plugins/2_156/sudocmd.py:144 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:226 #: ipaclient/remote_plugins/2_156/sudorule.py:858 #: ipaclient/remote_plugins/2_156/topology.py:259 #: ipaclient/remote_plugins/2_156/topology.py:761 #: ipaclient/remote_plugins/2_156/trust.py:373 #: ipaclient/remote_plugins/2_156/trust.py:971 #: ipaclient/remote_plugins/2_156/user.py:741 #: ipaclient/remote_plugins/2_156/user.py:1698 #: ipaclient/remote_plugins/2_156/vault.py:714 #: ipaclient/remote_plugins/2_156/vault.py:1484 #: ipaclient/remote_plugins/2_156/otptoken.py:429 #: ipaclient/remote_plugins/2_156/dns.py:1350 #: ipaclient/remote_plugins/2_156/dns.py:2913 #: ipaclient/remote_plugins/2_156/dns.py:4470 #: ipaclient/remote_plugins/2_156/idrange.py:335 #: ipaclient/remote_plugins/2_156/idviews.py:244 #: ipaclient/remote_plugins/2_156/idviews.py:701 #: ipaclient/remote_plugins/2_156/idviews.py:1207 #: ipaclient/remote_plugins/2_164/automount.py:268 #: ipaclient/remote_plugins/2_164/automount.py:635 #: ipaclient/remote_plugins/2_164/automount.py:980 #: ipaclient/remote_plugins/2_164/caacl.py:511 #: ipaclient/remote_plugins/2_164/certprofile.py:112 #: ipaclient/remote_plugins/2_164/group.py:380 #: ipaclient/remote_plugins/2_164/hbacrule.py:589 #: ipaclient/remote_plugins/2_164/hbacsvc.py:157 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:214 #: ipaclient/remote_plugins/2_164/host.py:785 #: ipaclient/remote_plugins/2_164/hostgroup.py:286 #: ipaclient/remote_plugins/2_164/netgroup.py:341 #: ipaclient/remote_plugins/2_164/permission.py:533 #: ipaclient/remote_plugins/2_164/privilege.py:278 #: ipaclient/remote_plugins/2_164/pwpolicy.py:221 #: ipaclient/remote_plugins/2_164/pwpolicy.py:585 #: ipaclient/remote_plugins/2_164/radiusproxy.py:210 #: ipaclient/remote_plugins/2_164/role.py:346 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:387 #: ipaclient/remote_plugins/2_164/server.py:127 #: ipaclient/remote_plugins/2_164/service.py:588 #: ipaclient/remote_plugins/2_164/servicedelegation.py:304 #: ipaclient/remote_plugins/2_164/servicedelegation.py:710 #: ipaclient/remote_plugins/2_164/stageuser.py:779 #: ipaclient/remote_plugins/2_164/sudocmd.py:144 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:226 #: ipaclient/remote_plugins/2_164/sudorule.py:858 #: ipaclient/remote_plugins/2_164/topology.py:305 #: ipaclient/remote_plugins/2_164/topology.py:798 #: ipaclient/remote_plugins/2_164/trust.py:373 #: ipaclient/remote_plugins/2_164/trust.py:971 #: ipaclient/remote_plugins/2_164/user.py:803 #: ipaclient/remote_plugins/2_164/user.py:1822 #: ipaclient/remote_plugins/2_164/vault.py:714 #: ipaclient/remote_plugins/2_164/vault.py:1484 #: ipaclient/remote_plugins/2_164/otptoken.py:429 #: ipaclient/remote_plugins/2_164/dns.py:1358 #: ipaclient/remote_plugins/2_164/dns.py:2921 #: ipaclient/remote_plugins/2_164/dns.py:4489 #: ipaclient/remote_plugins/2_164/idrange.py:335 #: ipaclient/remote_plugins/2_164/idviews.py:244 #: ipaclient/remote_plugins/2_164/idviews.py:701 #: ipaclient/remote_plugins/2_164/idviews.py:1207 #: ipaclient/remote_plugins/2_49/automount.py:265 #: ipaclient/remote_plugins/2_49/automount.py:631 #: ipaclient/remote_plugins/2_49/automount.py:976 #: ipaclient/remote_plugins/2_49/group.py:365 #: ipaclient/remote_plugins/2_49/hbacrule.py:549 #: ipaclient/remote_plugins/2_49/hbacsvc.py:151 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:203 #: ipaclient/remote_plugins/2_49/hostgroup.py:271 #: ipaclient/remote_plugins/2_49/netgroup.py:326 #: ipaclient/remote_plugins/2_49/permission.py:371 #: ipaclient/remote_plugins/2_49/privilege.py:256 #: ipaclient/remote_plugins/2_49/pwpolicy.py:222 #: ipaclient/remote_plugins/2_49/pwpolicy.py:591 #: ipaclient/remote_plugins/2_49/role.py:310 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:367 #: ipaclient/remote_plugins/2_49/service.py:263 #: ipaclient/remote_plugins/2_49/sudocmd.py:138 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:211 #: ipaclient/remote_plugins/2_49/sudorule.py:744 #: ipaclient/remote_plugins/2_49/trust.py:290 #: ipaclient/remote_plugins/2_49/user.py:546 #: ipaclient/remote_plugins/2_49/dns.py:2655 #: ipaclient/remote_plugins/2_49/dns.py:4411 #: ipaclient/remote_plugins/2_49/idrange.py:318 msgid "Continuous mode: Don't stop on errors." msgstr "Режим непрерывной работы: не останавливаться в случае ошибок" #: ipaserver/plugins/baseldap.py:1302 ipaserver/plugins/baseldap.py:1377 #: ipaclient/remote_plugins/2_114/automember.py:585 #: ipaclient/remote_plugins/2_114/automount.py:443 #: ipaclient/remote_plugins/2_114/automount.py:513 #: ipaclient/remote_plugins/2_114/automount.py:748 #: ipaclient/remote_plugins/2_114/automount.py:1138 #: ipaclient/remote_plugins/2_114/automount.py:1195 #: ipaclient/remote_plugins/2_114/config.py:332 #: ipaclient/remote_plugins/2_114/config.py:375 #: ipaclient/remote_plugins/2_114/group.py:717 #: ipaclient/remote_plugins/2_114/group.py:872 #: ipaclient/remote_plugins/2_114/hbacrule.py:932 #: ipaclient/remote_plugins/2_114/hbacrule.py:1265 #: ipaclient/remote_plugins/2_114/hbacsvc.py:314 #: ipaclient/remote_plugins/2_114/hbacsvc.py:373 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:369 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:488 #: ipaclient/remote_plugins/2_114/host.py:1378 #: ipaclient/remote_plugins/2_114/host.py:1511 #: ipaclient/remote_plugins/2_114/hostgroup.py:539 #: ipaclient/remote_plugins/2_114/hostgroup.py:669 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:136 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:233 #: ipaclient/remote_plugins/2_114/netgroup.py:670 #: ipaclient/remote_plugins/2_114/netgroup.py:825 #: ipaclient/remote_plugins/2_114/otpconfig.py:130 #: ipaclient/remote_plugins/2_114/otpconfig.py:173 #: ipaclient/remote_plugins/2_114/permission.py:880 #: ipaclient/remote_plugins/2_114/permission.py:1005 #: ipaclient/remote_plugins/2_114/privilege.py:431 #: ipaclient/remote_plugins/2_114/privilege.py:616 #: ipaclient/remote_plugins/2_114/pwpolicy.py:365 #: ipaclient/remote_plugins/2_114/pwpolicy.py:413 #: ipaclient/remote_plugins/2_114/pwpolicy.py:846 #: ipaclient/remote_plugins/2_114/pwpolicy.py:898 #: ipaclient/remote_plugins/2_114/radiusproxy.py:432 #: ipaclient/remote_plugins/2_114/radiusproxy.py:488 #: ipaclient/remote_plugins/2_114/realmdomains.py:112 #: ipaclient/remote_plugins/2_114/realmdomains.py:162 #: ipaclient/remote_plugins/2_114/role.py:499 #: ipaclient/remote_plugins/2_114/role.py:718 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:670 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:865 #: ipaclient/remote_plugins/2_114/service.py:934 #: ipaclient/remote_plugins/2_114/service.py:1055 #: ipaclient/remote_plugins/2_114/sudocmd.py:297 #: ipaclient/remote_plugins/2_114/sudocmd.py:354 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:381 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:500 #: ipaclient/remote_plugins/2_114/sudorule.py:1211 #: ipaclient/remote_plugins/2_114/sudorule.py:1734 #: ipaclient/remote_plugins/2_114/trust.py:401 #: ipaclient/remote_plugins/2_114/trust.py:598 #: ipaclient/remote_plugins/2_114/trust.py:682 #: ipaclient/remote_plugins/2_114/trust.py:752 #: ipaclient/remote_plugins/2_114/trust.py:803 #: ipaclient/remote_plugins/2_114/trust.py:1209 #: ipaclient/remote_plugins/2_114/user.py:1397 #: ipaclient/remote_plugins/2_114/user.py:1464 #: ipaclient/remote_plugins/2_114/otptoken.py:730 #: ipaclient/remote_plugins/2_114/otptoken.py:853 #: ipaclient/remote_plugins/2_114/dns.py:1165 #: ipaclient/remote_plugins/2_114/dns.py:1208 #: ipaclient/remote_plugins/2_114/dns.py:1650 #: ipaclient/remote_plugins/2_114/dns.py:1742 #: ipaclient/remote_plugins/2_114/dns.py:4285 #: ipaclient/remote_plugins/2_114/dns.py:4358 #: ipaclient/remote_plugins/2_114/dns.py:5241 #: ipaclient/remote_plugins/2_114/dns.py:5340 #: ipaclient/remote_plugins/2_114/idrange.py:525 #: ipaclient/remote_plugins/2_114/idrange.py:587 #: ipaclient/remote_plugins/2_114/idviews.py:418 #: ipaclient/remote_plugins/2_114/idviews.py:479 #: ipaclient/remote_plugins/2_114/idviews.py:899 #: ipaclient/remote_plugins/2_114/idviews.py:960 #: ipaclient/remote_plugins/2_114/idviews.py:1271 #: ipaclient/remote_plugins/2_114/idviews.py:1327 #: ipaclient/remote_plugins/2_156/automember.py:585 #: ipaclient/remote_plugins/2_156/automount.py:443 #: ipaclient/remote_plugins/2_156/automount.py:513 #: ipaclient/remote_plugins/2_156/automount.py:748 #: ipaclient/remote_plugins/2_156/automount.py:1138 #: ipaclient/remote_plugins/2_156/automount.py:1195 #: ipaclient/remote_plugins/2_156/caacl.py:800 #: ipaclient/remote_plugins/2_156/caacl.py:1115 #: ipaclient/remote_plugins/2_156/certprofile.py:337 #: ipaclient/remote_plugins/2_156/certprofile.py:393 #: ipaclient/remote_plugins/2_156/config.py:332 #: ipaclient/remote_plugins/2_156/config.py:375 #: ipaclient/remote_plugins/2_156/group.py:717 #: ipaclient/remote_plugins/2_156/group.py:872 #: ipaclient/remote_plugins/2_156/hbacrule.py:932 #: ipaclient/remote_plugins/2_156/hbacrule.py:1265 #: ipaclient/remote_plugins/2_156/hbacsvc.py:314 #: ipaclient/remote_plugins/2_156/hbacsvc.py:373 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:369 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:488 #: ipaclient/remote_plugins/2_156/host.py:1442 #: ipaclient/remote_plugins/2_156/host.py:1635 #: ipaclient/remote_plugins/2_156/hostgroup.py:539 #: ipaclient/remote_plugins/2_156/hostgroup.py:669 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:136 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:233 #: ipaclient/remote_plugins/2_156/netgroup.py:670 #: ipaclient/remote_plugins/2_156/netgroup.py:825 #: ipaclient/remote_plugins/2_156/otpconfig.py:130 #: ipaclient/remote_plugins/2_156/otpconfig.py:173 #: ipaclient/remote_plugins/2_156/permission.py:934 #: ipaclient/remote_plugins/2_156/permission.py:1059 #: ipaclient/remote_plugins/2_156/privilege.py:431 #: ipaclient/remote_plugins/2_156/privilege.py:616 #: ipaclient/remote_plugins/2_156/pwpolicy.py:365 #: ipaclient/remote_plugins/2_156/pwpolicy.py:413 #: ipaclient/remote_plugins/2_156/pwpolicy.py:846 #: ipaclient/remote_plugins/2_156/pwpolicy.py:898 #: ipaclient/remote_plugins/2_156/radiusproxy.py:432 #: ipaclient/remote_plugins/2_156/radiusproxy.py:488 #: ipaclient/remote_plugins/2_156/realmdomains.py:112 #: ipaclient/remote_plugins/2_156/realmdomains.py:162 #: ipaclient/remote_plugins/2_156/role.py:499 #: ipaclient/remote_plugins/2_156/role.py:718 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:670 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:865 #: ipaclient/remote_plugins/2_156/server.py:213 #: ipaclient/remote_plugins/2_156/service.py:998 #: ipaclient/remote_plugins/2_156/service.py:1180 #: ipaclient/remote_plugins/2_156/servicedelegation.py:542 #: ipaclient/remote_plugins/2_156/servicedelegation.py:874 #: ipaclient/remote_plugins/2_156/stageuser.py:1385 #: ipaclient/remote_plugins/2_156/stageuser.py:1452 #: ipaclient/remote_plugins/2_156/sudocmd.py:297 #: ipaclient/remote_plugins/2_156/sudocmd.py:354 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:381 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:500 #: ipaclient/remote_plugins/2_156/sudorule.py:1211 #: ipaclient/remote_plugins/2_156/sudorule.py:1734 #: ipaclient/remote_plugins/2_156/topology.py:517 #: ipaclient/remote_plugins/2_156/topology.py:643 #: ipaclient/remote_plugins/2_156/topology.py:911 #: ipaclient/remote_plugins/2_156/topology.py:963 #: ipaclient/remote_plugins/2_156/trust.py:409 #: ipaclient/remote_plugins/2_156/trust.py:612 #: ipaclient/remote_plugins/2_156/trust.py:696 #: ipaclient/remote_plugins/2_156/trust.py:766 #: ipaclient/remote_plugins/2_156/trust.py:817 #: ipaclient/remote_plugins/2_156/trust.py:1223 #: ipaclient/remote_plugins/2_156/user.py:1505 #: ipaclient/remote_plugins/2_156/user.py:1633 #: ipaclient/remote_plugins/2_156/vault.py:951 #: ipaclient/remote_plugins/2_156/vault.py:1285 #: ipaclient/remote_plugins/2_156/vault.py:1621 #: ipaclient/remote_plugins/2_156/otptoken.py:730 #: ipaclient/remote_plugins/2_156/otptoken.py:853 #: ipaclient/remote_plugins/2_156/dns.py:1130 #: ipaclient/remote_plugins/2_156/dns.py:1173 #: ipaclient/remote_plugins/2_156/dns.py:1615 #: ipaclient/remote_plugins/2_156/dns.py:1707 #: ipaclient/remote_plugins/2_156/dns.py:4060 #: ipaclient/remote_plugins/2_156/dns.py:4133 #: ipaclient/remote_plugins/2_156/dns.py:5016 #: ipaclient/remote_plugins/2_156/dns.py:5115 #: ipaclient/remote_plugins/2_156/idrange.py:544 #: ipaclient/remote_plugins/2_156/idrange.py:606 #: ipaclient/remote_plugins/2_156/idviews.py:442 #: ipaclient/remote_plugins/2_156/idviews.py:511 #: ipaclient/remote_plugins/2_156/idviews.py:963 #: ipaclient/remote_plugins/2_156/idviews.py:1032 #: ipaclient/remote_plugins/2_156/idviews.py:1351 #: ipaclient/remote_plugins/2_156/idviews.py:1407 #: ipaclient/remote_plugins/2_164/automember.py:585 #: ipaclient/remote_plugins/2_164/automount.py:443 #: ipaclient/remote_plugins/2_164/automount.py:513 #: ipaclient/remote_plugins/2_164/automount.py:748 #: ipaclient/remote_plugins/2_164/automount.py:1138 #: ipaclient/remote_plugins/2_164/automount.py:1195 #: ipaclient/remote_plugins/2_164/caacl.py:800 #: ipaclient/remote_plugins/2_164/caacl.py:1115 #: ipaclient/remote_plugins/2_164/certprofile.py:337 #: ipaclient/remote_plugins/2_164/certprofile.py:393 #: ipaclient/remote_plugins/2_164/config.py:332 #: ipaclient/remote_plugins/2_164/config.py:375 #: ipaclient/remote_plugins/2_164/group.py:717 #: ipaclient/remote_plugins/2_164/group.py:872 #: ipaclient/remote_plugins/2_164/hbacrule.py:932 #: ipaclient/remote_plugins/2_164/hbacrule.py:1265 #: ipaclient/remote_plugins/2_164/hbacsvc.py:314 #: ipaclient/remote_plugins/2_164/hbacsvc.py:373 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:369 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:488 #: ipaclient/remote_plugins/2_164/host.py:1442 #: ipaclient/remote_plugins/2_164/host.py:1635 #: ipaclient/remote_plugins/2_164/hostgroup.py:539 #: ipaclient/remote_plugins/2_164/hostgroup.py:669 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:136 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:233 #: ipaclient/remote_plugins/2_164/netgroup.py:670 #: ipaclient/remote_plugins/2_164/netgroup.py:825 #: ipaclient/remote_plugins/2_164/otpconfig.py:130 #: ipaclient/remote_plugins/2_164/otpconfig.py:173 #: ipaclient/remote_plugins/2_164/permission.py:934 #: ipaclient/remote_plugins/2_164/permission.py:1059 #: ipaclient/remote_plugins/2_164/privilege.py:431 #: ipaclient/remote_plugins/2_164/privilege.py:616 #: ipaclient/remote_plugins/2_164/pwpolicy.py:365 #: ipaclient/remote_plugins/2_164/pwpolicy.py:413 #: ipaclient/remote_plugins/2_164/pwpolicy.py:846 #: ipaclient/remote_plugins/2_164/pwpolicy.py:898 #: ipaclient/remote_plugins/2_164/radiusproxy.py:432 #: ipaclient/remote_plugins/2_164/radiusproxy.py:488 #: ipaclient/remote_plugins/2_164/realmdomains.py:112 #: ipaclient/remote_plugins/2_164/realmdomains.py:162 #: ipaclient/remote_plugins/2_164/role.py:499 #: ipaclient/remote_plugins/2_164/role.py:718 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:670 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:865 #: ipaclient/remote_plugins/2_164/server.py:277 #: ipaclient/remote_plugins/2_164/service.py:998 #: ipaclient/remote_plugins/2_164/service.py:1180 #: ipaclient/remote_plugins/2_164/servicedelegation.py:542 #: ipaclient/remote_plugins/2_164/servicedelegation.py:874 #: ipaclient/remote_plugins/2_164/stageuser.py:1447 #: ipaclient/remote_plugins/2_164/stageuser.py:1576 #: ipaclient/remote_plugins/2_164/sudocmd.py:297 #: ipaclient/remote_plugins/2_164/sudocmd.py:354 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:381 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:500 #: ipaclient/remote_plugins/2_164/sudorule.py:1211 #: ipaclient/remote_plugins/2_164/sudorule.py:1734 #: ipaclient/remote_plugins/2_164/topology.py:559 #: ipaclient/remote_plugins/2_164/topology.py:681 #: ipaclient/remote_plugins/2_164/topology.py:944 #: ipaclient/remote_plugins/2_164/topology.py:994 #: ipaclient/remote_plugins/2_164/trust.py:409 #: ipaclient/remote_plugins/2_164/trust.py:612 #: ipaclient/remote_plugins/2_164/trust.py:696 #: ipaclient/remote_plugins/2_164/trust.py:766 #: ipaclient/remote_plugins/2_164/trust.py:817 #: ipaclient/remote_plugins/2_164/trust.py:1223 #: ipaclient/remote_plugins/2_164/user.py:1567 #: ipaclient/remote_plugins/2_164/user.py:1757 #: ipaclient/remote_plugins/2_164/vault.py:951 #: ipaclient/remote_plugins/2_164/vault.py:1285 #: ipaclient/remote_plugins/2_164/vault.py:1621 #: ipaclient/remote_plugins/2_164/otptoken.py:730 #: ipaclient/remote_plugins/2_164/otptoken.py:853 #: ipaclient/remote_plugins/2_164/dns.py:1132 #: ipaclient/remote_plugins/2_164/dns.py:1175 #: ipaclient/remote_plugins/2_164/dns.py:1623 #: ipaclient/remote_plugins/2_164/dns.py:1715 #: ipaclient/remote_plugins/2_164/dns.py:4068 #: ipaclient/remote_plugins/2_164/dns.py:4141 #: ipaclient/remote_plugins/2_164/dns.py:5035 #: ipaclient/remote_plugins/2_164/dns.py:5134 #: ipaclient/remote_plugins/2_164/idrange.py:544 #: ipaclient/remote_plugins/2_164/idrange.py:606 #: ipaclient/remote_plugins/2_164/idviews.py:442 #: ipaclient/remote_plugins/2_164/idviews.py:511 #: ipaclient/remote_plugins/2_164/idviews.py:963 #: ipaclient/remote_plugins/2_164/idviews.py:1032 #: ipaclient/remote_plugins/2_164/idviews.py:1351 #: ipaclient/remote_plugins/2_164/idviews.py:1407 #: ipaclient/remote_plugins/2_49/automember.py:578 #: ipaclient/remote_plugins/2_49/automount.py:438 #: ipaclient/remote_plugins/2_49/automount.py:507 #: ipaclient/remote_plugins/2_49/automount.py:746 #: ipaclient/remote_plugins/2_49/automount.py:1134 #: ipaclient/remote_plugins/2_49/automount.py:1191 #: ipaclient/remote_plugins/2_49/config.py:316 #: ipaclient/remote_plugins/2_49/config.py:360 #: ipaclient/remote_plugins/2_49/group.py:678 #: ipaclient/remote_plugins/2_49/group.py:820 #: ipaclient/remote_plugins/2_49/hbacrule.py:865 #: ipaclient/remote_plugins/2_49/hbacrule.py:1164 #: ipaclient/remote_plugins/2_49/hbacsvc.py:303 #: ipaclient/remote_plugins/2_49/hbacsvc.py:356 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:353 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:459 #: ipaclient/remote_plugins/2_49/host.py:871 #: ipaclient/remote_plugins/2_49/host.py:991 #: ipaclient/remote_plugins/2_49/hostgroup.py:519 #: ipaclient/remote_plugins/2_49/hostgroup.py:636 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:136 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:235 #: ipaclient/remote_plugins/2_49/netgroup.py:650 #: ipaclient/remote_plugins/2_49/netgroup.py:792 #: ipaclient/remote_plugins/2_49/permission.py:605 #: ipaclient/remote_plugins/2_49/permission.py:717 #: ipaclient/remote_plugins/2_49/privilege.py:404 #: ipaclient/remote_plugins/2_49/privilege.py:569 #: ipaclient/remote_plugins/2_49/pwpolicy.py:368 #: ipaclient/remote_plugins/2_49/pwpolicy.py:417 #: ipaclient/remote_plugins/2_49/pwpolicy.py:854 #: ipaclient/remote_plugins/2_49/pwpolicy.py:907 #: ipaclient/remote_plugins/2_49/role.py:458 #: ipaclient/remote_plugins/2_49/role.py:648 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:643 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:818 #: ipaclient/remote_plugins/2_49/service.py:474 #: ipaclient/remote_plugins/2_49/service.py:582 #: ipaclient/remote_plugins/2_49/sudocmd.py:286 #: ipaclient/remote_plugins/2_49/sudocmd.py:337 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:361 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:467 #: ipaclient/remote_plugins/2_49/sudorule.py:1088 #: ipaclient/remote_plugins/2_49/sudorule.py:1527 #: ipaclient/remote_plugins/2_49/trust.py:469 #: ipaclient/remote_plugins/2_49/trust.py:520 #: ipaclient/remote_plugins/2_49/trust.py:591 #: ipaclient/remote_plugins/2_49/trust.py:643 #: ipaclient/remote_plugins/2_49/user.py:1166 #: ipaclient/remote_plugins/2_49/user.py:1227 #: ipaclient/remote_plugins/2_49/dns.py:1178 #: ipaclient/remote_plugins/2_49/dns.py:1222 #: ipaclient/remote_plugins/2_49/dns.py:4020 #: ipaclient/remote_plugins/2_49/dns.py:4089 #: ipaclient/remote_plugins/2_49/dns.py:4931 #: ipaclient/remote_plugins/2_49/dns.py:5029 #: ipaclient/remote_plugins/2_49/idrange.py:524 #: ipaclient/remote_plugins/2_49/idrange.py:575 msgid "Rights" msgstr "Права" #: ipaserver/plugins/baseldap.py:1303 ipaserver/plugins/baseldap.py:1378 #: ipaclient/remote_plugins/2_114/automember.py:586 #: ipaclient/remote_plugins/2_114/automount.py:444 #: ipaclient/remote_plugins/2_114/automount.py:514 #: ipaclient/remote_plugins/2_114/automount.py:749 #: ipaclient/remote_plugins/2_114/automount.py:1139 #: ipaclient/remote_plugins/2_114/automount.py:1196 #: ipaclient/remote_plugins/2_114/config.py:333 #: ipaclient/remote_plugins/2_114/config.py:376 #: ipaclient/remote_plugins/2_114/group.py:718 #: ipaclient/remote_plugins/2_114/group.py:873 #: ipaclient/remote_plugins/2_114/hbacrule.py:933 #: ipaclient/remote_plugins/2_114/hbacrule.py:1266 #: ipaclient/remote_plugins/2_114/hbacsvc.py:315 #: ipaclient/remote_plugins/2_114/hbacsvc.py:374 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:370 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:489 #: ipaclient/remote_plugins/2_114/host.py:1379 #: ipaclient/remote_plugins/2_114/host.py:1512 #: ipaclient/remote_plugins/2_114/hostgroup.py:540 #: ipaclient/remote_plugins/2_114/hostgroup.py:670 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:137 #: ipaclient/remote_plugins/2_114/krbtpolicy.py:234 #: ipaclient/remote_plugins/2_114/netgroup.py:671 #: ipaclient/remote_plugins/2_114/netgroup.py:826 #: ipaclient/remote_plugins/2_114/otpconfig.py:131 #: ipaclient/remote_plugins/2_114/otpconfig.py:174 #: ipaclient/remote_plugins/2_114/permission.py:881 #: ipaclient/remote_plugins/2_114/permission.py:1006 #: ipaclient/remote_plugins/2_114/privilege.py:432 #: ipaclient/remote_plugins/2_114/privilege.py:617 #: ipaclient/remote_plugins/2_114/pwpolicy.py:366 #: ipaclient/remote_plugins/2_114/pwpolicy.py:414 #: ipaclient/remote_plugins/2_114/pwpolicy.py:847 #: ipaclient/remote_plugins/2_114/pwpolicy.py:899 #: ipaclient/remote_plugins/2_114/radiusproxy.py:433 #: ipaclient/remote_plugins/2_114/radiusproxy.py:489 #: ipaclient/remote_plugins/2_114/realmdomains.py:113 #: ipaclient/remote_plugins/2_114/realmdomains.py:163 #: ipaclient/remote_plugins/2_114/role.py:500 #: ipaclient/remote_plugins/2_114/role.py:719 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:671 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:866 #: ipaclient/remote_plugins/2_114/service.py:935 #: ipaclient/remote_plugins/2_114/service.py:1056 #: ipaclient/remote_plugins/2_114/sudocmd.py:298 #: ipaclient/remote_plugins/2_114/sudocmd.py:355 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:382 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:501 #: ipaclient/remote_plugins/2_114/sudorule.py:1212 #: ipaclient/remote_plugins/2_114/sudorule.py:1735 #: ipaclient/remote_plugins/2_114/trust.py:402 #: ipaclient/remote_plugins/2_114/trust.py:599 #: ipaclient/remote_plugins/2_114/trust.py:683 #: ipaclient/remote_plugins/2_114/trust.py:753 #: ipaclient/remote_plugins/2_114/trust.py:804 #: ipaclient/remote_plugins/2_114/trust.py:1210 #: ipaclient/remote_plugins/2_114/user.py:1398 #: ipaclient/remote_plugins/2_114/user.py:1465 #: ipaclient/remote_plugins/2_114/otptoken.py:731 #: ipaclient/remote_plugins/2_114/otptoken.py:854 #: ipaclient/remote_plugins/2_114/dns.py:1166 #: ipaclient/remote_plugins/2_114/dns.py:1209 #: ipaclient/remote_plugins/2_114/dns.py:1651 #: ipaclient/remote_plugins/2_114/dns.py:1743 #: ipaclient/remote_plugins/2_114/dns.py:4286 #: ipaclient/remote_plugins/2_114/dns.py:4359 #: ipaclient/remote_plugins/2_114/dns.py:5242 #: ipaclient/remote_plugins/2_114/dns.py:5341 #: ipaclient/remote_plugins/2_114/idrange.py:526 #: ipaclient/remote_plugins/2_114/idrange.py:588 #: ipaclient/remote_plugins/2_114/idviews.py:419 #: ipaclient/remote_plugins/2_114/idviews.py:480 #: ipaclient/remote_plugins/2_114/idviews.py:900 #: ipaclient/remote_plugins/2_114/idviews.py:961 #: ipaclient/remote_plugins/2_114/idviews.py:1272 #: ipaclient/remote_plugins/2_114/idviews.py:1328 #: ipaclient/remote_plugins/2_156/automember.py:586 #: ipaclient/remote_plugins/2_156/automount.py:444 #: ipaclient/remote_plugins/2_156/automount.py:514 #: ipaclient/remote_plugins/2_156/automount.py:749 #: ipaclient/remote_plugins/2_156/automount.py:1139 #: ipaclient/remote_plugins/2_156/automount.py:1196 #: ipaclient/remote_plugins/2_156/caacl.py:801 #: ipaclient/remote_plugins/2_156/caacl.py:1116 #: ipaclient/remote_plugins/2_156/certprofile.py:338 #: ipaclient/remote_plugins/2_156/certprofile.py:394 #: ipaclient/remote_plugins/2_156/config.py:333 #: ipaclient/remote_plugins/2_156/config.py:376 #: ipaclient/remote_plugins/2_156/group.py:718 #: ipaclient/remote_plugins/2_156/group.py:873 #: ipaclient/remote_plugins/2_156/hbacrule.py:933 #: ipaclient/remote_plugins/2_156/hbacrule.py:1266 #: ipaclient/remote_plugins/2_156/hbacsvc.py:315 #: ipaclient/remote_plugins/2_156/hbacsvc.py:374 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:370 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:489 #: ipaclient/remote_plugins/2_156/host.py:1443 #: ipaclient/remote_plugins/2_156/host.py:1636 #: ipaclient/remote_plugins/2_156/hostgroup.py:540 #: ipaclient/remote_plugins/2_156/hostgroup.py:670 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:137 #: ipaclient/remote_plugins/2_156/krbtpolicy.py:234 #: ipaclient/remote_plugins/2_156/netgroup.py:671 #: ipaclient/remote_plugins/2_156/netgroup.py:826 #: ipaclient/remote_plugins/2_156/otpconfig.py:131 #: ipaclient/remote_plugins/2_156/otpconfig.py:174 #: ipaclient/remote_plugins/2_156/permission.py:935 #: ipaclient/remote_plugins/2_156/permission.py:1060 #: ipaclient/remote_plugins/2_156/privilege.py:432 #: ipaclient/remote_plugins/2_156/privilege.py:617 #: ipaclient/remote_plugins/2_156/pwpolicy.py:366 #: ipaclient/remote_plugins/2_156/pwpolicy.py:414 #: ipaclient/remote_plugins/2_156/pwpolicy.py:847 #: ipaclient/remote_plugins/2_156/pwpolicy.py:899 #: ipaclient/remote_plugins/2_156/radiusproxy.py:433 #: ipaclient/remote_plugins/2_156/radiusproxy.py:489 #: ipaclient/remote_plugins/2_156/realmdomains.py:113 #: ipaclient/remote_plugins/2_156/realmdomains.py:163 #: ipaclient/remote_plugins/2_156/role.py:500 #: ipaclient/remote_plugins/2_156/role.py:719 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:671 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:866 #: ipaclient/remote_plugins/2_156/server.py:214 #: ipaclient/remote_plugins/2_156/service.py:999 #: ipaclient/remote_plugins/2_156/service.py:1181 #: ipaclient/remote_plugins/2_156/servicedelegation.py:543 #: ipaclient/remote_plugins/2_156/servicedelegation.py:875 #: ipaclient/remote_plugins/2_156/stageuser.py:1386 #: ipaclient/remote_plugins/2_156/stageuser.py:1453 #: ipaclient/remote_plugins/2_156/sudocmd.py:298 #: ipaclient/remote_plugins/2_156/sudocmd.py:355 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:382 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:501 #: ipaclient/remote_plugins/2_156/sudorule.py:1212 #: ipaclient/remote_plugins/2_156/sudorule.py:1735 #: ipaclient/remote_plugins/2_156/topology.py:518 #: ipaclient/remote_plugins/2_156/topology.py:644 #: ipaclient/remote_plugins/2_156/topology.py:912 #: ipaclient/remote_plugins/2_156/topology.py:964 #: ipaclient/remote_plugins/2_156/trust.py:410 #: ipaclient/remote_plugins/2_156/trust.py:613 #: ipaclient/remote_plugins/2_156/trust.py:697 #: ipaclient/remote_plugins/2_156/trust.py:767 #: ipaclient/remote_plugins/2_156/trust.py:818 #: ipaclient/remote_plugins/2_156/trust.py:1224 #: ipaclient/remote_plugins/2_156/user.py:1506 #: ipaclient/remote_plugins/2_156/user.py:1634 #: ipaclient/remote_plugins/2_156/vault.py:952 #: ipaclient/remote_plugins/2_156/vault.py:1286 #: ipaclient/remote_plugins/2_156/vault.py:1622 #: ipaclient/remote_plugins/2_156/otptoken.py:731 #: ipaclient/remote_plugins/2_156/otptoken.py:854 #: ipaclient/remote_plugins/2_156/dns.py:1131 #: ipaclient/remote_plugins/2_156/dns.py:1174 #: ipaclient/remote_plugins/2_156/dns.py:1616 #: ipaclient/remote_plugins/2_156/dns.py:1708 #: ipaclient/remote_plugins/2_156/dns.py:4061 #: ipaclient/remote_plugins/2_156/dns.py:4134 #: ipaclient/remote_plugins/2_156/dns.py:5017 #: ipaclient/remote_plugins/2_156/dns.py:5116 #: ipaclient/remote_plugins/2_156/idrange.py:545 #: ipaclient/remote_plugins/2_156/idrange.py:607 #: ipaclient/remote_plugins/2_156/idviews.py:443 #: ipaclient/remote_plugins/2_156/idviews.py:512 #: ipaclient/remote_plugins/2_156/idviews.py:964 #: ipaclient/remote_plugins/2_156/idviews.py:1033 #: ipaclient/remote_plugins/2_156/idviews.py:1352 #: ipaclient/remote_plugins/2_156/idviews.py:1408 #: ipaclient/remote_plugins/2_164/automember.py:586 #: ipaclient/remote_plugins/2_164/automount.py:444 #: ipaclient/remote_plugins/2_164/automount.py:514 #: ipaclient/remote_plugins/2_164/automount.py:749 #: ipaclient/remote_plugins/2_164/automount.py:1139 #: ipaclient/remote_plugins/2_164/automount.py:1196 #: ipaclient/remote_plugins/2_164/caacl.py:801 #: ipaclient/remote_plugins/2_164/caacl.py:1116 #: ipaclient/remote_plugins/2_164/certprofile.py:338 #: ipaclient/remote_plugins/2_164/certprofile.py:394 #: ipaclient/remote_plugins/2_164/config.py:333 #: ipaclient/remote_plugins/2_164/config.py:376 #: ipaclient/remote_plugins/2_164/group.py:718 #: ipaclient/remote_plugins/2_164/group.py:873 #: ipaclient/remote_plugins/2_164/hbacrule.py:933 #: ipaclient/remote_plugins/2_164/hbacrule.py:1266 #: ipaclient/remote_plugins/2_164/hbacsvc.py:315 #: ipaclient/remote_plugins/2_164/hbacsvc.py:374 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:370 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:489 #: ipaclient/remote_plugins/2_164/host.py:1443 #: ipaclient/remote_plugins/2_164/host.py:1636 #: ipaclient/remote_plugins/2_164/hostgroup.py:540 #: ipaclient/remote_plugins/2_164/hostgroup.py:670 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:137 #: ipaclient/remote_plugins/2_164/krbtpolicy.py:234 #: ipaclient/remote_plugins/2_164/netgroup.py:671 #: ipaclient/remote_plugins/2_164/netgroup.py:826 #: ipaclient/remote_plugins/2_164/otpconfig.py:131 #: ipaclient/remote_plugins/2_164/otpconfig.py:174 #: ipaclient/remote_plugins/2_164/permission.py:935 #: ipaclient/remote_plugins/2_164/permission.py:1060 #: ipaclient/remote_plugins/2_164/privilege.py:432 #: ipaclient/remote_plugins/2_164/privilege.py:617 #: ipaclient/remote_plugins/2_164/pwpolicy.py:366 #: ipaclient/remote_plugins/2_164/pwpolicy.py:414 #: ipaclient/remote_plugins/2_164/pwpolicy.py:847 #: ipaclient/remote_plugins/2_164/pwpolicy.py:899 #: ipaclient/remote_plugins/2_164/radiusproxy.py:433 #: ipaclient/remote_plugins/2_164/radiusproxy.py:489 #: ipaclient/remote_plugins/2_164/realmdomains.py:113 #: ipaclient/remote_plugins/2_164/realmdomains.py:163 #: ipaclient/remote_plugins/2_164/role.py:500 #: ipaclient/remote_plugins/2_164/role.py:719 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:671 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:866 #: ipaclient/remote_plugins/2_164/server.py:278 #: ipaclient/remote_plugins/2_164/service.py:999 #: ipaclient/remote_plugins/2_164/service.py:1181 #: ipaclient/remote_plugins/2_164/servicedelegation.py:543 #: ipaclient/remote_plugins/2_164/servicedelegation.py:875 #: ipaclient/remote_plugins/2_164/stageuser.py:1448 #: ipaclient/remote_plugins/2_164/stageuser.py:1577 #: ipaclient/remote_plugins/2_164/sudocmd.py:298 #: ipaclient/remote_plugins/2_164/sudocmd.py:355 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:382 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:501 #: ipaclient/remote_plugins/2_164/sudorule.py:1212 #: ipaclient/remote_plugins/2_164/sudorule.py:1735 #: ipaclient/remote_plugins/2_164/topology.py:560 #: ipaclient/remote_plugins/2_164/topology.py:682 #: ipaclient/remote_plugins/2_164/topology.py:945 #: ipaclient/remote_plugins/2_164/topology.py:995 #: ipaclient/remote_plugins/2_164/trust.py:410 #: ipaclient/remote_plugins/2_164/trust.py:613 #: ipaclient/remote_plugins/2_164/trust.py:697 #: ipaclient/remote_plugins/2_164/trust.py:767 #: ipaclient/remote_plugins/2_164/trust.py:818 #: ipaclient/remote_plugins/2_164/trust.py:1224 #: ipaclient/remote_plugins/2_164/user.py:1568 #: ipaclient/remote_plugins/2_164/user.py:1758 #: ipaclient/remote_plugins/2_164/vault.py:952 #: ipaclient/remote_plugins/2_164/vault.py:1286 #: ipaclient/remote_plugins/2_164/vault.py:1622 #: ipaclient/remote_plugins/2_164/otptoken.py:731 #: ipaclient/remote_plugins/2_164/otptoken.py:854 #: ipaclient/remote_plugins/2_164/dns.py:1133 #: ipaclient/remote_plugins/2_164/dns.py:1176 #: ipaclient/remote_plugins/2_164/dns.py:1624 #: ipaclient/remote_plugins/2_164/dns.py:1716 #: ipaclient/remote_plugins/2_164/dns.py:4069 #: ipaclient/remote_plugins/2_164/dns.py:4142 #: ipaclient/remote_plugins/2_164/dns.py:5036 #: ipaclient/remote_plugins/2_164/dns.py:5135 #: ipaclient/remote_plugins/2_164/idrange.py:545 #: ipaclient/remote_plugins/2_164/idrange.py:607 #: ipaclient/remote_plugins/2_164/idviews.py:443 #: ipaclient/remote_plugins/2_164/idviews.py:512 #: ipaclient/remote_plugins/2_164/idviews.py:964 #: ipaclient/remote_plugins/2_164/idviews.py:1033 #: ipaclient/remote_plugins/2_164/idviews.py:1352 #: ipaclient/remote_plugins/2_164/idviews.py:1408 #: ipaclient/remote_plugins/2_49/automember.py:579 #: ipaclient/remote_plugins/2_49/automount.py:439 #: ipaclient/remote_plugins/2_49/automount.py:508 #: ipaclient/remote_plugins/2_49/automount.py:747 #: ipaclient/remote_plugins/2_49/automount.py:1135 #: ipaclient/remote_plugins/2_49/automount.py:1192 #: ipaclient/remote_plugins/2_49/config.py:317 #: ipaclient/remote_plugins/2_49/config.py:361 #: ipaclient/remote_plugins/2_49/group.py:679 #: ipaclient/remote_plugins/2_49/group.py:821 #: ipaclient/remote_plugins/2_49/hbacrule.py:866 #: ipaclient/remote_plugins/2_49/hbacrule.py:1165 #: ipaclient/remote_plugins/2_49/hbacsvc.py:304 #: ipaclient/remote_plugins/2_49/hbacsvc.py:357 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:354 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:460 #: ipaclient/remote_plugins/2_49/host.py:872 #: ipaclient/remote_plugins/2_49/host.py:992 #: ipaclient/remote_plugins/2_49/hostgroup.py:520 #: ipaclient/remote_plugins/2_49/hostgroup.py:637 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:137 #: ipaclient/remote_plugins/2_49/krbtpolicy.py:236 #: ipaclient/remote_plugins/2_49/netgroup.py:651 #: ipaclient/remote_plugins/2_49/netgroup.py:793 #: ipaclient/remote_plugins/2_49/permission.py:606 #: ipaclient/remote_plugins/2_49/permission.py:718 #: ipaclient/remote_plugins/2_49/privilege.py:405 #: ipaclient/remote_plugins/2_49/privilege.py:570 #: ipaclient/remote_plugins/2_49/pwpolicy.py:369 #: ipaclient/remote_plugins/2_49/pwpolicy.py:418 #: ipaclient/remote_plugins/2_49/pwpolicy.py:855 #: ipaclient/remote_plugins/2_49/pwpolicy.py:908 #: ipaclient/remote_plugins/2_49/role.py:459 #: ipaclient/remote_plugins/2_49/role.py:649 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:644 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:819 #: ipaclient/remote_plugins/2_49/service.py:475 #: ipaclient/remote_plugins/2_49/service.py:583 #: ipaclient/remote_plugins/2_49/sudocmd.py:287 #: ipaclient/remote_plugins/2_49/sudocmd.py:338 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:362 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:468 #: ipaclient/remote_plugins/2_49/sudorule.py:1089 #: ipaclient/remote_plugins/2_49/sudorule.py:1528 #: ipaclient/remote_plugins/2_49/trust.py:470 #: ipaclient/remote_plugins/2_49/trust.py:521 #: ipaclient/remote_plugins/2_49/trust.py:592 #: ipaclient/remote_plugins/2_49/trust.py:644 #: ipaclient/remote_plugins/2_49/user.py:1167 #: ipaclient/remote_plugins/2_49/user.py:1228 #: ipaclient/remote_plugins/2_49/dns.py:1179 #: ipaclient/remote_plugins/2_49/dns.py:1223 #: ipaclient/remote_plugins/2_49/dns.py:4021 #: ipaclient/remote_plugins/2_49/dns.py:4090 #: ipaclient/remote_plugins/2_49/dns.py:4932 #: ipaclient/remote_plugins/2_49/dns.py:5030 #: ipaclient/remote_plugins/2_49/idrange.py:525 #: ipaclient/remote_plugins/2_49/idrange.py:576 msgid "" "Display the access rights of this entry (requires --all). See ipa man page " "for details." msgstr "" "Показать права доступа этой записи (требуется --all). Подробные сведения " "приводятся на странице справочника (man) по IPA." #: ipaserver/plugins/baseldap.py:1387 #: ipaclient/remote_plugins/2_114/automount.py:471 #: ipaclient/remote_plugins/2_114/group.py:758 #: ipaclient/remote_plugins/2_114/permission.py:909 #: ipaclient/remote_plugins/2_114/privilege.py:460 #: ipaclient/remote_plugins/2_114/radiusproxy.py:454 #: ipaclient/remote_plugins/2_114/role.py:528 #: ipaclient/remote_plugins/2_114/user.py:1426 #: ipaclient/remote_plugins/2_114/otptoken.py:759 #: ipaclient/remote_plugins/2_114/dns.py:4314 #: ipaclient/remote_plugins/2_114/idviews.py:440 #: ipaclient/remote_plugins/2_114/idviews.py:921 #: ipaclient/remote_plugins/2_114/idviews.py:1293 #: ipaclient/remote_plugins/2_156/automount.py:471 #: ipaclient/remote_plugins/2_156/group.py:758 #: ipaclient/remote_plugins/2_156/permission.py:963 #: ipaclient/remote_plugins/2_156/privilege.py:460 #: ipaclient/remote_plugins/2_156/radiusproxy.py:454 #: ipaclient/remote_plugins/2_156/role.py:528 #: ipaclient/remote_plugins/2_156/stageuser.py:1414 #: ipaclient/remote_plugins/2_156/user.py:1534 #: ipaclient/remote_plugins/2_156/otptoken.py:759 #: ipaclient/remote_plugins/2_156/dns.py:4089 #: ipaclient/remote_plugins/2_156/idviews.py:472 #: ipaclient/remote_plugins/2_156/idviews.py:993 #: ipaclient/remote_plugins/2_156/idviews.py:1373 #: ipaclient/remote_plugins/2_164/automount.py:471 #: ipaclient/remote_plugins/2_164/group.py:758 #: ipaclient/remote_plugins/2_164/permission.py:963 #: ipaclient/remote_plugins/2_164/privilege.py:460 #: ipaclient/remote_plugins/2_164/radiusproxy.py:454 #: ipaclient/remote_plugins/2_164/role.py:528 #: ipaclient/remote_plugins/2_164/stageuser.py:1476 #: ipaclient/remote_plugins/2_164/user.py:1596 #: ipaclient/remote_plugins/2_164/otptoken.py:759 #: ipaclient/remote_plugins/2_164/dns.py:4097 #: ipaclient/remote_plugins/2_164/idviews.py:472 #: ipaclient/remote_plugins/2_164/idviews.py:993 #: ipaclient/remote_plugins/2_164/idviews.py:1373 #: ipaclient/remote_plugins/2_49/automount.py:466 #: ipaclient/remote_plugins/2_49/group.py:712 #: ipaclient/remote_plugins/2_49/permission.py:627 #: ipaclient/remote_plugins/2_49/privilege.py:426 #: ipaclient/remote_plugins/2_49/role.py:480 #: ipaclient/remote_plugins/2_49/user.py:1188 #: ipaclient/remote_plugins/2_49/dns.py:4049 msgid "Rename" msgstr "Переименовать" #: ipaserver/plugins/baseldap.py:1388 #, python-format msgid "Rename the %(ldap_obj_name)s object" msgstr "Переименовать объект %(ldap_obj_name)s" #: ipaserver/plugins/baseldap.py:1486 ipaserver/plugins/baseldap.py:2394 msgid "the entry was deleted while being modified" msgstr "запись была удалена во время внесения изменений" #: ipaserver/plugins/baseldap.py:1619 ipaserver/plugins/baseldap.py:2121 #, python-format msgid "%s" msgstr "%s" #: ipaserver/plugins/baseldap.py:1620 #: ipaserver/plugins/servicedelegation.py:187 #: ipaserver/plugins/servicedelegation.py:268 #, python-format msgid "member %s" msgstr "член %s" #: ipaserver/plugins/baseldap.py:1662 ipaserver/plugins/baseldap.py:2145 #, python-format msgid "%s to add" msgstr "%s к добавлению" #: ipaserver/plugins/baseldap.py:1670 ipaserver/plugins/baseldap.py:2157 #: ipaserver/plugins/privilege.py:212 ipaserver/plugins/privilege.py:243 #: ipaserver/plugins/role.py:222 ipaserver/plugins/role.py:246 #: ipaclient/remote_plugins/2_114/group.py:354 #: ipaclient/remote_plugins/2_114/hbacrule.py:357 #: ipaclient/remote_plugins/2_114/hbacrule.py:426 #: ipaclient/remote_plugins/2_114/hbacrule.py:495 #: ipaclient/remote_plugins/2_114/hbacrule.py:564 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:188 #: ipaclient/remote_plugins/2_114/host.py:521 #: ipaclient/remote_plugins/2_114/host.py:609 #: ipaclient/remote_plugins/2_114/host.py:697 #: ipaclient/remote_plugins/2_114/hostgroup.py:259 #: ipaclient/remote_plugins/2_114/netgroup.py:315 #: ipaclient/remote_plugins/2_114/permission.py:425 #: ipaclient/remote_plugins/2_114/privilege.py:193 #: ipaclient/remote_plugins/2_114/privilege.py:253 #: ipaclient/remote_plugins/2_114/privilege.py:592 #: ipaclient/remote_plugins/2_114/role.py:261 #: ipaclient/remote_plugins/2_114/role.py:321 #: ipaclient/remote_plugins/2_114/role.py:694 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:293 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:362 #: ipaclient/remote_plugins/2_114/service.py:320 #: ipaclient/remote_plugins/2_114/service.py:409 #: ipaclient/remote_plugins/2_114/service.py:498 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:200 #: ipaclient/remote_plugins/2_114/sudorule.py:436 #: ipaclient/remote_plugins/2_114/sudorule.py:505 #: ipaclient/remote_plugins/2_114/sudorule.py:580 #: ipaclient/remote_plugins/2_114/sudorule.py:695 #: ipaclient/remote_plugins/2_114/sudorule.py:764 #: ipaclient/remote_plugins/2_114/sudorule.py:833 #: ipaclient/remote_plugins/2_114/otptoken.py:404 #: ipaclient/remote_plugins/2_156/caacl.py:297 #: ipaclient/remote_plugins/2_156/caacl.py:357 #: ipaclient/remote_plugins/2_156/caacl.py:417 #: ipaclient/remote_plugins/2_156/caacl.py:486 #: ipaclient/remote_plugins/2_156/group.py:354 #: ipaclient/remote_plugins/2_156/hbacrule.py:357 #: ipaclient/remote_plugins/2_156/hbacrule.py:426 #: ipaclient/remote_plugins/2_156/hbacrule.py:495 #: ipaclient/remote_plugins/2_156/hbacrule.py:564 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:188 #: ipaclient/remote_plugins/2_156/host.py:583 #: ipaclient/remote_plugins/2_156/host.py:671 #: ipaclient/remote_plugins/2_156/host.py:759 #: ipaclient/remote_plugins/2_156/hostgroup.py:259 #: ipaclient/remote_plugins/2_156/netgroup.py:315 #: ipaclient/remote_plugins/2_156/permission.py:451 #: ipaclient/remote_plugins/2_156/privilege.py:193 #: ipaclient/remote_plugins/2_156/privilege.py:253 #: ipaclient/remote_plugins/2_156/privilege.py:592 #: ipaclient/remote_plugins/2_156/role.py:261 #: ipaclient/remote_plugins/2_156/role.py:321 #: ipaclient/remote_plugins/2_156/role.py:694 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:293 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:362 #: ipaclient/remote_plugins/2_156/service.py:383 #: ipaclient/remote_plugins/2_156/service.py:472 #: ipaclient/remote_plugins/2_156/service.py:561 #: ipaclient/remote_plugins/2_156/servicedelegation.py:219 #: ipaclient/remote_plugins/2_156/servicedelegation.py:279 #: ipaclient/remote_plugins/2_156/servicedelegation.py:685 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:200 #: ipaclient/remote_plugins/2_156/sudorule.py:436 #: ipaclient/remote_plugins/2_156/sudorule.py:505 #: ipaclient/remote_plugins/2_156/sudorule.py:580 #: ipaclient/remote_plugins/2_156/sudorule.py:695 #: ipaclient/remote_plugins/2_156/sudorule.py:764 #: ipaclient/remote_plugins/2_156/sudorule.py:833 #: ipaclient/remote_plugins/2_156/vault.py:519 #: ipaclient/remote_plugins/2_156/otptoken.py:404 #: ipaclient/remote_plugins/2_164/caacl.py:297 #: ipaclient/remote_plugins/2_164/caacl.py:357 #: ipaclient/remote_plugins/2_164/caacl.py:417 #: ipaclient/remote_plugins/2_164/caacl.py:486 #: ipaclient/remote_plugins/2_164/group.py:354 #: ipaclient/remote_plugins/2_164/hbacrule.py:357 #: ipaclient/remote_plugins/2_164/hbacrule.py:426 #: ipaclient/remote_plugins/2_164/hbacrule.py:495 #: ipaclient/remote_plugins/2_164/hbacrule.py:564 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:188 #: ipaclient/remote_plugins/2_164/host.py:583 #: ipaclient/remote_plugins/2_164/host.py:671 #: ipaclient/remote_plugins/2_164/host.py:759 #: ipaclient/remote_plugins/2_164/hostgroup.py:259 #: ipaclient/remote_plugins/2_164/netgroup.py:315 #: ipaclient/remote_plugins/2_164/permission.py:451 #: ipaclient/remote_plugins/2_164/privilege.py:193 #: ipaclient/remote_plugins/2_164/privilege.py:253 #: ipaclient/remote_plugins/2_164/privilege.py:592 #: ipaclient/remote_plugins/2_164/role.py:261 #: ipaclient/remote_plugins/2_164/role.py:321 #: ipaclient/remote_plugins/2_164/role.py:694 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:293 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:362 #: ipaclient/remote_plugins/2_164/service.py:383 #: ipaclient/remote_plugins/2_164/service.py:472 #: ipaclient/remote_plugins/2_164/service.py:561 #: ipaclient/remote_plugins/2_164/servicedelegation.py:219 #: ipaclient/remote_plugins/2_164/servicedelegation.py:279 #: ipaclient/remote_plugins/2_164/servicedelegation.py:685 #: ipaclient/remote_plugins/2_164/stageuser.py:752 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:200 #: ipaclient/remote_plugins/2_164/sudorule.py:436 #: ipaclient/remote_plugins/2_164/sudorule.py:505 #: ipaclient/remote_plugins/2_164/sudorule.py:580 #: ipaclient/remote_plugins/2_164/sudorule.py:695 #: ipaclient/remote_plugins/2_164/sudorule.py:764 #: ipaclient/remote_plugins/2_164/sudorule.py:833 #: ipaclient/remote_plugins/2_164/user.py:776 #: ipaclient/remote_plugins/2_164/vault.py:519 #: ipaclient/remote_plugins/2_164/otptoken.py:404 #: ipaclient/remote_plugins/2_49/group.py:339 #: ipaclient/remote_plugins/2_49/hbacrule.py:338 #: ipaclient/remote_plugins/2_49/hbacrule.py:400 #: ipaclient/remote_plugins/2_49/hbacrule.py:462 #: ipaclient/remote_plugins/2_49/hbacrule.py:524 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:177 #: ipaclient/remote_plugins/2_49/host.py:420 #: ipaclient/remote_plugins/2_49/hostgroup.py:244 #: ipaclient/remote_plugins/2_49/netgroup.py:300 #: ipaclient/remote_plugins/2_49/permission.py:294 #: ipaclient/remote_plugins/2_49/privilege.py:178 #: ipaclient/remote_plugins/2_49/privilege.py:231 #: ipaclient/remote_plugins/2_49/privilege.py:545 #: ipaclient/remote_plugins/2_49/role.py:232 #: ipaclient/remote_plugins/2_49/role.py:285 #: ipaclient/remote_plugins/2_49/role.py:624 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:280 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:342 #: ipaclient/remote_plugins/2_49/service.py:236 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:185 #: ipaclient/remote_plugins/2_49/sudorule.py:393 #: ipaclient/remote_plugins/2_49/sudorule.py:455 #: ipaclient/remote_plugins/2_49/sudorule.py:517 #: ipaclient/remote_plugins/2_49/sudorule.py:595 #: ipaclient/remote_plugins/2_49/sudorule.py:657 #: ipaclient/remote_plugins/2_49/sudorule.py:719 msgid "Members that could not be added" msgstr "Участники, которых не удалось добавить" #: ipaserver/plugins/baseldap.py:1674 ipaserver/plugins/baseldap.py:2161 #: ipaclient/remote_plugins/2_114/group.py:359 #: ipaclient/remote_plugins/2_114/hbacrule.py:362 #: ipaclient/remote_plugins/2_114/hbacrule.py:431 #: ipaclient/remote_plugins/2_114/hbacrule.py:500 #: ipaclient/remote_plugins/2_114/hbacrule.py:569 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:193 #: ipaclient/remote_plugins/2_114/host.py:526 #: ipaclient/remote_plugins/2_114/host.py:614 #: ipaclient/remote_plugins/2_114/host.py:702 #: ipaclient/remote_plugins/2_114/hostgroup.py:264 #: ipaclient/remote_plugins/2_114/netgroup.py:320 #: ipaclient/remote_plugins/2_114/permission.py:430 #: ipaclient/remote_plugins/2_114/privilege.py:198 #: ipaclient/remote_plugins/2_114/role.py:266 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:298 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:367 #: ipaclient/remote_plugins/2_114/service.py:325 #: ipaclient/remote_plugins/2_114/service.py:414 #: ipaclient/remote_plugins/2_114/service.py:503 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:205 #: ipaclient/remote_plugins/2_114/sudorule.py:441 #: ipaclient/remote_plugins/2_114/sudorule.py:510 #: ipaclient/remote_plugins/2_114/sudorule.py:585 #: ipaclient/remote_plugins/2_114/sudorule.py:700 #: ipaclient/remote_plugins/2_114/sudorule.py:769 #: ipaclient/remote_plugins/2_114/sudorule.py:838 #: ipaclient/remote_plugins/2_114/otptoken.py:409 #: ipaclient/remote_plugins/2_156/caacl.py:302 #: ipaclient/remote_plugins/2_156/caacl.py:362 #: ipaclient/remote_plugins/2_156/caacl.py:422 #: ipaclient/remote_plugins/2_156/caacl.py:491 #: ipaclient/remote_plugins/2_156/group.py:359 #: ipaclient/remote_plugins/2_156/hbacrule.py:362 #: ipaclient/remote_plugins/2_156/hbacrule.py:431 #: ipaclient/remote_plugins/2_156/hbacrule.py:500 #: ipaclient/remote_plugins/2_156/hbacrule.py:569 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:193 #: ipaclient/remote_plugins/2_156/host.py:588 #: ipaclient/remote_plugins/2_156/host.py:676 #: ipaclient/remote_plugins/2_156/host.py:764 #: ipaclient/remote_plugins/2_156/hostgroup.py:264 #: ipaclient/remote_plugins/2_156/netgroup.py:320 #: ipaclient/remote_plugins/2_156/permission.py:456 #: ipaclient/remote_plugins/2_156/privilege.py:198 #: ipaclient/remote_plugins/2_156/role.py:266 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:298 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:367 #: ipaclient/remote_plugins/2_156/service.py:388 #: ipaclient/remote_plugins/2_156/service.py:477 #: ipaclient/remote_plugins/2_156/service.py:566 #: ipaclient/remote_plugins/2_156/servicedelegation.py:224 #: ipaclient/remote_plugins/2_156/servicedelegation.py:284 #: ipaclient/remote_plugins/2_156/servicedelegation.py:690 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:205 #: ipaclient/remote_plugins/2_156/sudorule.py:441 #: ipaclient/remote_plugins/2_156/sudorule.py:510 #: ipaclient/remote_plugins/2_156/sudorule.py:585 #: ipaclient/remote_plugins/2_156/sudorule.py:700 #: ipaclient/remote_plugins/2_156/sudorule.py:769 #: ipaclient/remote_plugins/2_156/sudorule.py:838 #: ipaclient/remote_plugins/2_156/vault.py:524 #: ipaclient/remote_plugins/2_156/otptoken.py:409 #: ipaclient/remote_plugins/2_164/caacl.py:302 #: ipaclient/remote_plugins/2_164/caacl.py:362 #: ipaclient/remote_plugins/2_164/caacl.py:422 #: ipaclient/remote_plugins/2_164/caacl.py:491 #: ipaclient/remote_plugins/2_164/group.py:359 #: ipaclient/remote_plugins/2_164/hbacrule.py:362 #: ipaclient/remote_plugins/2_164/hbacrule.py:431 #: ipaclient/remote_plugins/2_164/hbacrule.py:500 #: ipaclient/remote_plugins/2_164/hbacrule.py:569 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:193 #: ipaclient/remote_plugins/2_164/host.py:588 #: ipaclient/remote_plugins/2_164/host.py:676 #: ipaclient/remote_plugins/2_164/host.py:764 #: ipaclient/remote_plugins/2_164/hostgroup.py:264 #: ipaclient/remote_plugins/2_164/netgroup.py:320 #: ipaclient/remote_plugins/2_164/permission.py:456 #: ipaclient/remote_plugins/2_164/privilege.py:198 #: ipaclient/remote_plugins/2_164/role.py:266 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:298 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:367 #: ipaclient/remote_plugins/2_164/service.py:388 #: ipaclient/remote_plugins/2_164/service.py:477 #: ipaclient/remote_plugins/2_164/service.py:566 #: ipaclient/remote_plugins/2_164/servicedelegation.py:224 #: ipaclient/remote_plugins/2_164/servicedelegation.py:284 #: ipaclient/remote_plugins/2_164/servicedelegation.py:690 #: ipaclient/remote_plugins/2_164/stageuser.py:757 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:205 #: ipaclient/remote_plugins/2_164/sudorule.py:441 #: ipaclient/remote_plugins/2_164/sudorule.py:510 #: ipaclient/remote_plugins/2_164/sudorule.py:585 #: ipaclient/remote_plugins/2_164/sudorule.py:700 #: ipaclient/remote_plugins/2_164/sudorule.py:769 #: ipaclient/remote_plugins/2_164/sudorule.py:838 #: ipaclient/remote_plugins/2_164/user.py:781 #: ipaclient/remote_plugins/2_164/vault.py:524 #: ipaclient/remote_plugins/2_164/otptoken.py:409 #: ipaclient/remote_plugins/2_49/group.py:344 #: ipaclient/remote_plugins/2_49/hbacrule.py:343 #: ipaclient/remote_plugins/2_49/hbacrule.py:405 #: ipaclient/remote_plugins/2_49/hbacrule.py:467 #: ipaclient/remote_plugins/2_49/hbacrule.py:529 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:182 #: ipaclient/remote_plugins/2_49/host.py:425 #: ipaclient/remote_plugins/2_49/hostgroup.py:249 #: ipaclient/remote_plugins/2_49/netgroup.py:305 #: ipaclient/remote_plugins/2_49/permission.py:299 #: ipaclient/remote_plugins/2_49/privilege.py:183 #: ipaclient/remote_plugins/2_49/role.py:237 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:285 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:347 #: ipaclient/remote_plugins/2_49/service.py:241 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:190 #: ipaclient/remote_plugins/2_49/sudorule.py:398 #: ipaclient/remote_plugins/2_49/sudorule.py:460 #: ipaclient/remote_plugins/2_49/sudorule.py:522 #: ipaclient/remote_plugins/2_49/sudorule.py:600 #: ipaclient/remote_plugins/2_49/sudorule.py:662 #: ipaclient/remote_plugins/2_49/sudorule.py:724 msgid "Number of members added" msgstr "Количество добавленных членов" #: ipaserver/plugins/baseldap.py:1761 ipaserver/plugins/baseldap.py:2244 #, python-format msgid "%s to remove" msgstr "%s к удалению" #: ipaserver/plugins/baseldap.py:1768 ipaserver/plugins/baseldap.py:2256 #: ipaclient/remote_plugins/2_114/group.py:847 #: ipaclient/remote_plugins/2_114/hbacrule.py:1034 #: ipaclient/remote_plugins/2_114/hbacrule.py:1103 #: ipaclient/remote_plugins/2_114/hbacrule.py:1172 #: ipaclient/remote_plugins/2_114/hbacrule.py:1241 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:463 #: ipaclient/remote_plugins/2_114/host.py:862 #: ipaclient/remote_plugins/2_114/host.py:950 #: ipaclient/remote_plugins/2_114/host.py:1486 #: ipaclient/remote_plugins/2_114/hostgroup.py:643 #: ipaclient/remote_plugins/2_114/netgroup.py:800 #: ipaclient/remote_plugins/2_114/permission.py:981 #: ipaclient/remote_plugins/2_114/privilege.py:532 #: ipaclient/remote_plugins/2_114/role.py:634 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:772 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:841 #: ipaclient/remote_plugins/2_114/service.py:659 #: ipaclient/remote_plugins/2_114/service.py:748 #: ipaclient/remote_plugins/2_114/service.py:1029 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:475 #: ipaclient/remote_plugins/2_114/sudorule.py:1313 #: ipaclient/remote_plugins/2_114/sudorule.py:1382 #: ipaclient/remote_plugins/2_114/sudorule.py:1457 #: ipaclient/remote_plugins/2_114/sudorule.py:1572 #: ipaclient/remote_plugins/2_114/sudorule.py:1641 #: ipaclient/remote_plugins/2_114/sudorule.py:1710 #: ipaclient/remote_plugins/2_114/otptoken.py:829 #: ipaclient/remote_plugins/2_156/caacl.py:902 #: ipaclient/remote_plugins/2_156/caacl.py:962 #: ipaclient/remote_plugins/2_156/caacl.py:1022 #: ipaclient/remote_plugins/2_156/caacl.py:1091 #: ipaclient/remote_plugins/2_156/group.py:847 #: ipaclient/remote_plugins/2_156/hbacrule.py:1034 #: ipaclient/remote_plugins/2_156/hbacrule.py:1103 #: ipaclient/remote_plugins/2_156/hbacrule.py:1172 #: ipaclient/remote_plugins/2_156/hbacrule.py:1241 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:463 #: ipaclient/remote_plugins/2_156/host.py:924 #: ipaclient/remote_plugins/2_156/host.py:1012 #: ipaclient/remote_plugins/2_156/host.py:1610 #: ipaclient/remote_plugins/2_156/hostgroup.py:643 #: ipaclient/remote_plugins/2_156/netgroup.py:800 #: ipaclient/remote_plugins/2_156/permission.py:1035 #: ipaclient/remote_plugins/2_156/privilege.py:532 #: ipaclient/remote_plugins/2_156/role.py:634 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:772 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:841 #: ipaclient/remote_plugins/2_156/service.py:722 #: ipaclient/remote_plugins/2_156/service.py:811 #: ipaclient/remote_plugins/2_156/service.py:1154 #: ipaclient/remote_plugins/2_156/servicedelegation.py:458 #: ipaclient/remote_plugins/2_156/servicedelegation.py:518 #: ipaclient/remote_plugins/2_156/servicedelegation.py:850 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:475 #: ipaclient/remote_plugins/2_156/sudorule.py:1313 #: ipaclient/remote_plugins/2_156/sudorule.py:1382 #: ipaclient/remote_plugins/2_156/sudorule.py:1457 #: ipaclient/remote_plugins/2_156/sudorule.py:1572 #: ipaclient/remote_plugins/2_156/sudorule.py:1641 #: ipaclient/remote_plugins/2_156/sudorule.py:1710 #: ipaclient/remote_plugins/2_156/vault.py:1099 #: ipaclient/remote_plugins/2_156/otptoken.py:829 #: ipaclient/remote_plugins/2_164/caacl.py:902 #: ipaclient/remote_plugins/2_164/caacl.py:962 #: ipaclient/remote_plugins/2_164/caacl.py:1022 #: ipaclient/remote_plugins/2_164/caacl.py:1091 #: ipaclient/remote_plugins/2_164/group.py:847 #: ipaclient/remote_plugins/2_164/hbacrule.py:1034 #: ipaclient/remote_plugins/2_164/hbacrule.py:1103 #: ipaclient/remote_plugins/2_164/hbacrule.py:1172 #: ipaclient/remote_plugins/2_164/hbacrule.py:1241 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:463 #: ipaclient/remote_plugins/2_164/host.py:924 #: ipaclient/remote_plugins/2_164/host.py:1012 #: ipaclient/remote_plugins/2_164/host.py:1610 #: ipaclient/remote_plugins/2_164/hostgroup.py:643 #: ipaclient/remote_plugins/2_164/netgroup.py:800 #: ipaclient/remote_plugins/2_164/permission.py:1035 #: ipaclient/remote_plugins/2_164/privilege.py:532 #: ipaclient/remote_plugins/2_164/role.py:634 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:772 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:841 #: ipaclient/remote_plugins/2_164/service.py:722 #: ipaclient/remote_plugins/2_164/service.py:811 #: ipaclient/remote_plugins/2_164/service.py:1154 #: ipaclient/remote_plugins/2_164/servicedelegation.py:458 #: ipaclient/remote_plugins/2_164/servicedelegation.py:518 #: ipaclient/remote_plugins/2_164/servicedelegation.py:850 #: ipaclient/remote_plugins/2_164/stageuser.py:1550 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:475 #: ipaclient/remote_plugins/2_164/sudorule.py:1313 #: ipaclient/remote_plugins/2_164/sudorule.py:1382 #: ipaclient/remote_plugins/2_164/sudorule.py:1457 #: ipaclient/remote_plugins/2_164/sudorule.py:1572 #: ipaclient/remote_plugins/2_164/sudorule.py:1641 #: ipaclient/remote_plugins/2_164/sudorule.py:1710 #: ipaclient/remote_plugins/2_164/user.py:1731 #: ipaclient/remote_plugins/2_164/vault.py:1099 #: ipaclient/remote_plugins/2_164/otptoken.py:829 #: ipaclient/remote_plugins/2_49/group.py:795 #: ipaclient/remote_plugins/2_49/hbacrule.py:954 #: ipaclient/remote_plugins/2_49/hbacrule.py:1016 #: ipaclient/remote_plugins/2_49/hbacrule.py:1078 #: ipaclient/remote_plugins/2_49/hbacrule.py:1140 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:434 #: ipaclient/remote_plugins/2_49/host.py:966 #: ipaclient/remote_plugins/2_49/hostgroup.py:610 #: ipaclient/remote_plugins/2_49/netgroup.py:767 #: ipaclient/remote_plugins/2_49/permission.py:693 #: ipaclient/remote_plugins/2_49/privilege.py:492 #: ipaclient/remote_plugins/2_49/role.py:571 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:732 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:794 #: ipaclient/remote_plugins/2_49/service.py:556 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:442 #: ipaclient/remote_plugins/2_49/sudorule.py:1177 #: ipaclient/remote_plugins/2_49/sudorule.py:1239 #: ipaclient/remote_plugins/2_49/sudorule.py:1301 #: ipaclient/remote_plugins/2_49/sudorule.py:1379 #: ipaclient/remote_plugins/2_49/sudorule.py:1441 #: ipaclient/remote_plugins/2_49/sudorule.py:1503 msgid "Members that could not be removed" msgstr "Члены не могут быть удалены" #: ipaserver/plugins/baseldap.py:1772 ipaserver/plugins/baseldap.py:2260 #: ipaclient/remote_plugins/2_114/group.py:852 #: ipaclient/remote_plugins/2_114/hbacrule.py:1039 #: ipaclient/remote_plugins/2_114/hbacrule.py:1108 #: ipaclient/remote_plugins/2_114/hbacrule.py:1177 #: ipaclient/remote_plugins/2_114/hbacrule.py:1246 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:468 #: ipaclient/remote_plugins/2_114/host.py:867 #: ipaclient/remote_plugins/2_114/host.py:955 #: ipaclient/remote_plugins/2_114/host.py:1491 #: ipaclient/remote_plugins/2_114/hostgroup.py:648 #: ipaclient/remote_plugins/2_114/netgroup.py:805 #: ipaclient/remote_plugins/2_114/permission.py:986 #: ipaclient/remote_plugins/2_114/privilege.py:537 #: ipaclient/remote_plugins/2_114/role.py:639 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:777 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:846 #: ipaclient/remote_plugins/2_114/service.py:664 #: ipaclient/remote_plugins/2_114/service.py:753 #: ipaclient/remote_plugins/2_114/service.py:1034 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:480 #: ipaclient/remote_plugins/2_114/sudorule.py:1318 #: ipaclient/remote_plugins/2_114/sudorule.py:1387 #: ipaclient/remote_plugins/2_114/sudorule.py:1462 #: ipaclient/remote_plugins/2_114/sudorule.py:1577 #: ipaclient/remote_plugins/2_114/sudorule.py:1646 #: ipaclient/remote_plugins/2_114/sudorule.py:1715 #: ipaclient/remote_plugins/2_114/otptoken.py:834 #: ipaclient/remote_plugins/2_156/caacl.py:907 #: ipaclient/remote_plugins/2_156/caacl.py:967 #: ipaclient/remote_plugins/2_156/caacl.py:1027 #: ipaclient/remote_plugins/2_156/caacl.py:1096 #: ipaclient/remote_plugins/2_156/group.py:852 #: ipaclient/remote_plugins/2_156/hbacrule.py:1039 #: ipaclient/remote_plugins/2_156/hbacrule.py:1108 #: ipaclient/remote_plugins/2_156/hbacrule.py:1177 #: ipaclient/remote_plugins/2_156/hbacrule.py:1246 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:468 #: ipaclient/remote_plugins/2_156/host.py:929 #: ipaclient/remote_plugins/2_156/host.py:1017 #: ipaclient/remote_plugins/2_156/host.py:1615 #: ipaclient/remote_plugins/2_156/hostgroup.py:648 #: ipaclient/remote_plugins/2_156/netgroup.py:805 #: ipaclient/remote_plugins/2_156/permission.py:1040 #: ipaclient/remote_plugins/2_156/privilege.py:537 #: ipaclient/remote_plugins/2_156/role.py:639 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:777 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:846 #: ipaclient/remote_plugins/2_156/service.py:727 #: ipaclient/remote_plugins/2_156/service.py:816 #: ipaclient/remote_plugins/2_156/service.py:1159 #: ipaclient/remote_plugins/2_156/servicedelegation.py:463 #: ipaclient/remote_plugins/2_156/servicedelegation.py:523 #: ipaclient/remote_plugins/2_156/servicedelegation.py:855 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:480 #: ipaclient/remote_plugins/2_156/sudorule.py:1318 #: ipaclient/remote_plugins/2_156/sudorule.py:1387 #: ipaclient/remote_plugins/2_156/sudorule.py:1462 #: ipaclient/remote_plugins/2_156/sudorule.py:1577 #: ipaclient/remote_plugins/2_156/sudorule.py:1646 #: ipaclient/remote_plugins/2_156/sudorule.py:1715 #: ipaclient/remote_plugins/2_156/vault.py:1104 #: ipaclient/remote_plugins/2_156/otptoken.py:834 #: ipaclient/remote_plugins/2_164/caacl.py:907 #: ipaclient/remote_plugins/2_164/caacl.py:967 #: ipaclient/remote_plugins/2_164/caacl.py:1027 #: ipaclient/remote_plugins/2_164/caacl.py:1096 #: ipaclient/remote_plugins/2_164/group.py:852 #: ipaclient/remote_plugins/2_164/hbacrule.py:1039 #: ipaclient/remote_plugins/2_164/hbacrule.py:1108 #: ipaclient/remote_plugins/2_164/hbacrule.py:1177 #: ipaclient/remote_plugins/2_164/hbacrule.py:1246 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:468 #: ipaclient/remote_plugins/2_164/host.py:929 #: ipaclient/remote_plugins/2_164/host.py:1017 #: ipaclient/remote_plugins/2_164/host.py:1615 #: ipaclient/remote_plugins/2_164/hostgroup.py:648 #: ipaclient/remote_plugins/2_164/netgroup.py:805 #: ipaclient/remote_plugins/2_164/permission.py:1040 #: ipaclient/remote_plugins/2_164/privilege.py:537 #: ipaclient/remote_plugins/2_164/role.py:639 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:777 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:846 #: ipaclient/remote_plugins/2_164/service.py:727 #: ipaclient/remote_plugins/2_164/service.py:816 #: ipaclient/remote_plugins/2_164/service.py:1159 #: ipaclient/remote_plugins/2_164/servicedelegation.py:463 #: ipaclient/remote_plugins/2_164/servicedelegation.py:523 #: ipaclient/remote_plugins/2_164/servicedelegation.py:855 #: ipaclient/remote_plugins/2_164/stageuser.py:1555 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:480 #: ipaclient/remote_plugins/2_164/sudorule.py:1318 #: ipaclient/remote_plugins/2_164/sudorule.py:1387 #: ipaclient/remote_plugins/2_164/sudorule.py:1462 #: ipaclient/remote_plugins/2_164/sudorule.py:1577 #: ipaclient/remote_plugins/2_164/sudorule.py:1646 #: ipaclient/remote_plugins/2_164/sudorule.py:1715 #: ipaclient/remote_plugins/2_164/user.py:1736 #: ipaclient/remote_plugins/2_164/vault.py:1104 #: ipaclient/remote_plugins/2_164/otptoken.py:834 #: ipaclient/remote_plugins/2_49/group.py:800 #: ipaclient/remote_plugins/2_49/hbacrule.py:959 #: ipaclient/remote_plugins/2_49/hbacrule.py:1021 #: ipaclient/remote_plugins/2_49/hbacrule.py:1083 #: ipaclient/remote_plugins/2_49/hbacrule.py:1145 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:439 #: ipaclient/remote_plugins/2_49/host.py:971 #: ipaclient/remote_plugins/2_49/hostgroup.py:615 #: ipaclient/remote_plugins/2_49/netgroup.py:772 #: ipaclient/remote_plugins/2_49/permission.py:698 #: ipaclient/remote_plugins/2_49/privilege.py:497 #: ipaclient/remote_plugins/2_49/role.py:576 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:737 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:799 #: ipaclient/remote_plugins/2_49/service.py:561 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:447 #: ipaclient/remote_plugins/2_49/sudorule.py:1182 #: ipaclient/remote_plugins/2_49/sudorule.py:1244 #: ipaclient/remote_plugins/2_49/sudorule.py:1306 #: ipaclient/remote_plugins/2_49/sudorule.py:1384 #: ipaclient/remote_plugins/2_49/sudorule.py:1446 #: ipaclient/remote_plugins/2_49/sudorule.py:1508 msgid "Number of members removed" msgstr "Количество удалённых членов" #: ipaserver/plugins/baseldap.py:1860 ipaserver/plugins/schema.py:127 #: ipaserver/plugins/cert.py:1373 ipaclient/remote_plugins/2_114/aci.py:474 #: ipaclient/remote_plugins/2_114/automount.py:705 #: ipaclient/remote_plugins/2_114/automount.py:1062 #: ipaclient/remote_plugins/2_114/delegation.py:230 #: ipaclient/remote_plugins/2_114/group.py:527 #: ipaclient/remote_plugins/2_114/hbacrule.py:798 #: ipaclient/remote_plugins/2_114/hbacsvc.py:242 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:298 #: ipaclient/remote_plugins/2_114/host.py:1086 #: ipaclient/remote_plugins/2_114/hostgroup.py:371 #: ipaclient/remote_plugins/2_114/netgroup.py:474 #: ipaclient/remote_plugins/2_114/permission.py:708 #: ipaclient/remote_plugins/2_114/privilege.py:361 #: ipaclient/remote_plugins/2_114/pwpolicy.py:296 #: ipaclient/remote_plugins/2_114/pwpolicy.py:718 #: ipaclient/remote_plugins/2_114/radiusproxy.py:324 #: ipaclient/remote_plugins/2_114/role.py:429 #: ipaclient/remote_plugins/2_114/selfservice.py:198 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:566 #: ipaclient/remote_plugins/2_114/service.py:823 #: ipaclient/remote_plugins/2_114/sudocmd.py:227 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:310 #: ipaclient/remote_plugins/2_114/sudorule.py:1061 #: ipaclient/remote_plugins/2_114/trust.py:516 #: ipaclient/remote_plugins/2_114/trust.py:1121 #: ipaclient/remote_plugins/2_114/user.py:1028 #: ipaclient/remote_plugins/2_114/otptoken.py:611 #: ipaclient/remote_plugins/2_114/dns.py:1560 #: ipaclient/remote_plugins/2_114/dns.py:3429 #: ipaclient/remote_plugins/2_114/dns.py:5014 #: ipaclient/remote_plugins/2_114/idrange.py:438 #: ipaclient/remote_plugins/2_114/idviews.py:330 #: ipaclient/remote_plugins/2_114/idviews.py:775 #: ipaclient/remote_plugins/2_114/idviews.py:1202 #: ipaclient/remote_plugins/2_156/aci.py:474 #: ipaclient/remote_plugins/2_156/automount.py:705 #: ipaclient/remote_plugins/2_156/automount.py:1062 #: ipaclient/remote_plugins/2_156/caacl.py:693 #: ipaclient/remote_plugins/2_156/certprofile.py:197 #: ipaclient/remote_plugins/2_156/delegation.py:230 #: ipaclient/remote_plugins/2_156/group.py:527 #: ipaclient/remote_plugins/2_156/hbacrule.py:798 #: ipaclient/remote_plugins/2_156/hbacsvc.py:242 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:298 #: ipaclient/remote_plugins/2_156/host.py:1149 #: ipaclient/remote_plugins/2_156/hostgroup.py:371 #: ipaclient/remote_plugins/2_156/netgroup.py:474 #: ipaclient/remote_plugins/2_156/permission.py:748 #: ipaclient/remote_plugins/2_156/privilege.py:361 #: ipaclient/remote_plugins/2_156/pwpolicy.py:296 #: ipaclient/remote_plugins/2_156/pwpolicy.py:718 #: ipaclient/remote_plugins/2_156/radiusproxy.py:324 #: ipaclient/remote_plugins/2_156/role.py:429 #: ipaclient/remote_plugins/2_156/selfservice.py:198 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:566 #: ipaclient/remote_plugins/2_156/server.py:170 #: ipaclient/remote_plugins/2_156/service.py:886 #: ipaclient/remote_plugins/2_156/servicedelegation.py:380 #: ipaclient/remote_plugins/2_156/servicedelegation.py:779 #: ipaclient/remote_plugins/2_156/stageuser.py:1014 #: ipaclient/remote_plugins/2_156/sudocmd.py:227 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:310 #: ipaclient/remote_plugins/2_156/sudorule.py:1061 #: ipaclient/remote_plugins/2_156/topology.py:404 #: ipaclient/remote_plugins/2_156/topology.py:839 #: ipaclient/remote_plugins/2_156/trust.py:530 #: ipaclient/remote_plugins/2_156/trust.py:1135 #: ipaclient/remote_plugins/2_156/user.py:1128 #: ipaclient/remote_plugins/2_156/vault.py:858 #: ipaclient/remote_plugins/2_156/otptoken.py:611 #: ipaclient/remote_plugins/2_156/dns.py:1525 #: ipaclient/remote_plugins/2_156/dns.py:3254 #: ipaclient/remote_plugins/2_156/dns.py:4789 #: ipaclient/remote_plugins/2_156/idrange.py:442 #: ipaclient/remote_plugins/2_156/idviews.py:354 #: ipaclient/remote_plugins/2_156/idviews.py:839 #: ipaclient/remote_plugins/2_156/idviews.py:1282 #: ipaclient/remote_plugins/2_164/aci.py:474 #: ipaclient/remote_plugins/2_164/automount.py:705 #: ipaclient/remote_plugins/2_164/automount.py:1062 #: ipaclient/remote_plugins/2_164/caacl.py:693 #: ipaclient/remote_plugins/2_164/certprofile.py:197 #: ipaclient/remote_plugins/2_164/delegation.py:230 #: ipaclient/remote_plugins/2_164/group.py:527 #: ipaclient/remote_plugins/2_164/hbacrule.py:798 #: ipaclient/remote_plugins/2_164/hbacsvc.py:242 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:298 #: ipaclient/remote_plugins/2_164/host.py:1149 #: ipaclient/remote_plugins/2_164/hostgroup.py:371 #: ipaclient/remote_plugins/2_164/netgroup.py:474 #: ipaclient/remote_plugins/2_164/permission.py:748 #: ipaclient/remote_plugins/2_164/privilege.py:361 #: ipaclient/remote_plugins/2_164/pwpolicy.py:296 #: ipaclient/remote_plugins/2_164/pwpolicy.py:718 #: ipaclient/remote_plugins/2_164/radiusproxy.py:324 #: ipaclient/remote_plugins/2_164/role.py:429 #: ipaclient/remote_plugins/2_164/selfservice.py:198 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:566 #: ipaclient/remote_plugins/2_164/server.py:218 #: ipaclient/remote_plugins/2_164/service.py:886 #: ipaclient/remote_plugins/2_164/servicedelegation.py:380 #: ipaclient/remote_plugins/2_164/servicedelegation.py:779 #: ipaclient/remote_plugins/2_164/stageuser.py:1076 #: ipaclient/remote_plugins/2_164/sudocmd.py:227 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:310 #: ipaclient/remote_plugins/2_164/sudorule.py:1061 #: ipaclient/remote_plugins/2_164/topology.py:448 #: ipaclient/remote_plugins/2_164/topology.py:873 #: ipaclient/remote_plugins/2_164/trust.py:530 #: ipaclient/remote_plugins/2_164/trust.py:1135 #: ipaclient/remote_plugins/2_164/user.py:1190 #: ipaclient/remote_plugins/2_164/vault.py:858 #: ipaclient/remote_plugins/2_164/otptoken.py:611 #: ipaclient/remote_plugins/2_164/dns.py:1533 #: ipaclient/remote_plugins/2_164/dns.py:3262 #: ipaclient/remote_plugins/2_164/dns.py:4808 #: ipaclient/remote_plugins/2_164/idrange.py:442 #: ipaclient/remote_plugins/2_164/idviews.py:354 #: ipaclient/remote_plugins/2_164/idviews.py:839 #: ipaclient/remote_plugins/2_164/idviews.py:1282 #: ipaclient/remote_plugins/2_49/aci.py:475 #: ipaclient/remote_plugins/2_49/automount.py:703 #: ipaclient/remote_plugins/2_49/automount.py:1059 #: ipaclient/remote_plugins/2_49/delegation.py:229 #: ipaclient/remote_plugins/2_49/group.py:488 #: ipaclient/remote_plugins/2_49/hbacrule.py:741 #: ipaclient/remote_plugins/2_49/hbacsvc.py:231 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:282 #: ipaclient/remote_plugins/2_49/host.py:607 #: ipaclient/remote_plugins/2_49/hostgroup.py:351 #: ipaclient/remote_plugins/2_49/netgroup.py:454 #: ipaclient/remote_plugins/2_49/permission.py:496 #: ipaclient/remote_plugins/2_49/privilege.py:334 #: ipaclient/remote_plugins/2_49/pwpolicy.py:299 #: ipaclient/remote_plugins/2_49/pwpolicy.py:726 #: ipaclient/remote_plugins/2_49/role.py:388 #: ipaclient/remote_plugins/2_49/selfservice.py:195 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:539 #: ipaclient/remote_plugins/2_49/service.py:377 #: ipaclient/remote_plugins/2_49/sudocmd.py:216 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:290 #: ipaclient/remote_plugins/2_49/sudorule.py:938 #: ipaclient/remote_plugins/2_49/trust.py:387 #: ipaclient/remote_plugins/2_49/user.py:852 #: ipaclient/remote_plugins/2_49/dns.py:3037 #: ipaclient/remote_plugins/2_49/dns.py:4717 #: ipaclient/remote_plugins/2_49/idrange.py:425 msgid "Primary key only" msgstr "Только главный ключ" #: ipaserver/plugins/baseldap.py:1861 ipaserver/plugins/schema.py:128 #, python-format msgid "Results should contain primary key attribute only (\"%s\")" msgstr "Результаты должны содержать только атрибуты главного ключа (\"%s\")" #: ipaserver/plugins/baseldap.py:1869 #, python-format msgid "" "Search for %(searched_object)s with these %(relationship)s %(ldap_object)s." msgstr "" "Поиск для %(searched_object)s с такими %(relationship)s %(ldap_object)s." #: ipaserver/plugins/baseldap.py:1870 #, python-format msgid "" "Search for %(searched_object)s without these %(relationship)s " "%(ldap_object)s." msgstr "" "Поиск для %(searched_object)s без таких %(relationship)s %(ldap_object)s." #: ipaserver/plugins/baseldap.py:1879 ipaserver/plugins/cert.py:1378 #: ipaserver/plugins/pkinit.py:71 ipaserver/plugins/serverrole.py:123 #: ipaclient/remote_plugins/2_114/automount.py:343 #: ipaclient/remote_plugins/2_114/automount.py:679 #: ipaclient/remote_plugins/2_114/automount.py:1036 #: ipaclient/remote_plugins/2_114/group.py:470 #: ipaclient/remote_plugins/2_114/hbacrule.py:765 #: ipaclient/remote_plugins/2_114/hbacsvc.py:209 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:265 #: ipaclient/remote_plugins/2_114/host.py:1053 #: ipaclient/remote_plugins/2_114/hostgroup.py:338 #: ipaclient/remote_plugins/2_114/netgroup.py:428 #: ipaclient/remote_plugins/2_114/permission.py:675 #: ipaclient/remote_plugins/2_114/privilege.py:328 #: ipaclient/remote_plugins/2_114/pwpolicy.py:270 #: ipaclient/remote_plugins/2_114/pwpolicy.py:692 #: ipaclient/remote_plugins/2_114/radiusproxy.py:298 #: ipaclient/remote_plugins/2_114/role.py:396 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:533 #: ipaclient/remote_plugins/2_114/service.py:790 #: ipaclient/remote_plugins/2_114/sudocmd.py:194 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:277 #: ipaclient/remote_plugins/2_114/sudorule.py:1028 #: ipaclient/remote_plugins/2_114/trust.py:490 #: ipaclient/remote_plugins/2_114/trust.py:1095 #: ipaclient/remote_plugins/2_114/user.py:988 #: ipaclient/remote_plugins/2_114/otptoken.py:578 #: ipaclient/remote_plugins/2_114/dns.py:1534 #: ipaclient/remote_plugins/2_114/dns.py:3396 #: ipaclient/remote_plugins/2_114/dns.py:4981 #: ipaclient/remote_plugins/2_114/idrange.py:412 #: ipaclient/remote_plugins/2_114/idviews.py:304 #: ipaclient/remote_plugins/2_114/idviews.py:749 #: ipaclient/remote_plugins/2_114/idviews.py:1176 #: ipaclient/remote_plugins/2_156/automount.py:343 #: ipaclient/remote_plugins/2_156/automount.py:679 #: ipaclient/remote_plugins/2_156/automount.py:1036 #: ipaclient/remote_plugins/2_156/caacl.py:660 #: ipaclient/remote_plugins/2_156/certprofile.py:171 #: ipaclient/remote_plugins/2_156/group.py:470 #: ipaclient/remote_plugins/2_156/hbacrule.py:765 #: ipaclient/remote_plugins/2_156/hbacsvc.py:209 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:265 #: ipaclient/remote_plugins/2_156/host.py:1116 #: ipaclient/remote_plugins/2_156/hostgroup.py:338 #: ipaclient/remote_plugins/2_156/netgroup.py:428 #: ipaclient/remote_plugins/2_156/permission.py:715 #: ipaclient/remote_plugins/2_156/privilege.py:328 #: ipaclient/remote_plugins/2_156/pwpolicy.py:270 #: ipaclient/remote_plugins/2_156/pwpolicy.py:692 #: ipaclient/remote_plugins/2_156/radiusproxy.py:298 #: ipaclient/remote_plugins/2_156/role.py:396 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:533 #: ipaclient/remote_plugins/2_156/server.py:144 #: ipaclient/remote_plugins/2_156/service.py:853 #: ipaclient/remote_plugins/2_156/servicedelegation.py:347 #: ipaclient/remote_plugins/2_156/servicedelegation.py:753 #: ipaclient/remote_plugins/2_156/stageuser.py:981 #: ipaclient/remote_plugins/2_156/sudocmd.py:194 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:277 #: ipaclient/remote_plugins/2_156/sudorule.py:1028 #: ipaclient/remote_plugins/2_156/topology.py:378 #: ipaclient/remote_plugins/2_156/topology.py:813 #: ipaclient/remote_plugins/2_156/trust.py:504 #: ipaclient/remote_plugins/2_156/trust.py:1109 #: ipaclient/remote_plugins/2_156/user.py:1088 #: ipaclient/remote_plugins/2_156/vault.py:792 #: ipaclient/remote_plugins/2_156/otptoken.py:578 #: ipaclient/remote_plugins/2_156/dns.py:1499 #: ipaclient/remote_plugins/2_156/dns.py:3221 #: ipaclient/remote_plugins/2_156/dns.py:4756 #: ipaclient/remote_plugins/2_156/idrange.py:416 #: ipaclient/remote_plugins/2_156/idviews.py:320 #: ipaclient/remote_plugins/2_156/idviews.py:805 #: ipaclient/remote_plugins/2_156/idviews.py:1256 #: ipaclient/remote_plugins/2_164/automount.py:343 #: ipaclient/remote_plugins/2_164/automount.py:679 #: ipaclient/remote_plugins/2_164/automount.py:1036 #: ipaclient/remote_plugins/2_164/caacl.py:660 #: ipaclient/remote_plugins/2_164/certprofile.py:171 #: ipaclient/remote_plugins/2_164/group.py:470 #: ipaclient/remote_plugins/2_164/hbacrule.py:765 #: ipaclient/remote_plugins/2_164/hbacsvc.py:209 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:265 #: ipaclient/remote_plugins/2_164/host.py:1116 #: ipaclient/remote_plugins/2_164/hostgroup.py:338 #: ipaclient/remote_plugins/2_164/netgroup.py:428 #: ipaclient/remote_plugins/2_164/permission.py:715 #: ipaclient/remote_plugins/2_164/privilege.py:328 #: ipaclient/remote_plugins/2_164/pwpolicy.py:270 #: ipaclient/remote_plugins/2_164/pwpolicy.py:692 #: ipaclient/remote_plugins/2_164/radiusproxy.py:298 #: ipaclient/remote_plugins/2_164/role.py:396 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:533 #: ipaclient/remote_plugins/2_164/server.py:185 #: ipaclient/remote_plugins/2_164/service.py:853 #: ipaclient/remote_plugins/2_164/servicedelegation.py:347 #: ipaclient/remote_plugins/2_164/servicedelegation.py:753 #: ipaclient/remote_plugins/2_164/stageuser.py:1043 #: ipaclient/remote_plugins/2_164/sudocmd.py:194 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:277 #: ipaclient/remote_plugins/2_164/sudorule.py:1028 #: ipaclient/remote_plugins/2_164/topology.py:422 #: ipaclient/remote_plugins/2_164/topology.py:847 #: ipaclient/remote_plugins/2_164/trust.py:504 #: ipaclient/remote_plugins/2_164/trust.py:1109 #: ipaclient/remote_plugins/2_164/user.py:1150 #: ipaclient/remote_plugins/2_164/vault.py:792 #: ipaclient/remote_plugins/2_164/otptoken.py:578 #: ipaclient/remote_plugins/2_164/dns.py:1507 #: ipaclient/remote_plugins/2_164/dns.py:3229 #: ipaclient/remote_plugins/2_164/dns.py:4775 #: ipaclient/remote_plugins/2_164/idrange.py:416 #: ipaclient/remote_plugins/2_164/idviews.py:320 #: ipaclient/remote_plugins/2_164/idviews.py:805 #: ipaclient/remote_plugins/2_164/idviews.py:1256 #: ipaclient/remote_plugins/2_49/automount.py:340 #: ipaclient/remote_plugins/2_49/automount.py:677 #: ipaclient/remote_plugins/2_49/automount.py:1033 #: ipaclient/remote_plugins/2_49/entitle.py:128 #: ipaclient/remote_plugins/2_49/group.py:456 #: ipaclient/remote_plugins/2_49/hbacrule.py:715 #: ipaclient/remote_plugins/2_49/hbacsvc.py:205 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:256 #: ipaclient/remote_plugins/2_49/host.py:581 #: ipaclient/remote_plugins/2_49/hostgroup.py:325 #: ipaclient/remote_plugins/2_49/netgroup.py:415 #: ipaclient/remote_plugins/2_49/permission.py:470 #: ipaclient/remote_plugins/2_49/privilege.py:308 #: ipaclient/remote_plugins/2_49/pwpolicy.py:273 #: ipaclient/remote_plugins/2_49/pwpolicy.py:700 #: ipaclient/remote_plugins/2_49/role.py:362 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:513 #: ipaclient/remote_plugins/2_49/service.py:351 #: ipaclient/remote_plugins/2_49/sudocmd.py:190 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:264 #: ipaclient/remote_plugins/2_49/sudorule.py:912 #: ipaclient/remote_plugins/2_49/trust.py:361 #: ipaclient/remote_plugins/2_49/user.py:819 #: ipaclient/remote_plugins/2_49/dns.py:3004 #: ipaclient/remote_plugins/2_49/dns.py:4684 #: ipaclient/remote_plugins/2_49/idrange.py:399 msgid "Time Limit" msgstr "Ограничение по времени" #: ipaserver/plugins/baseldap.py:1880 ipaserver/plugins/cert.py:1379 #: ipaserver/plugins/pkinit.py:72 ipaserver/plugins/serverrole.py:124 #: ipaclient/remote_plugins/2_156/automount.py:344 #: ipaclient/remote_plugins/2_156/automount.py:680 #: ipaclient/remote_plugins/2_156/automount.py:1037 #: ipaclient/remote_plugins/2_156/caacl.py:661 #: ipaclient/remote_plugins/2_156/certprofile.py:172 #: ipaclient/remote_plugins/2_156/group.py:471 #: ipaclient/remote_plugins/2_156/hbacrule.py:766 #: ipaclient/remote_plugins/2_156/hbacsvc.py:210 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:266 #: ipaclient/remote_plugins/2_156/host.py:1117 #: ipaclient/remote_plugins/2_156/hostgroup.py:339 #: ipaclient/remote_plugins/2_156/netgroup.py:429 #: ipaclient/remote_plugins/2_156/permission.py:716 #: ipaclient/remote_plugins/2_156/privilege.py:329 #: ipaclient/remote_plugins/2_156/pwpolicy.py:271 #: ipaclient/remote_plugins/2_156/pwpolicy.py:693 #: ipaclient/remote_plugins/2_156/radiusproxy.py:299 #: ipaclient/remote_plugins/2_156/role.py:397 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:534 #: ipaclient/remote_plugins/2_156/server.py:145 #: ipaclient/remote_plugins/2_156/service.py:854 #: ipaclient/remote_plugins/2_156/servicedelegation.py:348 #: ipaclient/remote_plugins/2_156/servicedelegation.py:754 #: ipaclient/remote_plugins/2_156/stageuser.py:982 #: ipaclient/remote_plugins/2_156/sudocmd.py:195 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:278 #: ipaclient/remote_plugins/2_156/sudorule.py:1029 #: ipaclient/remote_plugins/2_156/topology.py:379 #: ipaclient/remote_plugins/2_156/topology.py:814 #: ipaclient/remote_plugins/2_156/trust.py:505 #: ipaclient/remote_plugins/2_156/trust.py:1110 #: ipaclient/remote_plugins/2_156/user.py:1089 #: ipaclient/remote_plugins/2_156/vault.py:793 #: ipaclient/remote_plugins/2_156/otptoken.py:579 #: ipaclient/remote_plugins/2_156/dns.py:1500 #: ipaclient/remote_plugins/2_156/dns.py:3222 #: ipaclient/remote_plugins/2_156/dns.py:4757 #: ipaclient/remote_plugins/2_156/idrange.py:417 #: ipaclient/remote_plugins/2_156/idviews.py:321 #: ipaclient/remote_plugins/2_156/idviews.py:806 #: ipaclient/remote_plugins/2_156/idviews.py:1257 #: ipaclient/remote_plugins/2_164/automount.py:344 #: ipaclient/remote_plugins/2_164/automount.py:680 #: ipaclient/remote_plugins/2_164/automount.py:1037 #: ipaclient/remote_plugins/2_164/caacl.py:661 #: ipaclient/remote_plugins/2_164/certprofile.py:172 #: ipaclient/remote_plugins/2_164/group.py:471 #: ipaclient/remote_plugins/2_164/hbacrule.py:766 #: ipaclient/remote_plugins/2_164/hbacsvc.py:210 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:266 #: ipaclient/remote_plugins/2_164/host.py:1117 #: ipaclient/remote_plugins/2_164/hostgroup.py:339 #: ipaclient/remote_plugins/2_164/netgroup.py:429 #: ipaclient/remote_plugins/2_164/permission.py:716 #: ipaclient/remote_plugins/2_164/privilege.py:329 #: ipaclient/remote_plugins/2_164/pwpolicy.py:271 #: ipaclient/remote_plugins/2_164/pwpolicy.py:693 #: ipaclient/remote_plugins/2_164/radiusproxy.py:299 #: ipaclient/remote_plugins/2_164/role.py:397 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:534 #: ipaclient/remote_plugins/2_164/server.py:186 #: ipaclient/remote_plugins/2_164/service.py:854 #: ipaclient/remote_plugins/2_164/servicedelegation.py:348 #: ipaclient/remote_plugins/2_164/servicedelegation.py:754 #: ipaclient/remote_plugins/2_164/stageuser.py:1044 #: ipaclient/remote_plugins/2_164/sudocmd.py:195 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:278 #: ipaclient/remote_plugins/2_164/sudorule.py:1029 #: ipaclient/remote_plugins/2_164/topology.py:423 #: ipaclient/remote_plugins/2_164/topology.py:848 #: ipaclient/remote_plugins/2_164/trust.py:505 #: ipaclient/remote_plugins/2_164/trust.py:1110 #: ipaclient/remote_plugins/2_164/user.py:1151 #: ipaclient/remote_plugins/2_164/vault.py:793 #: ipaclient/remote_plugins/2_164/otptoken.py:579 #: ipaclient/remote_plugins/2_164/dns.py:1508 #: ipaclient/remote_plugins/2_164/dns.py:3230 #: ipaclient/remote_plugins/2_164/dns.py:4776 #: ipaclient/remote_plugins/2_164/idrange.py:417 #: ipaclient/remote_plugins/2_164/idviews.py:321 #: ipaclient/remote_plugins/2_164/idviews.py:806 #: ipaclient/remote_plugins/2_164/idviews.py:1257 msgid "Time limit of search in seconds (0 is unlimited)" msgstr "" "Ограничение времени поиска в секундах (\"0\" означает отсутствие ограничения)" #: ipaserver/plugins/baseldap.py:1887 ipaserver/plugins/cert.py:1384 #: ipaserver/plugins/pkinit.py:80 ipaserver/plugins/serverrole.py:132 #: ipaclient/remote_plugins/2_156/automount.py:350 #: ipaclient/remote_plugins/2_156/automount.py:686 #: ipaclient/remote_plugins/2_156/automount.py:1043 #: ipaclient/remote_plugins/2_156/caacl.py:667 #: ipaclient/remote_plugins/2_156/certprofile.py:178 #: ipaclient/remote_plugins/2_156/group.py:477 #: ipaclient/remote_plugins/2_156/hbacrule.py:772 #: ipaclient/remote_plugins/2_156/hbacsvc.py:216 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:272 #: ipaclient/remote_plugins/2_156/host.py:1123 #: ipaclient/remote_plugins/2_156/hostgroup.py:345 #: ipaclient/remote_plugins/2_156/netgroup.py:435 #: ipaclient/remote_plugins/2_156/permission.py:722 #: ipaclient/remote_plugins/2_156/privilege.py:335 #: ipaclient/remote_plugins/2_156/pwpolicy.py:277 #: ipaclient/remote_plugins/2_156/pwpolicy.py:699 #: ipaclient/remote_plugins/2_156/radiusproxy.py:305 #: ipaclient/remote_plugins/2_156/role.py:403 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:540 #: ipaclient/remote_plugins/2_156/server.py:151 #: ipaclient/remote_plugins/2_156/service.py:860 #: ipaclient/remote_plugins/2_156/servicedelegation.py:354 #: ipaclient/remote_plugins/2_156/servicedelegation.py:760 #: ipaclient/remote_plugins/2_156/stageuser.py:988 #: ipaclient/remote_plugins/2_156/sudocmd.py:201 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:284 #: ipaclient/remote_plugins/2_156/sudorule.py:1035 #: ipaclient/remote_plugins/2_156/topology.py:385 #: ipaclient/remote_plugins/2_156/topology.py:820 #: ipaclient/remote_plugins/2_156/trust.py:511 #: ipaclient/remote_plugins/2_156/trust.py:1116 #: ipaclient/remote_plugins/2_156/user.py:1095 #: ipaclient/remote_plugins/2_156/vault.py:799 #: ipaclient/remote_plugins/2_156/otptoken.py:585 #: ipaclient/remote_plugins/2_156/dns.py:1506 #: ipaclient/remote_plugins/2_156/dns.py:3228 #: ipaclient/remote_plugins/2_156/dns.py:4763 #: ipaclient/remote_plugins/2_156/idrange.py:423 #: ipaclient/remote_plugins/2_156/idviews.py:327 #: ipaclient/remote_plugins/2_156/idviews.py:812 #: ipaclient/remote_plugins/2_156/idviews.py:1263 #: ipaclient/remote_plugins/2_164/automount.py:350 #: ipaclient/remote_plugins/2_164/automount.py:686 #: ipaclient/remote_plugins/2_164/automount.py:1043 #: ipaclient/remote_plugins/2_164/caacl.py:667 #: ipaclient/remote_plugins/2_164/certprofile.py:178 #: ipaclient/remote_plugins/2_164/group.py:477 #: ipaclient/remote_plugins/2_164/hbacrule.py:772 #: ipaclient/remote_plugins/2_164/hbacsvc.py:216 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:272 #: ipaclient/remote_plugins/2_164/host.py:1123 #: ipaclient/remote_plugins/2_164/hostgroup.py:345 #: ipaclient/remote_plugins/2_164/netgroup.py:435 #: ipaclient/remote_plugins/2_164/permission.py:722 #: ipaclient/remote_plugins/2_164/privilege.py:335 #: ipaclient/remote_plugins/2_164/pwpolicy.py:277 #: ipaclient/remote_plugins/2_164/pwpolicy.py:699 #: ipaclient/remote_plugins/2_164/radiusproxy.py:305 #: ipaclient/remote_plugins/2_164/role.py:403 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:540 #: ipaclient/remote_plugins/2_164/server.py:192 #: ipaclient/remote_plugins/2_164/service.py:860 #: ipaclient/remote_plugins/2_164/servicedelegation.py:354 #: ipaclient/remote_plugins/2_164/servicedelegation.py:760 #: ipaclient/remote_plugins/2_164/stageuser.py:1050 #: ipaclient/remote_plugins/2_164/sudocmd.py:201 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:284 #: ipaclient/remote_plugins/2_164/sudorule.py:1035 #: ipaclient/remote_plugins/2_164/topology.py:429 #: ipaclient/remote_plugins/2_164/topology.py:854 #: ipaclient/remote_plugins/2_164/trust.py:511 #: ipaclient/remote_plugins/2_164/trust.py:1116 #: ipaclient/remote_plugins/2_164/user.py:1157 #: ipaclient/remote_plugins/2_164/vault.py:799 #: ipaclient/remote_plugins/2_164/otptoken.py:585 #: ipaclient/remote_plugins/2_164/dns.py:1514 #: ipaclient/remote_plugins/2_164/dns.py:3236 #: ipaclient/remote_plugins/2_164/dns.py:4782 #: ipaclient/remote_plugins/2_164/idrange.py:423 #: ipaclient/remote_plugins/2_164/idviews.py:327 #: ipaclient/remote_plugins/2_164/idviews.py:812 #: ipaclient/remote_plugins/2_164/idviews.py:1263 msgid "Maximum number of entries returned (0 is unlimited)" msgstr "" "Максимальное количество возвращённых записей (\"0\" означает отсутствие " "ограничения)" #: ipaserver/plugins/baseldap.py:2425 #, python-format msgid "added attribute value to entry %(value)s" msgstr "добавлено значение атрибута в запись %(value)s" #: ipaserver/plugins/baseldap.py:2434 #, python-format msgid "'%(attr)s' already contains one or more values" msgstr "\"%(attr)s\" уже содержит одно или несколько значений" #: ipaserver/plugins/baseldap.py:2441 #, python-format msgid "removed attribute values from entry %(value)s" msgstr "удалены значения атрибута из записи %(value)s" #: ipaserver/plugins/baseldap.py:2450 msgid "one or more values to remove" msgstr "одно или несколько значений, которые следует удалить" #: ipaserver/plugins/realmdomains.py:34 msgid "" "\n" "Realm domains\n" "\n" "Manage the list of domains associated with IPA realm.\n" "\n" "This list is useful for Domain Controllers from other realms which have\n" "established trust with this IPA realm. They need the information to know\n" "which request should be forwarded to KDC of this IPA realm.\n" "\n" "Automatic management: a domain is automatically added to the realm domains\n" "list when a new DNS Zone managed by IPA is created. Same applies for " "deletion.\n" "\n" "Externally managed DNS: domains which are not managed in IPA server DNS\n" "need to be manually added to the list using ipa realmdomains-mod command.\n" "\n" "EXAMPLES:\n" "\n" " Display the current list of realm domains:\n" " ipa realmdomains-show\n" "\n" " Replace the list of realm domains:\n" " ipa realmdomains-mod --domain=example.com\n" " ipa realmdomains-mod --domain={example1.com,example2.com,example3.com}\n" "\n" " Add a domain to the list of realm domains:\n" " ipa realmdomains-mod --add-domain=newdomain.com\n" "\n" " Delete a domain from the list of realm domains:\n" " ipa realmdomains-mod --del-domain=olddomain.com\n" msgstr "" "\n" "Домены области\n" "\n" "Управление списком доменов, связанных с областью (realm) IPA.\n" "\n" "Этот список используется контроллерами доменов из других областей (realms), " "у которых установлено отношение доверия с этой областью (realm) IPA. Им " "необходимы сведения о том, какой запрос следует перенаправить в центр " "распространения ключей (KDC) этой области (realm) IPA.\n" "\n" "При автоматическом управлении: домен автоматически добавляется в список " "доменов области (realm) при создании новой зоны DNS под управлением IPA. То " "же самое относится и к удалению.\n" "\n" "При внешнем управлении DNS: домены, которые не управляются в DNS IPA-" "сервера, необходимо вручную добавить в список с помощью команды ipa " "realmdomains-mod.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Показать текущий список доменов области:\n" " ipa realmdomains-show\n" "\n" " Заменить список доменов области:\n" " ipa realmdomains-mod --domain=example.com\n" " ipa realmdomains-mod --domain={example1.com,example2.com,example3.com}\n" "\n" " Добавить домен в список доменов области:\n" " ipa realmdomains-mod --add-domain=newdomain.com\n" "\n" " Удалить домен из списка доменов области:\n" " ipa realmdomains-mod --del-domain=olddomain.com\n" #: ipaserver/plugins/realmdomains.py:85 msgid "Realm domains" msgstr "Домены области (realm)" #: ipaserver/plugins/realmdomains.py:121 #: ipaclient/remote_plugins/2_114/realmdomains.py:54 #: ipaclient/remote_plugins/2_114/realmdomains.py:80 #: ipaclient/remote_plugins/2_156/realmdomains.py:54 #: ipaclient/remote_plugins/2_156/realmdomains.py:80 #: ipaclient/remote_plugins/2_164/realmdomains.py:54 #: ipaclient/remote_plugins/2_164/realmdomains.py:80 msgid "Add domain" msgstr "Добавить домен" #: ipaserver/plugins/realmdomains.py:127 #: ipaclient/remote_plugins/2_114/realmdomains.py:59 #: ipaclient/remote_plugins/2_114/realmdomains.py:86 #: ipaclient/remote_plugins/2_156/realmdomains.py:59 #: ipaclient/remote_plugins/2_156/realmdomains.py:86 #: ipaclient/remote_plugins/2_164/realmdomains.py:59 #: ipaclient/remote_plugins/2_164/realmdomains.py:86 msgid "Delete domain" msgstr "Удалить домен" #: ipaserver/plugins/realmdomains.py:134 msgid "" "\n" " Modify realm domains\n" "\n" " DNS check: When manually adding a domain to the list, a DNS check is\n" " performed by default. It ensures that the domain is associated with\n" " the IPA realm, by checking whether the domain has a _kerberos TXT " "record\n" " containing the IPA realm name. This check can be skipped by specifying\n" " --force option.\n" "\n" " Removal: when a realm domain which has a matching DNS zone managed by\n" " IPA is being removed, a corresponding _kerberos TXT record in the zone " "is\n" " removed automatically as well. Other records in the zone or the zone\n" " itself are not affected.\n" " " msgstr "" "\n" " Изменение доменов области (realm).\n" "\n" " Проверка DNS: при ручном добавлении домена в список по умолчанию " "выполняется проверка DNS. Она устанавливает, связан ли домен с областью " "(realm) IPA, проверяя, есть ли у домена запись TXT _kerberos, которая " "содержит имя области (realm) IPA. Эту проверку можно пропустить, указав " "параметр --force.\n" "\n" " Удаление: при удалении домена области (realm), у которого имеется " "соответствующая находящаяся под управлением IPA зона DNS, также " "автоматически удаляется и соответствующая запись TXT _kerberos в этой зоне. " "Другие записи в этой зоне и сама зона остаются.\n" " " #: ipaserver/plugins/realmdomains.py:151 ipaserver/plugins/host.py:642 #: ipaserver/plugins/permission.py:1059 ipaserver/plugins/service.py:604 #: ipaserver/plugins/dns.py:2877 ipaserver/plugins/dns.py:3578 #: ipaclient/remote_plugins/2_114/host.py:415 #: ipaclient/remote_plugins/2_114/permission.py:513 #: ipaclient/remote_plugins/2_114/realmdomains.py:119 #: ipaclient/remote_plugins/2_114/service.py:225 #: ipaclient/remote_plugins/2_114/dns.py:2619 #: ipaclient/remote_plugins/2_114/dns.py:4597 #: ipaclient/remote_plugins/2_114/dns.py:5248 #: ipaclient/remote_plugins/2_156/host.py:417 #: ipaclient/remote_plugins/2_156/permission.py:539 #: ipaclient/remote_plugins/2_156/realmdomains.py:119 #: ipaclient/remote_plugins/2_156/service.py:227 #: ipaclient/remote_plugins/2_156/dns.py:2534 #: ipaclient/remote_plugins/2_156/dns.py:4372 #: ipaclient/remote_plugins/2_156/dns.py:5023 #: ipaclient/remote_plugins/2_164/host.py:417 #: ipaclient/remote_plugins/2_164/permission.py:539 #: ipaclient/remote_plugins/2_164/realmdomains.py:119 #: ipaclient/remote_plugins/2_164/service.py:227 #: ipaclient/remote_plugins/2_164/dns.py:2542 #: ipaclient/remote_plugins/2_164/dns.py:5042 #: ipaclient/remote_plugins/2_49/host.py:327 #: ipaclient/remote_plugins/2_49/permission.py:377 #: ipaclient/remote_plugins/2_49/service.py:154 #: ipaclient/remote_plugins/2_49/dns.py:2227 #: ipaclient/remote_plugins/2_49/dns.py:4314 #: ipaclient/remote_plugins/2_49/dns.py:4938 msgid "Force" msgstr "Принудительно" #: ipaserver/plugins/realmdomains.py:152 #: ipaclient/remote_plugins/2_114/realmdomains.py:120 #: ipaclient/remote_plugins/2_156/realmdomains.py:120 #: ipaclient/remote_plugins/2_164/realmdomains.py:120 msgid "Force adding domain even if not in DNS" msgstr "Принудительно добавить домен, даже если имени нет в DNS" #: ipaserver/plugins/realmdomains.py:177 #, python-format msgid "" "DNS zone for each realmdomain must contain SOA or NS records. No records " "found for: %s" msgstr "" "Запись зоны DNS для каждого realmdomain должна содержать записи SOA или NS. " "Для %s такие записи не найдены." #: ipaserver/plugins/realmdomains.py:203 #, python-format msgid "The following domains do not belong to this realm: %(domains)s" msgstr "Следующие домены не принадлежат к этой области (realm): %(domains)s" #: ipaserver/plugins/realmdomains.py:218 #, python-format msgid "" "The realm of the following domains could not be detected: %(domains)s. If " "these are domains that belong to the this realm, please create a _kerberos " "TXT record containing \"%(realm)s\" in each of them." msgstr "" "Не удалось определить область (realm) следующих доменов: %(domains)s. Если " "эти домены принадлежат к этой области, создайте на каждом из них запись TXT " "_kerberos, которая содержит \"%(realm)s\"." #: ipaserver/plugins/realmdomains.py:241 msgid "" "The --domain option cannot be used together with --add-domain or --del-" "domain. Use --domain to specify the whole realm domain list explicitly, to " "add/remove individual domains, use --add-domain/del-domain." msgstr "" "Параметр --domain невозможно использовать одновременно с параметром --add-" "domain или --del-domain. Используйте параметр --domain, чтобы явно указать " "весь список доменов области (realm). Используйте параметр --add-domain/del-" "domain, чтобы добавить или удалить отдельные домены." #: ipaserver/plugins/realmdomains.py:252 msgid "IPA server domain cannot be omitted" msgstr "Домен IPA-сервера не может быть пропущен" #: ipaserver/plugins/realmdomains.py:274 msgid "IPA server domain cannot be deleted" msgstr "Домен IPA-сервера не может быть удалён" #: ipaserver/plugins/realmdomains.py:361 #: ipaclient/remote_plugins/2_114/realmdomains.py:157 #: ipaclient/remote_plugins/2_156/realmdomains.py:157 #: ipaclient/remote_plugins/2_164/realmdomains.py:157 msgid "Display the list of realm domains." msgstr "Показать список доменов области." #: ipaserver/plugins/hbacsvcgroup.py:33 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:19 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:19 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:19 msgid "" "\n" "HBAC Service Groups\n" "\n" "HBAC service groups can contain any number of individual services,\n" "or \"members\". Every group must have a description.\n" "\n" "EXAMPLES:\n" "\n" " Add a new HBAC service group:\n" " ipa hbacsvcgroup-add --desc=\"login services\" login\n" "\n" " Add members to an HBAC service group:\n" " ipa hbacsvcgroup-add-member --hbacsvcs=sshd --hbacsvcs=login login\n" "\n" " Display information about a named group:\n" " ipa hbacsvcgroup-show login\n" "\n" " Delete an HBAC service group:\n" " ipa hbacsvcgroup-del login\n" msgstr "" "\n" "Группы служб HBAC\n" "\n" "Группы служб HBAC могут содержать любое количество отдельных служб (так " "называемых \"участников\"). У каждой группы должно быть описание.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новую группу служб HBAC:\n" " ipa hbacsvcgroup-add --desc=\"login services\" login\n" "\n" " Добавить участников в группу служб HBAC:\n" " ipa hbacsvcgroup-add-member --hbacsvcs=sshd --hbacsvcs=login login\n" "\n" " Показать сведения об именованной группе:\n" " ipa hbacsvcgroup-show login\n" "\n" " Удалить группу служб HBAC:\n" " ipa hbacsvcgroup-del login\n" #: ipaserver/plugins/hbacsvcgroup.py:64 msgid "HBAC service group" msgstr "группа служб HBAC" #: ipaserver/plugins/hbacsvcgroup.py:65 msgid "HBAC service groups" msgstr "группы служб HBAC" #: ipaserver/plugins/hbacsvcgroup.py:108 msgid "HBAC Service Groups" msgstr "Группы служб HBAC" #: ipaserver/plugins/hbacsvcgroup.py:109 msgid "HBAC Service Group" msgstr "Группа служб HBAC" #: ipaserver/plugins/hbacsvcgroup.py:114 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:49 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:73 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:145 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:207 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:252 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:334 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:420 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:481 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:49 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:73 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:145 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:207 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:252 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:334 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:420 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:481 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:49 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:73 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:145 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:207 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:252 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:334 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:420 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:481 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:53 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:76 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:141 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:196 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:243 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:318 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:398 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:452 msgid "Service group name" msgstr "Имя группы служб" #: ipaserver/plugins/hbacsvcgroup.py:121 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:55 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:83 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:260 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:344 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:55 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:83 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:260 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:344 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:55 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:83 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:260 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:344 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:58 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:85 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:251 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:328 msgid "HBAC service group description" msgstr "Описание группы служб HBAC" #: ipaserver/plugins/hbacsvcgroup.py:129 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:67 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:67 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:67 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:70 msgid "Add a new HBAC service group." msgstr "Добавить новую группу служб HBAC." #: ipaserver/plugins/hbacsvcgroup.py:131 #, python-format msgid "Added HBAC service group \"%(value)s\"" msgstr "Добавлена группа служб HBAC \"%(value)s\"" #: ipaserver/plugins/hbacsvcgroup.py:137 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:200 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:200 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:200 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:189 msgid "Delete an HBAC service group." msgstr "Удалить группу служб HBAC." #: ipaserver/plugins/hbacsvcgroup.py:139 #, python-format msgid "Deleted HBAC service group \"%(value)s\"" msgstr "Удалена группа служб HBAC \"%(value)s\"" #: ipaserver/plugins/hbacsvcgroup.py:145 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:328 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:328 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:328 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:312 msgid "Modify an HBAC service group." msgstr "Изменить группу служб HBAC." #: ipaserver/plugins/hbacsvcgroup.py:147 #, python-format msgid "Modified HBAC service group \"%(value)s\"" msgstr "Изменена группа служб HBAC \"%(value)s\"" #: ipaserver/plugins/hbacsvcgroup.py:153 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:238 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:238 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:238 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:229 msgid "Search for an HBAC service group." msgstr "Поиск группы служб HBAC." #: ipaserver/plugins/hbacsvcgroup.py:156 #, python-format msgid "%(count)d HBAC service group matched" msgid_plural "%(count)d HBAC service groups matched" msgstr[0] "установлено соответствие %(count)d группы служб HBAC" msgstr[1] "установлено соответствие %(count)d групп служб HBAC" msgstr[2] "установлено соответствие %(count)d групп служб HBAC" #: ipaserver/plugins/hbacsvcgroup.py:163 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:475 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:475 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:475 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:446 msgid "Display information about an HBAC service group." msgstr "Показать сведения о группе служб HBAC." #: ipaserver/plugins/hbacsvcgroup.py:169 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:139 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:139 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:139 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:135 msgid "Add members to an HBAC service group." msgstr "Добавить участников в группу служб HBAC." #: ipaserver/plugins/hbacsvcgroup.py:175 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:414 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:414 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:414 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:392 msgid "Remove members from an HBAC service group." msgstr "Удалить участников из группы служб HBAC." #: ipaserver/plugins/pwpolicy.py:43 #: ipaclient/remote_plugins/2_114/pwpolicy.py:19 #: ipaclient/remote_plugins/2_156/pwpolicy.py:19 #: ipaclient/remote_plugins/2_164/pwpolicy.py:19 #: ipaclient/remote_plugins/2_49/pwpolicy.py:19 msgid "" "\n" "Password policy\n" "\n" "A password policy sets limitations on IPA passwords, including maximum\n" "lifetime, minimum lifetime, the number of passwords to save in\n" "history, the number of character classes required (for stronger passwords)\n" "and the minimum password length.\n" "\n" "By default there is a single, global policy for all users. You can also\n" "create a password policy to apply to a group. Each user is only subject\n" "to one password policy, either the group policy or the global policy. A\n" "group policy stands alone; it is not a super-set of the global policy plus\n" "custom settings.\n" "\n" "Each group password policy requires a unique priority setting. If a user\n" "is in multiple groups that have password policies, this priority determines\n" "which password policy is applied. A lower value indicates a higher priority\n" "policy.\n" "\n" "Group password policies are automatically removed when the groups they\n" "are associated with are removed.\n" "\n" "EXAMPLES:\n" "\n" " Modify the global policy:\n" " ipa pwpolicy-mod --minlength=10\n" "\n" " Add a new group password policy:\n" " ipa pwpolicy-add --maxlife=90 --minlife=1 --history=10 --minclasses=3 --" "minlength=8 --priority=10 localadmins\n" "\n" " Display the global password policy:\n" " ipa pwpolicy-show\n" "\n" " Display a group password policy:\n" " ipa pwpolicy-show localadmins\n" "\n" " Display the policy that would be applied to a given user:\n" " ipa pwpolicy-show --user=tuser1\n" "\n" " Modify a group password policy:\n" " ipa pwpolicy-mod --minclasses=2 localadmins\n" msgstr "" "\n" "Политика паролей\n" "\n" "Политика паролей устанавливает ограничения для паролей IPA, включая " "максимальный срок действия, минимальный срок действия, количество паролей " "для сохранения в журнале, количество требуемых классов символов (для более " "надёжных паролей) и минимальную длину пароля.\n" "\n" "По умолчанию имеется одна, глобальная политика для всех пользователей. Также " "можно создать политику паролей для применения к группе. К каждому " "пользователю применяется только одна политика паролей: групповая или " "глобальная. Групповая политика автономна, она не является супермножеством " "глобальной политики в сочетании с пользовательскими настройками.\n" "\n" "Для каждой групповой политики паролей должно быть установлено уникальное " "значение приоритета. Если пользователь находится в нескольких группах, для " "которых имеются политики паролей, этот приоритет определит, какая политика " "паролей применяется. Чем меньше значение, тем выше приоритет политики.\n" "\n" "Групповые политики паролей автоматически удаляются, когда удаляются группы, " "с которыми они связаны.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Изменить глобальную политику:\n" " ipa pwpolicy-mod --minlength=10\n" "\n" "Добавить новую групповую политику паролей:\n" " ipa pwpolicy-add --maxlife=90 --minlife=1 --history=10 --minclasses=3 --" "minlength=8 --priority=10 localadmins\n" "\n" " Показать глобальную политику паролей:\n" " ipa pwpolicy-show\n" "\n" " Показать групповую политику паролей:\n" " ipa pwpolicy-show localadmins\n" "\n" " Показать политику, которая применяется к указанному пользователю:\n" " ipa pwpolicy-show --user=tuser1\n" "\n" " Изменить групповую политику паролей:\n" " ipa pwpolicy-mod --minclasses=2 localadmins\n" #: ipaserver/plugins/pwpolicy.py:92 msgid "Class of Service object used for linking policies with groups" msgstr "" "Объект класса обслуживания, который используется для связывания политик с " "группами" #: ipaserver/plugins/pwpolicy.py:143 #, python-format msgid "priority must be a unique value (%(prio)d already used by %(gname)s)" msgstr "" "приоритет должен иметь уникальное значение (%(prio)d уже использовано для " "%(gname)s)" #: ipaserver/plugins/pwpolicy.py:171 msgid "Add Class of Service entry" msgstr "Добавить запись класса обслуживания" #: ipaserver/plugins/pwpolicy.py:194 msgid "Delete Class of Service entry" msgstr "Удалить запись класса обслуживания" #: ipaserver/plugins/pwpolicy.py:200 msgid "Modify Class of Service entry" msgstr "Изменить запись класса обслуживания" #: ipaserver/plugins/pwpolicy.py:218 msgid "Display Class of Service entry" msgstr "Показать запись класса обслуживания" #: ipaserver/plugins/pwpolicy.py:224 msgid "Search for Class of Service entry" msgstr "Поиск записи класса обслуживания" #: ipaserver/plugins/pwpolicy.py:237 msgid "password policy" msgstr "политика паролей" #: ipaserver/plugins/pwpolicy.py:238 msgid "password policies" msgstr "политики паролей" #: ipaserver/plugins/pwpolicy.py:291 msgid "Password Policies" msgstr "Политики паролей" #: ipaserver/plugins/pwpolicy.py:298 #: ipaclient/remote_plugins/2_114/pwpolicy.py:89 #: ipaclient/remote_plugins/2_114/pwpolicy.py:458 #: ipaclient/remote_plugins/2_114/pwpolicy.py:579 #: ipaclient/remote_plugins/2_114/pwpolicy.py:624 #: ipaclient/remote_plugins/2_114/pwpolicy.py:756 #: ipaclient/remote_plugins/2_114/pwpolicy.py:892 #: ipaclient/remote_plugins/2_156/pwpolicy.py:89 #: ipaclient/remote_plugins/2_156/pwpolicy.py:458 #: ipaclient/remote_plugins/2_156/pwpolicy.py:579 #: ipaclient/remote_plugins/2_156/pwpolicy.py:624 #: ipaclient/remote_plugins/2_156/pwpolicy.py:756 #: ipaclient/remote_plugins/2_156/pwpolicy.py:892 #: ipaclient/remote_plugins/2_164/pwpolicy.py:89 #: ipaclient/remote_plugins/2_164/pwpolicy.py:458 #: ipaclient/remote_plugins/2_164/pwpolicy.py:579 #: ipaclient/remote_plugins/2_164/pwpolicy.py:624 #: ipaclient/remote_plugins/2_164/pwpolicy.py:756 #: ipaclient/remote_plugins/2_164/pwpolicy.py:892 #: ipaclient/remote_plugins/2_49/pwpolicy.py:89 #: ipaclient/remote_plugins/2_49/pwpolicy.py:463 #: ipaclient/remote_plugins/2_49/pwpolicy.py:585 #: ipaclient/remote_plugins/2_49/pwpolicy.py:632 #: ipaclient/remote_plugins/2_49/pwpolicy.py:764 #: ipaclient/remote_plugins/2_49/pwpolicy.py:901 msgid "Manage password policy for specific group" msgstr "Управление политикой паролей для определённой группы" #: ipaserver/plugins/pwpolicy.py:303 #: ipaclient/remote_plugins/2_114/pwpolicy.py:94 #: ipaclient/remote_plugins/2_114/pwpolicy.py:466 #: ipaclient/remote_plugins/2_114/pwpolicy.py:630 #: ipaclient/remote_plugins/2_114/pwpolicy.py:764 #: ipaclient/remote_plugins/2_156/pwpolicy.py:94 #: ipaclient/remote_plugins/2_156/pwpolicy.py:466 #: ipaclient/remote_plugins/2_156/pwpolicy.py:630 #: ipaclient/remote_plugins/2_156/pwpolicy.py:764 #: ipaclient/remote_plugins/2_164/pwpolicy.py:94 #: ipaclient/remote_plugins/2_164/pwpolicy.py:466 #: ipaclient/remote_plugins/2_164/pwpolicy.py:630 #: ipaclient/remote_plugins/2_164/pwpolicy.py:764 #: ipaclient/remote_plugins/2_49/pwpolicy.py:94 #: ipaclient/remote_plugins/2_49/pwpolicy.py:471 #: ipaclient/remote_plugins/2_49/pwpolicy.py:638 #: ipaclient/remote_plugins/2_49/pwpolicy.py:772 msgid "Max lifetime (days)" msgstr "Максимальный срок действия (в днях)" #: ipaserver/plugins/pwpolicy.py:304 #: ipaclient/remote_plugins/2_114/pwpolicy.py:95 #: ipaclient/remote_plugins/2_114/pwpolicy.py:467 #: ipaclient/remote_plugins/2_114/pwpolicy.py:631 #: ipaclient/remote_plugins/2_114/pwpolicy.py:765 #: ipaclient/remote_plugins/2_156/pwpolicy.py:95 #: ipaclient/remote_plugins/2_156/pwpolicy.py:467 #: ipaclient/remote_plugins/2_156/pwpolicy.py:631 #: ipaclient/remote_plugins/2_156/pwpolicy.py:765 #: ipaclient/remote_plugins/2_164/pwpolicy.py:95 #: ipaclient/remote_plugins/2_164/pwpolicy.py:467 #: ipaclient/remote_plugins/2_164/pwpolicy.py:631 #: ipaclient/remote_plugins/2_164/pwpolicy.py:765 #: ipaclient/remote_plugins/2_49/pwpolicy.py:95 #: ipaclient/remote_plugins/2_49/pwpolicy.py:472 #: ipaclient/remote_plugins/2_49/pwpolicy.py:639 #: ipaclient/remote_plugins/2_49/pwpolicy.py:773 msgid "Maximum password lifetime (in days)" msgstr "Максимальный срок действия пароля (в днях)" #: ipaserver/plugins/pwpolicy.py:310 #: ipaclient/remote_plugins/2_114/pwpolicy.py:100 #: ipaclient/remote_plugins/2_114/pwpolicy.py:473 #: ipaclient/remote_plugins/2_114/pwpolicy.py:637 #: ipaclient/remote_plugins/2_114/pwpolicy.py:771 #: ipaclient/remote_plugins/2_156/pwpolicy.py:100 #: ipaclient/remote_plugins/2_156/pwpolicy.py:473 #: ipaclient/remote_plugins/2_156/pwpolicy.py:637 #: ipaclient/remote_plugins/2_156/pwpolicy.py:771 #: ipaclient/remote_plugins/2_164/pwpolicy.py:100 #: ipaclient/remote_plugins/2_164/pwpolicy.py:473 #: ipaclient/remote_plugins/2_164/pwpolicy.py:637 #: ipaclient/remote_plugins/2_164/pwpolicy.py:771 #: ipaclient/remote_plugins/2_49/pwpolicy.py:100 #: ipaclient/remote_plugins/2_49/pwpolicy.py:478 #: ipaclient/remote_plugins/2_49/pwpolicy.py:645 #: ipaclient/remote_plugins/2_49/pwpolicy.py:779 msgid "Min lifetime (hours)" msgstr "Минимальный срок действия (в часах)" #: ipaserver/plugins/pwpolicy.py:311 #: ipaclient/remote_plugins/2_114/pwpolicy.py:101 #: ipaclient/remote_plugins/2_114/pwpolicy.py:474 #: ipaclient/remote_plugins/2_114/pwpolicy.py:638 #: ipaclient/remote_plugins/2_114/pwpolicy.py:772 #: ipaclient/remote_plugins/2_156/pwpolicy.py:101 #: ipaclient/remote_plugins/2_156/pwpolicy.py:474 #: ipaclient/remote_plugins/2_156/pwpolicy.py:638 #: ipaclient/remote_plugins/2_156/pwpolicy.py:772 #: ipaclient/remote_plugins/2_164/pwpolicy.py:101 #: ipaclient/remote_plugins/2_164/pwpolicy.py:474 #: ipaclient/remote_plugins/2_164/pwpolicy.py:638 #: ipaclient/remote_plugins/2_164/pwpolicy.py:772 #: ipaclient/remote_plugins/2_49/pwpolicy.py:101 #: ipaclient/remote_plugins/2_49/pwpolicy.py:479 #: ipaclient/remote_plugins/2_49/pwpolicy.py:646 #: ipaclient/remote_plugins/2_49/pwpolicy.py:780 msgid "Minimum password lifetime (in hours)" msgstr "Минимальный срок действия пароля (в часах)" #: ipaserver/plugins/pwpolicy.py:316 #: ipaclient/remote_plugins/2_114/pwpolicy.py:106 #: ipaclient/remote_plugins/2_114/pwpolicy.py:480 #: ipaclient/remote_plugins/2_114/pwpolicy.py:644 #: ipaclient/remote_plugins/2_114/pwpolicy.py:778 #: ipaclient/remote_plugins/2_156/pwpolicy.py:106 #: ipaclient/remote_plugins/2_156/pwpolicy.py:480 #: ipaclient/remote_plugins/2_156/pwpolicy.py:644 #: ipaclient/remote_plugins/2_156/pwpolicy.py:778 #: ipaclient/remote_plugins/2_164/pwpolicy.py:106 #: ipaclient/remote_plugins/2_164/pwpolicy.py:480 #: ipaclient/remote_plugins/2_164/pwpolicy.py:644 #: ipaclient/remote_plugins/2_164/pwpolicy.py:778 #: ipaclient/remote_plugins/2_49/pwpolicy.py:106 #: ipaclient/remote_plugins/2_49/pwpolicy.py:485 #: ipaclient/remote_plugins/2_49/pwpolicy.py:652 #: ipaclient/remote_plugins/2_49/pwpolicy.py:786 msgid "History size" msgstr "Размер журнала " #: ipaserver/plugins/pwpolicy.py:317 #: ipaclient/remote_plugins/2_114/pwpolicy.py:107 #: ipaclient/remote_plugins/2_114/pwpolicy.py:481 #: ipaclient/remote_plugins/2_114/pwpolicy.py:645 #: ipaclient/remote_plugins/2_114/pwpolicy.py:779 #: ipaclient/remote_plugins/2_156/pwpolicy.py:107 #: ipaclient/remote_plugins/2_156/pwpolicy.py:481 #: ipaclient/remote_plugins/2_156/pwpolicy.py:645 #: ipaclient/remote_plugins/2_156/pwpolicy.py:779 #: ipaclient/remote_plugins/2_164/pwpolicy.py:107 #: ipaclient/remote_plugins/2_164/pwpolicy.py:481 #: ipaclient/remote_plugins/2_164/pwpolicy.py:645 #: ipaclient/remote_plugins/2_164/pwpolicy.py:779 #: ipaclient/remote_plugins/2_49/pwpolicy.py:107 #: ipaclient/remote_plugins/2_49/pwpolicy.py:486 #: ipaclient/remote_plugins/2_49/pwpolicy.py:653 #: ipaclient/remote_plugins/2_49/pwpolicy.py:787 msgid "Password history size" msgstr "Размер журнала паролей" #: ipaserver/plugins/pwpolicy.py:322 #: ipaclient/remote_plugins/2_114/pwpolicy.py:112 #: ipaclient/remote_plugins/2_114/pwpolicy.py:487 #: ipaclient/remote_plugins/2_114/pwpolicy.py:651 #: ipaclient/remote_plugins/2_114/pwpolicy.py:785 #: ipaclient/remote_plugins/2_156/pwpolicy.py:112 #: ipaclient/remote_plugins/2_156/pwpolicy.py:487 #: ipaclient/remote_plugins/2_156/pwpolicy.py:651 #: ipaclient/remote_plugins/2_156/pwpolicy.py:785 #: ipaclient/remote_plugins/2_164/pwpolicy.py:112 #: ipaclient/remote_plugins/2_164/pwpolicy.py:487 #: ipaclient/remote_plugins/2_164/pwpolicy.py:651 #: ipaclient/remote_plugins/2_164/pwpolicy.py:785 #: ipaclient/remote_plugins/2_49/pwpolicy.py:112 #: ipaclient/remote_plugins/2_49/pwpolicy.py:492 #: ipaclient/remote_plugins/2_49/pwpolicy.py:659 #: ipaclient/remote_plugins/2_49/pwpolicy.py:793 msgid "Character classes" msgstr "Классы символов" #: ipaserver/plugins/pwpolicy.py:323 #: ipaclient/remote_plugins/2_114/pwpolicy.py:113 #: ipaclient/remote_plugins/2_114/pwpolicy.py:488 #: ipaclient/remote_plugins/2_114/pwpolicy.py:652 #: ipaclient/remote_plugins/2_114/pwpolicy.py:786 #: ipaclient/remote_plugins/2_156/pwpolicy.py:113 #: ipaclient/remote_plugins/2_156/pwpolicy.py:488 #: ipaclient/remote_plugins/2_156/pwpolicy.py:652 #: ipaclient/remote_plugins/2_156/pwpolicy.py:786 #: ipaclient/remote_plugins/2_164/pwpolicy.py:113 #: ipaclient/remote_plugins/2_164/pwpolicy.py:488 #: ipaclient/remote_plugins/2_164/pwpolicy.py:652 #: ipaclient/remote_plugins/2_164/pwpolicy.py:786 #: ipaclient/remote_plugins/2_49/pwpolicy.py:113 #: ipaclient/remote_plugins/2_49/pwpolicy.py:493 #: ipaclient/remote_plugins/2_49/pwpolicy.py:660 #: ipaclient/remote_plugins/2_49/pwpolicy.py:794 msgid "Minimum number of character classes" msgstr "Минимальное количество классов символов" #: ipaserver/plugins/pwpolicy.py:329 #: ipaclient/remote_plugins/2_114/pwpolicy.py:118 #: ipaclient/remote_plugins/2_114/pwpolicy.py:494 #: ipaclient/remote_plugins/2_114/pwpolicy.py:658 #: ipaclient/remote_plugins/2_114/pwpolicy.py:792 #: ipaclient/remote_plugins/2_156/pwpolicy.py:118 #: ipaclient/remote_plugins/2_156/pwpolicy.py:494 #: ipaclient/remote_plugins/2_156/pwpolicy.py:658 #: ipaclient/remote_plugins/2_156/pwpolicy.py:792 #: ipaclient/remote_plugins/2_164/pwpolicy.py:118 #: ipaclient/remote_plugins/2_164/pwpolicy.py:494 #: ipaclient/remote_plugins/2_164/pwpolicy.py:658 #: ipaclient/remote_plugins/2_164/pwpolicy.py:792 #: ipaclient/remote_plugins/2_49/pwpolicy.py:118 #: ipaclient/remote_plugins/2_49/pwpolicy.py:499 #: ipaclient/remote_plugins/2_49/pwpolicy.py:666 #: ipaclient/remote_plugins/2_49/pwpolicy.py:800 msgid "Min length" msgstr "Минимальная длина" #: ipaserver/plugins/pwpolicy.py:330 #: ipaclient/remote_plugins/2_114/pwpolicy.py:119 #: ipaclient/remote_plugins/2_114/pwpolicy.py:495 #: ipaclient/remote_plugins/2_114/pwpolicy.py:659 #: ipaclient/remote_plugins/2_114/pwpolicy.py:793 #: ipaclient/remote_plugins/2_156/pwpolicy.py:119 #: ipaclient/remote_plugins/2_156/pwpolicy.py:495 #: ipaclient/remote_plugins/2_156/pwpolicy.py:659 #: ipaclient/remote_plugins/2_156/pwpolicy.py:793 #: ipaclient/remote_plugins/2_164/pwpolicy.py:119 #: ipaclient/remote_plugins/2_164/pwpolicy.py:495 #: ipaclient/remote_plugins/2_164/pwpolicy.py:659 #: ipaclient/remote_plugins/2_164/pwpolicy.py:793 #: ipaclient/remote_plugins/2_49/pwpolicy.py:119 #: ipaclient/remote_plugins/2_49/pwpolicy.py:500 #: ipaclient/remote_plugins/2_49/pwpolicy.py:667 #: ipaclient/remote_plugins/2_49/pwpolicy.py:801 msgid "Minimum length of password" msgstr "Минимальная длина пароля" #: ipaserver/plugins/pwpolicy.py:335 ipaserver/plugins/certmap.py:243 #: ipaclient/remote_plugins/2_114/pwpolicy.py:123 #: ipaclient/remote_plugins/2_114/pwpolicy.py:500 #: ipaclient/remote_plugins/2_114/pwpolicy.py:665 #: ipaclient/remote_plugins/2_114/pwpolicy.py:799 #: ipaclient/remote_plugins/2_114/dns.py:814 #: ipaclient/remote_plugins/2_114/dns.py:2456 #: ipaclient/remote_plugins/2_114/dns.py:4115 #: ipaclient/remote_plugins/2_156/pwpolicy.py:123 #: ipaclient/remote_plugins/2_156/pwpolicy.py:500 #: ipaclient/remote_plugins/2_156/pwpolicy.py:665 #: ipaclient/remote_plugins/2_156/pwpolicy.py:799 #: ipaclient/remote_plugins/2_156/dns.py:800 #: ipaclient/remote_plugins/2_156/dns.py:2401 #: ipaclient/remote_plugins/2_156/dns.py:3920 #: ipaclient/remote_plugins/2_164/pwpolicy.py:123 #: ipaclient/remote_plugins/2_164/pwpolicy.py:500 #: ipaclient/remote_plugins/2_164/pwpolicy.py:665 #: ipaclient/remote_plugins/2_164/pwpolicy.py:799 #: ipaclient/remote_plugins/2_164/dns.py:800 #: ipaclient/remote_plugins/2_164/dns.py:2409 #: ipaclient/remote_plugins/2_164/dns.py:3928 #: ipaclient/remote_plugins/2_49/pwpolicy.py:123 #: ipaclient/remote_plugins/2_49/pwpolicy.py:505 #: ipaclient/remote_plugins/2_49/pwpolicy.py:673 #: ipaclient/remote_plugins/2_49/pwpolicy.py:807 #: ipaclient/remote_plugins/2_49/dns.py:872 #: ipaclient/remote_plugins/2_49/dns.py:2105 #: ipaclient/remote_plugins/2_49/dns.py:3891 msgid "Priority" msgstr "Приоритет" #: ipaserver/plugins/pwpolicy.py:336 #: ipaclient/remote_plugins/2_114/pwpolicy.py:124 #: ipaclient/remote_plugins/2_114/pwpolicy.py:501 #: ipaclient/remote_plugins/2_114/pwpolicy.py:666 #: ipaclient/remote_plugins/2_114/pwpolicy.py:800 #: ipaclient/remote_plugins/2_156/pwpolicy.py:124 #: ipaclient/remote_plugins/2_156/pwpolicy.py:501 #: ipaclient/remote_plugins/2_156/pwpolicy.py:666 #: ipaclient/remote_plugins/2_156/pwpolicy.py:800 #: ipaclient/remote_plugins/2_164/pwpolicy.py:124 #: ipaclient/remote_plugins/2_164/pwpolicy.py:501 #: ipaclient/remote_plugins/2_164/pwpolicy.py:666 #: ipaclient/remote_plugins/2_164/pwpolicy.py:800 #: ipaclient/remote_plugins/2_49/pwpolicy.py:124 #: ipaclient/remote_plugins/2_49/pwpolicy.py:506 #: ipaclient/remote_plugins/2_49/pwpolicy.py:674 #: ipaclient/remote_plugins/2_49/pwpolicy.py:808 msgid "Priority of the policy (higher number means lower priority" msgstr "Приоритет политики (чем больше число, тем ниже приоритет)" #: ipaserver/plugins/pwpolicy.py:343 #: ipaclient/remote_plugins/2_114/pwpolicy.py:129 #: ipaclient/remote_plugins/2_114/pwpolicy.py:507 #: ipaclient/remote_plugins/2_114/pwpolicy.py:672 #: ipaclient/remote_plugins/2_114/pwpolicy.py:806 #: ipaclient/remote_plugins/2_156/pwpolicy.py:129 #: ipaclient/remote_plugins/2_156/pwpolicy.py:507 #: ipaclient/remote_plugins/2_156/pwpolicy.py:672 #: ipaclient/remote_plugins/2_156/pwpolicy.py:806 #: ipaclient/remote_plugins/2_164/pwpolicy.py:129 #: ipaclient/remote_plugins/2_164/pwpolicy.py:507 #: ipaclient/remote_plugins/2_164/pwpolicy.py:672 #: ipaclient/remote_plugins/2_164/pwpolicy.py:806 #: ipaclient/remote_plugins/2_49/pwpolicy.py:129 #: ipaclient/remote_plugins/2_49/pwpolicy.py:512 #: ipaclient/remote_plugins/2_49/pwpolicy.py:680 #: ipaclient/remote_plugins/2_49/pwpolicy.py:814 msgid "Max failures" msgstr "Максимальное количество ошибок" #: ipaserver/plugins/pwpolicy.py:344 #: ipaclient/remote_plugins/2_114/pwpolicy.py:130 #: ipaclient/remote_plugins/2_114/pwpolicy.py:508 #: ipaclient/remote_plugins/2_114/pwpolicy.py:673 #: ipaclient/remote_plugins/2_114/pwpolicy.py:807 #: ipaclient/remote_plugins/2_156/pwpolicy.py:130 #: ipaclient/remote_plugins/2_156/pwpolicy.py:508 #: ipaclient/remote_plugins/2_156/pwpolicy.py:673 #: ipaclient/remote_plugins/2_156/pwpolicy.py:807 #: ipaclient/remote_plugins/2_164/pwpolicy.py:130 #: ipaclient/remote_plugins/2_164/pwpolicy.py:508 #: ipaclient/remote_plugins/2_164/pwpolicy.py:673 #: ipaclient/remote_plugins/2_164/pwpolicy.py:807 #: ipaclient/remote_plugins/2_49/pwpolicy.py:130 #: ipaclient/remote_plugins/2_49/pwpolicy.py:513 #: ipaclient/remote_plugins/2_49/pwpolicy.py:681 #: ipaclient/remote_plugins/2_49/pwpolicy.py:815 msgid "Consecutive failures before lockout" msgstr "Количество последовательных ошибок до блокировки" #: ipaserver/plugins/pwpolicy.py:350 #: ipaclient/remote_plugins/2_114/pwpolicy.py:135 #: ipaclient/remote_plugins/2_114/pwpolicy.py:514 #: ipaclient/remote_plugins/2_114/pwpolicy.py:679 #: ipaclient/remote_plugins/2_114/pwpolicy.py:813 #: ipaclient/remote_plugins/2_156/pwpolicy.py:135 #: ipaclient/remote_plugins/2_156/pwpolicy.py:514 #: ipaclient/remote_plugins/2_156/pwpolicy.py:679 #: ipaclient/remote_plugins/2_156/pwpolicy.py:813 #: ipaclient/remote_plugins/2_164/pwpolicy.py:135 #: ipaclient/remote_plugins/2_164/pwpolicy.py:514 #: ipaclient/remote_plugins/2_164/pwpolicy.py:679 #: ipaclient/remote_plugins/2_164/pwpolicy.py:813 #: ipaclient/remote_plugins/2_49/pwpolicy.py:135 #: ipaclient/remote_plugins/2_49/pwpolicy.py:519 #: ipaclient/remote_plugins/2_49/pwpolicy.py:687 #: ipaclient/remote_plugins/2_49/pwpolicy.py:821 msgid "Failure reset interval" msgstr "Интервал сброса ошибок" #: ipaserver/plugins/pwpolicy.py:351 #: ipaclient/remote_plugins/2_114/pwpolicy.py:136 #: ipaclient/remote_plugins/2_114/pwpolicy.py:515 #: ipaclient/remote_plugins/2_114/pwpolicy.py:680 #: ipaclient/remote_plugins/2_114/pwpolicy.py:814 #: ipaclient/remote_plugins/2_156/pwpolicy.py:136 #: ipaclient/remote_plugins/2_156/pwpolicy.py:515 #: ipaclient/remote_plugins/2_156/pwpolicy.py:680 #: ipaclient/remote_plugins/2_156/pwpolicy.py:814 #: ipaclient/remote_plugins/2_164/pwpolicy.py:136 #: ipaclient/remote_plugins/2_164/pwpolicy.py:515 #: ipaclient/remote_plugins/2_164/pwpolicy.py:680 #: ipaclient/remote_plugins/2_164/pwpolicy.py:814 #: ipaclient/remote_plugins/2_49/pwpolicy.py:136 #: ipaclient/remote_plugins/2_49/pwpolicy.py:520 #: ipaclient/remote_plugins/2_49/pwpolicy.py:688 #: ipaclient/remote_plugins/2_49/pwpolicy.py:822 msgid "Period after which failure count will be reset (seconds)" msgstr "" "Период, по истечении которого счётчик ошибок будет сброшен (в секундах)" #: ipaserver/plugins/pwpolicy.py:357 #: ipaclient/remote_plugins/2_114/pwpolicy.py:141 #: ipaclient/remote_plugins/2_114/pwpolicy.py:521 #: ipaclient/remote_plugins/2_114/pwpolicy.py:686 #: ipaclient/remote_plugins/2_114/pwpolicy.py:820 #: ipaclient/remote_plugins/2_156/pwpolicy.py:141 #: ipaclient/remote_plugins/2_156/pwpolicy.py:521 #: ipaclient/remote_plugins/2_156/pwpolicy.py:686 #: ipaclient/remote_plugins/2_156/pwpolicy.py:820 #: ipaclient/remote_plugins/2_164/pwpolicy.py:141 #: ipaclient/remote_plugins/2_164/pwpolicy.py:521 #: ipaclient/remote_plugins/2_164/pwpolicy.py:686 #: ipaclient/remote_plugins/2_164/pwpolicy.py:820 #: ipaclient/remote_plugins/2_49/pwpolicy.py:141 #: ipaclient/remote_plugins/2_49/pwpolicy.py:526 #: ipaclient/remote_plugins/2_49/pwpolicy.py:694 #: ipaclient/remote_plugins/2_49/pwpolicy.py:828 msgid "Lockout duration" msgstr "Длительность блокировки" #: ipaserver/plugins/pwpolicy.py:358 #: ipaclient/remote_plugins/2_114/pwpolicy.py:142 #: ipaclient/remote_plugins/2_114/pwpolicy.py:522 #: ipaclient/remote_plugins/2_114/pwpolicy.py:687 #: ipaclient/remote_plugins/2_114/pwpolicy.py:821 #: ipaclient/remote_plugins/2_156/pwpolicy.py:142 #: ipaclient/remote_plugins/2_156/pwpolicy.py:522 #: ipaclient/remote_plugins/2_156/pwpolicy.py:687 #: ipaclient/remote_plugins/2_156/pwpolicy.py:821 #: ipaclient/remote_plugins/2_164/pwpolicy.py:142 #: ipaclient/remote_plugins/2_164/pwpolicy.py:522 #: ipaclient/remote_plugins/2_164/pwpolicy.py:687 #: ipaclient/remote_plugins/2_164/pwpolicy.py:821 #: ipaclient/remote_plugins/2_49/pwpolicy.py:142 #: ipaclient/remote_plugins/2_49/pwpolicy.py:527 #: ipaclient/remote_plugins/2_49/pwpolicy.py:695 #: ipaclient/remote_plugins/2_49/pwpolicy.py:829 msgid "Period for which lockout is enforced (seconds)" msgstr "Период, в течение которого будет действовать блокировка (в секундах)" #: ipaserver/plugins/pwpolicy.py:411 msgid "Maximum password life must be greater than minimum." msgstr "Максимальный срок жизни пароля должен быть больше минимального." #: ipaserver/plugins/pwpolicy.py:429 #: ipaclient/remote_plugins/2_114/pwpolicy.py:451 #: ipaclient/remote_plugins/2_156/pwpolicy.py:451 #: ipaclient/remote_plugins/2_164/pwpolicy.py:451 #: ipaclient/remote_plugins/2_49/pwpolicy.py:456 msgid "Add a new group password policy." msgstr "Добавить новую групповую политику паролей." #: ipaserver/plugins/pwpolicy.py:455 #: ipaclient/remote_plugins/2_114/pwpolicy.py:571 #: ipaclient/remote_plugins/2_156/pwpolicy.py:571 #: ipaclient/remote_plugins/2_164/pwpolicy.py:571 #: ipaclient/remote_plugins/2_49/pwpolicy.py:577 msgid "Delete a group password policy." msgstr "Удалить групповую политику паролей." #: ipaserver/plugins/pwpolicy.py:467 msgid "cannot delete global password policy" msgstr "невозможно удалить глобальную политику паролей" #: ipaserver/plugins/pwpolicy.py:482 #: ipaclient/remote_plugins/2_114/pwpolicy.py:748 #: ipaclient/remote_plugins/2_156/pwpolicy.py:748 #: ipaclient/remote_plugins/2_164/pwpolicy.py:748 #: ipaclient/remote_plugins/2_49/pwpolicy.py:756 msgid "Modify a group password policy." msgstr "Изменить групповую политику паролей." #: ipaserver/plugins/pwpolicy.py:496 msgid "priority cannot be set on global policy" msgstr "приоритет не может быть задан для глобальной политики" #: ipaserver/plugins/pwpolicy.py:528 #: ipaclient/remote_plugins/2_114/pwpolicy.py:884 #: ipaclient/remote_plugins/2_156/pwpolicy.py:884 #: ipaclient/remote_plugins/2_164/pwpolicy.py:884 #: ipaclient/remote_plugins/2_49/pwpolicy.py:893 msgid "Display information about password policy." msgstr "Показать сведения о политике паролей." #: ipaserver/plugins/pwpolicy.py:533 #: ipaclient/remote_plugins/2_114/pwpolicy.py:907 #: ipaclient/remote_plugins/2_156/pwpolicy.py:907 #: ipaclient/remote_plugins/2_164/pwpolicy.py:907 #: ipaclient/remote_plugins/2_49/pwpolicy.py:916 msgid "Display effective policy for a specific user" msgstr "Показать действующую политику для определённого пользователя" #: ipaserver/plugins/pwpolicy.py:560 #: ipaclient/remote_plugins/2_114/pwpolicy.py:609 #: ipaclient/remote_plugins/2_156/pwpolicy.py:609 #: ipaclient/remote_plugins/2_164/pwpolicy.py:609 #: ipaclient/remote_plugins/2_49/pwpolicy.py:617 msgid "Search for group password policies." msgstr "Поиск групповых политик паролей." #: ipaserver/plugins/dogtag.py:1302 msgid "Failed to authenticate to CA REST API" msgstr "" "Не удалось выполнить аутентификацию с помощью программного интерфейса CA REST" #: ipaserver/plugins/dogtag.py:1342 msgid "REST API is not logged in." msgstr "Не выполнен вход в программный интерфейс REST." #: ipaserver/plugins/dogtag.py:1364 #, python-format msgid "Non-2xx response from CA REST API: %(status)d. %(explanation)s" msgstr "" "Ответ от программного интерфейса REST CA не соответствует 2xx: %(status)d. " "%(explanation)s" #: ipaserver/plugins/dogtag.py:1390 msgid "Unable to communicate with CMS" msgstr "Не удалось обменяться данными с CMS" #: ipaserver/plugins/dogtag.py:1668 ipaserver/plugins/dogtag.py:2135 #: ipaserver/plugins/dogtag.py:2145 msgid "Response from CA was not valid JSON" msgstr "Ответ от CA не являлся корректным кодом JSON" #: ipaserver/plugins/hostgroup.py:35 #: ipaclient/remote_plugins/2_114/hostgroup.py:19 #: ipaclient/remote_plugins/2_156/hostgroup.py:19 #: ipaclient/remote_plugins/2_164/hostgroup.py:19 msgid "" "\n" "Groups of hosts.\n" "\n" "Manage groups of hosts. This is useful for applying access control to a\n" "number of hosts by using Host-based Access Control.\n" "\n" "EXAMPLES:\n" "\n" " Add a new host group:\n" " ipa hostgroup-add --desc=\"Baltimore hosts\" baltimore\n" "\n" " Add another new host group:\n" " ipa hostgroup-add --desc=\"Maryland hosts\" maryland\n" "\n" " Add members to the hostgroup (using Bash brace expansion):\n" " ipa hostgroup-add-member --hosts={box1,box2,box3} baltimore\n" "\n" " Add a hostgroup as a member of another hostgroup:\n" " ipa hostgroup-add-member --hostgroups=baltimore maryland\n" "\n" " Remove a host from the hostgroup:\n" " ipa hostgroup-remove-member --hosts=box2 baltimore\n" "\n" " Display a host group:\n" " ipa hostgroup-show baltimore\n" "\n" " Delete a hostgroup:\n" " ipa hostgroup-del baltimore\n" msgstr "" "\n" "Группы узлов.\n" "\n" "Управление группами узлов. Оно полезно при применении управления доступом к " "ряду узлов с помощью управления доступом на основе узла (HBAC).\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новую группу узлов:\n" " ipa hostgroup-add --desc=\"Baltimore hosts\" baltimore\n" "\n" " Добавить другую новую группу узлов:\n" " ipa hostgroup-add --desc=\"Maryland hosts\" maryland\n" "\n" " Добавить участников в группу узлов (с использованием выражения Bash в " "фигурных скобках):\n" " ipa hostgroup-add-member --hosts={box1,box2,box3} baltimore\n" "\n" " Добавить группу узлов как участника другой группы узлов:\n" " ipa hostgroup-add-member --hostgroups=baltimore maryland\n" "\n" " Удалить узел из группы узлов:\n" " ipa hostgroup-remove-member --hosts=box2 baltimore\n" "\n" " Показать группу узлов:\n" " ipa hostgroup-show baltimore\n" "\n" " Удалить группу узлов:\n" " ipa hostgroup-del baltimore\n" #: ipaserver/plugins/hostgroup.py:84 #: ipaclient/remote_plugins/2_114/host.py:1096 #: ipaclient/remote_plugins/2_114/host.py:1104 #: ipaclient/remote_plugins/2_114/hostgroup.py:397 #: ipaclient/remote_plugins/2_114/hostgroup.py:405 #: ipaclient/remote_plugins/2_114/hostgroup.py:413 #: ipaclient/remote_plugins/2_114/hostgroup.py:421 #: ipaclient/remote_plugins/2_114/netgroup.py:548 #: ipaclient/remote_plugins/2_114/netgroup.py:556 #: ipaclient/remote_plugins/2_156/host.py:1159 #: ipaclient/remote_plugins/2_156/host.py:1167 #: ipaclient/remote_plugins/2_156/hostgroup.py:397 #: ipaclient/remote_plugins/2_156/hostgroup.py:405 #: ipaclient/remote_plugins/2_156/hostgroup.py:413 #: ipaclient/remote_plugins/2_156/hostgroup.py:421 #: ipaclient/remote_plugins/2_156/netgroup.py:548 #: ipaclient/remote_plugins/2_156/netgroup.py:556 #: ipaclient/remote_plugins/2_164/host.py:1159 #: ipaclient/remote_plugins/2_164/host.py:1167 #: ipaclient/remote_plugins/2_164/hostgroup.py:397 #: ipaclient/remote_plugins/2_164/hostgroup.py:405 #: ipaclient/remote_plugins/2_164/hostgroup.py:413 #: ipaclient/remote_plugins/2_164/hostgroup.py:421 #: ipaclient/remote_plugins/2_164/netgroup.py:548 #: ipaclient/remote_plugins/2_164/netgroup.py:556 #: ipaclient/remote_plugins/2_49/host.py:617 #: ipaclient/remote_plugins/2_49/host.py:625 #: ipaclient/remote_plugins/2_49/hostgroup.py:377 #: ipaclient/remote_plugins/2_49/hostgroup.py:385 #: ipaclient/remote_plugins/2_49/hostgroup.py:393 #: ipaclient/remote_plugins/2_49/hostgroup.py:401 #: ipaclient/remote_plugins/2_49/netgroup.py:528 #: ipaclient/remote_plugins/2_49/netgroup.py:536 msgid "host group" msgstr "группа узлов" #: ipaserver/plugins/hostgroup.py:85 msgid "host groups" msgstr "группы узлов" #: ipaserver/plugins/hostgroup.py:154 msgid "Host Group" msgstr "Группа узлов" #: ipaserver/plugins/hostgroup.py:161 #: ipaclient/remote_plugins/2_114/hostgroup.py:58 #: ipaclient/remote_plugins/2_114/hostgroup.py:133 #: ipaclient/remote_plugins/2_114/hostgroup.py:206 #: ipaclient/remote_plugins/2_114/hostgroup.py:278 #: ipaclient/remote_plugins/2_114/hostgroup.py:324 #: ipaclient/remote_plugins/2_114/hostgroup.py:503 #: ipaclient/remote_plugins/2_114/hostgroup.py:590 #: ipaclient/remote_plugins/2_114/hostgroup.py:661 #: ipaclient/remote_plugins/2_156/hostgroup.py:58 #: ipaclient/remote_plugins/2_156/hostgroup.py:133 #: ipaclient/remote_plugins/2_156/hostgroup.py:206 #: ipaclient/remote_plugins/2_156/hostgroup.py:278 #: ipaclient/remote_plugins/2_156/hostgroup.py:324 #: ipaclient/remote_plugins/2_156/hostgroup.py:503 #: ipaclient/remote_plugins/2_156/hostgroup.py:590 #: ipaclient/remote_plugins/2_156/hostgroup.py:661 #: ipaclient/remote_plugins/2_164/hostgroup.py:58 #: ipaclient/remote_plugins/2_164/hostgroup.py:133 #: ipaclient/remote_plugins/2_164/hostgroup.py:206 #: ipaclient/remote_plugins/2_164/hostgroup.py:278 #: ipaclient/remote_plugins/2_164/hostgroup.py:324 #: ipaclient/remote_plugins/2_164/hostgroup.py:503 #: ipaclient/remote_plugins/2_164/hostgroup.py:590 #: ipaclient/remote_plugins/2_164/hostgroup.py:661 #: ipaclient/remote_plugins/2_49/hostgroup.py:58 #: ipaclient/remote_plugins/2_49/hostgroup.py:132 #: ipaclient/remote_plugins/2_49/hostgroup.py:198 #: ipaclient/remote_plugins/2_49/hostgroup.py:263 #: ipaclient/remote_plugins/2_49/hostgroup.py:311 #: ipaclient/remote_plugins/2_49/hostgroup.py:483 #: ipaclient/remote_plugins/2_49/hostgroup.py:564 #: ipaclient/remote_plugins/2_49/hostgroup.py:628 msgid "Host-group" msgstr "Группа узлов" #: ipaserver/plugins/hostgroup.py:162 #: ipaclient/remote_plugins/2_114/hostgroup.py:59 #: ipaclient/remote_plugins/2_114/hostgroup.py:134 #: ipaclient/remote_plugins/2_114/hostgroup.py:207 #: ipaclient/remote_plugins/2_114/hostgroup.py:279 #: ipaclient/remote_plugins/2_114/hostgroup.py:325 #: ipaclient/remote_plugins/2_114/hostgroup.py:504 #: ipaclient/remote_plugins/2_114/hostgroup.py:591 #: ipaclient/remote_plugins/2_114/hostgroup.py:662 #: ipaclient/remote_plugins/2_156/hostgroup.py:59 #: ipaclient/remote_plugins/2_156/hostgroup.py:134 #: ipaclient/remote_plugins/2_156/hostgroup.py:207 #: ipaclient/remote_plugins/2_156/hostgroup.py:279 #: ipaclient/remote_plugins/2_156/hostgroup.py:325 #: ipaclient/remote_plugins/2_156/hostgroup.py:504 #: ipaclient/remote_plugins/2_156/hostgroup.py:591 #: ipaclient/remote_plugins/2_156/hostgroup.py:662 #: ipaclient/remote_plugins/2_164/hostgroup.py:59 #: ipaclient/remote_plugins/2_164/hostgroup.py:134 #: ipaclient/remote_plugins/2_164/hostgroup.py:207 #: ipaclient/remote_plugins/2_164/hostgroup.py:279 #: ipaclient/remote_plugins/2_164/hostgroup.py:325 #: ipaclient/remote_plugins/2_164/hostgroup.py:504 #: ipaclient/remote_plugins/2_164/hostgroup.py:591 #: ipaclient/remote_plugins/2_164/hostgroup.py:662 #: ipaclient/remote_plugins/2_49/hostgroup.py:59 #: ipaclient/remote_plugins/2_49/hostgroup.py:133 #: ipaclient/remote_plugins/2_49/hostgroup.py:199 #: ipaclient/remote_plugins/2_49/hostgroup.py:264 #: ipaclient/remote_plugins/2_49/hostgroup.py:312 #: ipaclient/remote_plugins/2_49/hostgroup.py:484 #: ipaclient/remote_plugins/2_49/hostgroup.py:565 #: ipaclient/remote_plugins/2_49/hostgroup.py:629 msgid "Name of host-group" msgstr "Имя группы узлов" #: ipaserver/plugins/hostgroup.py:169 #: ipaclient/remote_plugins/2_114/hostgroup.py:65 #: ipaclient/remote_plugins/2_114/hostgroup.py:144 #: ipaclient/remote_plugins/2_114/hostgroup.py:333 #: ipaclient/remote_plugins/2_114/hostgroup.py:514 #: ipaclient/remote_plugins/2_156/hostgroup.py:65 #: ipaclient/remote_plugins/2_156/hostgroup.py:144 #: ipaclient/remote_plugins/2_156/hostgroup.py:333 #: ipaclient/remote_plugins/2_156/hostgroup.py:514 #: ipaclient/remote_plugins/2_164/hostgroup.py:65 #: ipaclient/remote_plugins/2_164/hostgroup.py:144 #: ipaclient/remote_plugins/2_164/hostgroup.py:333 #: ipaclient/remote_plugins/2_164/hostgroup.py:514 #: ipaclient/remote_plugins/2_49/hostgroup.py:64 #: ipaclient/remote_plugins/2_49/hostgroup.py:142 #: ipaclient/remote_plugins/2_49/hostgroup.py:320 #: ipaclient/remote_plugins/2_49/hostgroup.py:494 msgid "A description of this host-group" msgstr "Описание этой группы узлов" #: ipaserver/plugins/hostgroup.py:195 #: ipaclient/remote_plugins/2_114/hostgroup.py:127 #: ipaclient/remote_plugins/2_156/hostgroup.py:127 #: ipaclient/remote_plugins/2_164/hostgroup.py:127 #: ipaclient/remote_plugins/2_49/hostgroup.py:126 msgid "Add a new hostgroup." msgstr "Добавить новую группу узлов." #: ipaserver/plugins/hostgroup.py:197 #, python-format msgid "Added hostgroup \"%(value)s\"" msgstr "Добавлена группа узлов «%(value)s»" #: ipaserver/plugins/hostgroup.py:213 #, python-format msgid "" "netgroup with name \"%s\" already exists. Hostgroups and netgroups share a " "common namespace" msgstr "" "сетевая группа с именем \"%s\" уже существует. Группы узлов и сетевые группы " "имеют общее пространство имён" #: ipaserver/plugins/hostgroup.py:234 #: ipaclient/remote_plugins/2_114/hostgroup.py:271 #: ipaclient/remote_plugins/2_156/hostgroup.py:271 #: ipaclient/remote_plugins/2_164/hostgroup.py:271 #: ipaclient/remote_plugins/2_49/hostgroup.py:256 msgid "Delete a hostgroup." msgstr "Удалить группу узлов." #: ipaserver/plugins/hostgroup.py:236 #, python-format msgid "Deleted hostgroup \"%(value)s\"" msgstr "Удалена группа узлов «%(value)s»" #: ipaserver/plugins/hostgroup.py:240 ipaserver/plugins/hostgroup.py:307 msgid "hostgroup" msgstr "группа узлов" #: ipaserver/plugins/hostgroup.py:242 msgid "privileged hostgroup" msgstr "привилегированная группа узлов" #: ipaserver/plugins/hostgroup.py:249 #: ipaclient/remote_plugins/2_114/hostgroup.py:497 #: ipaclient/remote_plugins/2_156/hostgroup.py:497 #: ipaclient/remote_plugins/2_164/hostgroup.py:497 #: ipaclient/remote_plugins/2_49/hostgroup.py:477 msgid "Modify a hostgroup." msgstr "Изменить группу узлов." #: ipaserver/plugins/hostgroup.py:251 #, python-format msgid "Modified hostgroup \"%(value)s\"" msgstr "Изменена группа узлов «%(value)s»" #: ipaserver/plugins/hostgroup.py:261 #: ipaclient/remote_plugins/2_114/hostgroup.py:310 #: ipaclient/remote_plugins/2_156/hostgroup.py:310 #: ipaclient/remote_plugins/2_164/hostgroup.py:310 #: ipaclient/remote_plugins/2_49/hostgroup.py:297 msgid "Search for hostgroups." msgstr "Поиск групп узлов." #: ipaserver/plugins/hostgroup.py:265 #, python-format msgid "%(count)d hostgroup matched" msgid_plural "%(count)d hostgroups matched" msgstr[0] "Найдена %(count)d группа узлов" msgstr[1] "Найдено %(count)d группы узлов" msgstr[2] "Найдено %(count)d групп узлов" #: ipaserver/plugins/hostgroup.py:278 #: ipaclient/remote_plugins/2_114/hostgroup.py:655 #: ipaclient/remote_plugins/2_156/hostgroup.py:655 #: ipaclient/remote_plugins/2_164/hostgroup.py:655 #: ipaclient/remote_plugins/2_49/hostgroup.py:622 msgid "Display information about a hostgroup." msgstr "Показать сведения о группе узлов." #: ipaserver/plugins/hostgroup.py:288 #: ipaclient/remote_plugins/2_114/hostgroup.py:200 #: ipaclient/remote_plugins/2_156/hostgroup.py:200 #: ipaclient/remote_plugins/2_164/hostgroup.py:200 #: ipaclient/remote_plugins/2_49/hostgroup.py:192 msgid "Add members to a hostgroup." msgstr "Добавить участников в группу узлов." #: ipaserver/plugins/hostgroup.py:298 #: ipaclient/remote_plugins/2_114/hostgroup.py:584 #: ipaclient/remote_plugins/2_156/hostgroup.py:584 #: ipaclient/remote_plugins/2_164/hostgroup.py:584 #: ipaclient/remote_plugins/2_49/hostgroup.py:558 msgid "Remove members from a hostgroup." msgstr "Удалить участников из группы узлов." #: ipaserver/plugins/privilege.py:37 #: ipaclient/remote_plugins/2_114/privilege.py:19 #: ipaclient/remote_plugins/2_156/privilege.py:19 #: ipaclient/remote_plugins/2_164/privilege.py:19 #: ipaclient/remote_plugins/2_49/privilege.py:19 msgid "" "\n" "Privileges\n" "\n" "A privilege combines permissions into a logical task. A permission provides\n" "the rights to do a single task. There are some IPA operations that require\n" "multiple permissions to succeed. A privilege is where permissions are\n" "combined in order to perform a specific task.\n" "\n" "For example, adding a user requires the following permissions:\n" " * Creating a new user entry\n" " * Resetting a user password\n" " * Adding the new user to the default IPA users group\n" "\n" "Combining these three low-level tasks into a higher level task in the\n" "form of a privilege named \"Add User\" makes it easier to manage Roles.\n" "\n" "A privilege may not contain other privileges.\n" "\n" "See role and permission for additional information.\n" msgstr "" "\n" "Привилегии\n" "\n" "Привилегия объединяет разрешения в логическую задачу. Разрешение " "предоставляет права на выполнение отдельной задачи. Для успешного выполнения " "некоторых операций IPA требуется несколько разрешений. Привилегия — это " "объединение разрешений для выполнения определённой задачи.\n" "\n" "Например, для добавления пользователя необходимы следующие разрешения:\n" " * Создание новой записи пользователя\n" " * Сброс пароля пользователя\n" " * Добавление нового пользователя в группу пользователей IPA по умолчанию\n" "\n" "Объединение этих трёх низкоуровневых задач в задачу более высокого уровня в " "виде привилегии с именем \"Add User\" облегчает управление ролями.\n" "\n" "Привилегия не может содержать другие привилегии.\n" "\n" "Дополнительные сведения доступны в разделах справки о ролях и разрешениях.\n" #: ipaserver/plugins/privilege.py:76 #, python-format msgid "" "cannot add permission \"%(perm)s\" with bindtype \"%(bindtype)s\" to a " "privilege" msgstr "" "невозможно добавить разрешение \"%(perm)s\" с типом привязки \"%(bindtype)s" "\" в привилегию" #: ipaserver/plugins/privilege.py:92 ipaclient/remote_plugins/2_114/role.py:309 #: ipaclient/remote_plugins/2_114/role.py:682 #: ipaclient/remote_plugins/2_156/role.py:309 #: ipaclient/remote_plugins/2_156/role.py:682 #: ipaclient/remote_plugins/2_164/role.py:309 #: ipaclient/remote_plugins/2_164/role.py:682 #: ipaclient/remote_plugins/2_49/role.py:273 #: ipaclient/remote_plugins/2_49/role.py:612 msgid "privilege" msgstr "Привилегия" #: ipaserver/plugins/privilege.py:93 ipaclient/remote_plugins/2_114/role.py:310 #: ipaclient/remote_plugins/2_114/role.py:683 #: ipaclient/remote_plugins/2_156/role.py:310 #: ipaclient/remote_plugins/2_156/role.py:683 #: ipaclient/remote_plugins/2_164/role.py:310 #: ipaclient/remote_plugins/2_164/role.py:683 msgid "privileges" msgstr "Привилегии" #: ipaserver/plugins/privilege.py:134 ipaclient/remote_plugins/2_114/role.py:94 #: ipaclient/remote_plugins/2_156/role.py:94 #: ipaclient/remote_plugins/2_164/role.py:94 #: ipaclient/remote_plugins/2_49/role.py:93 msgid "Privileges" msgstr "Привилегии" #: ipaserver/plugins/privilege.py:135 msgid "Privilege" msgstr "Привилегия" #: ipaserver/plugins/privilege.py:140 #: ipaclient/remote_plugins/2_114/privilege.py:49 #: ipaclient/remote_plugins/2_114/privilege.py:78 #: ipaclient/remote_plugins/2_114/privilege.py:151 #: ipaclient/remote_plugins/2_114/privilege.py:211 #: ipaclient/remote_plugins/2_114/privilege.py:272 #: ipaclient/remote_plugins/2_114/privilege.py:316 #: ipaclient/remote_plugins/2_114/privilege.py:397 #: ipaclient/remote_plugins/2_114/privilege.py:490 #: ipaclient/remote_plugins/2_114/privilege.py:550 #: ipaclient/remote_plugins/2_114/privilege.py:610 #: ipaclient/remote_plugins/2_156/privilege.py:49 #: ipaclient/remote_plugins/2_156/privilege.py:78 #: ipaclient/remote_plugins/2_156/privilege.py:151 #: ipaclient/remote_plugins/2_156/privilege.py:211 #: ipaclient/remote_plugins/2_156/privilege.py:272 #: ipaclient/remote_plugins/2_156/privilege.py:316 #: ipaclient/remote_plugins/2_156/privilege.py:397 #: ipaclient/remote_plugins/2_156/privilege.py:490 #: ipaclient/remote_plugins/2_156/privilege.py:550 #: ipaclient/remote_plugins/2_156/privilege.py:610 #: ipaclient/remote_plugins/2_164/privilege.py:49 #: ipaclient/remote_plugins/2_164/privilege.py:78 #: ipaclient/remote_plugins/2_164/privilege.py:151 #: ipaclient/remote_plugins/2_164/privilege.py:211 #: ipaclient/remote_plugins/2_164/privilege.py:272 #: ipaclient/remote_plugins/2_164/privilege.py:316 #: ipaclient/remote_plugins/2_164/privilege.py:397 #: ipaclient/remote_plugins/2_164/privilege.py:490 #: ipaclient/remote_plugins/2_164/privilege.py:550 #: ipaclient/remote_plugins/2_164/privilege.py:610 #: ipaclient/remote_plugins/2_49/privilege.py:49 #: ipaclient/remote_plugins/2_49/privilege.py:77 #: ipaclient/remote_plugins/2_49/privilege.py:143 #: ipaclient/remote_plugins/2_49/privilege.py:196 #: ipaclient/remote_plugins/2_49/privilege.py:250 #: ipaclient/remote_plugins/2_49/privilege.py:296 #: ipaclient/remote_plugins/2_49/privilege.py:370 #: ipaclient/remote_plugins/2_49/privilege.py:457 #: ipaclient/remote_plugins/2_49/privilege.py:510 #: ipaclient/remote_plugins/2_49/privilege.py:563 msgid "Privilege name" msgstr "Имя привилегии" #: ipaserver/plugins/privilege.py:146 #: ipaclient/remote_plugins/2_114/privilege.py:55 #: ipaclient/remote_plugins/2_114/privilege.py:87 #: ipaclient/remote_plugins/2_114/privilege.py:323 #: ipaclient/remote_plugins/2_114/privilege.py:406 #: ipaclient/remote_plugins/2_156/privilege.py:55 #: ipaclient/remote_plugins/2_156/privilege.py:87 #: ipaclient/remote_plugins/2_156/privilege.py:323 #: ipaclient/remote_plugins/2_156/privilege.py:406 #: ipaclient/remote_plugins/2_164/privilege.py:55 #: ipaclient/remote_plugins/2_164/privilege.py:87 #: ipaclient/remote_plugins/2_164/privilege.py:323 #: ipaclient/remote_plugins/2_164/privilege.py:406 #: ipaclient/remote_plugins/2_49/privilege.py:54 #: ipaclient/remote_plugins/2_49/privilege.py:85 #: ipaclient/remote_plugins/2_49/privilege.py:303 #: ipaclient/remote_plugins/2_49/privilege.py:379 msgid "Privilege description" msgstr "Описание привилегии" #: ipaserver/plugins/privilege.py:153 #: ipaclient/remote_plugins/2_114/privilege.py:72 #: ipaclient/remote_plugins/2_156/privilege.py:72 #: ipaclient/remote_plugins/2_164/privilege.py:72 #: ipaclient/remote_plugins/2_49/privilege.py:71 msgid "Add a new privilege." msgstr "Добавить новую привилегию." #: ipaserver/plugins/privilege.py:155 #, python-format msgid "Added privilege \"%(value)s\"" msgstr "Добавлена привилегия \"%(value)s\"" #: ipaserver/plugins/privilege.py:160 #: ipaclient/remote_plugins/2_114/privilege.py:265 #: ipaclient/remote_plugins/2_156/privilege.py:265 #: ipaclient/remote_plugins/2_164/privilege.py:265 #: ipaclient/remote_plugins/2_49/privilege.py:243 msgid "Delete a privilege." msgstr "Удалить привилегию." #: ipaserver/plugins/privilege.py:162 #, python-format msgid "Deleted privilege \"%(value)s\"" msgstr "Удалена привилегия \"%(value)s\"" #: ipaserver/plugins/privilege.py:167 #: ipaclient/remote_plugins/2_114/privilege.py:391 #: ipaclient/remote_plugins/2_156/privilege.py:391 #: ipaclient/remote_plugins/2_164/privilege.py:391 #: ipaclient/remote_plugins/2_49/privilege.py:364 msgid "Modify a privilege." msgstr "Изменить привилегию." #: ipaserver/plugins/privilege.py:169 #, python-format msgid "Modified privilege \"%(value)s\"" msgstr "Изменена привилегия \"%(value)s\"" #: ipaserver/plugins/privilege.py:174 #: ipaclient/remote_plugins/2_114/privilege.py:302 #: ipaclient/remote_plugins/2_156/privilege.py:302 #: ipaclient/remote_plugins/2_164/privilege.py:302 #: ipaclient/remote_plugins/2_49/privilege.py:282 msgid "Search for privileges." msgstr "Поиск привилегий." #: ipaserver/plugins/privilege.py:177 #, python-format msgid "%(count)d privilege matched" msgid_plural "%(count)d privileges matched" msgstr[0] "установлено соответствие %(count)d привилегии" msgstr[1] "установлено соответствие %(count)d привилегий" msgstr[2] "установлено соответствие %(count)d привилегий" #: ipaserver/plugins/privilege.py:183 #: ipaclient/remote_plugins/2_114/privilege.py:604 #: ipaclient/remote_plugins/2_156/privilege.py:604 #: ipaclient/remote_plugins/2_164/privilege.py:604 #: ipaclient/remote_plugins/2_49/privilege.py:557 msgid "Display information about a privilege." msgstr "Показать сведения о привилегии." #: ipaserver/plugins/privilege.py:188 #: ipaclient/remote_plugins/2_114/privilege.py:143 #: ipaclient/remote_plugins/2_156/privilege.py:143 #: ipaclient/remote_plugins/2_164/privilege.py:143 #: ipaclient/remote_plugins/2_49/privilege.py:135 msgid "Add members to a privilege." msgstr "Добавить участников в привилегию." #: ipaserver/plugins/privilege.py:195 #: ipaclient/remote_plugins/2_114/privilege.py:482 #: ipaclient/remote_plugins/2_156/privilege.py:482 #: ipaclient/remote_plugins/2_164/privilege.py:482 #: ipaclient/remote_plugins/2_49/privilege.py:449 msgid "Remove members from a privilege" msgstr "Удалить участников из привилегии." #: ipaserver/plugins/privilege.py:201 #: ipaclient/remote_plugins/2_114/privilege.py:205 #: ipaclient/remote_plugins/2_156/privilege.py:205 #: ipaclient/remote_plugins/2_164/privilege.py:205 #: ipaclient/remote_plugins/2_49/privilege.py:190 msgid "Add permissions to a privilege." msgstr "Добавить разрешения в привилегию." #: ipaserver/plugins/privilege.py:216 #: ipaclient/remote_plugins/2_114/privilege.py:258 #: ipaclient/remote_plugins/2_156/privilege.py:258 #: ipaclient/remote_plugins/2_164/privilege.py:258 #: ipaclient/remote_plugins/2_49/privilege.py:236 msgid "Number of permissions added" msgstr "Количество добавленных разрешений" #: ipaserver/plugins/privilege.py:230 #: ipaclient/remote_plugins/2_114/privilege.py:544 #: ipaclient/remote_plugins/2_156/privilege.py:544 #: ipaclient/remote_plugins/2_164/privilege.py:544 #: ipaclient/remote_plugins/2_49/privilege.py:504 msgid "Remove permissions from a privilege." msgstr "Удалить разрешения из привилегии." #: ipaserver/plugins/privilege.py:248 #: ipaclient/remote_plugins/2_114/privilege.py:597 #: ipaclient/remote_plugins/2_156/privilege.py:597 #: ipaclient/remote_plugins/2_164/privilege.py:597 #: ipaclient/remote_plugins/2_49/privilege.py:550 msgid "Number of permissions removed" msgstr "Количество удалённых разрешений" #: ipaserver/plugins/role.py:36 ipaclient/remote_plugins/2_114/role.py:19 #: ipaclient/remote_plugins/2_156/role.py:19 #: ipaclient/remote_plugins/2_164/role.py:19 #: ipaclient/remote_plugins/2_49/role.py:19 msgid "" "\n" "Roles\n" "\n" "A role is used for fine-grained delegation. A permission grants the ability\n" "to perform given low-level tasks (add a user, modify a group, etc.). A\n" "privilege combines one or more permissions into a higher-level abstraction\n" "such as useradmin. A useradmin would be able to add, delete and modify " "users.\n" "\n" "Privileges are assigned to Roles.\n" "\n" "Users, groups, hosts and hostgroups may be members of a Role.\n" "\n" "Roles can not contain other roles.\n" "\n" "EXAMPLES:\n" "\n" " Add a new role:\n" " ipa role-add --desc=\"Junior-level admin\" junioradmin\n" "\n" " Add some privileges to this role:\n" " ipa role-add-privilege --privileges=addusers junioradmin\n" " ipa role-add-privilege --privileges=change_password junioradmin\n" " ipa role-add-privilege --privileges=add_user_to_default_group " "junioradmin\n" "\n" " Add a group of users to this role:\n" " ipa group-add --desc=\"User admins\" useradmins\n" " ipa role-add-member --groups=useradmins junioradmin\n" "\n" " Display information about a role:\n" " ipa role-show junioradmin\n" "\n" " The result of this is that any users in the group 'junioradmin' can\n" " add users, reset passwords or add a user to the default IPA user group.\n" msgstr "" "\n" "Роли\n" "\n" "Роль используется для точного делегирования прав доступа. Разрешение даёт " "право выполнять указанные низкоуровневые задачи (добавлять пользователей, " "изменять группы и так далее). Привилегия содержит одно или несколько " "разрешений, что даёт полномочия более высокого уровня, например, " "администратора пользователей (useradmin). Имея привилегию useradmin, можно " "добавлять, удалять и изменять записи пользователей.\n" "\n" "Привилегии назначаются ролям.\n" "\n" "Пользователи, группы, узлы и группы узлов могут быть участниками роли.\n" "\n" "Роли не могут содержать другие роли.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новую роль:\n" " ipa role-add --desc=\"Junior-level admin\" junioradmin\n" "\n" " Добавить несколько привилегий к этой роли:\n" " ipa role-add-privilege --privileges=addusers junioradmin\n" " ipa role-add-privilege --privileges=change_password junioradmin\n" " ipa role-add-privilege --privileges=add_user_to_default_group " "junioradmin\n" "\n" " Добавить группу пользователей к этой роли:\n" " ipa group-add --desc=\"User admins\" useradmins\n" " ipa role-add-member --groups=useradmins junioradmin\n" "\n" " Показать сведения о роли:\n" " ipa role-show junioradmin\n" "\n" " Результатом выполнения этих команд станет то, что все пользователи из " "группы \"junioradmin\" смогут добавлять записи пользователей, сбрасывать " "пароли или добавлять пользователя в группу пользователей IPA по умолчанию.\n" #: ipaserver/plugins/role.py:79 ipaserver/plugins/serverrole.py:185 #: ipaclient/remote_plugins/2_114/group.py:601 #: ipaclient/remote_plugins/2_114/group.py:609 #: ipaclient/remote_plugins/2_114/host.py:1128 #: ipaclient/remote_plugins/2_114/host.py:1136 #: ipaclient/remote_plugins/2_114/user.py:1070 #: ipaclient/remote_plugins/2_114/user.py:1078 #: ipaclient/remote_plugins/2_156/group.py:601 #: ipaclient/remote_plugins/2_156/group.py:609 #: ipaclient/remote_plugins/2_156/host.py:1191 #: ipaclient/remote_plugins/2_156/host.py:1199 #: ipaclient/remote_plugins/2_156/stageuser.py:1056 #: ipaclient/remote_plugins/2_156/stageuser.py:1064 #: ipaclient/remote_plugins/2_156/user.py:1170 #: ipaclient/remote_plugins/2_156/user.py:1178 #: ipaclient/remote_plugins/2_164/group.py:601 #: ipaclient/remote_plugins/2_164/group.py:609 #: ipaclient/remote_plugins/2_164/host.py:1191 #: ipaclient/remote_plugins/2_164/host.py:1199 #: ipaclient/remote_plugins/2_164/stageuser.py:1118 #: ipaclient/remote_plugins/2_164/stageuser.py:1126 #: ipaclient/remote_plugins/2_164/user.py:1232 #: ipaclient/remote_plugins/2_164/user.py:1240 #: ipaclient/remote_plugins/2_49/group.py:562 #: ipaclient/remote_plugins/2_49/group.py:570 #: ipaclient/remote_plugins/2_49/host.py:649 #: ipaclient/remote_plugins/2_49/host.py:657 #: ipaclient/remote_plugins/2_49/user.py:894 #: ipaclient/remote_plugins/2_49/user.py:902 msgid "role" msgstr "роль" #: ipaserver/plugins/role.py:80 ipaserver/plugins/serverrole.py:186 msgid "roles" msgstr "роли" #: ipaserver/plugins/role.py:140 msgid "Role" msgstr "Роль" #: ipaserver/plugins/role.py:145 ipaserver/plugins/serverrole.py:64 #: ipaserver/plugins/serverrole.py:191 #: ipaclient/remote_plugins/2_114/role.py:63 #: ipaclient/remote_plugins/2_114/role.py:112 #: ipaclient/remote_plugins/2_114/role.py:183 #: ipaclient/remote_plugins/2_114/role.py:279 #: ipaclient/remote_plugins/2_114/role.py:340 #: ipaclient/remote_plugins/2_114/role.py:384 #: ipaclient/remote_plugins/2_114/role.py:465 #: ipaclient/remote_plugins/2_114/role.py:556 #: ipaclient/remote_plugins/2_114/role.py:652 #: ipaclient/remote_plugins/2_114/role.py:712 #: ipaclient/remote_plugins/2_156/role.py:63 #: ipaclient/remote_plugins/2_156/role.py:112 #: ipaclient/remote_plugins/2_156/role.py:183 #: ipaclient/remote_plugins/2_156/role.py:279 #: ipaclient/remote_plugins/2_156/role.py:340 #: ipaclient/remote_plugins/2_156/role.py:384 #: ipaclient/remote_plugins/2_156/role.py:465 #: ipaclient/remote_plugins/2_156/role.py:556 #: ipaclient/remote_plugins/2_156/role.py:652 #: ipaclient/remote_plugins/2_156/role.py:712 #: ipaclient/remote_plugins/2_164/role.py:63 #: ipaclient/remote_plugins/2_164/role.py:112 #: ipaclient/remote_plugins/2_164/role.py:183 #: ipaclient/remote_plugins/2_164/role.py:279 #: ipaclient/remote_plugins/2_164/role.py:340 #: ipaclient/remote_plugins/2_164/role.py:384 #: ipaclient/remote_plugins/2_164/role.py:465 #: ipaclient/remote_plugins/2_164/role.py:556 #: ipaclient/remote_plugins/2_164/role.py:652 #: ipaclient/remote_plugins/2_164/role.py:712 #: ipaclient/remote_plugins/2_49/role.py:63 #: ipaclient/remote_plugins/2_49/role.py:106 #: ipaclient/remote_plugins/2_49/role.py:170 #: ipaclient/remote_plugins/2_49/role.py:250 #: ipaclient/remote_plugins/2_49/role.py:304 #: ipaclient/remote_plugins/2_49/role.py:350 #: ipaclient/remote_plugins/2_49/role.py:424 #: ipaclient/remote_plugins/2_49/role.py:509 #: ipaclient/remote_plugins/2_49/role.py:589 #: ipaclient/remote_plugins/2_49/role.py:642 msgid "Role name" msgstr "Имя роли" #: ipaserver/plugins/role.py:151 ipaclient/remote_plugins/2_114/role.py:69 #: ipaclient/remote_plugins/2_114/role.py:121 #: ipaclient/remote_plugins/2_114/role.py:391 #: ipaclient/remote_plugins/2_114/role.py:474 #: ipaclient/remote_plugins/2_156/role.py:69 #: ipaclient/remote_plugins/2_156/role.py:121 #: ipaclient/remote_plugins/2_156/role.py:391 #: ipaclient/remote_plugins/2_156/role.py:474 #: ipaclient/remote_plugins/2_164/role.py:69 #: ipaclient/remote_plugins/2_164/role.py:121 #: ipaclient/remote_plugins/2_164/role.py:391 #: ipaclient/remote_plugins/2_164/role.py:474 #: ipaclient/remote_plugins/2_49/role.py:68 #: ipaclient/remote_plugins/2_49/role.py:114 #: ipaclient/remote_plugins/2_49/role.py:357 #: ipaclient/remote_plugins/2_49/role.py:433 msgid "A description of this role-group" msgstr "Описание группы этой роли " #: ipaserver/plugins/role.py:159 ipaclient/remote_plugins/2_114/role.py:106 #: ipaclient/remote_plugins/2_156/role.py:106 #: ipaclient/remote_plugins/2_164/role.py:106 #: ipaclient/remote_plugins/2_49/role.py:100 msgid "Add a new role." msgstr "Добавить новую роль." #: ipaserver/plugins/role.py:161 #, python-format msgid "Added role \"%(value)s\"" msgstr "Добавлена роль \"%(value)s\"" #: ipaserver/plugins/role.py:167 ipaclient/remote_plugins/2_114/role.py:333 #: ipaclient/remote_plugins/2_156/role.py:333 #: ipaclient/remote_plugins/2_164/role.py:333 #: ipaclient/remote_plugins/2_49/role.py:297 msgid "Delete a role." msgstr "Удалить роль." #: ipaserver/plugins/role.py:169 #, python-format msgid "Deleted role \"%(value)s\"" msgstr "Удалена роль \"%(value)s\"" #: ipaserver/plugins/role.py:175 ipaclient/remote_plugins/2_114/role.py:459 #: ipaclient/remote_plugins/2_156/role.py:459 #: ipaclient/remote_plugins/2_164/role.py:459 #: ipaclient/remote_plugins/2_49/role.py:418 msgid "Modify a role." msgstr "Изменить роль." #: ipaserver/plugins/role.py:177 #, python-format msgid "Modified role \"%(value)s\"" msgstr "Изменена роль \"%(value)s\"" #: ipaserver/plugins/role.py:183 ipaclient/remote_plugins/2_114/role.py:370 #: ipaclient/remote_plugins/2_156/role.py:370 #: ipaclient/remote_plugins/2_164/role.py:370 #: ipaclient/remote_plugins/2_49/role.py:336 msgid "Search for roles." msgstr "Поиск ролей." #: ipaserver/plugins/role.py:186 #, python-format msgid "%(count)d role matched" msgid_plural "%(count)d roles matched" msgstr[0] "установлено соответствие %(count)d роли" msgstr[1] "установлено соответствие %(count)d ролей" msgstr[2] "установлено соответствие %(count)d ролей" #: ipaserver/plugins/role.py:193 ipaclient/remote_plugins/2_114/role.py:706 #: ipaclient/remote_plugins/2_156/role.py:706 #: ipaclient/remote_plugins/2_164/role.py:706 #: ipaclient/remote_plugins/2_49/role.py:636 msgid "Display information about a role." msgstr "Показать сведения о роли." #: ipaserver/plugins/role.py:199 ipaclient/remote_plugins/2_114/role.py:177 #: ipaclient/remote_plugins/2_156/role.py:177 #: ipaclient/remote_plugins/2_164/role.py:177 #: ipaclient/remote_plugins/2_49/role.py:164 msgid "Add members to a role." msgstr "Добавить участников в роль." #: ipaserver/plugins/role.py:205 ipaclient/remote_plugins/2_114/role.py:550 #: ipaclient/remote_plugins/2_156/role.py:550 #: ipaclient/remote_plugins/2_164/role.py:550 #: ipaclient/remote_plugins/2_49/role.py:503 msgid "Remove members from a role." msgstr "Удалить участников из роли." #: ipaserver/plugins/role.py:211 ipaclient/remote_plugins/2_114/role.py:273 #: ipaclient/remote_plugins/2_156/role.py:273 #: ipaclient/remote_plugins/2_164/role.py:273 #: ipaclient/remote_plugins/2_49/role.py:244 msgid "Add privileges to a role." msgstr "Добавить привилегии в роль." #: ipaserver/plugins/role.py:226 ipaclient/remote_plugins/2_114/role.py:326 #: ipaclient/remote_plugins/2_156/role.py:326 #: ipaclient/remote_plugins/2_164/role.py:326 #: ipaclient/remote_plugins/2_49/role.py:290 msgid "Number of privileges added" msgstr "Количество добавленных привилегий" #: ipaserver/plugins/role.py:234 ipaclient/remote_plugins/2_114/role.py:646 #: ipaclient/remote_plugins/2_156/role.py:646 #: ipaclient/remote_plugins/2_164/role.py:646 #: ipaclient/remote_plugins/2_49/role.py:583 msgid "Remove privileges from a role." msgstr "Удалить привилегии из роли." #: ipaserver/plugins/role.py:251 ipaclient/remote_plugins/2_114/role.py:699 #: ipaclient/remote_plugins/2_156/role.py:699 #: ipaclient/remote_plugins/2_164/role.py:699 #: ipaclient/remote_plugins/2_49/role.py:629 msgid "Number of privileges removed" msgstr "Количество удалённых привилегий" #: ipaserver/plugins/hbacrule.py:39 #: ipaclient/remote_plugins/2_114/hbacrule.py:19 #: ipaclient/remote_plugins/2_156/hbacrule.py:19 #: ipaclient/remote_plugins/2_164/hbacrule.py:19 msgid "" "\n" "Host-based access control\n" "\n" "Control who can access what services on what hosts. You\n" "can use HBAC to control which users or groups can\n" "access a service, or group of services, on a target host.\n" "\n" "You can also specify a category of users and target hosts.\n" "This is currently limited to \"all\", but might be expanded in the\n" "future.\n" "\n" "Target hosts in HBAC rules must be hosts managed by IPA.\n" "\n" "The available services and groups of services are controlled by the\n" "hbacsvc and hbacsvcgroup plug-ins respectively.\n" "\n" "EXAMPLES:\n" "\n" " Create a rule, \"test1\", that grants all users access to the host \"server" "\" from\n" " anywhere:\n" " ipa hbacrule-add --usercat=all test1\n" " ipa hbacrule-add-host --hosts=server.example.com test1\n" "\n" " Display the properties of a named HBAC rule:\n" " ipa hbacrule-show test1\n" "\n" " Create a rule for a specific service. This lets the user john access\n" " the sshd service on any machine from any machine:\n" " ipa hbacrule-add --hostcat=all john_sshd\n" " ipa hbacrule-add-user --users=john john_sshd\n" " ipa hbacrule-add-service --hbacsvcs=sshd john_sshd\n" "\n" " Create a rule for a new service group. This lets the user john access\n" " the FTP service on any machine from any machine:\n" " ipa hbacsvcgroup-add ftpers\n" " ipa hbacsvc-add sftp\n" " ipa hbacsvcgroup-add-member --hbacsvcs=ftp --hbacsvcs=sftp ftpers\n" " ipa hbacrule-add --hostcat=all john_ftp\n" " ipa hbacrule-add-user --users=john john_ftp\n" " ipa hbacrule-add-service --hbacsvcgroups=ftpers john_ftp\n" "\n" " Disable a named HBAC rule:\n" " ipa hbacrule-disable test1\n" "\n" " Remove a named HBAC rule:\n" " ipa hbacrule-del allow_server\n" msgstr "" "\n" "Управление доступом на основе узла\n" "\n" "Управляйте тем, кто и на каких узлах сможет получать доступ к определённым " "службам. Вы можете воспользоваться HBAC для определения тех пользователей и " "групп, которые будут иметь доступ к определённой службе или группе служб на " "целевом узле.\n" "\n" "Также можно указать категорию пользователей и целевых узлов. В текущей " "версии доступен только вариант \"all\", но в будущих версиях, возможно, " "появятся и другие варианты.\n" "\n" "Целевые узлы в правилах HBAC должны быть узлами под управлением IPA.\n" "\n" "Доступные службы и группы служб управляются, соответственно, с помощью " "подключаемых модулей hbacsvc и hbacsvcgroup.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Создать правило, \"test1\", которое предоставляет всем пользователям доступ " "на узел \"server\" отовсюду:\n" " ipa hbacrule-add --usercat=all test1\n" " ipa hbacrule-add-host --hosts=server.example.com test1\n" "\n" " Показать свойства именованного правила HBAC:\n" " ipa hbacrule-show test1\n" "\n" " Создать правило для определённой службы. Это правило предоставит " "пользователю john доступ к службе sshd на любом компьютере с любого " "компьютера:\n" " ipa hbacrule-add --hostcat=all john_sshd\n" " ipa hbacrule-add-user --users=john john_sshd\n" " ipa hbacrule-add-service --hbacsvcs=sshd john_sshd\n" "\n" " Создать правило для новой группы служб. Это правило предоставит " "пользователю john доступ к службе FTP на любом компьютере с любого " "компьютера:\n" " ipa hbacsvcgroup-add ftpers\n" " ipa hbacsvc-add sftp\n" " ipa hbacsvcgroup-add-member --hbacsvcs=ftp --hbacsvcs=sftp ftpers\n" " ipa hbacrule-add --hostcat=all john_ftp\n" " ipa hbacrule-add-user --users=john john_ftp\n" " ipa hbacrule-add-service --hbacsvcgroups=ftpers john_ftp\n" "\n" " Отключить именованное правило HBAC:\n" " ipa hbacrule-disable test1\n" "\n" " Удалить именованное правило HBAC:\n" " ipa hbacrule-del allow_server\n" #: ipaserver/plugins/hbacrule.py:108 msgid "The deny type has been deprecated." msgstr "Тип \"deny\" больше не поддерживается." #: ipaserver/plugins/hbacrule.py:130 #: ipaclient/remote_plugins/2_114/group.py:617 #: ipaclient/remote_plugins/2_114/group.py:625 #: ipaclient/remote_plugins/2_114/host.py:1144 #: ipaclient/remote_plugins/2_114/host.py:1152 #: ipaclient/remote_plugins/2_114/hostgroup.py:445 #: ipaclient/remote_plugins/2_114/hostgroup.py:453 #: ipaclient/remote_plugins/2_114/user.py:1086 #: ipaclient/remote_plugins/2_114/user.py:1094 #: ipaclient/remote_plugins/2_156/group.py:617 #: ipaclient/remote_plugins/2_156/group.py:625 #: ipaclient/remote_plugins/2_156/host.py:1207 #: ipaclient/remote_plugins/2_156/host.py:1215 #: ipaclient/remote_plugins/2_156/hostgroup.py:445 #: ipaclient/remote_plugins/2_156/hostgroup.py:453 #: ipaclient/remote_plugins/2_156/stageuser.py:1072 #: ipaclient/remote_plugins/2_156/stageuser.py:1080 #: ipaclient/remote_plugins/2_156/user.py:1186 #: ipaclient/remote_plugins/2_156/user.py:1194 #: ipaclient/remote_plugins/2_164/group.py:617 #: ipaclient/remote_plugins/2_164/group.py:625 #: ipaclient/remote_plugins/2_164/host.py:1207 #: ipaclient/remote_plugins/2_164/host.py:1215 #: ipaclient/remote_plugins/2_164/hostgroup.py:445 #: ipaclient/remote_plugins/2_164/hostgroup.py:453 #: ipaclient/remote_plugins/2_164/stageuser.py:1134 #: ipaclient/remote_plugins/2_164/stageuser.py:1142 #: ipaclient/remote_plugins/2_164/user.py:1248 #: ipaclient/remote_plugins/2_164/user.py:1256 #: ipaclient/remote_plugins/2_49/group.py:578 #: ipaclient/remote_plugins/2_49/group.py:586 #: ipaclient/remote_plugins/2_49/host.py:665 #: ipaclient/remote_plugins/2_49/host.py:673 #: ipaclient/remote_plugins/2_49/hostgroup.py:425 #: ipaclient/remote_plugins/2_49/hostgroup.py:433 #: ipaclient/remote_plugins/2_49/user.py:910 #: ipaclient/remote_plugins/2_49/user.py:918 msgid "HBAC rule" msgstr "правило HBAC" #: ipaserver/plugins/hbacrule.py:131 msgid "HBAC rules" msgstr "правила HBAC" #: ipaserver/plugins/hbacrule.py:201 msgid "HBAC Rules" msgstr "Правила HBAC" #: ipaserver/plugins/hbacrule.py:202 ipaserver/plugins/selinuxusermap.py:222 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:82 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:151 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:499 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:616 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:82 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:151 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:499 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:616 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:82 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:151 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:499 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:616 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:82 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:151 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:479 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:589 msgid "HBAC Rule" msgstr "Правило HBAC" #: ipaserver/plugins/hbacrule.py:207 ipaserver/plugins/selinuxusermap.py:213 #: ipaserver/plugins/sudorule.py:227 ipaserver/plugins/certmap.py:212 #: ipaclient/remote_plugins/2_114/hbacrule.py:76 #: ipaclient/remote_plugins/2_114/hbacrule.py:171 #: ipaclient/remote_plugins/2_114/hbacrule.py:306 #: ipaclient/remote_plugins/2_114/hbacrule.py:375 #: ipaclient/remote_plugins/2_114/hbacrule.py:444 #: ipaclient/remote_plugins/2_114/hbacrule.py:513 #: ipaclient/remote_plugins/2_114/hbacrule.py:583 #: ipaclient/remote_plugins/2_114/hbacrule.py:619 #: ipaclient/remote_plugins/2_114/hbacrule.py:650 #: ipaclient/remote_plugins/2_114/hbacrule.py:689 #: ipaclient/remote_plugins/2_114/hbacrule.py:834 #: ipaclient/remote_plugins/2_114/hbacrule.py:983 #: ipaclient/remote_plugins/2_114/hbacrule.py:1052 #: ipaclient/remote_plugins/2_114/hbacrule.py:1121 #: ipaclient/remote_plugins/2_114/hbacrule.py:1190 #: ipaclient/remote_plugins/2_114/hbacrule.py:1259 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:73 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:138 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:242 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:311 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:381 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:417 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:448 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:487 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:602 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:721 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:790 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:859 #: ipaclient/remote_plugins/2_114/sudorule.py:77 #: ipaclient/remote_plugins/2_114/sudorule.py:234 #: ipaclient/remote_plugins/2_114/sudorule.py:385 #: ipaclient/remote_plugins/2_114/sudorule.py:454 #: ipaclient/remote_plugins/2_114/sudorule.py:523 #: ipaclient/remote_plugins/2_114/sudorule.py:598 #: ipaclient/remote_plugins/2_114/sudorule.py:653 #: ipaclient/remote_plugins/2_114/sudorule.py:713 #: ipaclient/remote_plugins/2_114/sudorule.py:782 #: ipaclient/remote_plugins/2_114/sudorule.py:852 #: ipaclient/remote_plugins/2_114/sudorule.py:888 #: ipaclient/remote_plugins/2_114/sudorule.py:908 #: ipaclient/remote_plugins/2_114/sudorule.py:936 #: ipaclient/remote_plugins/2_114/sudorule.py:1097 #: ipaclient/remote_plugins/2_114/sudorule.py:1262 #: ipaclient/remote_plugins/2_114/sudorule.py:1331 #: ipaclient/remote_plugins/2_114/sudorule.py:1400 #: ipaclient/remote_plugins/2_114/sudorule.py:1475 #: ipaclient/remote_plugins/2_114/sudorule.py:1530 #: ipaclient/remote_plugins/2_114/sudorule.py:1590 #: ipaclient/remote_plugins/2_114/sudorule.py:1659 #: ipaclient/remote_plugins/2_114/sudorule.py:1728 #: ipaclient/remote_plugins/2_156/hbacrule.py:76 #: ipaclient/remote_plugins/2_156/hbacrule.py:171 #: ipaclient/remote_plugins/2_156/hbacrule.py:306 #: ipaclient/remote_plugins/2_156/hbacrule.py:375 #: ipaclient/remote_plugins/2_156/hbacrule.py:444 #: ipaclient/remote_plugins/2_156/hbacrule.py:513 #: ipaclient/remote_plugins/2_156/hbacrule.py:583 #: ipaclient/remote_plugins/2_156/hbacrule.py:619 #: ipaclient/remote_plugins/2_156/hbacrule.py:650 #: ipaclient/remote_plugins/2_156/hbacrule.py:689 #: ipaclient/remote_plugins/2_156/hbacrule.py:834 #: ipaclient/remote_plugins/2_156/hbacrule.py:983 #: ipaclient/remote_plugins/2_156/hbacrule.py:1052 #: ipaclient/remote_plugins/2_156/hbacrule.py:1121 #: ipaclient/remote_plugins/2_156/hbacrule.py:1190 #: ipaclient/remote_plugins/2_156/hbacrule.py:1259 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:73 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:138 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:242 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:311 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:381 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:417 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:448 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:487 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:602 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:721 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:790 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:859 #: ipaclient/remote_plugins/2_156/sudorule.py:77 #: ipaclient/remote_plugins/2_156/sudorule.py:234 #: ipaclient/remote_plugins/2_156/sudorule.py:385 #: ipaclient/remote_plugins/2_156/sudorule.py:454 #: ipaclient/remote_plugins/2_156/sudorule.py:523 #: ipaclient/remote_plugins/2_156/sudorule.py:598 #: ipaclient/remote_plugins/2_156/sudorule.py:653 #: ipaclient/remote_plugins/2_156/sudorule.py:713 #: ipaclient/remote_plugins/2_156/sudorule.py:782 #: ipaclient/remote_plugins/2_156/sudorule.py:852 #: ipaclient/remote_plugins/2_156/sudorule.py:888 #: ipaclient/remote_plugins/2_156/sudorule.py:908 #: ipaclient/remote_plugins/2_156/sudorule.py:936 #: ipaclient/remote_plugins/2_156/sudorule.py:1097 #: ipaclient/remote_plugins/2_156/sudorule.py:1262 #: ipaclient/remote_plugins/2_156/sudorule.py:1331 #: ipaclient/remote_plugins/2_156/sudorule.py:1400 #: ipaclient/remote_plugins/2_156/sudorule.py:1475 #: ipaclient/remote_plugins/2_156/sudorule.py:1530 #: ipaclient/remote_plugins/2_156/sudorule.py:1590 #: ipaclient/remote_plugins/2_156/sudorule.py:1659 #: ipaclient/remote_plugins/2_156/sudorule.py:1728 #: ipaclient/remote_plugins/2_164/hbacrule.py:76 #: ipaclient/remote_plugins/2_164/hbacrule.py:171 #: ipaclient/remote_plugins/2_164/hbacrule.py:306 #: ipaclient/remote_plugins/2_164/hbacrule.py:375 #: ipaclient/remote_plugins/2_164/hbacrule.py:444 #: ipaclient/remote_plugins/2_164/hbacrule.py:513 #: ipaclient/remote_plugins/2_164/hbacrule.py:583 #: ipaclient/remote_plugins/2_164/hbacrule.py:619 #: ipaclient/remote_plugins/2_164/hbacrule.py:650 #: ipaclient/remote_plugins/2_164/hbacrule.py:689 #: ipaclient/remote_plugins/2_164/hbacrule.py:834 #: ipaclient/remote_plugins/2_164/hbacrule.py:983 #: ipaclient/remote_plugins/2_164/hbacrule.py:1052 #: ipaclient/remote_plugins/2_164/hbacrule.py:1121 #: ipaclient/remote_plugins/2_164/hbacrule.py:1190 #: ipaclient/remote_plugins/2_164/hbacrule.py:1259 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:73 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:138 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:242 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:311 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:381 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:417 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:448 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:487 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:602 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:721 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:790 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:859 #: ipaclient/remote_plugins/2_164/sudorule.py:77 #: ipaclient/remote_plugins/2_164/sudorule.py:234 #: ipaclient/remote_plugins/2_164/sudorule.py:385 #: ipaclient/remote_plugins/2_164/sudorule.py:454 #: ipaclient/remote_plugins/2_164/sudorule.py:523 #: ipaclient/remote_plugins/2_164/sudorule.py:598 #: ipaclient/remote_plugins/2_164/sudorule.py:653 #: ipaclient/remote_plugins/2_164/sudorule.py:713 #: ipaclient/remote_plugins/2_164/sudorule.py:782 #: ipaclient/remote_plugins/2_164/sudorule.py:852 #: ipaclient/remote_plugins/2_164/sudorule.py:888 #: ipaclient/remote_plugins/2_164/sudorule.py:908 #: ipaclient/remote_plugins/2_164/sudorule.py:936 #: ipaclient/remote_plugins/2_164/sudorule.py:1097 #: ipaclient/remote_plugins/2_164/sudorule.py:1262 #: ipaclient/remote_plugins/2_164/sudorule.py:1331 #: ipaclient/remote_plugins/2_164/sudorule.py:1400 #: ipaclient/remote_plugins/2_164/sudorule.py:1475 #: ipaclient/remote_plugins/2_164/sudorule.py:1530 #: ipaclient/remote_plugins/2_164/sudorule.py:1590 #: ipaclient/remote_plugins/2_164/sudorule.py:1659 #: ipaclient/remote_plugins/2_164/sudorule.py:1728 #: ipaclient/remote_plugins/2_49/hbacrule.py:76 #: ipaclient/remote_plugins/2_49/hbacrule.py:175 #: ipaclient/remote_plugins/2_49/hbacrule.py:294 #: ipaclient/remote_plugins/2_49/hbacrule.py:356 #: ipaclient/remote_plugins/2_49/hbacrule.py:418 #: ipaclient/remote_plugins/2_49/hbacrule.py:480 #: ipaclient/remote_plugins/2_49/hbacrule.py:543 #: ipaclient/remote_plugins/2_49/hbacrule.py:581 #: ipaclient/remote_plugins/2_49/hbacrule.py:611 #: ipaclient/remote_plugins/2_49/hbacrule.py:649 #: ipaclient/remote_plugins/2_49/hbacrule.py:777 #: ipaclient/remote_plugins/2_49/hbacrule.py:910 #: ipaclient/remote_plugins/2_49/hbacrule.py:972 #: ipaclient/remote_plugins/2_49/hbacrule.py:1034 #: ipaclient/remote_plugins/2_49/hbacrule.py:1096 #: ipaclient/remote_plugins/2_49/hbacrule.py:1158 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:73 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:138 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:236 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:298 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:361 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:399 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:429 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:467 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:575 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:688 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:750 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:812 #: ipaclient/remote_plugins/2_49/sudorule.py:58 #: ipaclient/remote_plugins/2_49/sudorule.py:204 #: ipaclient/remote_plugins/2_49/sudorule.py:349 #: ipaclient/remote_plugins/2_49/sudorule.py:411 #: ipaclient/remote_plugins/2_49/sudorule.py:473 #: ipaclient/remote_plugins/2_49/sudorule.py:535 #: ipaclient/remote_plugins/2_49/sudorule.py:560 #: ipaclient/remote_plugins/2_49/sudorule.py:613 #: ipaclient/remote_plugins/2_49/sudorule.py:675 #: ipaclient/remote_plugins/2_49/sudorule.py:738 #: ipaclient/remote_plugins/2_49/sudorule.py:776 #: ipaclient/remote_plugins/2_49/sudorule.py:794 #: ipaclient/remote_plugins/2_49/sudorule.py:820 #: ipaclient/remote_plugins/2_49/sudorule.py:974 #: ipaclient/remote_plugins/2_49/sudorule.py:1133 #: ipaclient/remote_plugins/2_49/sudorule.py:1195 #: ipaclient/remote_plugins/2_49/sudorule.py:1257 #: ipaclient/remote_plugins/2_49/sudorule.py:1319 #: ipaclient/remote_plugins/2_49/sudorule.py:1344 #: ipaclient/remote_plugins/2_49/sudorule.py:1397 #: ipaclient/remote_plugins/2_49/sudorule.py:1459 #: ipaclient/remote_plugins/2_49/sudorule.py:1521 msgid "Rule name" msgstr "Имя правила" #: ipaserver/plugins/hbacrule.py:212 #: ipaclient/remote_plugins/2_114/hbacrule.py:81 #: ipaclient/remote_plugins/2_114/hbacrule.py:180 #: ipaclient/remote_plugins/2_114/hbacrule.py:697 #: ipaclient/remote_plugins/2_114/hbacrule.py:844 #: ipaclient/remote_plugins/2_156/hbacrule.py:81 #: ipaclient/remote_plugins/2_156/hbacrule.py:180 #: ipaclient/remote_plugins/2_156/hbacrule.py:697 #: ipaclient/remote_plugins/2_156/hbacrule.py:844 #: ipaclient/remote_plugins/2_164/hbacrule.py:81 #: ipaclient/remote_plugins/2_164/hbacrule.py:180 #: ipaclient/remote_plugins/2_164/hbacrule.py:697 #: ipaclient/remote_plugins/2_164/hbacrule.py:844 #: ipaclient/remote_plugins/2_49/hbacrule.py:81 #: ipaclient/remote_plugins/2_49/hbacrule.py:184 #: ipaclient/remote_plugins/2_49/hbacrule.py:657 #: ipaclient/remote_plugins/2_49/hbacrule.py:787 msgid "Rule type (allow)" msgstr "Тип правила (allow)" #: ipaserver/plugins/hbacrule.py:213 #: ipaclient/remote_plugins/2_114/hbacrule.py:80 #: ipaclient/remote_plugins/2_114/hbacrule.py:179 #: ipaclient/remote_plugins/2_114/hbacrule.py:696 #: ipaclient/remote_plugins/2_114/hbacrule.py:843 #: ipaclient/remote_plugins/2_156/hbacrule.py:80 #: ipaclient/remote_plugins/2_156/hbacrule.py:179 #: ipaclient/remote_plugins/2_156/hbacrule.py:696 #: ipaclient/remote_plugins/2_156/hbacrule.py:843 #: ipaclient/remote_plugins/2_164/hbacrule.py:80 #: ipaclient/remote_plugins/2_164/hbacrule.py:179 #: ipaclient/remote_plugins/2_164/hbacrule.py:696 #: ipaclient/remote_plugins/2_164/hbacrule.py:843 #: ipaclient/remote_plugins/2_49/hbacrule.py:80 #: ipaclient/remote_plugins/2_49/hbacrule.py:183 #: ipaclient/remote_plugins/2_49/hbacrule.py:656 #: ipaclient/remote_plugins/2_49/hbacrule.py:786 msgid "Rule type" msgstr "Тип правила" #: ipaserver/plugins/hbacrule.py:223 ipaserver/plugins/selinuxusermap.py:227 #: ipaserver/plugins/sudorule.py:240 ipaserver/plugins/netgroup.py:227 #: ipaserver/plugins/caacl.py:195 ipaclient/remote_plugins/2_114/hbacrule.py:87 #: ipaclient/remote_plugins/2_114/hbacrule.py:190 #: ipaclient/remote_plugins/2_114/hbacrule.py:706 #: ipaclient/remote_plugins/2_114/hbacrule.py:853 #: ipaclient/remote_plugins/2_114/netgroup.py:74 #: ipaclient/remote_plugins/2_114/netgroup.py:158 #: ipaclient/remote_plugins/2_114/netgroup.py:407 #: ipaclient/remote_plugins/2_114/netgroup.py:629 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:88 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:159 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:507 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:624 #: ipaclient/remote_plugins/2_114/sudorule.py:92 #: ipaclient/remote_plugins/2_114/sudorule.py:255 #: ipaclient/remote_plugins/2_114/sudorule.py:955 #: ipaclient/remote_plugins/2_114/sudorule.py:1118 #: ipaclient/remote_plugins/2_156/caacl.py:82 #: ipaclient/remote_plugins/2_156/caacl.py:167 #: ipaclient/remote_plugins/2_156/caacl.py:638 #: ipaclient/remote_plugins/2_156/caacl.py:758 #: ipaclient/remote_plugins/2_156/hbacrule.py:87 #: ipaclient/remote_plugins/2_156/hbacrule.py:190 #: ipaclient/remote_plugins/2_156/hbacrule.py:706 #: ipaclient/remote_plugins/2_156/hbacrule.py:853 #: ipaclient/remote_plugins/2_156/netgroup.py:74 #: ipaclient/remote_plugins/2_156/netgroup.py:158 #: ipaclient/remote_plugins/2_156/netgroup.py:407 #: ipaclient/remote_plugins/2_156/netgroup.py:629 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:88 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:159 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:507 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:624 #: ipaclient/remote_plugins/2_156/sudorule.py:92 #: ipaclient/remote_plugins/2_156/sudorule.py:255 #: ipaclient/remote_plugins/2_156/sudorule.py:955 #: ipaclient/remote_plugins/2_156/sudorule.py:1118 #: ipaclient/remote_plugins/2_164/caacl.py:82 #: ipaclient/remote_plugins/2_164/caacl.py:167 #: ipaclient/remote_plugins/2_164/caacl.py:638 #: ipaclient/remote_plugins/2_164/caacl.py:758 #: ipaclient/remote_plugins/2_164/hbacrule.py:87 #: ipaclient/remote_plugins/2_164/hbacrule.py:190 #: ipaclient/remote_plugins/2_164/hbacrule.py:706 #: ipaclient/remote_plugins/2_164/hbacrule.py:853 #: ipaclient/remote_plugins/2_164/netgroup.py:74 #: ipaclient/remote_plugins/2_164/netgroup.py:158 #: ipaclient/remote_plugins/2_164/netgroup.py:407 #: ipaclient/remote_plugins/2_164/netgroup.py:629 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:88 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:159 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:507 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:624 #: ipaclient/remote_plugins/2_164/sudorule.py:92 #: ipaclient/remote_plugins/2_164/sudorule.py:255 #: ipaclient/remote_plugins/2_164/sudorule.py:955 #: ipaclient/remote_plugins/2_164/sudorule.py:1118 #: ipaclient/remote_plugins/2_49/hbacrule.py:87 #: ipaclient/remote_plugins/2_49/hbacrule.py:194 #: ipaclient/remote_plugins/2_49/hbacrule.py:666 #: ipaclient/remote_plugins/2_49/hbacrule.py:796 #: ipaclient/remote_plugins/2_49/netgroup.py:73 #: ipaclient/remote_plugins/2_49/netgroup.py:156 #: ipaclient/remote_plugins/2_49/netgroup.py:394 #: ipaclient/remote_plugins/2_49/netgroup.py:609 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:88 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:159 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:487 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:597 #: ipaclient/remote_plugins/2_49/sudorule.py:73 #: ipaclient/remote_plugins/2_49/sudorule.py:225 #: ipaclient/remote_plugins/2_49/sudorule.py:839 #: ipaclient/remote_plugins/2_49/sudorule.py:995 msgid "User category" msgstr "Категория пользователя" #: ipaserver/plugins/hbacrule.py:224 ipaserver/plugins/selinuxusermap.py:228 #: ipaserver/plugins/sudorule.py:241 ipaserver/plugins/netgroup.py:228 #: ipaclient/remote_plugins/2_114/hbacrule.py:88 #: ipaclient/remote_plugins/2_114/hbacrule.py:191 #: ipaclient/remote_plugins/2_114/hbacrule.py:707 #: ipaclient/remote_plugins/2_114/hbacrule.py:854 #: ipaclient/remote_plugins/2_114/netgroup.py:75 #: ipaclient/remote_plugins/2_114/netgroup.py:159 #: ipaclient/remote_plugins/2_114/netgroup.py:408 #: ipaclient/remote_plugins/2_114/netgroup.py:630 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:89 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:160 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:508 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:625 #: ipaclient/remote_plugins/2_114/sudorule.py:93 #: ipaclient/remote_plugins/2_114/sudorule.py:256 #: ipaclient/remote_plugins/2_114/sudorule.py:956 #: ipaclient/remote_plugins/2_114/sudorule.py:1119 #: ipaclient/remote_plugins/2_156/hbacrule.py:88 #: ipaclient/remote_plugins/2_156/hbacrule.py:191 #: ipaclient/remote_plugins/2_156/hbacrule.py:707 #: ipaclient/remote_plugins/2_156/hbacrule.py:854 #: ipaclient/remote_plugins/2_156/netgroup.py:75 #: ipaclient/remote_plugins/2_156/netgroup.py:159 #: ipaclient/remote_plugins/2_156/netgroup.py:408 #: ipaclient/remote_plugins/2_156/netgroup.py:630 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:89 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:160 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:508 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:625 #: ipaclient/remote_plugins/2_156/sudorule.py:93 #: ipaclient/remote_plugins/2_156/sudorule.py:256 #: ipaclient/remote_plugins/2_156/sudorule.py:956 #: ipaclient/remote_plugins/2_156/sudorule.py:1119 #: ipaclient/remote_plugins/2_164/hbacrule.py:88 #: ipaclient/remote_plugins/2_164/hbacrule.py:191 #: ipaclient/remote_plugins/2_164/hbacrule.py:707 #: ipaclient/remote_plugins/2_164/hbacrule.py:854 #: ipaclient/remote_plugins/2_164/netgroup.py:75 #: ipaclient/remote_plugins/2_164/netgroup.py:159 #: ipaclient/remote_plugins/2_164/netgroup.py:408 #: ipaclient/remote_plugins/2_164/netgroup.py:630 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:89 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:160 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:508 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:625 #: ipaclient/remote_plugins/2_164/sudorule.py:93 #: ipaclient/remote_plugins/2_164/sudorule.py:256 #: ipaclient/remote_plugins/2_164/sudorule.py:956 #: ipaclient/remote_plugins/2_164/sudorule.py:1119 #: ipaclient/remote_plugins/2_49/hbacrule.py:88 #: ipaclient/remote_plugins/2_49/hbacrule.py:195 #: ipaclient/remote_plugins/2_49/hbacrule.py:667 #: ipaclient/remote_plugins/2_49/hbacrule.py:797 #: ipaclient/remote_plugins/2_49/netgroup.py:74 #: ipaclient/remote_plugins/2_49/netgroup.py:157 #: ipaclient/remote_plugins/2_49/netgroup.py:395 #: ipaclient/remote_plugins/2_49/netgroup.py:610 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:89 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:160 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:488 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:598 #: ipaclient/remote_plugins/2_49/sudorule.py:74 #: ipaclient/remote_plugins/2_49/sudorule.py:226 #: ipaclient/remote_plugins/2_49/sudorule.py:840 #: ipaclient/remote_plugins/2_49/sudorule.py:996 msgid "User category the rule applies to" msgstr "Категория пользователей, к которой применяется правило" #: ipaserver/plugins/hbacrule.py:229 ipaserver/plugins/selinuxusermap.py:233 #: ipaserver/plugins/sudorule.py:246 ipaserver/plugins/netgroup.py:233 #: ipaserver/plugins/caacl.py:201 ipaclient/remote_plugins/2_114/hbacrule.py:93 #: ipaclient/remote_plugins/2_114/hbacrule.py:198 #: ipaclient/remote_plugins/2_114/hbacrule.py:714 #: ipaclient/remote_plugins/2_114/hbacrule.py:861 #: ipaclient/remote_plugins/2_114/netgroup.py:80 #: ipaclient/remote_plugins/2_114/netgroup.py:166 #: ipaclient/remote_plugins/2_114/netgroup.py:415 #: ipaclient/remote_plugins/2_114/netgroup.py:637 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:94 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:167 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:515 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:632 #: ipaclient/remote_plugins/2_114/sudorule.py:98 #: ipaclient/remote_plugins/2_114/sudorule.py:263 #: ipaclient/remote_plugins/2_114/sudorule.py:963 #: ipaclient/remote_plugins/2_114/sudorule.py:1126 #: ipaclient/remote_plugins/2_156/caacl.py:88 #: ipaclient/remote_plugins/2_156/caacl.py:175 #: ipaclient/remote_plugins/2_156/caacl.py:646 #: ipaclient/remote_plugins/2_156/caacl.py:766 #: ipaclient/remote_plugins/2_156/hbacrule.py:93 #: ipaclient/remote_plugins/2_156/hbacrule.py:198 #: ipaclient/remote_plugins/2_156/hbacrule.py:714 #: ipaclient/remote_plugins/2_156/hbacrule.py:861 #: ipaclient/remote_plugins/2_156/netgroup.py:80 #: ipaclient/remote_plugins/2_156/netgroup.py:166 #: ipaclient/remote_plugins/2_156/netgroup.py:415 #: ipaclient/remote_plugins/2_156/netgroup.py:637 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:94 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:167 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:515 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:632 #: ipaclient/remote_plugins/2_156/sudorule.py:98 #: ipaclient/remote_plugins/2_156/sudorule.py:263 #: ipaclient/remote_plugins/2_156/sudorule.py:963 #: ipaclient/remote_plugins/2_156/sudorule.py:1126 #: ipaclient/remote_plugins/2_164/caacl.py:88 #: ipaclient/remote_plugins/2_164/caacl.py:175 #: ipaclient/remote_plugins/2_164/caacl.py:646 #: ipaclient/remote_plugins/2_164/caacl.py:766 #: ipaclient/remote_plugins/2_164/hbacrule.py:93 #: ipaclient/remote_plugins/2_164/hbacrule.py:198 #: ipaclient/remote_plugins/2_164/hbacrule.py:714 #: ipaclient/remote_plugins/2_164/hbacrule.py:861 #: ipaclient/remote_plugins/2_164/netgroup.py:80 #: ipaclient/remote_plugins/2_164/netgroup.py:166 #: ipaclient/remote_plugins/2_164/netgroup.py:415 #: ipaclient/remote_plugins/2_164/netgroup.py:637 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:94 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:167 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:515 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:632 #: ipaclient/remote_plugins/2_164/sudorule.py:98 #: ipaclient/remote_plugins/2_164/sudorule.py:263 #: ipaclient/remote_plugins/2_164/sudorule.py:963 #: ipaclient/remote_plugins/2_164/sudorule.py:1126 #: ipaclient/remote_plugins/2_49/hbacrule.py:93 #: ipaclient/remote_plugins/2_49/hbacrule.py:202 #: ipaclient/remote_plugins/2_49/hbacrule.py:674 #: ipaclient/remote_plugins/2_49/hbacrule.py:804 #: ipaclient/remote_plugins/2_49/netgroup.py:79 #: ipaclient/remote_plugins/2_49/netgroup.py:164 #: ipaclient/remote_plugins/2_49/netgroup.py:402 #: ipaclient/remote_plugins/2_49/netgroup.py:617 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:94 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:167 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:495 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:605 #: ipaclient/remote_plugins/2_49/sudorule.py:79 #: ipaclient/remote_plugins/2_49/sudorule.py:233 #: ipaclient/remote_plugins/2_49/sudorule.py:847 #: ipaclient/remote_plugins/2_49/sudorule.py:1003 msgid "Host category" msgstr "Категория хоста" #: ipaserver/plugins/hbacrule.py:230 ipaserver/plugins/selinuxusermap.py:234 #: ipaserver/plugins/sudorule.py:247 ipaserver/plugins/netgroup.py:234 #: ipaclient/remote_plugins/2_114/hbacrule.py:94 #: ipaclient/remote_plugins/2_114/hbacrule.py:199 #: ipaclient/remote_plugins/2_114/hbacrule.py:715 #: ipaclient/remote_plugins/2_114/hbacrule.py:862 #: ipaclient/remote_plugins/2_114/netgroup.py:81 #: ipaclient/remote_plugins/2_114/netgroup.py:167 #: ipaclient/remote_plugins/2_114/netgroup.py:416 #: ipaclient/remote_plugins/2_114/netgroup.py:638 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:95 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:168 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:516 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:633 #: ipaclient/remote_plugins/2_114/sudorule.py:99 #: ipaclient/remote_plugins/2_114/sudorule.py:264 #: ipaclient/remote_plugins/2_114/sudorule.py:964 #: ipaclient/remote_plugins/2_114/sudorule.py:1127 #: ipaclient/remote_plugins/2_156/hbacrule.py:94 #: ipaclient/remote_plugins/2_156/hbacrule.py:199 #: ipaclient/remote_plugins/2_156/hbacrule.py:715 #: ipaclient/remote_plugins/2_156/hbacrule.py:862 #: ipaclient/remote_plugins/2_156/netgroup.py:81 #: ipaclient/remote_plugins/2_156/netgroup.py:167 #: ipaclient/remote_plugins/2_156/netgroup.py:416 #: ipaclient/remote_plugins/2_156/netgroup.py:638 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:95 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:168 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:516 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:633 #: ipaclient/remote_plugins/2_156/sudorule.py:99 #: ipaclient/remote_plugins/2_156/sudorule.py:264 #: ipaclient/remote_plugins/2_156/sudorule.py:964 #: ipaclient/remote_plugins/2_156/sudorule.py:1127 #: ipaclient/remote_plugins/2_164/hbacrule.py:94 #: ipaclient/remote_plugins/2_164/hbacrule.py:199 #: ipaclient/remote_plugins/2_164/hbacrule.py:715 #: ipaclient/remote_plugins/2_164/hbacrule.py:862 #: ipaclient/remote_plugins/2_164/netgroup.py:81 #: ipaclient/remote_plugins/2_164/netgroup.py:167 #: ipaclient/remote_plugins/2_164/netgroup.py:416 #: ipaclient/remote_plugins/2_164/netgroup.py:638 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:95 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:168 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:516 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:633 #: ipaclient/remote_plugins/2_164/sudorule.py:99 #: ipaclient/remote_plugins/2_164/sudorule.py:264 #: ipaclient/remote_plugins/2_164/sudorule.py:964 #: ipaclient/remote_plugins/2_164/sudorule.py:1127 #: ipaclient/remote_plugins/2_49/hbacrule.py:94 #: ipaclient/remote_plugins/2_49/hbacrule.py:203 #: ipaclient/remote_plugins/2_49/hbacrule.py:675 #: ipaclient/remote_plugins/2_49/hbacrule.py:805 #: ipaclient/remote_plugins/2_49/netgroup.py:80 #: ipaclient/remote_plugins/2_49/netgroup.py:165 #: ipaclient/remote_plugins/2_49/netgroup.py:403 #: ipaclient/remote_plugins/2_49/netgroup.py:618 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:95 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:168 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:496 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:606 #: ipaclient/remote_plugins/2_49/sudorule.py:80 #: ipaclient/remote_plugins/2_49/sudorule.py:234 #: ipaclient/remote_plugins/2_49/sudorule.py:848 #: ipaclient/remote_plugins/2_49/sudorule.py:1004 msgid "Host category the rule applies to" msgstr "Категория узлов, к которой применяется правило" #: ipaserver/plugins/hbacrule.py:236 #: ipaclient/remote_plugins/2_49/hbacrule.py:99 #: ipaclient/remote_plugins/2_49/hbacrule.py:210 #: ipaclient/remote_plugins/2_49/hbacrule.py:682 #: ipaclient/remote_plugins/2_49/hbacrule.py:812 msgid "Source host category" msgstr "Категория узлов-источников" #: ipaserver/plugins/hbacrule.py:237 #: ipaclient/remote_plugins/2_49/hbacrule.py:100 #: ipaclient/remote_plugins/2_49/hbacrule.py:211 #: ipaclient/remote_plugins/2_49/hbacrule.py:683 #: ipaclient/remote_plugins/2_49/hbacrule.py:813 msgid "Source host category the rule applies to" msgstr "Категория узлов-источников, к которой применяется правило" #: ipaserver/plugins/hbacrule.py:243 ipaserver/plugins/caacl.py:207 #: ipaclient/remote_plugins/2_114/hbacrule.py:103 #: ipaclient/remote_plugins/2_114/hbacrule.py:212 #: ipaclient/remote_plugins/2_114/hbacrule.py:728 #: ipaclient/remote_plugins/2_114/hbacrule.py:875 #: ipaclient/remote_plugins/2_156/caacl.py:94 #: ipaclient/remote_plugins/2_156/caacl.py:183 #: ipaclient/remote_plugins/2_156/caacl.py:654 #: ipaclient/remote_plugins/2_156/caacl.py:774 #: ipaclient/remote_plugins/2_156/hbacrule.py:103 #: ipaclient/remote_plugins/2_156/hbacrule.py:212 #: ipaclient/remote_plugins/2_156/hbacrule.py:728 #: ipaclient/remote_plugins/2_156/hbacrule.py:875 #: ipaclient/remote_plugins/2_164/caacl.py:94 #: ipaclient/remote_plugins/2_164/caacl.py:183 #: ipaclient/remote_plugins/2_164/caacl.py:654 #: ipaclient/remote_plugins/2_164/caacl.py:774 #: ipaclient/remote_plugins/2_164/hbacrule.py:103 #: ipaclient/remote_plugins/2_164/hbacrule.py:212 #: ipaclient/remote_plugins/2_164/hbacrule.py:728 #: ipaclient/remote_plugins/2_164/hbacrule.py:875 #: ipaclient/remote_plugins/2_49/hbacrule.py:105 #: ipaclient/remote_plugins/2_49/hbacrule.py:218 #: ipaclient/remote_plugins/2_49/hbacrule.py:690 #: ipaclient/remote_plugins/2_49/hbacrule.py:820 msgid "Service category" msgstr "Категория службы" #: ipaserver/plugins/hbacrule.py:244 #: ipaclient/remote_plugins/2_114/hbacrule.py:104 #: ipaclient/remote_plugins/2_114/hbacrule.py:213 #: ipaclient/remote_plugins/2_114/hbacrule.py:729 #: ipaclient/remote_plugins/2_114/hbacrule.py:876 #: ipaclient/remote_plugins/2_156/hbacrule.py:104 #: ipaclient/remote_plugins/2_156/hbacrule.py:213 #: ipaclient/remote_plugins/2_156/hbacrule.py:729 #: ipaclient/remote_plugins/2_156/hbacrule.py:876 #: ipaclient/remote_plugins/2_164/hbacrule.py:104 #: ipaclient/remote_plugins/2_164/hbacrule.py:213 #: ipaclient/remote_plugins/2_164/hbacrule.py:729 #: ipaclient/remote_plugins/2_164/hbacrule.py:876 #: ipaclient/remote_plugins/2_49/hbacrule.py:106 #: ipaclient/remote_plugins/2_49/hbacrule.py:219 #: ipaclient/remote_plugins/2_49/hbacrule.py:691 #: ipaclient/remote_plugins/2_49/hbacrule.py:821 msgid "Service category the rule applies to" msgstr "Категория служб, к которой применяется правило" #: ipaserver/plugins/hbacrule.py:277 #: ipaclient/remote_plugins/2_49/hbacrule.py:141 msgid "Source Hosts" msgstr "Узлы-источники" #: ipaserver/plugins/hbacrule.py:282 #: ipaclient/remote_plugins/2_49/hbacrule.py:146 msgid "Source Host Groups" msgstr "Группы узлов-источников" #: ipaserver/plugins/hbacrule.py:290 #: ipaclient/remote_plugins/2_114/hbacrule.py:152 #: ipaclient/remote_plugins/2_156/hbacrule.py:152 #: ipaclient/remote_plugins/2_164/hbacrule.py:152 #: ipaclient/remote_plugins/2_49/hbacrule.py:156 msgid "Service Groups" msgstr "Группы сервисов" #: ipaserver/plugins/hbacrule.py:300 #: ipaclient/remote_plugins/2_114/hbacrule.py:165 #: ipaclient/remote_plugins/2_156/hbacrule.py:165 #: ipaclient/remote_plugins/2_164/hbacrule.py:165 #: ipaclient/remote_plugins/2_49/hbacrule.py:169 msgid "Create a new HBAC rule." msgstr "Создать новое правило HBAC." #: ipaserver/plugins/hbacrule.py:302 #, python-format msgid "Added HBAC rule \"%(value)s\"" msgstr "Добавлено правило HBAC \"%(value)s\"" #: ipaserver/plugins/hbacrule.py:314 #: ipaclient/remote_plugins/2_114/hbacrule.py:576 #: ipaclient/remote_plugins/2_156/hbacrule.py:576 #: ipaclient/remote_plugins/2_164/hbacrule.py:576 #: ipaclient/remote_plugins/2_49/hbacrule.py:536 msgid "Delete an HBAC rule." msgstr "Удалить правило HBAC." #: ipaserver/plugins/hbacrule.py:316 #, python-format msgid "Deleted HBAC rule \"%(value)s\"" msgstr "Удалено правило HBAC \"%(value)s\"" #: ipaserver/plugins/hbacrule.py:331 #: ipaclient/remote_plugins/2_114/hbacrule.py:828 #: ipaclient/remote_plugins/2_156/hbacrule.py:828 #: ipaclient/remote_plugins/2_164/hbacrule.py:828 #: ipaclient/remote_plugins/2_49/hbacrule.py:771 msgid "Modify an HBAC rule." msgstr "Изменить правило HBAC." #: ipaserver/plugins/hbacrule.py:333 #, python-format msgid "Modified HBAC rule \"%(value)s\"" msgstr "Изменено правило HBAC \"%(value)s\"" #: ipaserver/plugins/hbacrule.py:345 ipaserver/plugins/netgroup.py:321 #: ipaserver/plugins/caacl.py:294 msgid "user category cannot be set to 'all' while there are allowed users" msgstr "" "для категории пользователей нельзя установить значение \"all\", когда " "имеются разрешённые пользователи" #: ipaserver/plugins/hbacrule.py:350 ipaserver/plugins/netgroup.py:326 #: ipaserver/plugins/caacl.py:298 msgid "host category cannot be set to 'all' while there are allowed hosts" msgstr "" "для категории узлов нельзя установить значение \"all\", когда имеются " "разрешённые узлы" #: ipaserver/plugins/hbacrule.py:356 ipaserver/plugins/caacl.py:302 msgid "" "service category cannot be set to 'all' while there are allowed services" msgstr "" "для категории служб нельзя установить значение \"all\", когда имеются " "разрешённые службы" #: ipaserver/plugins/hbacrule.py:365 #: ipaclient/remote_plugins/2_114/hbacrule.py:675 #: ipaclient/remote_plugins/2_156/hbacrule.py:675 #: ipaclient/remote_plugins/2_164/hbacrule.py:675 #: ipaclient/remote_plugins/2_49/hbacrule.py:635 msgid "Search for HBAC rules." msgstr "Поиск правил HBAC." #: ipaserver/plugins/hbacrule.py:368 #, python-format msgid "%(count)d HBAC rule matched" msgid_plural "%(count)d HBAC rules matched" msgstr[0] "установлено соответствие %(count)d правила HBAC" msgstr[1] "установлено соответствие %(count)d правил HBAC" msgstr[2] "установлено соответствие %(count)d правил HBAC" #: ipaserver/plugins/hbacrule.py:375 #: ipaclient/remote_plugins/2_114/hbacrule.py:1253 #: ipaclient/remote_plugins/2_156/hbacrule.py:1253 #: ipaclient/remote_plugins/2_164/hbacrule.py:1253 #: ipaclient/remote_plugins/2_49/hbacrule.py:1152 msgid "Display the properties of an HBAC rule." msgstr "Показать свойства правила HBAC." #: ipaserver/plugins/hbacrule.py:381 #: ipaclient/remote_plugins/2_114/hbacrule.py:644 #: ipaclient/remote_plugins/2_156/hbacrule.py:644 #: ipaclient/remote_plugins/2_164/hbacrule.py:644 #: ipaclient/remote_plugins/2_49/hbacrule.py:605 msgid "Enable an HBAC rule." msgstr "Включить правило HBAC." #: ipaserver/plugins/hbacrule.py:383 #, python-format msgid "Enabled HBAC rule \"%(value)s\"" msgstr "Включено правило HBAC \"%(value)s\"" #: ipaserver/plugins/hbacrule.py:411 #: ipaclient/remote_plugins/2_114/hbacrule.py:613 #: ipaclient/remote_plugins/2_156/hbacrule.py:613 #: ipaclient/remote_plugins/2_164/hbacrule.py:613 #: ipaclient/remote_plugins/2_49/hbacrule.py:575 msgid "Disable an HBAC rule." msgstr "Отключить правило HBAC." #: ipaserver/plugins/hbacrule.py:413 #, python-format msgid "Disabled HBAC rule \"%(value)s\"" msgstr "Отключено правило HBAC \"%(value)s\"" #: ipaserver/plugins/hbacrule.py:447 ipaserver/plugins/hbacrule.py:478 msgid "Access time" msgstr "Время доступа" #: ipaserver/plugins/hbacrule.py:503 #: ipaclient/remote_plugins/2_114/hbacrule.py:507 #: ipaclient/remote_plugins/2_156/hbacrule.py:507 #: ipaclient/remote_plugins/2_164/hbacrule.py:507 #: ipaclient/remote_plugins/2_49/hbacrule.py:474 msgid "Add users and groups to an HBAC rule." msgstr "Добавить пользователей и группы в правило HBAC." #: ipaserver/plugins/hbacrule.py:518 ipaserver/plugins/selinuxusermap.py:537 #: ipaserver/plugins/sudorule.py:593 ipaserver/plugins/caacl.py:397 msgid "users cannot be added when user category='all'" msgstr "" "невозможно добавить пользователей, когда категория пользователей=\"all\"" #: ipaserver/plugins/hbacrule.py:525 #: ipaclient/remote_plugins/2_114/hbacrule.py:1184 #: ipaclient/remote_plugins/2_156/hbacrule.py:1184 #: ipaclient/remote_plugins/2_164/hbacrule.py:1184 #: ipaclient/remote_plugins/2_49/hbacrule.py:1090 msgid "Remove users and groups from an HBAC rule." msgstr "Удалить пользователей и группы из правила HBAC." #: ipaserver/plugins/hbacrule.py:534 #: ipaclient/remote_plugins/2_114/hbacrule.py:300 #: ipaclient/remote_plugins/2_156/hbacrule.py:300 #: ipaclient/remote_plugins/2_164/hbacrule.py:300 #: ipaclient/remote_plugins/2_49/hbacrule.py:288 msgid "Add target hosts and hostgroups to an HBAC rule." msgstr "Добавить целевые узлы и группы узлов в правило HBAC." #: ipaserver/plugins/hbacrule.py:549 ipaserver/plugins/selinuxusermap.py:570 #: ipaserver/plugins/sudorule.py:647 ipaserver/plugins/caacl.py:429 msgid "hosts cannot be added when host category='all'" msgstr "невозможно добавить узлы, когда категория узлов=\"all\"" #: ipaserver/plugins/hbacrule.py:556 #: ipaclient/remote_plugins/2_114/hbacrule.py:977 #: ipaclient/remote_plugins/2_156/hbacrule.py:977 #: ipaclient/remote_plugins/2_164/hbacrule.py:977 #: ipaclient/remote_plugins/2_49/hbacrule.py:904 msgid "Remove target hosts and hostgroups from an HBAC rule." msgstr "Удалить целевые узлы и группы узлов из правила HBAC." #: ipaserver/plugins/hbacrule.py:565 msgid "Add source hosts and hostgroups to an HBAC rule." msgstr "Добавить узлы-источники и группы узлов в правило HBAC." #: ipaserver/plugins/hbacrule.py:578 #: ipaclient/remote_plugins/2_49/hbacrule.py:1028 msgid "Remove source hosts and hostgroups from an HBAC rule." msgstr "Удалить узлы-источники и группы узлов из правила HBAC." #: ipaserver/plugins/hbacrule.py:591 #: ipaclient/remote_plugins/2_114/hbacrule.py:369 #: ipaclient/remote_plugins/2_156/hbacrule.py:369 #: ipaclient/remote_plugins/2_164/hbacrule.py:369 #: ipaclient/remote_plugins/2_49/hbacrule.py:350 msgid "Add services to an HBAC rule." msgstr "Добавить службы в правило HBAC." #: ipaserver/plugins/hbacrule.py:606 ipaserver/plugins/caacl.py:459 msgid "services cannot be added when service category='all'" msgstr "невозможно добавить службы, когда категория служб=\"all\"" #: ipaserver/plugins/hbacrule.py:613 #: ipaclient/remote_plugins/2_114/hbacrule.py:1046 #: ipaclient/remote_plugins/2_156/hbacrule.py:1046 #: ipaclient/remote_plugins/2_164/hbacrule.py:1046 #: ipaclient/remote_plugins/2_49/hbacrule.py:966 msgid "Remove service and service groups from an HBAC rule." msgstr "Удалить службы и группы служб из правила HBAC." #: ipaserver/plugins/vault.py:53 msgid "" "\n" "Vaults\n" msgstr "" "\n" "Хранилища\n" #: ipaserver/plugins/vault.py:55 msgid "" "\n" "Manage vaults.\n" msgstr "" "\n" "Управление хранилищами.\n" #: ipaserver/plugins/vault.py:57 msgid "" "\n" "Vault is a secure place to store a secret. One vault can only\n" "store one secret. When archiving a secret in a vault, the\n" "existing secret (if any) is overwritten.\n" msgstr "" "\n" "Хранилище — это безопасное место для хранения секрета. В одном хранилище " "может храниться только один секрет. При архивировании секрета в хранилище " "существующий секрет (если имеется) будет перезаписан.\n" #: ipaserver/plugins/vault.py:61 msgid "" "\n" "Based on the ownership there are three vault categories:\n" "* user/private vault\n" "* service vault\n" "* shared vault\n" msgstr "" "\n" "В зависимости от владения хранилища подразделяются на три категории:\n" "* хранилища пользователей или личные хранилища\n" "* хранилища служб\n" "* хранилища совместного использования\n" #: ipaserver/plugins/vault.py:66 msgid "" "\n" "User vaults are vaults owned used by a particular user. Private\n" "vaults are vaults owned the current user. Service vaults are\n" "vaults owned by a service. Shared vaults are owned by the admin\n" "but they can be used by other users or services.\n" msgstr "" "\n" "Хранилища пользователей — это хранилища, владельцем которых является " "конкретный пользователь. Личными являются хранилища, владельцем которых " "является текущий пользователь. Владельцем хранилища службы является " "определённая служба. Хранилища совместного использования принадлежат " "администратору, но могут использоваться другими пользователями или " "службами.\n" #: ipaserver/plugins/vault.py:71 msgid "" "\n" "Based on the security mechanism there are three types of\n" "vaults:\n" "* standard vault\n" "* symmetric vault\n" "* asymmetric vault\n" msgstr "" "\n" "В зависимости от механизма обеспечения безопасности выделяют три типа " "хранилищ:\n" "* стандартные хранилища\n" "* симметричные хранилища\n" "* асимметричные хранилища\n" #: ipaserver/plugins/vault.py:77 msgid "" "\n" "Standard vault uses a secure mechanism to transport and\n" "store the secret. The secret can only be retrieved by users\n" "that have access to the vault.\n" msgstr "" "\n" "В стандартном хранилище для передачи и хранения секрета используются " "безопасные механизмы. Секрет могут получить только те пользователи, у " "которых есть доступ к хранилищу.\n" "\n" #: ipaserver/plugins/vault.py:81 msgid "" "\n" "Symmetric vault is similar to the standard vault, but it\n" "pre-encrypts the secret using a password before transport.\n" "The secret can only be retrieved using the same password.\n" msgstr "" "\n" "Симметричное хранилище похоже на стандартное хранилище, но в нём секрет " "перед передачей предварительно шифруется с помощью пароля. Секрет можно " "получить только с помощью этого пароля.\n" #: ipaserver/plugins/vault.py:85 msgid "" "\n" "Asymmetric vault is similar to the standard vault, but it\n" "pre-encrypts the secret using a public key before transport.\n" "The secret can only be retrieved using the private key.\n" msgstr "" "\n" "Асимметричное хранилище похоже на стандартное хранилище, но в нём секрет " "перед передачей предварительно шифруется с помощью открытого ключа. Секрет " "можно получить только с помощью закрытого ключа.\n" #: ipaserver/plugins/vault.py:89 ipaserver/plugins/schema.py:34 #: ipaserver/plugins/radiusproxy.py:43 ipaserver/plugins/server.py:38 #: ipaserver/plugins/location.py:37 ipaserver/plugins/host.py:106 #: ipaserver/plugins/cert.py:93 ipaserver/plugins/permission.py:97 #: ipaserver/plugins/otptoken.py:49 ipaserver/plugins/serverrole.py:19 #: ipaserver/plugins/automember.py:63 ipaserver/plugins/sudorule.py:70 #: ipaserver/plugins/certmap.py:60 ipaserver/plugins/dnsserver.py:39 #: ipaserver/plugins/ca.py:35 ipaclient/plugins/otptoken_yubikey.py:47 msgid "" "\n" "EXAMPLES:\n" msgstr "" "\n" "ПРИМЕРЫ:\n" #: ipaserver/plugins/vault.py:91 msgid "" "\n" " List vaults:\n" " ipa vault-find\n" " [--user |--service |--shared]\n" msgstr "" "\n" " Вывести список хранилищ:\n" " ipa vault-find\n" " [--user <пользователь>|--service <служба>|--shared]\n" #: ipaserver/plugins/vault.py:95 msgid "" "\n" " Add a standard vault:\n" " ipa vault-add \n" " [--user |--service |--shared]\n" " --type standard\n" msgstr "" "\n" " Добавить стандартное хранилище:\n" " ipa vault-add <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --type standard\n" #: ipaserver/plugins/vault.py:100 msgid "" "\n" " Add a symmetric vault:\n" " ipa vault-add \n" " [--user |--service |--shared]\n" " --type symmetric --password-file password.txt\n" msgstr "" "\n" " Добавить симметричное хранилище:\n" " ipa vault-add <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --type symmetric --password-file password.txt\n" #: ipaserver/plugins/vault.py:105 msgid "" "\n" " Add an asymmetric vault:\n" " ipa vault-add \n" " [--user |--service |--shared]\n" " --type asymmetric --public-key-file public.pem\n" msgstr "" "\n" " Добавить асимметричное хранилище:\n" " ipa vault-add <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --type asymmetric --public-key-file public.pem\n" #: ipaserver/plugins/vault.py:110 msgid "" "\n" " Show a vault:\n" " ipa vault-show \n" " [--user |--service |--shared]\n" msgstr "" "\n" " Показать хранилище:\n" " ipa vault-show <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" #: ipaserver/plugins/vault.py:114 msgid "" "\n" " Modify vault description:\n" " ipa vault-mod \n" " [--user |--service |--shared]\n" " --desc \n" msgstr "" "\n" " Изменить описание хранилища:\n" " ipa vault-mod <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --desc <описание>\n" #: ipaserver/plugins/vault.py:119 msgid "" "\n" " Modify vault type:\n" " ipa vault-mod \n" " [--user |--service |--shared]\n" " --type \n" " [old password/private key]\n" " [new password/public key]\n" msgstr "" "\n" " Изменить тип хранилища:\n" " ipa vault-mod <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --type <тип>\n" " [старый пароль / закрытый ключ]\n" " [новый пароль / открытый ключ]\n" #: ipaserver/plugins/vault.py:126 msgid "" "\n" " Modify symmetric vault password:\n" " ipa vault-mod \n" " [--user |--service |--shared]\n" " --change-password\n" " ipa vault-mod \n" " [--user |--service |--shared]\n" " --old-password \n" " --new-password \n" " ipa vault-mod \n" " [--user |--service |--shared]\n" " --old-password-file \n" " --new-password-file \n" msgstr "" "\n" " Изменить пароль симметричного хранилища:\n" " ipa vault-mod <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --change-password\n" " ipa vault-mod <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --old-password <старый пароль>\n" " --new-password <новый пароль>\n" " ipa vault-mod <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --old-password-file <файл старого пароля>\n" " --new-password-file <файл нового пароля>\n" #: ipaserver/plugins/vault.py:139 msgid "" "\n" " Modify asymmetric vault keys:\n" " ipa vault-mod \n" " [--user |--service |--shared]\n" " --private-key-file \n" " --public-key-file \n" msgstr "" "\n" " Изменить ключи асимметричного хранилища:\n" " ipa vault-mod <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --private-key-file <файл старого закрытого ключа>\n" " --public-key-file <файл нового открытого ключа>\n" #: ipaserver/plugins/vault.py:145 msgid "" "\n" " Delete a vault:\n" " ipa vault-del \n" " [--user |--service |--shared]\n" msgstr "" "\n" " Удалить хранилище:\n" " ipa vault-del <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" #: ipaserver/plugins/vault.py:149 msgid "" "\n" " Display vault configuration:\n" " ipa vaultconfig-show\n" msgstr "" "\n" " Показать конфигурацию хранилища:\n" " ipa vaultconfig-show\n" #: ipaserver/plugins/vault.py:152 msgid "" "\n" " Archive data into standard vault:\n" " ipa vault-archive \n" " [--user |--service |--shared]\n" " --in \n" msgstr "" "\n" " Архивировать данные в стандартное хранилище:\n" " ipa vault-archive <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --in <файл входных данных>\n" #: ipaserver/plugins/vault.py:157 msgid "" "\n" " Archive data into symmetric vault:\n" " ipa vault-archive \n" " [--user |--service |--shared]\n" " --in \n" " --password-file password.txt\n" msgstr "" "\n" " Архивировать данные в симметричное хранилище:\n" " ipa vault-archive <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --in <файл входных данных>\n" " --password-file password.txt\n" #: ipaserver/plugins/vault.py:163 msgid "" "\n" " Archive data into asymmetric vault:\n" " ipa vault-archive \n" " [--user |--service |--shared]\n" " --in \n" msgstr "" "\n" " Архивировать данные в асимметричное хранилище:\n" " ipa vault-archive <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --in <файл входных данных>\n" #: ipaserver/plugins/vault.py:168 msgid "" "\n" " Retrieve data from standard vault:\n" " ipa vault-retrieve \n" " [--user |--service |--shared]\n" " --out \n" msgstr "" "\n" " Получить данные из стандартного хранилища:\n" " ipa vault-retrieve <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --out <файл выходных данных>\n" #: ipaserver/plugins/vault.py:173 msgid "" "\n" " Retrieve data from symmetric vault:\n" " ipa vault-retrieve \n" " [--user |--service |--shared]\n" " --out \n" " --password-file password.txt\n" msgstr "" "\n" " Получить данные из симметричного хранилища:\n" " ipa vault-retrieve <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --out <файл выходных данных>\n" " --password-file password.txt\n" #: ipaserver/plugins/vault.py:179 msgid "" "\n" " Retrieve data from asymmetric vault:\n" " ipa vault-retrieve \n" " [--user |--service |--shared]\n" " --out --private-key-file private.pem\n" msgstr "" "\n" " Получить данные из асимметричного хранилища:\n" " ipa vault-retrieve <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --out <файл выходных данных> --private-key-file private.pem\n" #: ipaserver/plugins/vault.py:184 msgid "" "\n" " Add vault owners:\n" " ipa vault-add-owner \n" " [--user |--service |--shared]\n" " [--users ] [--groups ] [--services ]\n" msgstr "" "\n" " Добавить владельцев хранилища:\n" " ipa vault-add-owner <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " [--users <пользователи>] [--groups <группы>] [--services <службы>]\n" #: ipaserver/plugins/vault.py:189 msgid "" "\n" " Delete vault owners:\n" " ipa vault-remove-owner \n" " [--user |--service |--shared]\n" " [--users ] [--groups ] [--services ]\n" msgstr "" "\n" " Удалить владельцев хранилища:\n" " ipa vault-remove-owner <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " [--users <пользователи>] [--groups <группы>] [--services <службы>]\n" #: ipaserver/plugins/vault.py:194 msgid "" "\n" " Add vault members:\n" " ipa vault-add-member \n" " [--user |--service |--shared]\n" " [--users ] [--groups ] [--services ]\n" msgstr "" "\n" " Добавить участников хранилища:\n" " ipa vault-add-member <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " [--users <пользователи>] [--groups <группы>] [--services <службы>]\n" #: ipaserver/plugins/vault.py:199 msgid "" "\n" " Delete vault members:\n" " ipa vault-remove-member \n" " [--user |--service |--shared]\n" " [--users ] [--groups ] [--services ]\n" msgstr "" "\n" " Удалить участников хранилища:\n" " ipa vault-remove-member <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " [--users <пользователи>] [--groups <группы>] [--services <службы>]\n" #: ipaserver/plugins/vault.py:213 ipaclient/remote_plugins/2_156/vault.py:379 #: ipaclient/remote_plugins/2_156/vault.py:448 #: ipaclient/remote_plugins/2_156/vault.py:544 #: ipaclient/remote_plugins/2_156/vault.py:640 #: ipaclient/remote_plugins/2_156/vault.py:721 #: ipaclient/remote_plugins/2_156/vault.py:804 #: ipaclient/remote_plugins/2_156/vault.py:959 #: ipaclient/remote_plugins/2_156/vault.py:1028 #: ipaclient/remote_plugins/2_156/vault.py:1124 #: ipaclient/remote_plugins/2_156/vault.py:1220 #: ipaclient/remote_plugins/2_156/vault.py:1293 #: ipaclient/remote_plugins/2_156/vault.py:1396 #: ipaclient/remote_plugins/2_156/vault.py:1491 #: ipaclient/remote_plugins/2_156/vault.py:1533 #: ipaclient/remote_plugins/2_156/vault.py:1629 #: ipaclient/remote_plugins/2_164/vault.py:379 #: ipaclient/remote_plugins/2_164/vault.py:448 #: ipaclient/remote_plugins/2_164/vault.py:544 #: ipaclient/remote_plugins/2_164/vault.py:640 #: ipaclient/remote_plugins/2_164/vault.py:721 #: ipaclient/remote_plugins/2_164/vault.py:804 #: ipaclient/remote_plugins/2_164/vault.py:959 #: ipaclient/remote_plugins/2_164/vault.py:1028 #: ipaclient/remote_plugins/2_164/vault.py:1124 #: ipaclient/remote_plugins/2_164/vault.py:1220 #: ipaclient/remote_plugins/2_164/vault.py:1293 #: ipaclient/remote_plugins/2_164/vault.py:1396 #: ipaclient/remote_plugins/2_164/vault.py:1491 #: ipaclient/remote_plugins/2_164/vault.py:1533 #: ipaclient/remote_plugins/2_164/vault.py:1629 msgid "Service name of the service vault" msgstr "Имя службы хранилища служб" #: ipaserver/plugins/vault.py:218 ipaserver/plugins/vault.py:335 #: ipaserver/plugins/vault.py:646 ipaclient/remote_plugins/2_156/vault.py:233 #: ipaclient/remote_plugins/2_156/vault.py:299 #: ipaclient/remote_plugins/2_156/vault.py:385 #: ipaclient/remote_plugins/2_156/vault.py:454 #: ipaclient/remote_plugins/2_156/vault.py:550 #: ipaclient/remote_plugins/2_156/vault.py:646 #: ipaclient/remote_plugins/2_156/vault.py:727 #: ipaclient/remote_plugins/2_156/vault.py:810 #: ipaclient/remote_plugins/2_156/vault.py:965 #: ipaclient/remote_plugins/2_156/vault.py:1034 #: ipaclient/remote_plugins/2_156/vault.py:1130 #: ipaclient/remote_plugins/2_156/vault.py:1226 #: ipaclient/remote_plugins/2_156/vault.py:1299 #: ipaclient/remote_plugins/2_156/vault.py:1402 #: ipaclient/remote_plugins/2_156/vault.py:1497 #: ipaclient/remote_plugins/2_156/vault.py:1539 #: ipaclient/remote_plugins/2_156/vault.py:1635 #: ipaclient/remote_plugins/2_164/vault.py:233 #: ipaclient/remote_plugins/2_164/vault.py:299 #: ipaclient/remote_plugins/2_164/vault.py:385 #: ipaclient/remote_plugins/2_164/vault.py:454 #: ipaclient/remote_plugins/2_164/vault.py:550 #: ipaclient/remote_plugins/2_164/vault.py:646 #: ipaclient/remote_plugins/2_164/vault.py:727 #: ipaclient/remote_plugins/2_164/vault.py:810 #: ipaclient/remote_plugins/2_164/vault.py:965 #: ipaclient/remote_plugins/2_164/vault.py:1034 #: ipaclient/remote_plugins/2_164/vault.py:1130 #: ipaclient/remote_plugins/2_164/vault.py:1226 #: ipaclient/remote_plugins/2_164/vault.py:1299 #: ipaclient/remote_plugins/2_164/vault.py:1402 #: ipaclient/remote_plugins/2_164/vault.py:1497 #: ipaclient/remote_plugins/2_164/vault.py:1539 #: ipaclient/remote_plugins/2_164/vault.py:1635 msgid "Shared vault" msgstr "Хранилище совместного использования" #: ipaserver/plugins/vault.py:223 ipaclient/remote_plugins/2_156/vault.py:393 #: ipaclient/remote_plugins/2_156/vault.py:462 #: ipaclient/remote_plugins/2_156/vault.py:558 #: ipaclient/remote_plugins/2_156/vault.py:654 #: ipaclient/remote_plugins/2_156/vault.py:735 #: ipaclient/remote_plugins/2_156/vault.py:818 #: ipaclient/remote_plugins/2_156/vault.py:973 #: ipaclient/remote_plugins/2_156/vault.py:1042 #: ipaclient/remote_plugins/2_156/vault.py:1138 #: ipaclient/remote_plugins/2_156/vault.py:1234 #: ipaclient/remote_plugins/2_156/vault.py:1307 #: ipaclient/remote_plugins/2_156/vault.py:1410 #: ipaclient/remote_plugins/2_156/vault.py:1505 #: ipaclient/remote_plugins/2_156/vault.py:1547 #: ipaclient/remote_plugins/2_156/vault.py:1643 #: ipaclient/remote_plugins/2_164/vault.py:393 #: ipaclient/remote_plugins/2_164/vault.py:462 #: ipaclient/remote_plugins/2_164/vault.py:558 #: ipaclient/remote_plugins/2_164/vault.py:654 #: ipaclient/remote_plugins/2_164/vault.py:735 #: ipaclient/remote_plugins/2_164/vault.py:818 #: ipaclient/remote_plugins/2_164/vault.py:973 #: ipaclient/remote_plugins/2_164/vault.py:1042 #: ipaclient/remote_plugins/2_164/vault.py:1138 #: ipaclient/remote_plugins/2_164/vault.py:1234 #: ipaclient/remote_plugins/2_164/vault.py:1307 #: ipaclient/remote_plugins/2_164/vault.py:1410 #: ipaclient/remote_plugins/2_164/vault.py:1505 #: ipaclient/remote_plugins/2_164/vault.py:1547 #: ipaclient/remote_plugins/2_164/vault.py:1643 msgid "Username of the user vault" msgstr "Имя пользователя хранилища пользователей" #: ipaserver/plugins/vault.py:251 msgid "" "\n" " Vault Container object.\n" " " msgstr "" "\n" " Объект контейнера хранилищ.\n" " " #: ipaserver/plugins/vault.py:257 msgid "vaultcontainer" msgstr "контейнер хранилищ" #: ipaserver/plugins/vault.py:258 msgid "vaultcontainers" msgstr "контейнеры хранилищ" #: ipaserver/plugins/vault.py:266 msgid "Vault Containers" msgstr "Контейнеры хранилищ" #: ipaserver/plugins/vault.py:267 msgid "Vault Container" msgstr "Контейнер хранилищ" #: ipaserver/plugins/vault.py:314 ipaserver/plugins/vault.py:621 #: ipaclient/remote_plugins/2_156/vault.py:208 #: ipaclient/remote_plugins/2_156/vault.py:274 #: ipaclient/remote_plugins/2_164/vault.py:208 #: ipaclient/remote_plugins/2_164/vault.py:274 msgid "Owner users" msgstr "Пользователи-владельцы" #: ipaserver/plugins/vault.py:318 ipaserver/plugins/vault.py:626 #: ipaclient/remote_plugins/2_156/vault.py:213 #: ipaclient/remote_plugins/2_156/vault.py:279 #: ipaclient/remote_plugins/2_164/vault.py:213 #: ipaclient/remote_plugins/2_164/vault.py:279 msgid "Owner groups" msgstr "Группы-владельцы" #: ipaserver/plugins/vault.py:322 ipaserver/plugins/vault.py:631 #: ipaclient/remote_plugins/2_156/vault.py:218 #: ipaclient/remote_plugins/2_156/vault.py:284 #: ipaclient/remote_plugins/2_164/vault.py:218 #: ipaclient/remote_plugins/2_164/vault.py:284 msgid "Owner services" msgstr "Службы-владельцы" #: ipaserver/plugins/vault.py:326 ipaserver/plugins/vault.py:636 #: ipaclient/frontend.py:94 ipaclient/remote_plugins/2_156/vault.py:223 #: ipaclient/remote_plugins/2_156/vault.py:289 #: ipaclient/remote_plugins/2_164/vault.py:223 #: ipaclient/remote_plugins/2_164/vault.py:289 msgid "Failed owners" msgstr "Записи владельцев с ошибками" #: ipaserver/plugins/vault.py:330 ipaserver/plugins/vault.py:641 #: ipaclient/remote_plugins/2_156/vault.py:228 #: ipaclient/remote_plugins/2_156/vault.py:294 #: ipaclient/remote_plugins/2_164/vault.py:228 #: ipaclient/remote_plugins/2_164/vault.py:294 msgid "Vault service" msgstr "Служба хранилища" #: ipaserver/plugins/vault.py:340 ipaserver/plugins/vault.py:651 #: ipaclient/remote_plugins/2_156/vault.py:238 #: ipaclient/remote_plugins/2_156/vault.py:304 #: ipaclient/remote_plugins/2_164/vault.py:238 #: ipaclient/remote_plugins/2_164/vault.py:304 msgid "Vault user" msgstr "Пользователь хранилища" #: ipaserver/plugins/vault.py:356 msgid "Service, shared and user options cannot be specified simultaneously" msgstr "" "Невозможно одновременно указать параметры службы, совместного использования " "и пользователя" #: ipaserver/plugins/vault.py:366 ipaserver/plugins/vault.py:682 msgid "Host is not supported" msgstr "Поддержка узла не предусмотрена" #: ipaserver/plugins/vault.py:397 ipaclient/remote_plugins/2_156/vault.py:1616 #: ipaclient/remote_plugins/2_164/vault.py:1616 msgid "Display information about a vault container." msgstr "Показать сведения о контейнере хранилищ." #: ipaserver/plugins/vault.py:408 ipaserver/plugins/vault.py:432 #: ipaserver/plugins/vault.py:785 ipaserver/plugins/vault.py:823 #: ipaserver/plugins/vault.py:879 ipaserver/plugins/vault.py:935 #: ipaserver/plugins/vault.py:957 ipaserver/plugins/vault.py:999 #: ipaserver/plugins/vault.py:1043 ipaserver/plugins/vault.py:1112 msgid "KRA service is not enabled" msgstr "Служба KRA не включена" #: ipaserver/plugins/vault.py:419 ipaclient/remote_plugins/2_156/vault.py:1479 #: ipaclient/remote_plugins/2_164/vault.py:1479 msgid "Delete a vault container." msgstr "Удалить контейнер хранилищ." #: ipaserver/plugins/vault.py:423 msgid "Deleted vault container" msgstr "Удалён контейнер хранилищ" #: ipaserver/plugins/vault.py:443 ipaclient/remote_plugins/2_156/vault.py:1390 #: ipaclient/remote_plugins/2_164/vault.py:1390 msgid "Add owners to a vault container." msgstr "Добавить владельцев в контейнер хранилищ." #: ipaserver/plugins/vault.py:448 ipaserver/plugins/vault.py:473 #: ipaserver/plugins/vault.py:1163 ipaserver/plugins/vault.py:1188 #, python-format msgid "owner %s" msgstr "владелец %s" #: ipaserver/plugins/vault.py:456 ipaserver/plugins/vault.py:1171 #: ipaclient/remote_plugins/2_156/vault.py:615 #: ipaclient/remote_plugins/2_156/vault.py:1467 #: ipaclient/remote_plugins/2_164/vault.py:615 #: ipaclient/remote_plugins/2_164/vault.py:1467 msgid "Owners that could not be added" msgstr "Владельцы, которых не удалось добавить" #: ipaserver/plugins/vault.py:461 ipaserver/plugins/vault.py:1176 #: ipaclient/remote_plugins/2_156/vault.py:620 #: ipaclient/remote_plugins/2_156/vault.py:1472 #: ipaclient/remote_plugins/2_164/vault.py:620 #: ipaclient/remote_plugins/2_164/vault.py:1472 msgid "Number of owners added" msgstr "Количество добавленных владельцев" #: ipaserver/plugins/vault.py:468 ipaclient/remote_plugins/2_156/vault.py:1527 #: ipaclient/remote_plugins/2_164/vault.py:1527 msgid "Remove owners from a vault container." msgstr "Удалить владельцев из контейнера хранилищ." #: ipaserver/plugins/vault.py:481 ipaserver/plugins/vault.py:1196 #: ipaclient/remote_plugins/2_156/vault.py:1195 #: ipaclient/remote_plugins/2_156/vault.py:1604 #: ipaclient/remote_plugins/2_164/vault.py:1195 #: ipaclient/remote_plugins/2_164/vault.py:1604 msgid "Owners that could not be removed" msgstr "Владельцы, которых не удалось удалить" #: ipaserver/plugins/vault.py:486 ipaserver/plugins/vault.py:1201 #: ipaclient/remote_plugins/2_156/vault.py:1200 #: ipaclient/remote_plugins/2_156/vault.py:1609 #: ipaclient/remote_plugins/2_164/vault.py:1200 #: ipaclient/remote_plugins/2_164/vault.py:1609 msgid "Number of owners removed" msgstr "Количество удалённых владельцев" #: ipaserver/plugins/vault.py:493 msgid "" "\n" " Vault object.\n" " " msgstr "" "\n" " Объект хранилища.\n" " " #: ipaserver/plugins/vault.py:499 msgid "vault" msgstr "хранилище" #: ipaserver/plugins/vault.py:500 msgid "vaults" msgstr "хранилища" #: ipaserver/plugins/vault.py:523 msgid "Vaults" msgstr "Хранилища" #: ipaserver/plugins/vault.py:524 msgid "Vault" msgstr "Хранилище" #: ipaserver/plugins/vault.py:584 ipaclient/remote_plugins/2_156/vault.py:179 #: ipaclient/remote_plugins/2_156/vault.py:341 #: ipaclient/remote_plugins/2_156/vault.py:441 #: ipaclient/remote_plugins/2_156/vault.py:537 #: ipaclient/remote_plugins/2_156/vault.py:633 #: ipaclient/remote_plugins/2_156/vault.py:708 #: ipaclient/remote_plugins/2_156/vault.py:771 #: ipaclient/remote_plugins/2_156/vault.py:894 #: ipaclient/remote_plugins/2_156/vault.py:1021 #: ipaclient/remote_plugins/2_156/vault.py:1117 #: ipaclient/remote_plugins/2_156/vault.py:1213 #: ipaclient/remote_plugins/2_156/vault.py:1279 #: ipaclient/remote_plugins/2_164/vault.py:179 #: ipaclient/remote_plugins/2_164/vault.py:341 #: ipaclient/remote_plugins/2_164/vault.py:441 #: ipaclient/remote_plugins/2_164/vault.py:537 #: ipaclient/remote_plugins/2_164/vault.py:633 #: ipaclient/remote_plugins/2_164/vault.py:708 #: ipaclient/remote_plugins/2_164/vault.py:771 #: ipaclient/remote_plugins/2_164/vault.py:894 #: ipaclient/remote_plugins/2_164/vault.py:1021 #: ipaclient/remote_plugins/2_164/vault.py:1117 #: ipaclient/remote_plugins/2_164/vault.py:1213 #: ipaclient/remote_plugins/2_164/vault.py:1279 msgid "Vault name" msgstr "Имя хранилища" #: ipaserver/plugins/vault.py:594 ipaclient/remote_plugins/2_156/vault.py:185 #: ipaclient/remote_plugins/2_156/vault.py:350 #: ipaclient/remote_plugins/2_156/vault.py:778 #: ipaclient/remote_plugins/2_156/vault.py:903 #: ipaclient/remote_plugins/2_164/vault.py:185 #: ipaclient/remote_plugins/2_164/vault.py:350 #: ipaclient/remote_plugins/2_164/vault.py:778 #: ipaclient/remote_plugins/2_164/vault.py:903 msgid "Vault description" msgstr "Описание хранилища" #: ipaserver/plugins/vault.py:600 ipaclient/remote_plugins/2_156/vault.py:191 #: ipaclient/remote_plugins/2_156/vault.py:358 #: ipaclient/remote_plugins/2_156/vault.py:786 #: ipaclient/remote_plugins/2_156/vault.py:911 #: ipaclient/remote_plugins/2_164/vault.py:191 #: ipaclient/remote_plugins/2_164/vault.py:358 #: ipaclient/remote_plugins/2_164/vault.py:786 #: ipaclient/remote_plugins/2_164/vault.py:911 msgid "Vault type" msgstr "Тип хранилища" #: ipaserver/plugins/vault.py:608 ipaclient/remote_plugins/2_156/vault.py:196 #: ipaclient/remote_plugins/2_156/vault.py:366 #: ipaclient/remote_plugins/2_156/vault.py:918 #: ipaclient/remote_plugins/2_164/vault.py:196 #: ipaclient/remote_plugins/2_164/vault.py:366 #: ipaclient/remote_plugins/2_164/vault.py:918 msgid "Salt" msgstr "Соль" #: ipaserver/plugins/vault.py:609 ipaclient/remote_plugins/2_156/vault.py:197 #: ipaclient/remote_plugins/2_156/vault.py:367 #: ipaclient/remote_plugins/2_156/vault.py:919 #: ipaclient/remote_plugins/2_164/vault.py:197 #: ipaclient/remote_plugins/2_164/vault.py:367 #: ipaclient/remote_plugins/2_164/vault.py:919 msgid "Vault salt" msgstr "Соль хранилища" #: ipaserver/plugins/vault.py:615 ipaclient/remote_plugins/2_156/vault.py:202 #: ipaclient/remote_plugins/2_156/vault.py:373 #: ipaclient/remote_plugins/2_156/vault.py:925 #: ipaclient/remote_plugins/2_164/vault.py:202 #: ipaclient/remote_plugins/2_164/vault.py:373 #: ipaclient/remote_plugins/2_164/vault.py:925 msgid "Public key" msgstr "Открытый ключ" #: ipaserver/plugins/vault.py:616 ipaclient/remote_plugins/2_156/vault.py:203 #: ipaclient/remote_plugins/2_156/vault.py:374 #: ipaclient/remote_plugins/2_156/vault.py:926 #: ipaclient/remote_plugins/2_164/vault.py:203 #: ipaclient/remote_plugins/2_164/vault.py:374 #: ipaclient/remote_plugins/2_164/vault.py:926 msgid "Vault public key" msgstr "Открытый ключ хранилища" #: ipaserver/plugins/vault.py:667 msgid "Service, shared, and user options cannot be specified simultaneously" msgstr "" "Невозможно одновременно указать параметры службы, общего доступа и " "пользователя" #: ipaserver/plugins/vault.py:771 msgid "Add a vault." msgstr "Добавить хранилище." #: ipaserver/plugins/vault.py:777 #, python-format msgid "Added vault \"%(value)s\"" msgstr "Добавлено хранилище \"%(value)s\"" #: ipaserver/plugins/vault.py:812 ipaclient/remote_plugins/2_156/vault.py:701 #: ipaclient/remote_plugins/2_164/vault.py:701 msgid "Delete a vault." msgstr "Удалить хранилище." #: ipaserver/plugins/vault.py:816 #, python-format msgid "Deleted vault \"%(value)s\"" msgstr "Удалено хранилище \"%(value)s\"" #: ipaserver/plugins/vault.py:852 ipaclient/remote_plugins/2_156/vault.py:757 #: ipaclient/remote_plugins/2_164/vault.py:757 msgid "Search for vaults." msgstr "Поиск хранилищ." #: ipaserver/plugins/vault.py:857 ipaclient/remote_plugins/2_156/vault.py:823 #: ipaclient/remote_plugins/2_164/vault.py:823 msgid "List all service vaults" msgstr "Вывести список всех хранилищ служб" #: ipaserver/plugins/vault.py:861 ipaclient/remote_plugins/2_156/vault.py:830 #: ipaclient/remote_plugins/2_164/vault.py:830 msgid "List all user vaults" msgstr "Вывести список всех хранилищ пользователей" #: ipaserver/plugins/vault.py:868 #, python-format msgid "%(count)d vault matched" msgid_plural "%(count)d vaults matched" msgstr[0] "установлено соответствие %(count)d хранилища" msgstr[1] "установлено соответствие %(count)d хранилищ" msgstr[2] "установлено соответствие %(count)d хранилищ" #: ipaserver/plugins/vault.py:886 msgid "" "Service(s), shared, and user(s) options cannot be specified simultaneously" msgstr "" "Невозможно одновременно указать параметры службы (служб), общего доступа и " "пользователя (пользователей)" #: ipaserver/plugins/vault.py:920 ipaclient/plugins/vault.py:368 msgid "Modify a vault." msgstr "Изменить хранилище." #: ipaserver/plugins/vault.py:926 #, python-format msgid "Modified vault \"%(value)s\"" msgstr "Изменено хранилище \"%(value)s\"" #: ipaserver/plugins/vault.py:946 ipaclient/remote_plugins/2_156/vault.py:1273 #: ipaclient/remote_plugins/2_164/vault.py:1273 msgid "Display information about a vault." msgstr "Показать сведения о хранилище." #: ipaserver/plugins/vault.py:968 msgid "Vault configuration" msgstr "Конфигурация хранилища" #: ipaserver/plugins/vault.py:973 ipaclient/remote_plugins/2_156/vault.py:263 #: ipaclient/remote_plugins/2_164/vault.py:263 msgid "Transport Certificate" msgstr "Сертификат транспорта" #: ipaserver/plugins/vault.py:977 msgid "IPA KRA servers" msgstr "IPA-серверы KRA" #: ipaserver/plugins/vault.py:978 msgid "IPA servers configured as key recovery agents" msgstr "IPA-серверы, настроенные в качестве агентов восстановления ключей" #: ipaserver/plugins/vault.py:986 ipaclient/remote_plugins/2_156/vault.py:1349 #: ipaclient/remote_plugins/2_164/vault.py:1349 msgid "Show vault configuration." msgstr "Показать конфигурацию хранилища." #: ipaserver/plugins/vault.py:991 ipaclient/remote_plugins/2_156/vault.py:1355 #: ipaclient/remote_plugins/2_164/vault.py:1355 msgid "Output file to store the transport certificate" msgstr "Выходной файл для хранения сертификата транспорта" #: ipaserver/plugins/vault.py:1016 ipaclient/plugins/vault.py:712 msgid "Archive data into a vault." msgstr "Архивировать данные в хранилище." #: ipaserver/plugins/vault.py:1023 ipaserver/plugins/vault.py:1100 #: ipaclient/remote_plugins/2_156/vault.py:658 #: ipaclient/remote_plugins/2_156/vault.py:1238 #: ipaclient/remote_plugins/2_164/vault.py:658 #: ipaclient/remote_plugins/2_164/vault.py:1238 msgid "Session key wrapped with transport certificate" msgstr "Ключ сеанса, упакованный с сертификатом транспорта" #: ipaserver/plugins/vault.py:1027 ipaclient/remote_plugins/2_156/vault.py:662 #: ipaclient/remote_plugins/2_164/vault.py:662 msgid "Vault data encrypted with session key" msgstr "Данные хранилища, зашифрованные ключом сеанса" #: ipaserver/plugins/vault.py:1031 ipaclient/remote_plugins/2_156/vault.py:666 #: ipaclient/remote_plugins/2_164/vault.py:666 msgid "Nonce" msgstr "Специальный" #: ipaserver/plugins/vault.py:1037 #, python-format msgid "Archived data into vault \"%(value)s\"" msgstr "Данные архивированы в хранилище \"%(value)s\"" #: ipaserver/plugins/vault.py:1093 msgid "Retrieve data from a vault." msgstr "Извлечь данные из хранилища." #: ipaserver/plugins/vault.py:1106 #, python-format msgid "Retrieved data from vault \"%(value)s\"" msgstr "Данные получены из хранища \"%(value)s\"" #: ipaserver/plugins/vault.py:1132 msgid "No archived data." msgstr "Архивированных данных нет." #: ipaserver/plugins/vault.py:1158 ipaclient/remote_plugins/2_156/vault.py:531 #: ipaclient/remote_plugins/2_164/vault.py:531 msgid "Add owners to a vault." msgstr "Добавить владельцев в хранилище." #: ipaserver/plugins/vault.py:1183 ipaclient/remote_plugins/2_156/vault.py:1111 #: ipaclient/remote_plugins/2_164/vault.py:1111 msgid "Remove owners from a vault." msgstr "Удалить владельцев из хранилища." #: ipaserver/plugins/vault.py:1208 ipaclient/remote_plugins/2_156/vault.py:435 #: ipaclient/remote_plugins/2_164/vault.py:435 msgid "Add members to a vault." msgstr "Добавить участников в хранилище." #: ipaserver/plugins/vault.py:1215 ipaclient/remote_plugins/2_156/vault.py:1015 #: ipaclient/remote_plugins/2_164/vault.py:1015 msgid "Remove members from a vault." msgstr "Удалить участников из хранилища." #: ipaserver/plugins/vault.py:1222 msgid "Checks if any of the servers has the KRA service enabled" msgstr "Проверяет, включена ли служба KRA на каких-либо серверах." #: ipaserver/plugins/schema.py:30 msgid "" "\n" "API Schema\n" msgstr "" "\n" "Схема API\n" #: ipaserver/plugins/schema.py:32 msgid "" "\n" "Provides API introspection capabilities.\n" msgstr "" "\n" "Предоставляет возможности самоанализа API.\n" #: ipaserver/plugins/schema.py:36 msgid "" "\n" " Show user-find details:\n" " ipa command-show user-find\n" msgstr "" "\n" " Показать сведения о user-find:\n" " ipa command-show user-find\n" #: ipaserver/plugins/schema.py:39 msgid "" "\n" " Find user-find parameters:\n" " ipa param-find user-find\n" msgstr "" "\n" " Найти параметры user-find:\n" " ipa param-find user-find\n" #: ipaserver/plugins/schema.py:54 ipaserver/plugins/trust.py:1388 #: ipaserver/plugins/ca.py:82 msgid "Name" msgstr "Имя" #: ipaserver/plugins/schema.py:60 msgid "Documentation" msgstr "Документация" #: ipaserver/plugins/schema.py:65 msgid "Exclude from" msgstr "Исключить из" #: ipaserver/plugins/schema.py:70 msgid "Include in" msgstr "Включить в" #: ipaserver/plugins/schema.py:141 msgid "Help topic" msgstr "Раздел справки" #: ipaserver/plugins/schema.py:158 ipaserver/plugins/baseuser.py:193 #: ipaclient/remote_plugins/2_114/user.py:83 #: ipaclient/remote_plugins/2_114/user.py:363 #: ipaclient/remote_plugins/2_114/user.py:783 #: ipaclient/remote_plugins/2_114/user.py:1165 #: ipaclient/remote_plugins/2_156/stageuser.py:82 #: ipaclient/remote_plugins/2_156/stageuser.py:416 #: ipaclient/remote_plugins/2_156/stageuser.py:774 #: ipaclient/remote_plugins/2_156/stageuser.py:1151 #: ipaclient/remote_plugins/2_156/user.py:83 #: ipaclient/remote_plugins/2_156/user.py:375 #: ipaclient/remote_plugins/2_156/user.py:869 #: ipaclient/remote_plugins/2_156/user.py:1265 #: ipaclient/remote_plugins/2_164/stageuser.py:82 #: ipaclient/remote_plugins/2_164/stageuser.py:416 #: ipaclient/remote_plugins/2_164/stageuser.py:836 #: ipaclient/remote_plugins/2_164/stageuser.py:1213 #: ipaclient/remote_plugins/2_164/user.py:83 #: ipaclient/remote_plugins/2_164/user.py:375 #: ipaclient/remote_plugins/2_164/user.py:931 #: ipaclient/remote_plugins/2_164/user.py:1327 #: ipaclient/remote_plugins/2_49/user.py:83 #: ipaclient/remote_plugins/2_49/user.py:310 #: ipaclient/remote_plugins/2_49/user.py:669 #: ipaclient/remote_plugins/2_49/user.py:989 msgid "Full name" msgstr "Полное имя" #: ipaserver/plugins/schema.py:178 msgid "Parameters" msgstr "Параметры" #: ipaserver/plugins/schema.py:213 msgid "Method of" msgstr "Метод" #: ipaserver/plugins/schema.py:218 msgid "Method name" msgstr "Имя метода" #: ipaserver/plugins/schema.py:276 msgid "Display information about a command." msgstr "Показать сведения о команде." #: ipaserver/plugins/schema.py:281 msgid "Search for commands." msgstr "Поиск команд." #: ipaserver/plugins/schema.py:286 msgid "Return command defaults" msgstr "Вернуть значения команд по умолчанию" #: ipaserver/plugins/schema.py:343 msgid "Display information about a class." msgstr "Показать сведения о классе." #: ipaserver/plugins/schema.py:348 msgid "Search for classes." msgstr "Поиск классов." #: ipaserver/plugins/schema.py:435 msgid "Display information about a help topic." msgstr "Показать сведения о разделе справки." #: ipaserver/plugins/schema.py:440 msgid "Search for help topics." msgstr "Поиск разделов справки." #: ipaserver/plugins/schema.py:452 msgid "Required" msgstr "Обязательно" #: ipaserver/plugins/schema.py:457 msgid "Multi-value" msgstr "Многозначный" #: ipaserver/plugins/schema.py:505 msgid "Always ask" msgstr "Всегда спрашивать" #: ipaserver/plugins/schema.py:510 msgid "CLI metavar" msgstr "Метапеременная CLI" #: ipaserver/plugins/schema.py:515 msgid "CLI name" msgstr "Имя CLI" #: ipaserver/plugins/schema.py:520 msgid "Confirm (password)" msgstr "Подтвердить (пароль)" #: ipaserver/plugins/schema.py:525 msgid "Default" msgstr "По умолчанию" #: ipaserver/plugins/schema.py:530 msgid "Default from" msgstr "По умолчанию с" #: ipaserver/plugins/schema.py:535 msgid "Label" msgstr "Метка" #: ipaserver/plugins/schema.py:540 msgid "Convert on server" msgstr "Преобразовывать на сервере" #: ipaserver/plugins/schema.py:545 msgid "Option group" msgstr "Группа параметров" #: ipaserver/plugins/schema.py:550 msgid "Sensitive" msgstr "Учитывать" #: ipaserver/plugins/schema.py:555 msgid "Positional argument" msgstr "Позиционный аргумент" #: ipaserver/plugins/schema.py:640 #, python-format msgid "%(metaobject)s: %(oname)s not found" msgstr "%(metaobject)s: %(oname)s не найден" #: ipaserver/plugins/schema.py:679 msgid "Display information about a command parameter." msgstr "Показать сведения о параметре команды." #: ipaserver/plugins/schema.py:684 msgid "Search command parameters." msgstr "Поиск параметров команды." #: ipaserver/plugins/schema.py:741 #, python-format msgid "%(command_name)s: %(oname)s not found" msgstr "%(command_name)s: %(oname)s не найден" #: ipaserver/plugins/schema.py:766 msgid "Display information about a command output." msgstr "Показать сведения о выводе команды." #: ipaserver/plugins/schema.py:771 msgid "Search for command outputs." msgstr "Поиск выводов команд." #: ipaserver/plugins/schema.py:776 msgid "Store and provide schema for commands and topics" msgstr "Хранить и предоставлять схему для команд и тем" #: ipaserver/plugins/schema.py:782 msgid "Fingerprint of schema cached by client" msgstr "Отпечаток схемы, кэшированный клиентом" #: ipaserver/plugins/radiusproxy.py:35 msgid "" "\n" "RADIUS Proxy Servers\n" msgstr "" "\n" "Прокси-серверы RADIUS\n" #: ipaserver/plugins/radiusproxy.py:37 msgid "" "\n" "Manage RADIUS Proxy Servers.\n" msgstr "" "\n" "Управление прокси-серверами RADIUS.\n" #: ipaserver/plugins/radiusproxy.py:39 msgid "" "\n" "IPA supports the use of an external RADIUS proxy server for krb5 OTP\n" "authentications. This permits a great deal of flexibility when\n" "integrating with third-party authentication services.\n" msgstr "" "\n" "В IPA поддерживается использование внешнего прокси-сервера RADIUS для " "выполнения аутентификации с помощью одноразового пароля krb5. Эта поддержка " "обеспечивает значительную гибкость при интеграции со сторонними службами " "аутентификации.\n" #: ipaserver/plugins/radiusproxy.py:45 msgid "" "\n" " Add a new server:\n" " ipa radiusproxy-add MyRADIUS --server=radius.example.com:1812\n" msgstr "" "\n" " Добавить новый сервер:\n" " ipa radiusproxy-add MyRADIUS --server=radius.example.com:1812\n" #: ipaserver/plugins/radiusproxy.py:48 msgid "" "\n" " Find all servers whose entries include the string \"example.com\":\n" " ipa radiusproxy-find example.com\n" msgstr "" "\n" " Найти все серверы, записи которых содержат строку \"example.com\":\n" " ipa radiusproxy-find example.com\n" #: ipaserver/plugins/radiusproxy.py:51 msgid "" "\n" " Examine the configuration:\n" " ipa radiusproxy-show MyRADIUS\n" msgstr "" "\n" " Проверить конфигурацию:\n" " ipa radiusproxy-show MyRADIUS\n" #: ipaserver/plugins/radiusproxy.py:54 msgid "" "\n" " Change the secret:\n" " ipa radiusproxy-mod MyRADIUS --secret\n" msgstr "" "\n" " Изменить секрет:\n" " ipa radiusproxy-mod MyRADIUS --secret\n" #: ipaserver/plugins/radiusproxy.py:57 msgid "" "\n" " Delete a configuration:\n" " ipa radiusproxy-del MyRADIUS\n" msgstr "" "\n" " Удалить конфигурацию:\n" " ipa radiusproxy-del MyRADIUS\n" #: ipaserver/plugins/radiusproxy.py:68 msgid "invalid attribute name" msgstr "недопустимое имя атрибута" #: ipaserver/plugins/radiusproxy.py:80 msgid "invalid port number" msgstr "недопустимый номер порта" #: ipaserver/plugins/radiusproxy.py:98 msgid "RADIUS proxy server" msgstr "прокси-сервер RADIUS" #: ipaserver/plugins/radiusproxy.py:99 msgid "RADIUS proxy servers" msgstr "прокси-серверы RADIUS" #: ipaserver/plugins/radiusproxy.py:106 msgid "RADIUS Servers" msgstr "Серверы RADIUS" #: ipaserver/plugins/radiusproxy.py:107 msgid "RADIUS Server" msgstr "Сервер RADIUS" #: ipaserver/plugins/radiusproxy.py:112 #: ipaclient/remote_plugins/2_114/radiusproxy.py:55 #: ipaclient/remote_plugins/2_114/radiusproxy.py:103 #: ipaclient/remote_plugins/2_114/radiusproxy.py:204 #: ipaclient/remote_plugins/2_114/radiusproxy.py:248 #: ipaclient/remote_plugins/2_114/radiusproxy.py:360 #: ipaclient/remote_plugins/2_114/radiusproxy.py:482 #: ipaclient/remote_plugins/2_156/radiusproxy.py:55 #: ipaclient/remote_plugins/2_156/radiusproxy.py:103 #: ipaclient/remote_plugins/2_156/radiusproxy.py:204 #: ipaclient/remote_plugins/2_156/radiusproxy.py:248 #: ipaclient/remote_plugins/2_156/radiusproxy.py:360 #: ipaclient/remote_plugins/2_156/radiusproxy.py:482 #: ipaclient/remote_plugins/2_164/radiusproxy.py:55 #: ipaclient/remote_plugins/2_164/radiusproxy.py:103 #: ipaclient/remote_plugins/2_164/radiusproxy.py:204 #: ipaclient/remote_plugins/2_164/radiusproxy.py:248 #: ipaclient/remote_plugins/2_164/radiusproxy.py:360 #: ipaclient/remote_plugins/2_164/radiusproxy.py:482 msgid "RADIUS proxy server name" msgstr "Имя прокси-сервера RADIUS" #: ipaserver/plugins/radiusproxy.py:118 #: ipaclient/remote_plugins/2_114/radiusproxy.py:61 #: ipaclient/remote_plugins/2_114/radiusproxy.py:112 #: ipaclient/remote_plugins/2_114/radiusproxy.py:255 #: ipaclient/remote_plugins/2_114/radiusproxy.py:369 #: ipaclient/remote_plugins/2_156/radiusproxy.py:61 #: ipaclient/remote_plugins/2_156/radiusproxy.py:112 #: ipaclient/remote_plugins/2_156/radiusproxy.py:255 #: ipaclient/remote_plugins/2_156/radiusproxy.py:369 #: ipaclient/remote_plugins/2_164/radiusproxy.py:61 #: ipaclient/remote_plugins/2_164/radiusproxy.py:112 #: ipaclient/remote_plugins/2_164/radiusproxy.py:255 #: ipaclient/remote_plugins/2_164/radiusproxy.py:369 msgid "A description of this RADIUS proxy server" msgstr "Описание этого прокси-сервера RADIUS" #: ipaserver/plugins/radiusproxy.py:123 #: ipaclient/remote_plugins/2_114/radiusproxy.py:67 #: ipaclient/remote_plugins/2_114/radiusproxy.py:119 #: ipaclient/remote_plugins/2_114/radiusproxy.py:263 #: ipaclient/remote_plugins/2_114/radiusproxy.py:377 #: ipaclient/remote_plugins/2_156/radiusproxy.py:67 #: ipaclient/remote_plugins/2_156/radiusproxy.py:119 #: ipaclient/remote_plugins/2_156/radiusproxy.py:263 #: ipaclient/remote_plugins/2_156/radiusproxy.py:377 #: ipaclient/remote_plugins/2_164/radiusproxy.py:67 #: ipaclient/remote_plugins/2_164/radiusproxy.py:119 #: ipaclient/remote_plugins/2_164/radiusproxy.py:263 #: ipaclient/remote_plugins/2_164/radiusproxy.py:377 msgid "The hostname or IP (with or without port)" msgstr "Имя узла или IP-адрес (с портом или без порта)" #: ipaserver/plugins/radiusproxy.py:127 #: ipaclient/remote_plugins/2_114/radiusproxy.py:71 #: ipaclient/remote_plugins/2_114/radiusproxy.py:124 #: ipaclient/remote_plugins/2_114/radiusproxy.py:269 #: ipaclient/remote_plugins/2_114/radiusproxy.py:383 #: ipaclient/remote_plugins/2_156/radiusproxy.py:71 #: ipaclient/remote_plugins/2_156/radiusproxy.py:124 #: ipaclient/remote_plugins/2_156/radiusproxy.py:269 #: ipaclient/remote_plugins/2_156/radiusproxy.py:383 #: ipaclient/remote_plugins/2_164/radiusproxy.py:71 #: ipaclient/remote_plugins/2_164/radiusproxy.py:124 #: ipaclient/remote_plugins/2_164/radiusproxy.py:269 #: ipaclient/remote_plugins/2_164/radiusproxy.py:383 msgid "Secret" msgstr "Секрет" #: ipaserver/plugins/radiusproxy.py:128 #: ipaclient/remote_plugins/2_114/radiusproxy.py:72 #: ipaclient/remote_plugins/2_114/radiusproxy.py:125 #: ipaclient/remote_plugins/2_114/radiusproxy.py:270 #: ipaclient/remote_plugins/2_114/radiusproxy.py:384 #: ipaclient/remote_plugins/2_156/radiusproxy.py:72 #: ipaclient/remote_plugins/2_156/radiusproxy.py:125 #: ipaclient/remote_plugins/2_156/radiusproxy.py:270 #: ipaclient/remote_plugins/2_156/radiusproxy.py:384 #: ipaclient/remote_plugins/2_164/radiusproxy.py:72 #: ipaclient/remote_plugins/2_164/radiusproxy.py:125 #: ipaclient/remote_plugins/2_164/radiusproxy.py:270 #: ipaclient/remote_plugins/2_164/radiusproxy.py:384 msgid "The secret used to encrypt data" msgstr "Секрет, который используется для шифрования данных" #: ipaserver/plugins/radiusproxy.py:133 #: ipaclient/remote_plugins/2_114/radiusproxy.py:77 #: ipaclient/remote_plugins/2_114/radiusproxy.py:133 #: ipaclient/remote_plugins/2_114/radiusproxy.py:278 #: ipaclient/remote_plugins/2_114/radiusproxy.py:392 #: ipaclient/remote_plugins/2_156/radiusproxy.py:77 #: ipaclient/remote_plugins/2_156/radiusproxy.py:133 #: ipaclient/remote_plugins/2_156/radiusproxy.py:278 #: ipaclient/remote_plugins/2_156/radiusproxy.py:392 #: ipaclient/remote_plugins/2_164/radiusproxy.py:77 #: ipaclient/remote_plugins/2_164/radiusproxy.py:133 #: ipaclient/remote_plugins/2_164/radiusproxy.py:278 #: ipaclient/remote_plugins/2_164/radiusproxy.py:392 msgid "Timeout" msgstr "Время ожидания" #: ipaserver/plugins/radiusproxy.py:134 #: ipaclient/remote_plugins/2_114/radiusproxy.py:78 #: ipaclient/remote_plugins/2_114/radiusproxy.py:134 #: ipaclient/remote_plugins/2_114/radiusproxy.py:279 #: ipaclient/remote_plugins/2_114/radiusproxy.py:393 #: ipaclient/remote_plugins/2_156/radiusproxy.py:78 #: ipaclient/remote_plugins/2_156/radiusproxy.py:134 #: ipaclient/remote_plugins/2_156/radiusproxy.py:279 #: ipaclient/remote_plugins/2_156/radiusproxy.py:393 #: ipaclient/remote_plugins/2_164/radiusproxy.py:78 #: ipaclient/remote_plugins/2_164/radiusproxy.py:134 #: ipaclient/remote_plugins/2_164/radiusproxy.py:279 #: ipaclient/remote_plugins/2_164/radiusproxy.py:393 msgid "The total timeout across all retries (in seconds)" msgstr "Общее время ожидания для всех повторных попыток (в секундах)" #: ipaserver/plugins/radiusproxy.py:139 #: ipaclient/remote_plugins/2_114/radiusproxy.py:83 #: ipaclient/remote_plugins/2_114/radiusproxy.py:140 #: ipaclient/remote_plugins/2_114/radiusproxy.py:285 #: ipaclient/remote_plugins/2_114/radiusproxy.py:399 #: ipaclient/remote_plugins/2_156/radiusproxy.py:83 #: ipaclient/remote_plugins/2_156/radiusproxy.py:140 #: ipaclient/remote_plugins/2_156/radiusproxy.py:285 #: ipaclient/remote_plugins/2_156/radiusproxy.py:399 #: ipaclient/remote_plugins/2_164/radiusproxy.py:83 #: ipaclient/remote_plugins/2_164/radiusproxy.py:140 #: ipaclient/remote_plugins/2_164/radiusproxy.py:285 #: ipaclient/remote_plugins/2_164/radiusproxy.py:399 msgid "Retries" msgstr "Повторные попытки" #: ipaserver/plugins/radiusproxy.py:140 #: ipaclient/remote_plugins/2_114/radiusproxy.py:84 #: ipaclient/remote_plugins/2_114/radiusproxy.py:141 #: ipaclient/remote_plugins/2_114/radiusproxy.py:286 #: ipaclient/remote_plugins/2_114/radiusproxy.py:400 #: ipaclient/remote_plugins/2_156/radiusproxy.py:84 #: ipaclient/remote_plugins/2_156/radiusproxy.py:141 #: ipaclient/remote_plugins/2_156/radiusproxy.py:286 #: ipaclient/remote_plugins/2_156/radiusproxy.py:400 #: ipaclient/remote_plugins/2_164/radiusproxy.py:84 #: ipaclient/remote_plugins/2_164/radiusproxy.py:141 #: ipaclient/remote_plugins/2_164/radiusproxy.py:286 #: ipaclient/remote_plugins/2_164/radiusproxy.py:400 msgid "The number of times to retry authentication" msgstr "Количество повторных попыток аутентификации" #: ipaserver/plugins/radiusproxy.py:146 #: ipaclient/remote_plugins/2_114/radiusproxy.py:89 #: ipaclient/remote_plugins/2_114/radiusproxy.py:147 #: ipaclient/remote_plugins/2_114/radiusproxy.py:292 #: ipaclient/remote_plugins/2_114/radiusproxy.py:406 #: ipaclient/remote_plugins/2_156/radiusproxy.py:89 #: ipaclient/remote_plugins/2_156/radiusproxy.py:147 #: ipaclient/remote_plugins/2_156/radiusproxy.py:292 #: ipaclient/remote_plugins/2_156/radiusproxy.py:406 #: ipaclient/remote_plugins/2_164/radiusproxy.py:89 #: ipaclient/remote_plugins/2_164/radiusproxy.py:147 #: ipaclient/remote_plugins/2_164/radiusproxy.py:292 #: ipaclient/remote_plugins/2_164/radiusproxy.py:406 msgid "User attribute" msgstr "Атрибут пользователя" #: ipaserver/plugins/radiusproxy.py:147 #: ipaclient/remote_plugins/2_114/radiusproxy.py:90 #: ipaclient/remote_plugins/2_114/radiusproxy.py:148 #: ipaclient/remote_plugins/2_114/radiusproxy.py:293 #: ipaclient/remote_plugins/2_114/radiusproxy.py:407 #: ipaclient/remote_plugins/2_156/radiusproxy.py:90 #: ipaclient/remote_plugins/2_156/radiusproxy.py:148 #: ipaclient/remote_plugins/2_156/radiusproxy.py:293 #: ipaclient/remote_plugins/2_156/radiusproxy.py:407 #: ipaclient/remote_plugins/2_164/radiusproxy.py:90 #: ipaclient/remote_plugins/2_164/radiusproxy.py:148 #: ipaclient/remote_plugins/2_164/radiusproxy.py:293 #: ipaclient/remote_plugins/2_164/radiusproxy.py:407 msgid "The username attribute on the user object" msgstr "Атрибут имени пользователя объекта пользователя" #: ipaserver/plugins/radiusproxy.py:171 #: ipaclient/remote_plugins/2_114/radiusproxy.py:97 #: ipaclient/remote_plugins/2_156/radiusproxy.py:97 #: ipaclient/remote_plugins/2_164/radiusproxy.py:97 msgid "Add a new RADIUS proxy server." msgstr "Добавить новый прокси-сервер RADIUS." #: ipaserver/plugins/radiusproxy.py:172 #, python-format msgid "Added RADIUS proxy server \"%(value)s\"" msgstr "Добавлен прокси-сервер RADIUS \"%(value)s\"" #: ipaserver/plugins/radiusproxy.py:176 #: ipaclient/remote_plugins/2_114/radiusproxy.py:197 #: ipaclient/remote_plugins/2_156/radiusproxy.py:197 #: ipaclient/remote_plugins/2_164/radiusproxy.py:197 msgid "Delete a RADIUS proxy server." msgstr "Удалить прокси-сервер RADIUS." #: ipaserver/plugins/radiusproxy.py:177 #, python-format msgid "Deleted RADIUS proxy server \"%(value)s\"" msgstr "Удалён прокси-сервер RADIUS \"%(value)s\"" #: ipaserver/plugins/radiusproxy.py:181 #: ipaclient/remote_plugins/2_114/radiusproxy.py:354 #: ipaclient/remote_plugins/2_156/radiusproxy.py:354 #: ipaclient/remote_plugins/2_164/radiusproxy.py:354 msgid "Modify a RADIUS proxy server." msgstr "Изменить прокси-сервер RADIUS." #: ipaserver/plugins/radiusproxy.py:182 #, python-format msgid "Modified RADIUS proxy server \"%(value)s\"" msgstr "Изменён прокси-сервер RADIUS \"%(value)s\"" #: ipaserver/plugins/radiusproxy.py:186 #: ipaclient/remote_plugins/2_114/radiusproxy.py:234 #: ipaclient/remote_plugins/2_156/radiusproxy.py:234 #: ipaclient/remote_plugins/2_164/radiusproxy.py:234 msgid "Search for RADIUS proxy servers." msgstr "Поиск прокси-серверов RADIUS." #: ipaserver/plugins/radiusproxy.py:188 #, python-format msgid "%(count)d RADIUS proxy server matched" msgid_plural "%(count)d RADIUS proxy servers matched" msgstr[0] "установлено соответствие %(count)d прокси-сервера RADIUS" msgstr[1] "установлено соответствие %(count)d прокси-серверов RADIUS" msgstr[2] "установлено соответствие %(count)d прокси-серверов RADIUS" #: ipaserver/plugins/radiusproxy.py:201 #: ipaclient/remote_plugins/2_114/radiusproxy.py:476 #: ipaclient/remote_plugins/2_156/radiusproxy.py:476 #: ipaclient/remote_plugins/2_164/radiusproxy.py:476 msgid "Display information about a RADIUS proxy server." msgstr "Показать сведения о прокси-сервере RADIUS." #: ipaserver/plugins/selfservice.py:28 #: ipaclient/remote_plugins/2_114/selfservice.py:19 #: ipaclient/remote_plugins/2_156/selfservice.py:19 #: ipaclient/remote_plugins/2_164/selfservice.py:19 msgid "" "\n" "Self-service Permissions\n" "\n" "A permission enables fine-grained delegation of permissions. Access Control\n" "Rules, or instructions (ACIs), grant permission to permissions to perform\n" "given tasks such as adding a user, modifying a group, etc.\n" "\n" "A Self-service permission defines what an object can change in its own " "entry.\n" "\n" "\n" "EXAMPLES:\n" "\n" " Add a self-service rule to allow users to manage their address (using Bash\n" " brace expansion):\n" " ipa selfservice-add --permissions=write --attrs={street,postalCode,l,c," "st} \"Users manage their own address\"\n" "\n" " When managing the list of attributes you need to include all attributes\n" " in the list, including existing ones.\n" " Add telephoneNumber to the list (using Bash brace expansion):\n" " ipa selfservice-mod --attrs={street,postalCode,l,c,st,telephoneNumber} " "\"Users manage their own address\"\n" "\n" " Display our updated rule:\n" " ipa selfservice-show \"Users manage their own address\"\n" "\n" " Delete a rule:\n" " ipa selfservice-del \"Users manage their own address\"\n" msgstr "" "\n" "Разрешения самообслуживания\n" "\n" "С помощью разрешений самообслуживания можно очень точно делегировать " "разрешения. Правила или инструкции управления доступом (ACI) предоставляют " "разрешениям разрешение на выполнение конкретных задач, таких как добавление " "пользователя, изменение группы и так далее.\n" "\n" "Разрешение самообслуживания определяет, что объект может изменять в своей " "собственной записи.\n" "\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить правило самообслуживания, чтобы разрешить пользователям управлять " "своим адресом (с использованием выражения Bash в фигурных скобках):\n" " ipa selfservice-add --permissions=write --attrs={street,postalCode,l,c," "st} \"Users manage their own address\"\n" "\n" " В список атрибутов необходимо включить все атрибуты, в том числе уже " "существующие. Добавить telephoneNumber в список (с использованием выражения " "Bash в фигурных скобках):\n" " ipa selfservice-mod --attrs={street,postalCode,l,c,st,telephoneNumber} " "\"Users manage their own address\"\n" "\n" " Показать обновлённое правило:\n" " ipa selfservice-show \"Users manage their own address\"\n" "\n" " Удалить правило:\n" " ipa selfservice-del \"Users manage their own address\"\n" #: ipaserver/plugins/selfservice.py:68 msgid "self service permission" msgstr "разрешение самообслуживания" #: ipaserver/plugins/selfservice.py:69 msgid "self service permissions" msgstr "разрешения самообслуживания" #: ipaserver/plugins/selfservice.py:70 msgid "Self Service Permissions" msgstr "Разрешения самообслуживания" #: ipaserver/plugins/selfservice.py:71 msgid "Self Service Permission" msgstr "Разрешение самообслуживания" #: ipaserver/plugins/selfservice.py:76 ipaserver/plugins/selfservice.py:77 #: ipaclient/remote_plugins/2_114/selfservice.py:56 #: ipaclient/remote_plugins/2_114/selfservice.py:82 #: ipaclient/remote_plugins/2_114/selfservice.py:139 #: ipaclient/remote_plugins/2_114/selfservice.py:178 #: ipaclient/remote_plugins/2_114/selfservice.py:248 #: ipaclient/remote_plugins/2_114/selfservice.py:306 #: ipaclient/remote_plugins/2_156/selfservice.py:56 #: ipaclient/remote_plugins/2_156/selfservice.py:82 #: ipaclient/remote_plugins/2_156/selfservice.py:139 #: ipaclient/remote_plugins/2_156/selfservice.py:178 #: ipaclient/remote_plugins/2_156/selfservice.py:248 #: ipaclient/remote_plugins/2_156/selfservice.py:306 #: ipaclient/remote_plugins/2_164/selfservice.py:56 #: ipaclient/remote_plugins/2_164/selfservice.py:82 #: ipaclient/remote_plugins/2_164/selfservice.py:139 #: ipaclient/remote_plugins/2_164/selfservice.py:178 #: ipaclient/remote_plugins/2_164/selfservice.py:248 #: ipaclient/remote_plugins/2_164/selfservice.py:306 #: ipaclient/remote_plugins/2_49/selfservice.py:54 #: ipaclient/remote_plugins/2_49/selfservice.py:80 #: ipaclient/remote_plugins/2_49/selfservice.py:138 #: ipaclient/remote_plugins/2_49/selfservice.py:175 #: ipaclient/remote_plugins/2_49/selfservice.py:245 #: ipaclient/remote_plugins/2_49/selfservice.py:304 msgid "Self-service name" msgstr "Имя самообслуживания" #: ipaserver/plugins/selfservice.py:85 ipaserver/plugins/delegation.py:82 #: ipaclient/remote_plugins/2_114/delegation.py:61 #: ipaclient/remote_plugins/2_114/delegation.py:99 #: ipaclient/remote_plugins/2_114/delegation.py:204 #: ipaclient/remote_plugins/2_114/delegation.py:289 #: ipaclient/remote_plugins/2_114/selfservice.py:63 #: ipaclient/remote_plugins/2_114/selfservice.py:91 #: ipaclient/remote_plugins/2_114/selfservice.py:185 #: ipaclient/remote_plugins/2_114/selfservice.py:257 #: ipaclient/remote_plugins/2_156/delegation.py:61 #: ipaclient/remote_plugins/2_156/delegation.py:99 #: ipaclient/remote_plugins/2_156/delegation.py:204 #: ipaclient/remote_plugins/2_156/delegation.py:289 #: ipaclient/remote_plugins/2_156/selfservice.py:63 #: ipaclient/remote_plugins/2_156/selfservice.py:91 #: ipaclient/remote_plugins/2_156/selfservice.py:185 #: ipaclient/remote_plugins/2_156/selfservice.py:257 #: ipaclient/remote_plugins/2_164/delegation.py:61 #: ipaclient/remote_plugins/2_164/delegation.py:99 #: ipaclient/remote_plugins/2_164/delegation.py:204 #: ipaclient/remote_plugins/2_164/delegation.py:289 #: ipaclient/remote_plugins/2_164/selfservice.py:63 #: ipaclient/remote_plugins/2_164/selfservice.py:91 #: ipaclient/remote_plugins/2_164/selfservice.py:185 #: ipaclient/remote_plugins/2_164/selfservice.py:257 msgid "Permissions to grant (read, write). Default is write." msgstr "" "Разрешения, которые следует предоставить (read, write). По умолчанию " "предоставляется разрешение \"write\" (запись)." #: ipaserver/plugins/selfservice.py:90 #: ipaclient/remote_plugins/2_114/selfservice.py:69 #: ipaclient/remote_plugins/2_114/selfservice.py:97 #: ipaclient/remote_plugins/2_114/selfservice.py:192 #: ipaclient/remote_plugins/2_114/selfservice.py:264 #: ipaclient/remote_plugins/2_156/selfservice.py:69 #: ipaclient/remote_plugins/2_156/selfservice.py:97 #: ipaclient/remote_plugins/2_156/selfservice.py:192 #: ipaclient/remote_plugins/2_156/selfservice.py:264 #: ipaclient/remote_plugins/2_164/selfservice.py:69 #: ipaclient/remote_plugins/2_164/selfservice.py:97 #: ipaclient/remote_plugins/2_164/selfservice.py:192 #: ipaclient/remote_plugins/2_164/selfservice.py:264 msgid "Attributes to which the permission applies." msgstr "Атрибуты, к которым применяется разрешение." #: ipaserver/plugins/selfservice.py:122 #: ipaclient/remote_plugins/2_114/selfservice.py:76 #: ipaclient/remote_plugins/2_156/selfservice.py:76 #: ipaclient/remote_plugins/2_164/selfservice.py:76 #: ipaclient/remote_plugins/2_49/selfservice.py:74 msgid "Add a new self-service permission." msgstr "Добавить новое разрешение самообслуживания." #: ipaserver/plugins/selfservice.py:124 #, python-format msgid "Added selfservice \"%(value)s\"" msgstr "Добавлено самообслуживание \"%(value)s\"" #: ipaserver/plugins/selfservice.py:143 #: ipaclient/remote_plugins/2_114/selfservice.py:133 #: ipaclient/remote_plugins/2_156/selfservice.py:133 #: ipaclient/remote_plugins/2_164/selfservice.py:133 #: ipaclient/remote_plugins/2_49/selfservice.py:132 msgid "Delete a self-service permission." msgstr "Удалить разрешение самообслуживания." #: ipaserver/plugins/selfservice.py:146 #, python-format msgid "Deleted selfservice \"%(value)s\"" msgstr "Удалено самообслуживание \"%(value)s\"" #: ipaserver/plugins/selfservice.py:161 #: ipaclient/remote_plugins/2_114/selfservice.py:242 #: ipaclient/remote_plugins/2_156/selfservice.py:242 #: ipaclient/remote_plugins/2_164/selfservice.py:242 #: ipaclient/remote_plugins/2_49/selfservice.py:239 msgid "Modify a self-service permission." msgstr "Изменить разрешение самообслуживания." #: ipaserver/plugins/selfservice.py:163 #, python-format msgid "Modified selfservice \"%(value)s\"" msgstr "Изменено самообслуживание \"%(value)s\"" #: ipaserver/plugins/selfservice.py:182 #: ipaclient/remote_plugins/2_114/selfservice.py:164 #: ipaclient/remote_plugins/2_156/selfservice.py:164 #: ipaclient/remote_plugins/2_164/selfservice.py:164 #: ipaclient/remote_plugins/2_49/selfservice.py:162 msgid "Search for a self-service permission." msgstr "Поиск разрешения самообслуживания." #: ipaserver/plugins/selfservice.py:185 #, python-format msgid "%(count)d selfservice matched" msgid_plural "%(count)d selfservices matched" msgstr[0] "установлено соответствие %(count)d самообслуживания" msgstr[1] "установлено соответствие %(count)d самообслуживаний" msgstr[2] "установлено соответствие %(count)d самообслуживаний" #: ipaserver/plugins/selfservice.py:208 #: ipaclient/remote_plugins/2_114/selfservice.py:300 #: ipaclient/remote_plugins/2_156/selfservice.py:300 #: ipaclient/remote_plugins/2_164/selfservice.py:300 #: ipaclient/remote_plugins/2_49/selfservice.py:298 msgid "Display information about a self-service permission." msgstr "Показать сведения о разрешении самообслуживания." #: ipaserver/plugins/server.py:34 msgid "" "\n" "IPA servers\n" msgstr "" "\n" "IPA-серверы\n" #: ipaserver/plugins/server.py:36 msgid "" "\n" "Get information about installed IPA servers.\n" msgstr "" "\n" "Получить сведения об установленных IPA-серверах.\n" #: ipaserver/plugins/server.py:40 msgid "" "\n" " Find all servers:\n" " ipa server-find\n" msgstr "" "\n" " Найти все серверы:\n" " ipa server-find\n" #: ipaserver/plugins/server.py:43 msgid "" "\n" " Show specific server:\n" " ipa server-show ipa.example.com\n" msgstr "" "\n" " Показать определённый сервер:\n" " ipa server-show ipa.example.com\n" #: ipaserver/plugins/server.py:59 msgid "server" msgstr "сервер" #: ipaserver/plugins/server.py:60 msgid "servers" msgstr "серверы" #: ipaserver/plugins/server.py:68 msgid "IPA Servers" msgstr "IPA-серверы" #: ipaserver/plugins/server.py:101 ipaserver/plugins/pkinit.py:47 #: ipaserver/plugins/serverrole.py:58 ipaserver/plugins/dnsserver.py:112 #: ipaclient/remote_plugins/2_156/server.py:42 #: ipaclient/remote_plugins/2_156/server.py:73 #: ipaclient/remote_plugins/2_156/server.py:118 #: ipaclient/remote_plugins/2_156/server.py:206 #: ipaclient/remote_plugins/2_164/server.py:42 #: ipaclient/remote_plugins/2_164/server.py:79 #: ipaclient/remote_plugins/2_164/server.py:120 #: ipaclient/remote_plugins/2_164/server.py:165 #: ipaclient/remote_plugins/2_164/server.py:270 msgid "Server name" msgstr "Имя сервера" #: ipaserver/plugins/server.py:102 ipaserver/plugins/pkinit.py:48 #: ipaserver/plugins/serverrole.py:59 #: ipaclient/remote_plugins/2_156/server.py:43 #: ipaclient/remote_plugins/2_156/server.py:74 #: ipaclient/remote_plugins/2_156/server.py:119 #: ipaclient/remote_plugins/2_156/server.py:207 #: ipaclient/remote_plugins/2_164/server.py:43 #: ipaclient/remote_plugins/2_164/server.py:80 #: ipaclient/remote_plugins/2_164/server.py:121 #: ipaclient/remote_plugins/2_164/server.py:166 #: ipaclient/remote_plugins/2_164/server.py:271 msgid "IPA server hostname" msgstr "Имя узла IPA-сервера" #: ipaserver/plugins/server.py:110 ipaclient/remote_plugins/2_164/server.py:54 msgid "Managed suffixes" msgstr "Управляемые суффиксы" #: ipaserver/plugins/server.py:116 ipaclient/remote_plugins/2_156/server.py:51 #: ipaclient/remote_plugins/2_156/server.py:131 #: ipaclient/remote_plugins/2_164/server.py:58 #: ipaclient/remote_plugins/2_164/server.py:172 msgid "Min domain level" msgstr "Мин. уровень домена" #: ipaserver/plugins/server.py:117 ipaclient/remote_plugins/2_156/server.py:52 #: ipaclient/remote_plugins/2_156/server.py:132 #: ipaclient/remote_plugins/2_164/server.py:59 #: ipaclient/remote_plugins/2_164/server.py:173 msgid "Minimum domain level" msgstr "Минимальный уровень домена" #: ipaserver/plugins/server.py:123 ipaclient/remote_plugins/2_156/server.py:56 #: ipaclient/remote_plugins/2_156/server.py:138 #: ipaclient/remote_plugins/2_164/server.py:63 #: ipaclient/remote_plugins/2_164/server.py:179 msgid "Max domain level" msgstr "Макс. уровень домена" #: ipaserver/plugins/server.py:124 ipaclient/remote_plugins/2_156/server.py:57 #: ipaclient/remote_plugins/2_156/server.py:139 #: ipaclient/remote_plugins/2_164/server.py:64 #: ipaclient/remote_plugins/2_164/server.py:180 msgid "Maximum domain level" msgstr "Максимальный уровень домена" #: ipaserver/plugins/server.py:130 ipaserver/plugins/automount.py:252 #: ipaserver/plugins/host.py:460 #: ipaclient/remote_plugins/2_114/automount.py:149 #: ipaclient/remote_plugins/2_114/automount.py:180 #: ipaclient/remote_plugins/2_114/automount.py:255 #: ipaclient/remote_plugins/2_114/automount.py:311 #: ipaclient/remote_plugins/2_114/automount.py:397 #: ipaclient/remote_plugins/2_114/automount.py:500 #: ipaclient/remote_plugins/2_114/automount.py:569 #: ipaclient/remote_plugins/2_114/automount.py:628 #: ipaclient/remote_plugins/2_114/automount.py:673 #: ipaclient/remote_plugins/2_114/automount.py:741 #: ipaclient/remote_plugins/2_114/automount.py:792 #: ipaclient/remote_plugins/2_114/automount.py:813 #: ipaclient/remote_plugins/2_114/automount.py:883 #: ipaclient/remote_plugins/2_114/automount.py:966 #: ipaclient/remote_plugins/2_114/automount.py:1010 #: ipaclient/remote_plugins/2_114/automount.py:1098 #: ipaclient/remote_plugins/2_114/automount.py:1182 #: ipaclient/remote_plugins/2_114/host.py:106 #: ipaclient/remote_plugins/2_114/host.py:317 #: ipaclient/remote_plugins/2_114/host.py:997 #: ipaclient/remote_plugins/2_114/host.py:1273 #: ipaclient/remote_plugins/2_156/automount.py:149 #: ipaclient/remote_plugins/2_156/automount.py:180 #: ipaclient/remote_plugins/2_156/automount.py:255 #: ipaclient/remote_plugins/2_156/automount.py:311 #: ipaclient/remote_plugins/2_156/automount.py:397 #: ipaclient/remote_plugins/2_156/automount.py:500 #: ipaclient/remote_plugins/2_156/automount.py:569 #: ipaclient/remote_plugins/2_156/automount.py:628 #: ipaclient/remote_plugins/2_156/automount.py:673 #: ipaclient/remote_plugins/2_156/automount.py:741 #: ipaclient/remote_plugins/2_156/automount.py:792 #: ipaclient/remote_plugins/2_156/automount.py:813 #: ipaclient/remote_plugins/2_156/automount.py:883 #: ipaclient/remote_plugins/2_156/automount.py:966 #: ipaclient/remote_plugins/2_156/automount.py:1010 #: ipaclient/remote_plugins/2_156/automount.py:1098 #: ipaclient/remote_plugins/2_156/automount.py:1182 #: ipaclient/remote_plugins/2_156/host.py:106 #: ipaclient/remote_plugins/2_156/host.py:318 #: ipaclient/remote_plugins/2_156/host.py:1059 #: ipaclient/remote_plugins/2_156/host.py:1336 #: ipaclient/remote_plugins/2_164/automount.py:149 #: ipaclient/remote_plugins/2_164/automount.py:180 #: ipaclient/remote_plugins/2_164/automount.py:255 #: ipaclient/remote_plugins/2_164/automount.py:311 #: ipaclient/remote_plugins/2_164/automount.py:397 #: ipaclient/remote_plugins/2_164/automount.py:500 #: ipaclient/remote_plugins/2_164/automount.py:569 #: ipaclient/remote_plugins/2_164/automount.py:628 #: ipaclient/remote_plugins/2_164/automount.py:673 #: ipaclient/remote_plugins/2_164/automount.py:741 #: ipaclient/remote_plugins/2_164/automount.py:792 #: ipaclient/remote_plugins/2_164/automount.py:813 #: ipaclient/remote_plugins/2_164/automount.py:883 #: ipaclient/remote_plugins/2_164/automount.py:966 #: ipaclient/remote_plugins/2_164/automount.py:1010 #: ipaclient/remote_plugins/2_164/automount.py:1098 #: ipaclient/remote_plugins/2_164/automount.py:1182 #: ipaclient/remote_plugins/2_164/host.py:106 #: ipaclient/remote_plugins/2_164/host.py:318 #: ipaclient/remote_plugins/2_164/host.py:1059 #: ipaclient/remote_plugins/2_164/host.py:1336 #: ipaclient/remote_plugins/2_49/automount.py:149 #: ipaclient/remote_plugins/2_49/automount.py:180 #: ipaclient/remote_plugins/2_49/automount.py:254 #: ipaclient/remote_plugins/2_49/automount.py:310 #: ipaclient/remote_plugins/2_49/automount.py:394 #: ipaclient/remote_plugins/2_49/automount.py:496 #: ipaclient/remote_plugins/2_49/automount.py:564 #: ipaclient/remote_plugins/2_49/automount.py:624 #: ipaclient/remote_plugins/2_49/automount.py:671 #: ipaclient/remote_plugins/2_49/automount.py:739 #: ipaclient/remote_plugins/2_49/automount.py:791 #: ipaclient/remote_plugins/2_49/automount.py:810 #: ipaclient/remote_plugins/2_49/automount.py:880 #: ipaclient/remote_plugins/2_49/automount.py:963 #: ipaclient/remote_plugins/2_49/automount.py:1008 #: ipaclient/remote_plugins/2_49/automount.py:1095 #: ipaclient/remote_plugins/2_49/automount.py:1179 #: ipaclient/remote_plugins/2_49/host.py:102 #: ipaclient/remote_plugins/2_49/host.py:257 #: ipaclient/remote_plugins/2_49/host.py:539 #: ipaclient/remote_plugins/2_49/host.py:794 msgid "Location" msgstr "Расположение" #: ipaserver/plugins/server.py:131 msgid "Server location" msgstr "Расположение сервера" #: ipaserver/plugins/server.py:138 msgid "Service weight" msgstr "Вес служб" #: ipaserver/plugins/server.py:139 msgid "Weight for server services" msgstr "Вес служб сервера" #: ipaserver/plugins/server.py:146 msgid "Service relative weight" msgstr "Относительный вес служб" #: ipaserver/plugins/server.py:147 msgid "Relative weight for server services (counts per location)" msgstr "" "Относительный вес служб сервера (вычисляется для отдельного расположения)" #: ipaserver/plugins/server.py:152 msgid "Enabled server roles" msgstr "Включены роли сервера" #: ipaserver/plugins/server.py:153 msgid "List of enabled roles" msgstr "Список включённых ролей" #: ipaserver/plugins/server.py:220 msgid "Modify information about an IPA server." msgstr "Изменить сведения о IPA-сервере." #: ipaserver/plugins/server.py:222 #, python-format msgid "Modified IPA server \"%(value)s\"" msgstr "Изменена запись IPA-сервера \"%(value)s\"" #: ipaserver/plugins/server.py:301 ipaclient/remote_plugins/2_156/server.py:104 #: ipaclient/remote_plugins/2_164/server.py:151 msgid "Search for IPA servers." msgstr "Поиск IPA-серверов." #: ipaserver/plugins/server.py:304 #, python-format msgid "%(count)d IPA server matched" msgid_plural "%(count)d IPA servers matched" msgstr[0] "установлено соответствие %(count)d IPA-сервера" msgstr[1] "установлено соответствие %(count)d IPA-серверов" msgstr[2] "установлено соответствие %(count)d IPA-серверов" #: ipaserver/plugins/server.py:426 ipaclient/remote_plugins/2_156/server.py:200 #: ipaclient/remote_plugins/2_164/server.py:264 msgid "Show IPA server." msgstr "Показать IPA-сервер." #: ipaserver/plugins/server.py:441 ipaclient/remote_plugins/2_156/server.py:64 #: ipaclient/remote_plugins/2_164/server.py:111 msgid "Delete IPA server." msgstr "Удалить IPA-сервер." #: ipaserver/plugins/server.py:442 #, python-format msgid "Deleted IPA server \"%(value)s\"" msgstr "Удалён IPA-сервер \"%(value)s\"" #: ipaserver/plugins/server.py:447 msgid "Ignore topology errors" msgstr "Игнорировать ошибки топологии" #: ipaserver/plugins/server.py:448 msgid "Ignore topology connectivity problems after removal" msgstr "Игнорировать ошибки топологии подключений после удаления" #: ipaserver/plugins/server.py:453 msgid "Ignore check for last remaining CA or DNS server" msgstr "" "Игнорировать проверку того, является ли удаляемый сервер последним сервером " "CA или DNS" #: ipaserver/plugins/server.py:454 msgid "Skip a check whether the last CA master or DNS server is removed" msgstr "" "Пропустить проверку того, удаляется ли последний главный сервер CA или DNS-" "сервер" #: ipaserver/plugins/server.py:460 msgid "Force server removal" msgstr "Принудительное удаление сервера" #: ipaserver/plugins/server.py:461 msgid "Force server removal even if it does not exist" msgstr "Принудительное удаление сервера, даже если он не существует" #: ipaserver/plugins/server.py:498 msgid "" "Replica is active DNSSEC key master. Uninstall could break your DNS system. " "Please disable or replace DNSSEC key master first." msgstr "" "Реплика является активным мастером ключей DNSSEC. Удаление может привести к " "неработоспособности вашей системы DNS. Сначала следует отключить или " "заменить мастер ключей DNSSEC." #: ipaserver/plugins/server.py:504 msgid "Deleting this server will leave your installation without a DNS." msgstr "" "Удаление этой записи сервера оставит вашу установленную систему без DNS." #: ipaserver/plugins/server.py:517 msgid "" "Deleting this server is not allowed as it would leave your installation " "without a KRA." msgstr "" "Удаление этой записи сервера запрещено, так как это оставило бы вашу " "установленную систему без KRA." #: ipaserver/plugins/server.py:527 msgid "" "Deleting this server is not allowed as it would leave your installation " "without a CA." msgstr "" "Удаление этой записи сервера запрещено, так как это оставило бы вашу " "установленную систему без CA." #: ipaserver/plugins/server.py:542 msgid "Ignoring these warnings and proceeding with removal" msgstr "Предупреждения игнорируются, процесс удаления продолжается" #: ipaserver/plugins/server.py:592 #, python-format msgid "" "Failed to clean memberPrincipal %(principal)s from s4u2proxy entry %(dn)s: " "%(err)s" msgstr "" "Не удалось удалить memberPrincipal %(principal)s из записи s4u2proxy %(dn)s: " "%(err)s" #: ipaserver/plugins/server.py:613 #, python-format msgid "Failed to clean up DNA hostname entries for %(master)s: %(err)s" msgstr "Не удалось удалить записи имени узла DNA для %(master)s: %(err)s" #: ipaserver/plugins/server.py:634 #, python-format msgid "Failed to remove server %(master)s from server list: %(err)s" msgstr "Не удалось удалить сервер %(master)s из списка серверов: %(err)s" #: ipaserver/plugins/server.py:660 #, python-format msgid "Failed to clean up Custodia keys for %(master)s: %(err)s" msgstr "Не удалось удалить ключи Custodia для %(master)s: %(err)s" #: ipaserver/plugins/server.py:698 #, python-format msgid "Failed to cleanup server principals/keys: %(err)s" msgstr "Не удалось удалить учётные записи или ключи сервера: %(err)s" #: ipaserver/plugins/server.py:714 #, python-format msgid "Failed to cleanup %(hostname)s DNS entries: %(err)s" msgstr "Не удалось удалить записи DNS %(hostname)s: %(err)s" #: ipaserver/plugins/server.py:719 msgid "You may need to manually remove them from the tree" msgstr "Возможно, потребуется вручную удалить их из дерева" #: ipaserver/plugins/server.py:734 #, python-format msgid "Forcing removal of %(hostname)s" msgstr "Принудительное удаление %(hostname)s" #: ipaserver/plugins/server.py:744 msgid "Ignoring topology connectivity errors." msgstr "Игнорирование ошибок топологии подключений." #: ipaserver/plugins/server.py:778 msgid "Server has already been deleted" msgstr "Сервер уже удалён" #: ipaserver/plugins/server.py:828 msgid "Agreements deleted" msgstr "Соглашения удалены" #: ipaserver/plugins/server.py:839 msgid "Following segments were not deleted:" msgstr "Следующие сегменты не были удалены:" #: ipaserver/plugins/server.py:893 ipaclient/remote_plugins/2_164/server.py:71 msgid "Check connection to remote IPA server." msgstr "Проверить связь с удалённым IPA-сервером." #: ipaserver/plugins/server.py:901 ipaclient/remote_plugins/2_164/server.py:85 msgid "Remote server name" msgstr "Имя удалённого сервера" #: ipaserver/plugins/server.py:902 ipaclient/remote_plugins/2_164/server.py:86 msgid "Remote IPA server hostname" msgstr "Имя узла удалённого IPA-сервера" #: ipaserver/plugins/server.py:912 #, python-format msgid "must be \"%s\"" msgstr "должно быть \"%s\"" #: ipaserver/plugins/server.py:932 msgid "not allowed to perform server connection check" msgstr "не разрешено выполнение проверки связи с сервером" #: ipaserver/plugins/automount.py:41 #: ipaclient/remote_plugins/2_114/automount.py:19 #: ipaclient/remote_plugins/2_156/automount.py:19 #: ipaclient/remote_plugins/2_164/automount.py:19 #: ipaclient/remote_plugins/2_49/automount.py:19 msgid "" "\n" "Automount\n" "\n" "Stores automount(8) configuration for autofs(8) in IPA.\n" "\n" "The base of an automount configuration is the configuration file auto." "master.\n" "This is also the base location in IPA. Multiple auto.master configurations\n" "can be stored in separate locations. A location is implementation-specific\n" "with the default being a location named 'default'. For example, you can " "have\n" "locations by geographic region, by floor, by type, etc.\n" "\n" "Automount has three basic object types: locations, maps and keys.\n" "\n" "A location defines a set of maps anchored in auto.master. This allows you\n" "to store multiple automount configurations. A location in itself isn't\n" "very interesting, it is just a point to start a new automount map.\n" "\n" "A map is roughly equivalent to a discrete automount file and provides\n" "storage for keys.\n" "\n" "A key is a mount point associated with a map.\n" "\n" "When a new location is created, two maps are automatically created for\n" "it: auto.master and auto.direct. auto.master is the root map for all\n" "automount maps for the location. auto.direct is the default map for\n" "direct mounts and is mounted on /-.\n" "\n" "An automount map may contain a submount key. This key defines a mount\n" "location within the map that references another map. This can be done\n" "either using automountmap-add-indirect --parentmap or manually\n" "with automountkey-add and setting info to \"-type=autofs :\".\n" "\n" "EXAMPLES:\n" "\n" "Locations:\n" "\n" " Create a named location, \"Baltimore\":\n" " ipa automountlocation-add baltimore\n" "\n" " Display the new location:\n" " ipa automountlocation-show baltimore\n" "\n" " Find available locations:\n" " ipa automountlocation-find\n" "\n" " Remove a named automount location:\n" " ipa automountlocation-del baltimore\n" "\n" " Show what the automount maps would look like if they were in the " "filesystem:\n" " ipa automountlocation-tofiles baltimore\n" "\n" " Import an existing configuration into a location:\n" " ipa automountlocation-import baltimore /etc/auto.master\n" "\n" " The import will fail if any duplicate entries are found. For\n" " continuous operation where errors are ignored, use the --continue\n" " option.\n" "\n" "Maps:\n" "\n" " Create a new map, \"auto.share\":\n" " ipa automountmap-add baltimore auto.share\n" "\n" " Display the new map:\n" " ipa automountmap-show baltimore auto.share\n" "\n" " Find maps in the location baltimore:\n" " ipa automountmap-find baltimore\n" "\n" " Create an indirect map with auto.share as a submount:\n" " ipa automountmap-add-indirect baltimore --parentmap=auto.share --" "mount=sub auto.man\n" "\n" " This is equivalent to:\n" "\n" " ipa automountmap-add-indirect baltimore --mount=/man auto.man\n" " ipa automountkey-add baltimore auto.man --key=sub --info=\"-" "fstype=autofs ldap:auto.share\"\n" "\n" " Remove the auto.share map:\n" " ipa automountmap-del baltimore auto.share\n" "\n" "Keys:\n" "\n" " Create a new key for the auto.share map in location baltimore. This ties\n" " the map we previously created to auto.master:\n" " ipa automountkey-add baltimore auto.master --key=/share --info=auto." "share\n" "\n" " Create a new key for our auto.share map, an NFS mount for man pages:\n" " ipa automountkey-add baltimore auto.share --key=man --info=\"-ro,soft," "rsize=8192,wsize=8192 ipa.example.com:/shared/man\"\n" "\n" " Find all keys for the auto.share map:\n" " ipa automountkey-find baltimore auto.share\n" "\n" " Find all direct automount keys:\n" " ipa automountkey-find baltimore --key=/-\n" "\n" " Remove the man key from the auto.share map:\n" " ipa automountkey-del baltimore auto.share --key=man\n" msgstr "" "\n" "Автомонтирование\n" "\n" "Сохраняет конфигурацию automount(8) для autofs(8) в IPA.\n" "\n" "Основой конфигурации автомонтирования является файл конфигурации auto." "master.\n" "Это также базовое расположение в IPA. Несколько конфигураций auto.master " "могут храниться в отдельных расположениях. Расположение зависит от " "реализации, расположением по умолчанию является расположение с именем " "\"default\". Например, можно создать расположения для географических " "областей, этажей, типов и так далее.\n" "\n" "В автомонтировании имеется три основных типа объектов: расположения, списки " "соответствия и ключи.\n" "\n" "Расположение определяет набор списков соответствия, привязанных в auto." "master. Это позволяет хранить несколько конфигураций автомонтирования. " "Расположение само по себе не представляет особого интереса, оно просто " "является началом нового списка соответствия автомонтирования.\n" "\n" "Грубо говоря, список соответствия является отдельным файлом автомонтирования " "и обеспечивает хранение ключей.\n" "\n" "Ключ — это связанная со списком соответствия точка автомонтирования.\n" "\n" "Когда создаётся новое расположение, для него автоматически создаются два " "списка соответствия: auto.master и auto.direct. Список соответствия auto." "master — это корневой список соответствия для всех списков соответствия " "автомонтирования расположения. Список соответствия auto.direct — это список " "соответствия по умолчанию для прямых монтирований, он монтируется на /-.\n" "\n" "Список соответствия автомонтирования может содержать ключ подмонтирования. " "Этот ключ определяет расположение монтирования в списке соответствия, " "который ссылается на другой список соответствия. Такой ключ можно добавить с " "помощью команды automountmap-add-indirect --parentmap или вручную, с помощью " "automountkey-add и установки info на значение \"-type=autofs :<имя списка " "соответствия>\".\n" "\n" "ПРИМЕРЫ:\n" "\n" "Расположения:\n" "\n" " Создать новое именованное расположение, \"Moskva\":\n" " ipa automountlocation-add moskva\n" "\n" " Показать новое расположение:\n" " ipa automountlocation-show moskva\n" "\n" " Поиск доступных расположений:\n" " ipa automountlocation-find\n" "\n" " Удалить именованное расположение автомонтирования:\n" " ipa automountlocation-del moskva\n" "\n" " Показать, как выглядели бы списки соответствия автомонтирования, если бы " "находились в файловой системе:\n" " ipa automountlocation-tofiles moskva\n" "\n" " Импортировать существующую конфигурацию в расположение:\n" " ipa automountlocation-import moskva /etc/auto.master\n" "\n" " Импорт не удастся выполнить, если будут найдены дублирующиеся записи. " "Чтобы обеспечить непрерывное выполнение, при котором ошибки игнорируются, " "используйте параметр --continue.\n" "\n" "Списки соответствия:\n" "\n" " Создать новый список соответствия с именем \"auto.share\":\n" " ipa automountmap-add moskva auto.share\n" "\n" " Показать новый список соответствия:\n" " ipa automountmap-show moskva auto.share\n" "\n" " Найти списки соответствия в расположении moskva:\n" " ipa automountmap-find moskva\n" "\n" " Создать непрямой список соответствия с auto.share в качестве точки " "подмонтирования:\n" " ipa automountmap-add-indirect moskva --parentmap=auto.share --mount=sub " "auto.man\n" "\n" " Эта команда эквивалентна следующим командам:\n" "\n" " ipa automountmap-add-indirect moskva --mount=/man auto.man\n" " ipa automountkey-add moskva auto.man --key=sub --info=\"-fstype=autofs " "ldap:auto.share\"\n" "\n" " Удалить список соответствия auto.share:\n" " ipa automountmap-del moskva auto.share\n" "\n" "Ключи:\n" "\n" " Создать новый ключ для списка соответствия auto.share в расположении " "moskva. Это привяжет ранее созданный список соответствия к auto.master:\n" " ipa automountkey-add moskva auto.master --key=/share --info=auto.share\n" "\n" " Создать новый ключ для списка соответствия auto.share, смонтированного " "ресурса NFS для страниц man:\n" " ipa automountkey-add moskva auto.share --key=man --info=\"-ro,soft," "rsize=8192,wsize=8192 ipa.example.com:/shared/man\"\n" "\n" " Найти все ключи для списка соответствия auto.share:\n" " ipa automountkey-find moskva auto.share\n" "\n" " Найти все ключи прямого автомонтирования:\n" " ipa automountkey-find moskva --key=/-\n" "\n" " Удалить ключ man из списка соответствия auto.share:\n" " ipa automountkey-del moskva auto.share --key=man\n" #: ipaserver/plugins/automount.py:218 msgid "automount location" msgstr "расположение автомонтирования" #: ipaserver/plugins/automount.py:219 msgid "automount locations" msgstr "расположения автомонтирования" #: ipaserver/plugins/automount.py:222 msgid "Automount Locations" msgstr "Расположения Автомонтирования" #: ipaserver/plugins/automount.py:223 msgid "Automount Location" msgstr "Расположение Автомонтирования" #: ipaserver/plugins/automount.py:253 #: ipaclient/remote_plugins/2_114/automount.py:150 #: ipaclient/remote_plugins/2_114/automount.py:181 #: ipaclient/remote_plugins/2_114/automount.py:256 #: ipaclient/remote_plugins/2_114/automount.py:312 #: ipaclient/remote_plugins/2_114/automount.py:398 #: ipaclient/remote_plugins/2_114/automount.py:501 #: ipaclient/remote_plugins/2_114/automount.py:570 #: ipaclient/remote_plugins/2_114/automount.py:629 #: ipaclient/remote_plugins/2_114/automount.py:674 #: ipaclient/remote_plugins/2_114/automount.py:742 #: ipaclient/remote_plugins/2_114/automount.py:793 #: ipaclient/remote_plugins/2_114/automount.py:814 #: ipaclient/remote_plugins/2_114/automount.py:884 #: ipaclient/remote_plugins/2_114/automount.py:967 #: ipaclient/remote_plugins/2_114/automount.py:1011 #: ipaclient/remote_plugins/2_114/automount.py:1099 #: ipaclient/remote_plugins/2_114/automount.py:1183 #: ipaclient/remote_plugins/2_156/automount.py:150 #: ipaclient/remote_plugins/2_156/automount.py:181 #: ipaclient/remote_plugins/2_156/automount.py:256 #: ipaclient/remote_plugins/2_156/automount.py:312 #: ipaclient/remote_plugins/2_156/automount.py:398 #: ipaclient/remote_plugins/2_156/automount.py:501 #: ipaclient/remote_plugins/2_156/automount.py:570 #: ipaclient/remote_plugins/2_156/automount.py:629 #: ipaclient/remote_plugins/2_156/automount.py:674 #: ipaclient/remote_plugins/2_156/automount.py:742 #: ipaclient/remote_plugins/2_156/automount.py:793 #: ipaclient/remote_plugins/2_156/automount.py:814 #: ipaclient/remote_plugins/2_156/automount.py:884 #: ipaclient/remote_plugins/2_156/automount.py:967 #: ipaclient/remote_plugins/2_156/automount.py:1011 #: ipaclient/remote_plugins/2_156/automount.py:1099 #: ipaclient/remote_plugins/2_156/automount.py:1183 #: ipaclient/remote_plugins/2_164/automount.py:150 #: ipaclient/remote_plugins/2_164/automount.py:181 #: ipaclient/remote_plugins/2_164/automount.py:256 #: ipaclient/remote_plugins/2_164/automount.py:312 #: ipaclient/remote_plugins/2_164/automount.py:398 #: ipaclient/remote_plugins/2_164/automount.py:501 #: ipaclient/remote_plugins/2_164/automount.py:570 #: ipaclient/remote_plugins/2_164/automount.py:629 #: ipaclient/remote_plugins/2_164/automount.py:674 #: ipaclient/remote_plugins/2_164/automount.py:742 #: ipaclient/remote_plugins/2_164/automount.py:793 #: ipaclient/remote_plugins/2_164/automount.py:814 #: ipaclient/remote_plugins/2_164/automount.py:884 #: ipaclient/remote_plugins/2_164/automount.py:967 #: ipaclient/remote_plugins/2_164/automount.py:1011 #: ipaclient/remote_plugins/2_164/automount.py:1099 #: ipaclient/remote_plugins/2_164/automount.py:1183 #: ipaclient/remote_plugins/2_49/automount.py:150 #: ipaclient/remote_plugins/2_49/automount.py:565 #: ipaclient/remote_plugins/2_49/automount.py:625 #: ipaclient/remote_plugins/2_49/automount.py:672 #: ipaclient/remote_plugins/2_49/automount.py:740 #: ipaclient/remote_plugins/2_49/automount.py:792 msgid "Automount location name." msgstr "Имя расположения автомонтирования." #: ipaserver/plugins/automount.py:261 #: ipaclient/remote_plugins/2_114/automount.py:563 #: ipaclient/remote_plugins/2_156/automount.py:563 #: ipaclient/remote_plugins/2_164/automount.py:563 #: ipaclient/remote_plugins/2_49/automount.py:558 msgid "Create a new automount location." msgstr "Создать новое расположение автомонтирования." #: ipaserver/plugins/automount.py:263 #, python-format msgid "Added automount location \"%(value)s\"" msgstr "Добавление расположения автомонтирования \"%(value)s\"" #: ipaserver/plugins/automount.py:281 #: ipaclient/remote_plugins/2_114/automount.py:621 #: ipaclient/remote_plugins/2_156/automount.py:621 #: ipaclient/remote_plugins/2_164/automount.py:621 #: ipaclient/remote_plugins/2_49/automount.py:617 msgid "Delete an automount location." msgstr "Удаление расположения автомонтирования." #: ipaserver/plugins/automount.py:283 #, python-format msgid "Deleted automount location \"%(value)s\"" msgstr "Удаление расположения автомонтирования. \"%(value)s\"" #: ipaserver/plugins/automount.py:288 #: ipaclient/remote_plugins/2_114/automount.py:735 #: ipaclient/remote_plugins/2_156/automount.py:735 #: ipaclient/remote_plugins/2_164/automount.py:735 #: ipaclient/remote_plugins/2_49/automount.py:733 msgid "Display an automount location." msgstr "Отобразить расположения автомонтирования." #: ipaserver/plugins/automount.py:293 #: ipaclient/remote_plugins/2_114/automount.py:659 #: ipaclient/remote_plugins/2_156/automount.py:659 #: ipaclient/remote_plugins/2_164/automount.py:659 #: ipaclient/remote_plugins/2_49/automount.py:657 msgid "Search for an automount location." msgstr "Поиск для расположения автомонтирования." #: ipaserver/plugins/automount.py:296 #, python-format msgid "%(count)d automount location matched" msgid_plural "%(count)d automount locations matched" msgstr[0] "установлено соответствие %(count)d расположения автомонтирования" msgstr[1] "установлено соответствие %(count)d расположений автомонтирования" msgstr[2] "установлено соответствие %(count)d расположений автомонтирования" #: ipaserver/plugins/automount.py:303 #: ipaclient/remote_plugins/2_114/automount.py:786 #: ipaclient/remote_plugins/2_156/automount.py:786 #: ipaclient/remote_plugins/2_164/automount.py:786 #: ipaclient/remote_plugins/2_49/automount.py:785 msgid "Generate automount files for a specific location." msgstr "Сгенерировать файлы автомонтирования для особого расположения." #: ipaserver/plugins/automount.py:349 msgid "automount map" msgstr "список соответствия автомонтирования" #: ipaserver/plugins/automount.py:350 msgid "automount maps" msgstr "списки соответствия автомонтирования" #: ipaserver/plugins/automount.py:358 #: ipaclient/remote_plugins/2_114/automount.py:161 #: ipaclient/remote_plugins/2_114/automount.py:186 #: ipaclient/remote_plugins/2_114/automount.py:261 #: ipaclient/remote_plugins/2_114/automount.py:317 #: ipaclient/remote_plugins/2_114/automount.py:403 #: ipaclient/remote_plugins/2_114/automount.py:506 #: ipaclient/remote_plugins/2_114/automount.py:819 #: ipaclient/remote_plugins/2_114/automount.py:889 #: ipaclient/remote_plugins/2_114/automount.py:973 #: ipaclient/remote_plugins/2_114/automount.py:1024 #: ipaclient/remote_plugins/2_114/automount.py:1104 #: ipaclient/remote_plugins/2_114/automount.py:1188 #: ipaclient/remote_plugins/2_156/automount.py:161 #: ipaclient/remote_plugins/2_156/automount.py:186 #: ipaclient/remote_plugins/2_156/automount.py:261 #: ipaclient/remote_plugins/2_156/automount.py:317 #: ipaclient/remote_plugins/2_156/automount.py:403 #: ipaclient/remote_plugins/2_156/automount.py:506 #: ipaclient/remote_plugins/2_156/automount.py:819 #: ipaclient/remote_plugins/2_156/automount.py:889 #: ipaclient/remote_plugins/2_156/automount.py:973 #: ipaclient/remote_plugins/2_156/automount.py:1024 #: ipaclient/remote_plugins/2_156/automount.py:1104 #: ipaclient/remote_plugins/2_156/automount.py:1188 #: ipaclient/remote_plugins/2_164/automount.py:161 #: ipaclient/remote_plugins/2_164/automount.py:186 #: ipaclient/remote_plugins/2_164/automount.py:261 #: ipaclient/remote_plugins/2_164/automount.py:317 #: ipaclient/remote_plugins/2_164/automount.py:403 #: ipaclient/remote_plugins/2_164/automount.py:506 #: ipaclient/remote_plugins/2_164/automount.py:819 #: ipaclient/remote_plugins/2_164/automount.py:889 #: ipaclient/remote_plugins/2_164/automount.py:973 #: ipaclient/remote_plugins/2_164/automount.py:1024 #: ipaclient/remote_plugins/2_164/automount.py:1104 #: ipaclient/remote_plugins/2_164/automount.py:1188 #: ipaclient/remote_plugins/2_49/automount.py:161 #: ipaclient/remote_plugins/2_49/automount.py:185 #: ipaclient/remote_plugins/2_49/automount.py:259 #: ipaclient/remote_plugins/2_49/automount.py:315 #: ipaclient/remote_plugins/2_49/automount.py:399 #: ipaclient/remote_plugins/2_49/automount.py:501 #: ipaclient/remote_plugins/2_49/automount.py:815 #: ipaclient/remote_plugins/2_49/automount.py:885 #: ipaclient/remote_plugins/2_49/automount.py:969 #: ipaclient/remote_plugins/2_49/automount.py:1021 #: ipaclient/remote_plugins/2_49/automount.py:1100 #: ipaclient/remote_plugins/2_49/automount.py:1184 msgid "Map" msgstr "Карта" #: ipaserver/plugins/automount.py:359 #: ipaclient/remote_plugins/2_114/automount.py:162 #: ipaclient/remote_plugins/2_114/automount.py:187 #: ipaclient/remote_plugins/2_114/automount.py:262 #: ipaclient/remote_plugins/2_114/automount.py:318 #: ipaclient/remote_plugins/2_114/automount.py:404 #: ipaclient/remote_plugins/2_114/automount.py:507 #: ipaclient/remote_plugins/2_114/automount.py:820 #: ipaclient/remote_plugins/2_114/automount.py:890 #: ipaclient/remote_plugins/2_114/automount.py:974 #: ipaclient/remote_plugins/2_114/automount.py:1025 #: ipaclient/remote_plugins/2_114/automount.py:1105 #: ipaclient/remote_plugins/2_114/automount.py:1189 #: ipaclient/remote_plugins/2_156/automount.py:162 #: ipaclient/remote_plugins/2_156/automount.py:187 #: ipaclient/remote_plugins/2_156/automount.py:262 #: ipaclient/remote_plugins/2_156/automount.py:318 #: ipaclient/remote_plugins/2_156/automount.py:404 #: ipaclient/remote_plugins/2_156/automount.py:507 #: ipaclient/remote_plugins/2_156/automount.py:820 #: ipaclient/remote_plugins/2_156/automount.py:890 #: ipaclient/remote_plugins/2_156/automount.py:974 #: ipaclient/remote_plugins/2_156/automount.py:1025 #: ipaclient/remote_plugins/2_156/automount.py:1105 #: ipaclient/remote_plugins/2_156/automount.py:1189 #: ipaclient/remote_plugins/2_164/automount.py:162 #: ipaclient/remote_plugins/2_164/automount.py:187 #: ipaclient/remote_plugins/2_164/automount.py:262 #: ipaclient/remote_plugins/2_164/automount.py:318 #: ipaclient/remote_plugins/2_164/automount.py:404 #: ipaclient/remote_plugins/2_164/automount.py:507 #: ipaclient/remote_plugins/2_164/automount.py:820 #: ipaclient/remote_plugins/2_164/automount.py:890 #: ipaclient/remote_plugins/2_164/automount.py:974 #: ipaclient/remote_plugins/2_164/automount.py:1025 #: ipaclient/remote_plugins/2_164/automount.py:1105 #: ipaclient/remote_plugins/2_164/automount.py:1189 #: ipaclient/remote_plugins/2_49/automount.py:162 #: ipaclient/remote_plugins/2_49/automount.py:816 #: ipaclient/remote_plugins/2_49/automount.py:886 #: ipaclient/remote_plugins/2_49/automount.py:970 #: ipaclient/remote_plugins/2_49/automount.py:1022 #: ipaclient/remote_plugins/2_49/automount.py:1101 #: ipaclient/remote_plugins/2_49/automount.py:1185 msgid "Automount map name." msgstr "Имя списка соответствия автомонтирования" #: ipaserver/plugins/automount.py:393 msgid "Automount Maps" msgstr "Списки соответствия автомонтирования" #: ipaserver/plugins/automount.py:394 msgid "Automount Map" msgstr "Список соответствия автомонтирования" #: ipaserver/plugins/automount.py:399 #: ipaclient/remote_plugins/2_114/automount.py:807 #: ipaclient/remote_plugins/2_156/automount.py:807 #: ipaclient/remote_plugins/2_164/automount.py:807 #: ipaclient/remote_plugins/2_49/automount.py:804 msgid "Create a new automount map." msgstr "Создать новый список соответствия автомонтирования." #: ipaserver/plugins/automount.py:401 #, python-format msgid "Added automount map \"%(value)s\"" msgstr "Добавлен список соответствия автомонтирования \"%(value)s\"" #: ipaserver/plugins/automount.py:406 #: ipaclient/remote_plugins/2_114/automount.py:960 #: ipaclient/remote_plugins/2_156/automount.py:960 #: ipaclient/remote_plugins/2_164/automount.py:960 #: ipaclient/remote_plugins/2_49/automount.py:957 msgid "Delete an automount map." msgstr "Удалить список соответствия автомонтирования." #: ipaserver/plugins/automount.py:408 #, python-format msgid "Deleted automount map \"%(value)s\"" msgstr "Удалён список соответствия автомонтирования \"%(value)s\"" #: ipaserver/plugins/automount.py:426 #: ipaclient/remote_plugins/2_114/automount.py:1092 #: ipaclient/remote_plugins/2_156/automount.py:1092 #: ipaclient/remote_plugins/2_164/automount.py:1092 #: ipaclient/remote_plugins/2_49/automount.py:1089 msgid "Modify an automount map." msgstr "Изменить список соответствия автомонтирования." #: ipaserver/plugins/automount.py:428 #, python-format msgid "Modified automount map \"%(value)s\"" msgstr "Изменён список соответствия автомонтирования \"%(value)s\"" #: ipaserver/plugins/automount.py:433 #: ipaclient/remote_plugins/2_114/automount.py:1004 #: ipaclient/remote_plugins/2_156/automount.py:1004 #: ipaclient/remote_plugins/2_164/automount.py:1004 #: ipaclient/remote_plugins/2_49/automount.py:1002 msgid "Search for an automount map." msgstr "Поиск списка соответствия автомонтирования." #: ipaserver/plugins/automount.py:436 #, python-format msgid "%(count)d automount map matched" msgid_plural "%(count)d automount maps matched" msgstr[0] "" "установлено соответствие %(count)d списка соответствия автомонтирования" msgstr[1] "" "установлено соответствие %(count)d списков соответствия автомонтирования" msgstr[2] "" "установлено соответствие %(count)d списков соответствия автомонтирования" #: ipaserver/plugins/automount.py:443 #: ipaclient/remote_plugins/2_114/automount.py:1176 #: ipaclient/remote_plugins/2_156/automount.py:1176 #: ipaclient/remote_plugins/2_164/automount.py:1176 #: ipaclient/remote_plugins/2_49/automount.py:1173 msgid "Display an automount map." msgstr "Показать список соответствия автомонтирования." #: ipaserver/plugins/automount.py:448 msgid "Automount key object." msgstr "Объект ключа автомонтирования." #: ipaserver/plugins/automount.py:452 msgid "automount key" msgstr "ключ автомонтирования" #: ipaserver/plugins/automount.py:453 msgid "automount keys" msgstr "ключи автомонтирования" #: ipaserver/plugins/automount.py:465 ipaserver/plugins/automount.py:712 #: ipaserver/plugins/automount.py:819 ipaserver/plugins/otptoken.py:219 #: ipaclient/remote_plugins/2_114/automount.py:126 #: ipaclient/remote_plugins/2_114/automount.py:194 #: ipaclient/remote_plugins/2_114/automount.py:276 #: ipaclient/remote_plugins/2_114/automount.py:331 #: ipaclient/remote_plugins/2_114/automount.py:411 #: ipaclient/remote_plugins/2_114/automount.py:521 #: ipaclient/remote_plugins/2_114/otptoken.py:116 #: ipaclient/remote_plugins/2_114/otptoken.py:234 #: ipaclient/remote_plugins/2_156/automount.py:126 #: ipaclient/remote_plugins/2_156/automount.py:194 #: ipaclient/remote_plugins/2_156/automount.py:276 #: ipaclient/remote_plugins/2_156/automount.py:331 #: ipaclient/remote_plugins/2_156/automount.py:411 #: ipaclient/remote_plugins/2_156/automount.py:521 #: ipaclient/remote_plugins/2_156/otptoken.py:116 #: ipaclient/remote_plugins/2_156/otptoken.py:234 #: ipaclient/remote_plugins/2_164/automount.py:126 #: ipaclient/remote_plugins/2_164/automount.py:194 #: ipaclient/remote_plugins/2_164/automount.py:276 #: ipaclient/remote_plugins/2_164/automount.py:331 #: ipaclient/remote_plugins/2_164/automount.py:411 #: ipaclient/remote_plugins/2_164/automount.py:521 #: ipaclient/remote_plugins/2_164/otptoken.py:116 #: ipaclient/remote_plugins/2_164/otptoken.py:234 #: ipaclient/remote_plugins/2_49/automount.py:126 #: ipaclient/remote_plugins/2_49/automount.py:192 #: ipaclient/remote_plugins/2_49/automount.py:273 #: ipaclient/remote_plugins/2_49/automount.py:328 #: ipaclient/remote_plugins/2_49/automount.py:406 #: ipaclient/remote_plugins/2_49/automount.py:515 msgid "Key" msgstr "Ключ" #: ipaserver/plugins/automount.py:466 ipaserver/plugins/automount.py:713 #: ipaserver/plugins/automount.py:820 #: ipaclient/remote_plugins/2_114/automount.py:127 #: ipaclient/remote_plugins/2_114/automount.py:195 #: ipaclient/remote_plugins/2_114/automount.py:277 #: ipaclient/remote_plugins/2_114/automount.py:332 #: ipaclient/remote_plugins/2_114/automount.py:412 #: ipaclient/remote_plugins/2_114/automount.py:522 #: ipaclient/remote_plugins/2_156/automount.py:127 #: ipaclient/remote_plugins/2_156/automount.py:195 #: ipaclient/remote_plugins/2_156/automount.py:277 #: ipaclient/remote_plugins/2_156/automount.py:332 #: ipaclient/remote_plugins/2_156/automount.py:412 #: ipaclient/remote_plugins/2_156/automount.py:522 #: ipaclient/remote_plugins/2_164/automount.py:127 #: ipaclient/remote_plugins/2_164/automount.py:195 #: ipaclient/remote_plugins/2_164/automount.py:277 #: ipaclient/remote_plugins/2_164/automount.py:332 #: ipaclient/remote_plugins/2_164/automount.py:412 #: ipaclient/remote_plugins/2_164/automount.py:522 #: ipaclient/remote_plugins/2_49/automount.py:127 #: ipaclient/remote_plugins/2_49/automount.py:193 #: ipaclient/remote_plugins/2_49/automount.py:274 #: ipaclient/remote_plugins/2_49/automount.py:329 #: ipaclient/remote_plugins/2_49/automount.py:407 #: ipaclient/remote_plugins/2_49/automount.py:516 msgid "Automount key name." msgstr "Имя ключа автомонтирования" #: ipaserver/plugins/automount.py:471 ipaserver/plugins/automount.py:717 #: ipaserver/plugins/automount.py:824 #: ipaclient/remote_plugins/2_114/automount.py:131 #: ipaclient/remote_plugins/2_114/automount.py:200 #: ipaclient/remote_plugins/2_114/automount.py:283 #: ipaclient/remote_plugins/2_114/automount.py:338 #: ipaclient/remote_plugins/2_114/automount.py:418 #: ipaclient/remote_plugins/2_114/automount.py:528 #: ipaclient/remote_plugins/2_156/automount.py:131 #: ipaclient/remote_plugins/2_156/automount.py:200 #: ipaclient/remote_plugins/2_156/automount.py:283 #: ipaclient/remote_plugins/2_156/automount.py:338 #: ipaclient/remote_plugins/2_156/automount.py:418 #: ipaclient/remote_plugins/2_156/automount.py:528 #: ipaclient/remote_plugins/2_164/automount.py:131 #: ipaclient/remote_plugins/2_164/automount.py:200 #: ipaclient/remote_plugins/2_164/automount.py:283 #: ipaclient/remote_plugins/2_164/automount.py:338 #: ipaclient/remote_plugins/2_164/automount.py:418 #: ipaclient/remote_plugins/2_164/automount.py:528 #: ipaclient/remote_plugins/2_49/automount.py:131 #: ipaclient/remote_plugins/2_49/automount.py:198 #: ipaclient/remote_plugins/2_49/automount.py:280 #: ipaclient/remote_plugins/2_49/automount.py:335 #: ipaclient/remote_plugins/2_49/automount.py:413 #: ipaclient/remote_plugins/2_49/automount.py:522 msgid "Mount information" msgstr "Сведения монтирования" #: ipaserver/plugins/automount.py:474 #: ipaclient/remote_plugins/2_114/automount.py:137 #: ipaclient/remote_plugins/2_156/automount.py:137 #: ipaclient/remote_plugins/2_164/automount.py:137 #: ipaclient/remote_plugins/2_49/automount.py:137 msgid "description" msgstr "описание" #: ipaserver/plugins/automount.py:512 msgid "Automount Keys" msgstr "Ключи автомонтирования" #: ipaserver/plugins/automount.py:513 msgid "Automount Key" msgstr "Ключ автомонтирования" #: ipaserver/plugins/automount.py:514 #, python-format msgid "" "The key,info pair must be unique. A key named %(key)s with info %(info)s " "already exists" msgstr "" "Пара ключ,информация должна быть уникальной. Ключ с именем %(key)s и " "информацией %(info)s уже существует" #: ipaserver/plugins/automount.py:515 #, python-format msgid "key named %(key)s already exists" msgstr "ключ с именем %(key)s уже существует" #: ipaserver/plugins/automount.py:516 #, python-format msgid "The automount key %(key)s with info %(info)s does not exist" msgstr "Ключ автомонтирования %(key)s с информацией %(info)s не существует" #: ipaserver/plugins/automount.py:566 #, python-format msgid "" "More than one entry with key %(key)s found, use --info to select specific " "entry." msgstr "" "Найдено несколько записей с ключом %(key)s. Используйте --info, чтобы " "выбрать определённую запись." #: ipaserver/plugins/automount.py:623 #: ipaclient/remote_plugins/2_114/automount.py:174 #: ipaclient/remote_plugins/2_156/automount.py:174 #: ipaclient/remote_plugins/2_164/automount.py:174 #: ipaclient/remote_plugins/2_49/automount.py:174 msgid "Create a new automount key." msgstr "Создать новый ключ автомонтирования." #: ipaserver/plugins/automount.py:625 #, python-format msgid "Added automount key \"%(value)s\"" msgstr "Добавлен ключ автомонтирования \"%(value)s\"" #: ipaserver/plugins/automount.py:652 #: ipaclient/remote_plugins/2_114/automount.py:877 #: ipaclient/remote_plugins/2_156/automount.py:877 #: ipaclient/remote_plugins/2_164/automount.py:877 #: ipaclient/remote_plugins/2_49/automount.py:874 msgid "Create a new indirect mount point." msgstr "Создать новую непрямую точку монтирования." #: ipaserver/plugins/automount.py:654 #, python-format msgid "Added automount indirect map \"%(value)s\"" msgstr "Добавлен непрямой список соответствия автомонтирования \"%(value)s\"" #: ipaserver/plugins/automount.py:659 #: ipaclient/remote_plugins/2_114/automount.py:917 #: ipaclient/remote_plugins/2_156/automount.py:917 #: ipaclient/remote_plugins/2_164/automount.py:917 #: ipaclient/remote_plugins/2_49/automount.py:913 msgid "Mount point" msgstr "Точка монтирования" #: ipaserver/plugins/automount.py:663 #: ipaclient/remote_plugins/2_114/automount.py:922 #: ipaclient/remote_plugins/2_156/automount.py:922 #: ipaclient/remote_plugins/2_164/automount.py:922 #: ipaclient/remote_plugins/2_49/automount.py:918 msgid "Parent map" msgstr "Родительский список соответствия" #: ipaserver/plugins/automount.py:664 #: ipaclient/remote_plugins/2_114/automount.py:923 #: ipaclient/remote_plugins/2_156/automount.py:923 #: ipaclient/remote_plugins/2_164/automount.py:923 #: ipaclient/remote_plugins/2_49/automount.py:919 msgid "Name of parent automount map (default: auto.master)." msgstr "" "Имя родительского списка соответствия автомонтирования (по умолчанию: auto." "master)" #: ipaserver/plugins/automount.py:678 msgid "mount point is relative to parent map, cannot begin with /" msgstr "" "точка монтирования указывается относительно родительского списка " "соответствия, её запись не может начинаться с /" #: ipaserver/plugins/automount.py:705 #: ipaclient/remote_plugins/2_114/automount.py:249 #: ipaclient/remote_plugins/2_156/automount.py:249 #: ipaclient/remote_plugins/2_164/automount.py:249 #: ipaclient/remote_plugins/2_49/automount.py:248 msgid "Delete an automount key." msgstr "Удалить ключ автомонтирования." #: ipaserver/plugins/automount.py:707 #, python-format msgid "Deleted automount key \"%(value)s\"" msgstr "Удалён ключ автомонтирования \"%(value)s\"" #: ipaserver/plugins/automount.py:746 #: ipaclient/remote_plugins/2_114/automount.py:391 #: ipaclient/remote_plugins/2_156/automount.py:391 #: ipaclient/remote_plugins/2_164/automount.py:391 #: ipaclient/remote_plugins/2_49/automount.py:388 msgid "Modify an automount key." msgstr "Изменить ключ автомонтирования." #: ipaserver/plugins/automount.py:748 #, python-format msgid "Modified automount key \"%(value)s\"" msgstr "Изменён ключ автомонтирования \"%(value)s\"" #: ipaserver/plugins/automount.py:755 #: ipaclient/remote_plugins/2_114/automount.py:452 #: ipaclient/remote_plugins/2_156/automount.py:452 #: ipaclient/remote_plugins/2_164/automount.py:452 #: ipaclient/remote_plugins/2_49/automount.py:447 msgid "New mount information" msgstr "Сведения о новом монтировании" #: ipaserver/plugins/automount.py:804 #: ipaclient/remote_plugins/2_114/automount.py:305 #: ipaclient/remote_plugins/2_156/automount.py:305 #: ipaclient/remote_plugins/2_164/automount.py:305 #: ipaclient/remote_plugins/2_49/automount.py:304 msgid "Search for an automount key." msgstr "Поиск ключа автомонтирования." #: ipaserver/plugins/automount.py:807 #, python-format msgid "%(count)d automount key matched" msgid_plural "%(count)d automount keys matched" msgstr[0] "установлено соответствие %(count)d ключа автомонтирования" msgstr[1] "установлено соответствие %(count)d ключей автомонтирования" msgstr[2] "установлено соответствие %(count)d ключей автомонтирования" #: ipaserver/plugins/automount.py:814 #: ipaclient/remote_plugins/2_114/automount.py:494 #: ipaclient/remote_plugins/2_156/automount.py:494 #: ipaclient/remote_plugins/2_164/automount.py:494 #: ipaclient/remote_plugins/2_49/automount.py:490 msgid "Display an automount key." msgstr "Показать ключ автомонтирования." #: ipaserver/plugins/idviews.py:58 ipaclient/remote_plugins/2_114/idviews.py:19 #: ipaclient/remote_plugins/2_156/idviews.py:19 #: ipaclient/remote_plugins/2_164/idviews.py:19 msgid "" "\n" "ID Views\n" "\n" "Manage ID Views\n" "\n" "IPA allows to override certain properties of users and groups per each " "host.\n" "This functionality is primarily used to allow migration from older systems " "or\n" "other Identity Management solutions.\n" msgstr "" "\n" "Представления идентификаторов\n" "\n" "Управление представлениями идентификаторов\n" "\n" "В IPA можно переопределять определённые свойства записей пользователей и " "групп для отдельных узлов. Эта возможность используется в основном для " "переноса данных из устаревших систем или других решений для управления " "идентификацией и учётными записями пользователей.\n" #: ipaserver/plugins/idviews.py:71 ipaserver/plugins/idviews.py:100 #: ipaserver/plugins/idviews.py:108 ipaserver/plugins/idviews.py:327 #: ipaserver/plugins/idviews.py:765 msgid "ID View" msgstr "Представление ID" #: ipaserver/plugins/idviews.py:73 msgid "system ID View" msgstr "системное представление ID" #: ipaserver/plugins/idviews.py:79 #: ipaclient/remote_plugins/2_156/idviews.py:188 #: ipaclient/remote_plugins/2_156/idviews.py:251 #: ipaclient/remote_plugins/2_156/idviews.py:332 #: ipaclient/remote_plugins/2_156/idviews.py:450 #: ipaclient/remote_plugins/2_156/idviews.py:519 #: ipaclient/remote_plugins/2_156/idviews.py:645 #: ipaclient/remote_plugins/2_156/idviews.py:708 #: ipaclient/remote_plugins/2_156/idviews.py:817 #: ipaclient/remote_plugins/2_156/idviews.py:971 #: ipaclient/remote_plugins/2_156/idviews.py:1040 #: ipaclient/remote_plugins/2_164/idviews.py:188 #: ipaclient/remote_plugins/2_164/idviews.py:251 #: ipaclient/remote_plugins/2_164/idviews.py:332 #: ipaclient/remote_plugins/2_164/idviews.py:450 #: ipaclient/remote_plugins/2_164/idviews.py:519 #: ipaclient/remote_plugins/2_164/idviews.py:645 #: ipaclient/remote_plugins/2_164/idviews.py:708 #: ipaclient/remote_plugins/2_164/idviews.py:817 #: ipaclient/remote_plugins/2_164/idviews.py:971 #: ipaclient/remote_plugins/2_164/idviews.py:1040 msgid "Fallback to AD DC LDAP" msgstr "Перейти к резервному варианту LDAP DC AD " #: ipaserver/plugins/idviews.py:80 #: ipaclient/remote_plugins/2_156/idviews.py:189 #: ipaclient/remote_plugins/2_156/idviews.py:252 #: ipaclient/remote_plugins/2_156/idviews.py:333 #: ipaclient/remote_plugins/2_156/idviews.py:451 #: ipaclient/remote_plugins/2_156/idviews.py:520 #: ipaclient/remote_plugins/2_156/idviews.py:646 #: ipaclient/remote_plugins/2_156/idviews.py:709 #: ipaclient/remote_plugins/2_156/idviews.py:818 #: ipaclient/remote_plugins/2_156/idviews.py:972 #: ipaclient/remote_plugins/2_156/idviews.py:1041 #: ipaclient/remote_plugins/2_164/idviews.py:189 #: ipaclient/remote_plugins/2_164/idviews.py:252 #: ipaclient/remote_plugins/2_164/idviews.py:333 #: ipaclient/remote_plugins/2_164/idviews.py:451 #: ipaclient/remote_plugins/2_164/idviews.py:520 #: ipaclient/remote_plugins/2_164/idviews.py:646 #: ipaclient/remote_plugins/2_164/idviews.py:709 #: ipaclient/remote_plugins/2_164/idviews.py:818 #: ipaclient/remote_plugins/2_164/idviews.py:972 #: ipaclient/remote_plugins/2_164/idviews.py:1041 msgid "" "Allow falling back to AD DC LDAP when resolving AD trusted objects. For two-" "way trusts only." msgstr "" "Разрешить переход к резервному варианту LDAP DC AD при определении адресов " "доверенных объектов AD. Только для двусторонних отношений доверия." #: ipaserver/plugins/idviews.py:101 ipaserver/plugins/idviews.py:107 msgid "ID Views" msgstr "Представления ID" #: ipaserver/plugins/idviews.py:113 #: ipaclient/remote_plugins/2_114/idviews.py:124 #: ipaclient/remote_plugins/2_114/idviews.py:142 #: ipaclient/remote_plugins/2_114/idviews.py:224 #: ipaclient/remote_plugins/2_114/idviews.py:266 #: ipaclient/remote_plugins/2_114/idviews.py:366 #: ipaclient/remote_plugins/2_114/idviews.py:468 #: ipaclient/remote_plugins/2_114/idviews.py:523 #: ipaclient/remote_plugins/2_114/idviews.py:641 #: ipaclient/remote_plugins/2_114/idviews.py:683 #: ipaclient/remote_plugins/2_114/idviews.py:811 #: ipaclient/remote_plugins/2_114/idviews.py:949 #: ipaclient/remote_plugins/2_114/idviews.py:1004 #: ipaclient/remote_plugins/2_114/idviews.py:1067 #: ipaclient/remote_plugins/2_114/idviews.py:1121 #: ipaclient/remote_plugins/2_114/idviews.py:1165 #: ipaclient/remote_plugins/2_114/idviews.py:1238 #: ipaclient/remote_plugins/2_114/idviews.py:1321 #: ipaclient/remote_plugins/2_156/idviews.py:124 #: ipaclient/remote_plugins/2_156/idviews.py:142 #: ipaclient/remote_plugins/2_156/idviews.py:232 #: ipaclient/remote_plugins/2_156/idviews.py:282 #: ipaclient/remote_plugins/2_156/idviews.py:390 #: ipaclient/remote_plugins/2_156/idviews.py:500 #: ipaclient/remote_plugins/2_156/idviews.py:563 #: ipaclient/remote_plugins/2_156/idviews.py:689 #: ipaclient/remote_plugins/2_156/idviews.py:739 #: ipaclient/remote_plugins/2_156/idviews.py:875 #: ipaclient/remote_plugins/2_156/idviews.py:1021 #: ipaclient/remote_plugins/2_156/idviews.py:1084 #: ipaclient/remote_plugins/2_156/idviews.py:1147 #: ipaclient/remote_plugins/2_156/idviews.py:1201 #: ipaclient/remote_plugins/2_156/idviews.py:1245 #: ipaclient/remote_plugins/2_156/idviews.py:1318 #: ipaclient/remote_plugins/2_156/idviews.py:1401 #: ipaclient/remote_plugins/2_164/idviews.py:124 #: ipaclient/remote_plugins/2_164/idviews.py:142 #: ipaclient/remote_plugins/2_164/idviews.py:232 #: ipaclient/remote_plugins/2_164/idviews.py:282 #: ipaclient/remote_plugins/2_164/idviews.py:390 #: ipaclient/remote_plugins/2_164/idviews.py:500 #: ipaclient/remote_plugins/2_164/idviews.py:563 #: ipaclient/remote_plugins/2_164/idviews.py:689 #: ipaclient/remote_plugins/2_164/idviews.py:739 #: ipaclient/remote_plugins/2_164/idviews.py:875 #: ipaclient/remote_plugins/2_164/idviews.py:1021 #: ipaclient/remote_plugins/2_164/idviews.py:1084 #: ipaclient/remote_plugins/2_164/idviews.py:1147 #: ipaclient/remote_plugins/2_164/idviews.py:1201 #: ipaclient/remote_plugins/2_164/idviews.py:1245 #: ipaclient/remote_plugins/2_164/idviews.py:1318 #: ipaclient/remote_plugins/2_164/idviews.py:1401 msgid "ID View Name" msgstr "Имя представления ID" #: ipaserver/plugins/idviews.py:121 msgid "User object overrides" msgstr "Приоритет объекта пользователя" #: ipaserver/plugins/idviews.py:125 msgid "Group object overrides" msgstr "Приоритет объекта группы" #: ipaserver/plugins/idviews.py:129 msgid "Hosts the view applies to" msgstr "Узлы, к которым применяется представление" #: ipaserver/plugins/idviews.py:135 ipaserver/plugins/config.py:273 msgid "Domain resolution order" msgstr "Порядок разрешения доменов" #: ipaserver/plugins/idviews.py:136 ipaserver/plugins/config.py:274 msgid "colon-separated list of domains used for short name qualification" msgstr "" "Разделённый двоеточиями список доменов, которые используются для обработки " "кратких имён" #: ipaserver/plugins/idviews.py:171 #: ipaclient/remote_plugins/2_114/idviews.py:998 #: ipaclient/remote_plugins/2_156/idviews.py:1078 #: ipaclient/remote_plugins/2_164/idviews.py:1078 msgid "Add a new ID View." msgstr "Добавить новое представление ID." #: ipaserver/plugins/idviews.py:172 #, python-format msgid "Added ID View \"%(value)s\"" msgstr "Добавлено представление ID \"%(value)s\"" #: ipaserver/plugins/idviews.py:188 #: ipaclient/remote_plugins/2_114/idviews.py:1114 #: ipaclient/remote_plugins/2_156/idviews.py:1194 #: ipaclient/remote_plugins/2_164/idviews.py:1194 msgid "Delete an ID View." msgstr "Удалить представление ID." #: ipaserver/plugins/idviews.py:189 #, python-format msgid "Deleted ID View \"%(value)s\"" msgstr "Удалено представление ID \"%(value)s\"" #: ipaserver/plugins/idviews.py:201 #: ipaclient/remote_plugins/2_114/idviews.py:1232 #: ipaclient/remote_plugins/2_156/idviews.py:1312 #: ipaclient/remote_plugins/2_164/idviews.py:1312 msgid "Modify an ID View." msgstr "Изменить представление ID." #: ipaserver/plugins/idviews.py:202 #, python-format msgid "Modified an ID View \"%(value)s\"" msgstr "Изменено представление ID \"%(value)s\"" #: ipaserver/plugins/idviews.py:217 #: ipaclient/remote_plugins/2_114/idviews.py:1151 #: ipaclient/remote_plugins/2_156/idviews.py:1231 #: ipaclient/remote_plugins/2_164/idviews.py:1231 msgid "Search for an ID View." msgstr "Поиск представления ID." #: ipaserver/plugins/idviews.py:218 #, python-format msgid "%(count)d ID View matched" msgid_plural "%(count)d ID Views matched" msgstr[0] "установлено соответствие %(count)d представления ID" msgstr[1] "установлено соответствие %(count)d представлений ID" msgstr[2] "установлено соответствие %(count)d представлений ID" #: ipaserver/plugins/idviews.py:224 #: ipaclient/remote_plugins/2_114/idviews.py:1315 #: ipaclient/remote_plugins/2_156/idviews.py:1395 #: ipaclient/remote_plugins/2_164/idviews.py:1395 msgid "Display information about an ID View." msgstr "Показать сведения о представлении ID." #: ipaserver/plugins/idviews.py:229 #: ipaclient/remote_plugins/2_114/idviews.py:1335 #: ipaclient/remote_plugins/2_156/idviews.py:1415 #: ipaclient/remote_plugins/2_164/idviews.py:1415 msgid "Enumerate all the hosts the view applies to." msgstr "Пронумеровать все узлы, к которым применяется представление" #: ipaserver/plugins/idviews.py:328 msgid "Default Trust View cannot be applied on hosts" msgstr "" "Представление отношений доверия по умолчанию невозможно применить к узлам" #: ipaserver/plugins/idviews.py:356 ipaserver/plugins/idviews.py:379 msgid "not found" msgstr "не найдено" #: ipaserver/plugins/idviews.py:377 msgid "ID View already applied" msgstr "Представление ID уже применено" #: ipaserver/plugins/idviews.py:397 msgid "value" msgstr "значение" #: ipaserver/plugins/idviews.py:406 #: ipaclient/remote_plugins/2_156/idviews.py:1141 #: ipaclient/remote_plugins/2_164/idviews.py:1141 msgid "" "Applies ID View to specified hosts or current members of specified " "hostgroups. If any other ID View is applied to the host, it is overridden." msgstr "" "Применяет представление ID к указанным узлам или текущим участникам " "указанных групп узлов. Если к узлу применяется другое представление ID, оно " "будет переопределено." #: ipaserver/plugins/idviews.py:410 #, python-format msgid "ID View applied to %i host." msgstr "Представление ID применено к узлу: %i." #: ipaserver/plugins/idviews.py:411 #, python-format msgid "ID View applied to %i hosts." msgstr "Представление ID применено к узлам: %i." #: ipaserver/plugins/idviews.py:418 #: ipaclient/remote_plugins/2_114/idviews.py:1077 #: ipaclient/remote_plugins/2_156/idviews.py:1157 #: ipaclient/remote_plugins/2_164/idviews.py:1157 msgid "Hosts to apply the ID View to" msgstr "Узлы, к которым следует применить представление ID" #: ipaserver/plugins/idviews.py:419 ipaserver/plugins/idviews.py:462 #: ipaserver/plugins/host.py:264 ipaserver/plugins/sudorule.py:433 #: ipaclient/remote_plugins/2_114/idviews.py:1076 #: ipaclient/remote_plugins/2_114/idviews.py:1380 #: ipaclient/remote_plugins/2_156/idviews.py:1156 #: ipaclient/remote_plugins/2_156/idviews.py:1460 #: ipaclient/remote_plugins/2_164/idviews.py:1156 #: ipaclient/remote_plugins/2_164/idviews.py:1460 msgid "hosts" msgstr "узлы" #: ipaserver/plugins/idviews.py:423 #: ipaclient/remote_plugins/2_114/idviews.py:1085 #: ipaclient/remote_plugins/2_156/idviews.py:1165 #: ipaclient/remote_plugins/2_164/idviews.py:1165 msgid "" "Hostgroups to whose hosts apply the ID View to. Please note that view is not " "applied automatically to any hosts added to the hostgroup after running the " "idview-apply command." msgstr "" "Группы узлов, к узлам которых следует применить представление ID. Обратите " "внимание, что представление не применяется автоматически к узлам, " "добавленным в группу узлов после выполнения команды idview-apply." #: ipaserver/plugins/idviews.py:426 ipaserver/plugins/idviews.py:469 #: ipaclient/remote_plugins/2_114/idviews.py:1084 #: ipaclient/remote_plugins/2_114/idviews.py:1388 #: ipaclient/remote_plugins/2_156/idviews.py:1164 #: ipaclient/remote_plugins/2_156/idviews.py:1468 #: ipaclient/remote_plugins/2_164/idviews.py:1164 #: ipaclient/remote_plugins/2_164/idviews.py:1468 msgid "hostgroups" msgstr "группы узлов" #: ipaserver/plugins/idviews.py:434 #: ipaclient/remote_plugins/2_114/idviews.py:1097 #: ipaclient/remote_plugins/2_156/idviews.py:1177 #: ipaclient/remote_plugins/2_164/idviews.py:1177 msgid "Hosts that this ID View was applied to." msgstr "Узлы, к которым было применено это представление ID." #: ipaserver/plugins/idviews.py:438 #: ipaclient/remote_plugins/2_114/idviews.py:1102 #: ipaclient/remote_plugins/2_156/idviews.py:1182 #: ipaclient/remote_plugins/2_164/idviews.py:1182 msgid "Hosts or hostgroups that this ID View could not be applied to." msgstr "" "Узлы или группы узлов, к которым не удалось применить это представление ID." #: ipaserver/plugins/idviews.py:443 #: ipaclient/remote_plugins/2_114/idviews.py:1107 #: ipaclient/remote_plugins/2_156/idviews.py:1187 #: ipaclient/remote_plugins/2_164/idviews.py:1187 msgid "Number of hosts the ID View was applied to:" msgstr "Количество узлов, к которым было применено представление ID:" #: ipaserver/plugins/idviews.py:450 #: ipaclient/remote_plugins/2_114/idviews.py:1372 #: ipaclient/remote_plugins/2_156/idviews.py:1452 #: ipaclient/remote_plugins/2_164/idviews.py:1452 msgid "" "Clears ID View from specified hosts or current members of specified " "hostgroups." msgstr "" "Очищает представление ID для указанных узлов или текущих участников " "указанных групп узлов." #: ipaserver/plugins/idviews.py:453 #, python-format msgid "ID View cleared from %i host." msgstr "Представление ID очищено из %i узла." #: ipaserver/plugins/idviews.py:454 #, python-format msgid "ID View cleared from %i hosts." msgstr "Представление ID очищено из %i узлов." #: ipaserver/plugins/idviews.py:461 #: ipaclient/remote_plugins/2_114/idviews.py:1381 #: ipaclient/remote_plugins/2_156/idviews.py:1461 #: ipaclient/remote_plugins/2_164/idviews.py:1461 msgid "Hosts to clear (any) ID View from." msgstr "Узлы, для которых следует очистить (любое) представление ID." #: ipaserver/plugins/idviews.py:466 #: ipaclient/remote_plugins/2_114/idviews.py:1389 #: ipaclient/remote_plugins/2_156/idviews.py:1469 #: ipaclient/remote_plugins/2_164/idviews.py:1469 msgid "" "Hostgroups whose hosts should have ID Views cleared. Note that view is not " "cleared automatically from any host added to the hostgroup after running " "idview-unapply command." msgstr "" "Группы узлов, для узлов которых следует очистить представления ID. Обратите " "внимание, что представление не очищается автоматически для узлов, " "добавленных в группу узлов после выполнения команды idview-unapply. " #: ipaserver/plugins/idviews.py:477 #: ipaclient/remote_plugins/2_114/idviews.py:1401 #: ipaclient/remote_plugins/2_156/idviews.py:1481 #: ipaclient/remote_plugins/2_164/idviews.py:1481 msgid "Hosts that ID View was cleared from." msgstr "Узлы, для которых было очищено представление ID." #: ipaserver/plugins/idviews.py:481 #: ipaclient/remote_plugins/2_114/idviews.py:1406 #: ipaclient/remote_plugins/2_156/idviews.py:1486 #: ipaclient/remote_plugins/2_164/idviews.py:1486 msgid "Hosts or hostgroups that ID View could not be cleared from." msgstr "" "Узлы или группы узлов, для которых не удалось очистить представление ID." #: ipaserver/plugins/idviews.py:486 #: ipaclient/remote_plugins/2_114/idviews.py:1411 #: ipaclient/remote_plugins/2_156/idviews.py:1491 #: ipaclient/remote_plugins/2_164/idviews.py:1491 msgid "Number of hosts that had a ID View was unset:" msgstr "Количество узлов, с которых снято представление ID: " #: ipaserver/plugins/idviews.py:522 msgid "" "You are trying to reference a magic private group which is not allowed to be " "overridden. Try overriding the GID attribute of the corresponding user " "instead." msgstr "" "Вы пытаетесь сослаться на личную группу, которую запрещено переопределять. " "Попробуйте переопределить атрибут GID соответствующего пользователя." #: ipaserver/plugins/idviews.py:560 msgid "IPA object" msgstr "Объект IPA" #: ipaserver/plugins/idviews.py:561 msgid "" "system IPA objects (e.g. system groups, user private groups) cannot be " "overridden" msgstr "" "невозможно переопределить системные объекты IPA (например, системные группы, " "личные группы пользователей)" #: ipaserver/plugins/idviews.py:655 #, python-format msgid "Anchor '%(anchor)s' could not be resolved." msgstr "Не удалось определить привязку \"%(anchor)s\"." #: ipaserver/plugins/idviews.py:702 #: ipaclient/remote_plugins/2_114/idviews.py:38 #: ipaclient/remote_plugins/2_114/idviews.py:65 #: ipaclient/remote_plugins/2_114/idviews.py:147 #: ipaclient/remote_plugins/2_114/idviews.py:230 #: ipaclient/remote_plugins/2_114/idviews.py:279 #: ipaclient/remote_plugins/2_114/idviews.py:371 #: ipaclient/remote_plugins/2_114/idviews.py:473 #: ipaclient/remote_plugins/2_114/idviews.py:528 #: ipaclient/remote_plugins/2_114/idviews.py:647 #: ipaclient/remote_plugins/2_114/idviews.py:696 #: ipaclient/remote_plugins/2_114/idviews.py:816 #: ipaclient/remote_plugins/2_114/idviews.py:954 #: ipaclient/remote_plugins/2_156/idviews.py:38 #: ipaclient/remote_plugins/2_156/idviews.py:65 #: ipaclient/remote_plugins/2_156/idviews.py:147 #: ipaclient/remote_plugins/2_156/idviews.py:238 #: ipaclient/remote_plugins/2_156/idviews.py:295 #: ipaclient/remote_plugins/2_156/idviews.py:395 #: ipaclient/remote_plugins/2_156/idviews.py:505 #: ipaclient/remote_plugins/2_156/idviews.py:568 #: ipaclient/remote_plugins/2_156/idviews.py:695 #: ipaclient/remote_plugins/2_156/idviews.py:752 #: ipaclient/remote_plugins/2_156/idviews.py:880 #: ipaclient/remote_plugins/2_156/idviews.py:1026 #: ipaclient/remote_plugins/2_164/idviews.py:38 #: ipaclient/remote_plugins/2_164/idviews.py:65 #: ipaclient/remote_plugins/2_164/idviews.py:147 #: ipaclient/remote_plugins/2_164/idviews.py:238 #: ipaclient/remote_plugins/2_164/idviews.py:295 #: ipaclient/remote_plugins/2_164/idviews.py:395 #: ipaclient/remote_plugins/2_164/idviews.py:505 #: ipaclient/remote_plugins/2_164/idviews.py:568 #: ipaclient/remote_plugins/2_164/idviews.py:695 #: ipaclient/remote_plugins/2_164/idviews.py:752 #: ipaclient/remote_plugins/2_164/idviews.py:880 #: ipaclient/remote_plugins/2_164/idviews.py:1026 msgid "Anchor to override" msgstr "Привязка, которую следует переопределить" #: ipaserver/plugins/idviews.py:766 msgid "Default Trust View cannot contain IPA users" msgstr "" "Представление отношений доверия по умолчанию не может содержать " "пользователей IPA" #: ipaserver/plugins/idviews.py:770 msgid "Add a new ID override." msgstr "Добавить новое переопределение ID." #: ipaserver/plugins/idviews.py:771 #, python-format msgid "Added ID override \"%(value)s\"" msgstr "Добавлено переопределение ID \"%(value)s\"" #: ipaserver/plugins/idviews.py:786 msgid "Delete an ID override." msgstr "Удалить переопределение ID." #: ipaserver/plugins/idviews.py:787 #, python-format msgid "Deleted ID override \"%(value)s\"" msgstr "Удалено переопределение ID \"%(value)s\"" #: ipaserver/plugins/idviews.py:810 msgid "Modify an ID override." msgstr "Изменить переопределение ID." #: ipaserver/plugins/idviews.py:811 #, python-format msgid "Modified an ID override \"%(value)s\"" msgstr "Изменено переопределение ID \"%(value)s\"" #: ipaserver/plugins/idviews.py:818 msgid "ID override" msgstr "Переопределение ID" #: ipaserver/plugins/idviews.py:819 msgid "ID overrides cannot be renamed" msgstr "Невозможно переименовать переопределения ID" #: ipaserver/plugins/idviews.py:831 msgid "Search for an ID override." msgstr "Поиск переопределения ID." #: ipaserver/plugins/idviews.py:832 #, python-format msgid "%(count)d ID override matched" msgid_plural "%(count)d ID overrides matched" msgstr[0] "установлено соответствие %(count)d переопределения ID" msgstr[1] "установлено соответствие %(count)d переопределений ID" msgstr[2] "установлено соответствие %(count)d переопределений ID" #: ipaserver/plugins/idviews.py:844 msgid "Display information about an ID override." msgstr "Показать сведения о переопределении ID." #: ipaserver/plugins/idviews.py:856 ipaserver/plugins/idviews.py:860 msgid "User ID override" msgstr "Переопределение ID пользователя" #: ipaserver/plugins/idviews.py:857 ipaserver/plugins/idviews.py:859 msgid "User ID overrides" msgstr "Переопределения ID пользователя" #: ipaserver/plugins/idviews.py:899 ipaserver/plugins/baseuser.py:179 #: ipaclient/remote_plugins/2_114/user.py:71 #: ipaclient/remote_plugins/2_114/user.py:345 #: ipaclient/remote_plugins/2_114/user.py:652 #: ipaclient/remote_plugins/2_114/user.py:690 #: ipaclient/remote_plugins/2_114/user.py:723 #: ipaclient/remote_plugins/2_114/user.py:764 #: ipaclient/remote_plugins/2_114/user.py:1144 #: ipaclient/remote_plugins/2_114/user.py:1456 #: ipaclient/remote_plugins/2_114/user.py:1536 #: ipaclient/remote_plugins/2_114/user.py:1601 #: ipaclient/remote_plugins/2_114/idviews.py:75 #: ipaclient/remote_plugins/2_114/idviews.py:542 #: ipaclient/remote_plugins/2_114/idviews.py:708 #: ipaclient/remote_plugins/2_114/idviews.py:830 #: ipaclient/remote_plugins/2_156/stageuser.py:70 #: ipaclient/remote_plugins/2_156/stageuser.py:346 #: ipaclient/remote_plugins/2_156/stageuser.py:398 #: ipaclient/remote_plugins/2_156/stageuser.py:709 #: ipaclient/remote_plugins/2_156/stageuser.py:755 #: ipaclient/remote_plugins/2_156/stageuser.py:1130 #: ipaclient/remote_plugins/2_156/stageuser.py:1444 #: ipaclient/remote_plugins/2_156/user.py:71 #: ipaclient/remote_plugins/2_156/user.py:357 #: ipaclient/remote_plugins/2_156/user.py:671 #: ipaclient/remote_plugins/2_156/user.py:733 #: ipaclient/remote_plugins/2_156/user.py:776 #: ipaclient/remote_plugins/2_156/user.py:809 #: ipaclient/remote_plugins/2_156/user.py:850 #: ipaclient/remote_plugins/2_156/user.py:1244 #: ipaclient/remote_plugins/2_156/user.py:1564 #: ipaclient/remote_plugins/2_156/user.py:1625 #: ipaclient/remote_plugins/2_156/user.py:1690 #: ipaclient/remote_plugins/2_156/user.py:1749 #: ipaclient/remote_plugins/2_156/user.py:1807 #: ipaclient/remote_plugins/2_156/user.py:1847 #: ipaclient/remote_plugins/2_156/idviews.py:75 #: ipaclient/remote_plugins/2_156/idviews.py:582 #: ipaclient/remote_plugins/2_156/idviews.py:764 #: ipaclient/remote_plugins/2_156/idviews.py:894 #: ipaclient/remote_plugins/2_164/stageuser.py:70 #: ipaclient/remote_plugins/2_164/stageuser.py:346 #: ipaclient/remote_plugins/2_164/stageuser.py:398 #: ipaclient/remote_plugins/2_164/stageuser.py:708 #: ipaclient/remote_plugins/2_164/stageuser.py:771 #: ipaclient/remote_plugins/2_164/stageuser.py:817 #: ipaclient/remote_plugins/2_164/stageuser.py:1192 #: ipaclient/remote_plugins/2_164/stageuser.py:1506 #: ipaclient/remote_plugins/2_164/stageuser.py:1568 #: ipaclient/remote_plugins/2_164/user.py:71 #: ipaclient/remote_plugins/2_164/user.py:357 #: ipaclient/remote_plugins/2_164/user.py:671 #: ipaclient/remote_plugins/2_164/user.py:732 #: ipaclient/remote_plugins/2_164/user.py:795 #: ipaclient/remote_plugins/2_164/user.py:838 #: ipaclient/remote_plugins/2_164/user.py:871 #: ipaclient/remote_plugins/2_164/user.py:912 #: ipaclient/remote_plugins/2_164/user.py:1306 #: ipaclient/remote_plugins/2_164/user.py:1626 #: ipaclient/remote_plugins/2_164/user.py:1687 #: ipaclient/remote_plugins/2_164/user.py:1749 #: ipaclient/remote_plugins/2_164/user.py:1814 #: ipaclient/remote_plugins/2_164/user.py:1873 #: ipaclient/remote_plugins/2_164/user.py:1931 #: ipaclient/remote_plugins/2_164/user.py:1971 #: ipaclient/remote_plugins/2_164/idviews.py:75 #: ipaclient/remote_plugins/2_164/idviews.py:582 #: ipaclient/remote_plugins/2_164/idviews.py:764 #: ipaclient/remote_plugins/2_164/idviews.py:894 #: ipaclient/remote_plugins/2_49/user.py:71 #: ipaclient/remote_plugins/2_49/user.py:292 #: ipaclient/remote_plugins/2_49/user.py:538 #: ipaclient/remote_plugins/2_49/user.py:578 #: ipaclient/remote_plugins/2_49/user.py:610 #: ipaclient/remote_plugins/2_49/user.py:650 #: ipaclient/remote_plugins/2_49/user.py:968 #: ipaclient/remote_plugins/2_49/user.py:1219 #: ipaclient/remote_plugins/2_49/user.py:1293 #: ipaclient/remote_plugins/2_49/user.py:1351 msgid "User login" msgstr "Логин пользователя" #: ipaserver/plugins/idviews.py:904 ipaserver/plugins/baseuser.py:268 #: ipaclient/remote_plugins/2_114/user.py:146 #: ipaclient/remote_plugins/2_114/user.py:442 #: ipaclient/remote_plugins/2_114/user.py:850 #: ipaclient/remote_plugins/2_114/user.py:1231 #: ipaclient/remote_plugins/2_114/idviews.py:80 #: ipaclient/remote_plugins/2_114/idviews.py:549 #: ipaclient/remote_plugins/2_114/idviews.py:715 #: ipaclient/remote_plugins/2_114/idviews.py:837 #: ipaclient/remote_plugins/2_156/stageuser.py:145 #: ipaclient/remote_plugins/2_156/stageuser.py:495 #: ipaclient/remote_plugins/2_156/stageuser.py:841 #: ipaclient/remote_plugins/2_156/stageuser.py:1217 #: ipaclient/remote_plugins/2_156/user.py:146 #: ipaclient/remote_plugins/2_156/user.py:454 #: ipaclient/remote_plugins/2_156/user.py:936 #: ipaclient/remote_plugins/2_156/user.py:1331 #: ipaclient/remote_plugins/2_156/idviews.py:80 #: ipaclient/remote_plugins/2_156/idviews.py:589 #: ipaclient/remote_plugins/2_156/idviews.py:771 #: ipaclient/remote_plugins/2_156/idviews.py:901 #: ipaclient/remote_plugins/2_164/stageuser.py:145 #: ipaclient/remote_plugins/2_164/stageuser.py:495 #: ipaclient/remote_plugins/2_164/stageuser.py:903 #: ipaclient/remote_plugins/2_164/stageuser.py:1279 #: ipaclient/remote_plugins/2_164/user.py:146 #: ipaclient/remote_plugins/2_164/user.py:454 #: ipaclient/remote_plugins/2_164/user.py:998 #: ipaclient/remote_plugins/2_164/user.py:1393 #: ipaclient/remote_plugins/2_164/idviews.py:80 #: ipaclient/remote_plugins/2_164/idviews.py:589 #: ipaclient/remote_plugins/2_164/idviews.py:771 #: ipaclient/remote_plugins/2_164/idviews.py:901 #: ipaclient/remote_plugins/2_49/user.py:140 #: ipaclient/remote_plugins/2_49/user.py:382 #: ipaclient/remote_plugins/2_49/user.py:730 #: ipaclient/remote_plugins/2_49/user.py:1049 msgid "UID" msgstr "UID" #: ipaserver/plugins/idviews.py:905 #: ipaclient/remote_plugins/2_114/idviews.py:81 #: ipaclient/remote_plugins/2_114/idviews.py:550 #: ipaclient/remote_plugins/2_114/idviews.py:716 #: ipaclient/remote_plugins/2_114/idviews.py:838 #: ipaclient/remote_plugins/2_156/idviews.py:81 #: ipaclient/remote_plugins/2_156/idviews.py:590 #: ipaclient/remote_plugins/2_156/idviews.py:772 #: ipaclient/remote_plugins/2_156/idviews.py:902 #: ipaclient/remote_plugins/2_164/idviews.py:81 #: ipaclient/remote_plugins/2_164/idviews.py:590 #: ipaclient/remote_plugins/2_164/idviews.py:772 #: ipaclient/remote_plugins/2_164/idviews.py:902 msgid "User ID Number" msgstr "Номер ID пользователя" #: ipaserver/plugins/idviews.py:909 ipaserver/plugins/baseuser.py:212 #: ipaclient/remote_plugins/2_114/user.py:103 #: ipaclient/remote_plugins/2_114/user.py:390 #: ipaclient/remote_plugins/2_114/user.py:807 #: ipaclient/remote_plugins/2_114/user.py:1189 #: ipaclient/remote_plugins/2_114/idviews.py:86 #: ipaclient/remote_plugins/2_114/idviews.py:555 #: ipaclient/remote_plugins/2_114/idviews.py:721 #: ipaclient/remote_plugins/2_114/idviews.py:843 #: ipaclient/remote_plugins/2_156/stageuser.py:102 #: ipaclient/remote_plugins/2_156/stageuser.py:443 #: ipaclient/remote_plugins/2_156/stageuser.py:798 #: ipaclient/remote_plugins/2_156/stageuser.py:1175 #: ipaclient/remote_plugins/2_156/user.py:103 #: ipaclient/remote_plugins/2_156/user.py:402 #: ipaclient/remote_plugins/2_156/user.py:893 #: ipaclient/remote_plugins/2_156/user.py:1289 #: ipaclient/remote_plugins/2_156/idviews.py:86 #: ipaclient/remote_plugins/2_156/idviews.py:595 #: ipaclient/remote_plugins/2_156/idviews.py:777 #: ipaclient/remote_plugins/2_156/idviews.py:907 #: ipaclient/remote_plugins/2_164/stageuser.py:102 #: ipaclient/remote_plugins/2_164/stageuser.py:443 #: ipaclient/remote_plugins/2_164/stageuser.py:860 #: ipaclient/remote_plugins/2_164/stageuser.py:1237 #: ipaclient/remote_plugins/2_164/user.py:103 #: ipaclient/remote_plugins/2_164/user.py:402 #: ipaclient/remote_plugins/2_164/user.py:955 #: ipaclient/remote_plugins/2_164/user.py:1351 #: ipaclient/remote_plugins/2_164/idviews.py:86 #: ipaclient/remote_plugins/2_164/idviews.py:595 #: ipaclient/remote_plugins/2_164/idviews.py:777 #: ipaclient/remote_plugins/2_164/idviews.py:907 msgid "GECOS" msgstr "GECOS" #: ipaserver/plugins/idviews.py:912 ipaserver/plugins/idviews.py:1007 #: ipaserver/plugins/baseuser.py:273 ipaserver/plugins/group.py:307 #: ipaclient/remote_plugins/2_114/group.py:119 #: ipaclient/remote_plugins/2_114/group.py:219 #: ipaclient/remote_plugins/2_114/group.py:464 #: ipaclient/remote_plugins/2_114/group.py:691 #: ipaclient/remote_plugins/2_114/user.py:152 #: ipaclient/remote_plugins/2_114/user.py:448 #: ipaclient/remote_plugins/2_114/user.py:856 #: ipaclient/remote_plugins/2_114/user.py:1237 #: ipaclient/remote_plugins/2_114/idviews.py:53 #: ipaclient/remote_plugins/2_114/idviews.py:91 #: ipaclient/remote_plugins/2_114/idviews.py:168 #: ipaclient/remote_plugins/2_114/idviews.py:298 #: ipaclient/remote_plugins/2_114/idviews.py:392 #: ipaclient/remote_plugins/2_114/idviews.py:560 #: ipaclient/remote_plugins/2_114/idviews.py:726 #: ipaclient/remote_plugins/2_114/idviews.py:848 #: ipaclient/remote_plugins/2_156/group.py:119 #: ipaclient/remote_plugins/2_156/group.py:219 #: ipaclient/remote_plugins/2_156/group.py:464 #: ipaclient/remote_plugins/2_156/group.py:691 #: ipaclient/remote_plugins/2_156/stageuser.py:151 #: ipaclient/remote_plugins/2_156/stageuser.py:501 #: ipaclient/remote_plugins/2_156/stageuser.py:847 #: ipaclient/remote_plugins/2_156/stageuser.py:1223 #: ipaclient/remote_plugins/2_156/user.py:152 #: ipaclient/remote_plugins/2_156/user.py:460 #: ipaclient/remote_plugins/2_156/user.py:942 #: ipaclient/remote_plugins/2_156/user.py:1337 #: ipaclient/remote_plugins/2_156/idviews.py:53 #: ipaclient/remote_plugins/2_156/idviews.py:91 #: ipaclient/remote_plugins/2_156/idviews.py:168 #: ipaclient/remote_plugins/2_156/idviews.py:314 #: ipaclient/remote_plugins/2_156/idviews.py:416 #: ipaclient/remote_plugins/2_156/idviews.py:600 #: ipaclient/remote_plugins/2_156/idviews.py:782 #: ipaclient/remote_plugins/2_156/idviews.py:912 #: ipaclient/remote_plugins/2_164/group.py:119 #: ipaclient/remote_plugins/2_164/group.py:219 #: ipaclient/remote_plugins/2_164/group.py:464 #: ipaclient/remote_plugins/2_164/group.py:691 #: ipaclient/remote_plugins/2_164/stageuser.py:151 #: ipaclient/remote_plugins/2_164/stageuser.py:501 #: ipaclient/remote_plugins/2_164/stageuser.py:909 #: ipaclient/remote_plugins/2_164/stageuser.py:1285 #: ipaclient/remote_plugins/2_164/user.py:152 #: ipaclient/remote_plugins/2_164/user.py:460 #: ipaclient/remote_plugins/2_164/user.py:1004 #: ipaclient/remote_plugins/2_164/user.py:1399 #: ipaclient/remote_plugins/2_164/idviews.py:53 #: ipaclient/remote_plugins/2_164/idviews.py:91 #: ipaclient/remote_plugins/2_164/idviews.py:168 #: ipaclient/remote_plugins/2_164/idviews.py:314 #: ipaclient/remote_plugins/2_164/idviews.py:416 #: ipaclient/remote_plugins/2_164/idviews.py:600 #: ipaclient/remote_plugins/2_164/idviews.py:782 #: ipaclient/remote_plugins/2_164/idviews.py:912 #: ipaclient/remote_plugins/2_49/group.py:118 #: ipaclient/remote_plugins/2_49/group.py:217 #: ipaclient/remote_plugins/2_49/group.py:450 #: ipaclient/remote_plugins/2_49/group.py:652 #: ipaclient/remote_plugins/2_49/user.py:145 #: ipaclient/remote_plugins/2_49/user.py:389 #: ipaclient/remote_plugins/2_49/user.py:737 #: ipaclient/remote_plugins/2_49/user.py:1056 msgid "GID" msgstr "ID группы" #: ipaserver/plugins/idviews.py:913 ipaserver/plugins/idviews.py:1008 #: ipaserver/plugins/baseuser.py:274 ipaclient/remote_plugins/2_114/user.py:153 #: ipaclient/remote_plugins/2_114/user.py:449 #: ipaclient/remote_plugins/2_114/user.py:857 #: ipaclient/remote_plugins/2_114/user.py:1238 #: ipaclient/remote_plugins/2_114/idviews.py:54 #: ipaclient/remote_plugins/2_114/idviews.py:92 #: ipaclient/remote_plugins/2_114/idviews.py:169 #: ipaclient/remote_plugins/2_114/idviews.py:299 #: ipaclient/remote_plugins/2_114/idviews.py:393 #: ipaclient/remote_plugins/2_114/idviews.py:561 #: ipaclient/remote_plugins/2_114/idviews.py:727 #: ipaclient/remote_plugins/2_114/idviews.py:849 #: ipaclient/remote_plugins/2_156/stageuser.py:152 #: ipaclient/remote_plugins/2_156/stageuser.py:502 #: ipaclient/remote_plugins/2_156/stageuser.py:848 #: ipaclient/remote_plugins/2_156/stageuser.py:1224 #: ipaclient/remote_plugins/2_156/user.py:153 #: ipaclient/remote_plugins/2_156/user.py:461 #: ipaclient/remote_plugins/2_156/user.py:943 #: ipaclient/remote_plugins/2_156/user.py:1338 #: ipaclient/remote_plugins/2_156/idviews.py:54 #: ipaclient/remote_plugins/2_156/idviews.py:92 #: ipaclient/remote_plugins/2_156/idviews.py:169 #: ipaclient/remote_plugins/2_156/idviews.py:315 #: ipaclient/remote_plugins/2_156/idviews.py:417 #: ipaclient/remote_plugins/2_156/idviews.py:601 #: ipaclient/remote_plugins/2_156/idviews.py:783 #: ipaclient/remote_plugins/2_156/idviews.py:913 #: ipaclient/remote_plugins/2_164/stageuser.py:152 #: ipaclient/remote_plugins/2_164/stageuser.py:502 #: ipaclient/remote_plugins/2_164/stageuser.py:910 #: ipaclient/remote_plugins/2_164/stageuser.py:1286 #: ipaclient/remote_plugins/2_164/user.py:153 #: ipaclient/remote_plugins/2_164/user.py:461 #: ipaclient/remote_plugins/2_164/user.py:1005 #: ipaclient/remote_plugins/2_164/user.py:1400 #: ipaclient/remote_plugins/2_164/idviews.py:54 #: ipaclient/remote_plugins/2_164/idviews.py:92 #: ipaclient/remote_plugins/2_164/idviews.py:169 #: ipaclient/remote_plugins/2_164/idviews.py:315 #: ipaclient/remote_plugins/2_164/idviews.py:417 #: ipaclient/remote_plugins/2_164/idviews.py:601 #: ipaclient/remote_plugins/2_164/idviews.py:783 #: ipaclient/remote_plugins/2_164/idviews.py:913 #: ipaclient/remote_plugins/2_49/user.py:146 #: ipaclient/remote_plugins/2_49/user.py:390 #: ipaclient/remote_plugins/2_49/user.py:738 #: ipaclient/remote_plugins/2_49/user.py:1057 msgid "Group ID Number" msgstr "ID группы" #: ipaserver/plugins/idviews.py:918 ipaserver/plugins/baseuser.py:209 #: ipaclient/remote_plugins/2_114/user.py:98 #: ipaclient/remote_plugins/2_114/user.py:385 #: ipaclient/remote_plugins/2_114/user.py:802 #: ipaclient/remote_plugins/2_114/user.py:1184 #: ipaclient/remote_plugins/2_114/idviews.py:97 #: ipaclient/remote_plugins/2_114/idviews.py:567 #: ipaclient/remote_plugins/2_114/idviews.py:733 #: ipaclient/remote_plugins/2_114/idviews.py:855 #: ipaclient/remote_plugins/2_156/stageuser.py:97 #: ipaclient/remote_plugins/2_156/stageuser.py:438 #: ipaclient/remote_plugins/2_156/stageuser.py:793 #: ipaclient/remote_plugins/2_156/stageuser.py:1170 #: ipaclient/remote_plugins/2_156/user.py:98 #: ipaclient/remote_plugins/2_156/user.py:397 #: ipaclient/remote_plugins/2_156/user.py:888 #: ipaclient/remote_plugins/2_156/user.py:1284 #: ipaclient/remote_plugins/2_156/idviews.py:97 #: ipaclient/remote_plugins/2_156/idviews.py:607 #: ipaclient/remote_plugins/2_156/idviews.py:789 #: ipaclient/remote_plugins/2_156/idviews.py:919 #: ipaclient/remote_plugins/2_164/stageuser.py:97 #: ipaclient/remote_plugins/2_164/stageuser.py:438 #: ipaclient/remote_plugins/2_164/stageuser.py:855 #: ipaclient/remote_plugins/2_164/stageuser.py:1232 #: ipaclient/remote_plugins/2_164/user.py:98 #: ipaclient/remote_plugins/2_164/user.py:397 #: ipaclient/remote_plugins/2_164/user.py:950 #: ipaclient/remote_plugins/2_164/user.py:1346 #: ipaclient/remote_plugins/2_164/idviews.py:97 #: ipaclient/remote_plugins/2_164/idviews.py:607 #: ipaclient/remote_plugins/2_164/idviews.py:789 #: ipaclient/remote_plugins/2_164/idviews.py:919 #: ipaclient/remote_plugins/2_49/user.py:98 #: ipaclient/remote_plugins/2_49/user.py:332 #: ipaclient/remote_plugins/2_49/user.py:688 #: ipaclient/remote_plugins/2_49/user.py:1008 msgid "Home directory" msgstr "Домашний каталог" #: ipaserver/plugins/idviews.py:922 ipaserver/plugins/baseuser.py:218 #: ipaclient/remote_plugins/2_114/user.py:108 #: ipaclient/remote_plugins/2_114/user.py:398 #: ipaclient/remote_plugins/2_114/user.py:814 #: ipaclient/remote_plugins/2_114/user.py:1196 #: ipaclient/remote_plugins/2_114/idviews.py:102 #: ipaclient/remote_plugins/2_114/idviews.py:573 #: ipaclient/remote_plugins/2_114/idviews.py:739 #: ipaclient/remote_plugins/2_114/idviews.py:861 #: ipaclient/remote_plugins/2_156/stageuser.py:107 #: ipaclient/remote_plugins/2_156/stageuser.py:451 #: ipaclient/remote_plugins/2_156/stageuser.py:805 #: ipaclient/remote_plugins/2_156/stageuser.py:1182 #: ipaclient/remote_plugins/2_156/user.py:108 #: ipaclient/remote_plugins/2_156/user.py:410 #: ipaclient/remote_plugins/2_156/user.py:900 #: ipaclient/remote_plugins/2_156/user.py:1296 #: ipaclient/remote_plugins/2_156/idviews.py:102 #: ipaclient/remote_plugins/2_156/idviews.py:613 #: ipaclient/remote_plugins/2_156/idviews.py:795 #: ipaclient/remote_plugins/2_156/idviews.py:925 #: ipaclient/remote_plugins/2_164/stageuser.py:107 #: ipaclient/remote_plugins/2_164/stageuser.py:451 #: ipaclient/remote_plugins/2_164/stageuser.py:867 #: ipaclient/remote_plugins/2_164/stageuser.py:1244 #: ipaclient/remote_plugins/2_164/user.py:108 #: ipaclient/remote_plugins/2_164/user.py:410 #: ipaclient/remote_plugins/2_164/user.py:962 #: ipaclient/remote_plugins/2_164/user.py:1358 #: ipaclient/remote_plugins/2_164/idviews.py:102 #: ipaclient/remote_plugins/2_164/idviews.py:613 #: ipaclient/remote_plugins/2_164/idviews.py:795 #: ipaclient/remote_plugins/2_164/idviews.py:925 #: ipaclient/remote_plugins/2_49/user.py:108 #: ipaclient/remote_plugins/2_49/user.py:345 #: ipaclient/remote_plugins/2_49/user.py:700 #: ipaclient/remote_plugins/2_49/user.py:1020 msgid "Login shell" msgstr "Оболочка входа" #: ipaserver/plugins/idviews.py:929 ipaserver/plugins/host.py:552 #: ipaserver/plugins/baseuser.py:322 ipaclient/remote_plugins/2_114/host.py:159 #: ipaclient/remote_plugins/2_114/host.py:368 #: ipaclient/remote_plugins/2_114/host.py:1324 #: ipaclient/remote_plugins/2_114/user.py:229 #: ipaclient/remote_plugins/2_114/user.py:532 #: ipaclient/remote_plugins/2_114/user.py:1321 #: ipaclient/remote_plugins/2_114/idviews.py:113 #: ipaclient/remote_plugins/2_114/idviews.py:585 #: ipaclient/remote_plugins/2_114/idviews.py:873 #: ipaclient/remote_plugins/2_156/host.py:160 #: ipaclient/remote_plugins/2_156/host.py:370 #: ipaclient/remote_plugins/2_156/host.py:1388 #: ipaclient/remote_plugins/2_156/stageuser.py:223 #: ipaclient/remote_plugins/2_156/stageuser.py:579 #: ipaclient/remote_plugins/2_156/stageuser.py:1301 #: ipaclient/remote_plugins/2_156/user.py:224 #: ipaclient/remote_plugins/2_156/user.py:538 #: ipaclient/remote_plugins/2_156/user.py:1415 #: ipaclient/remote_plugins/2_156/idviews.py:113 #: ipaclient/remote_plugins/2_156/idviews.py:625 #: ipaclient/remote_plugins/2_156/idviews.py:937 #: ipaclient/remote_plugins/2_164/host.py:160 #: ipaclient/remote_plugins/2_164/host.py:370 #: ipaclient/remote_plugins/2_164/host.py:1388 #: ipaclient/remote_plugins/2_164/stageuser.py:223 #: ipaclient/remote_plugins/2_164/stageuser.py:579 #: ipaclient/remote_plugins/2_164/stageuser.py:1363 #: ipaclient/remote_plugins/2_164/user.py:224 #: ipaclient/remote_plugins/2_164/user.py:538 #: ipaclient/remote_plugins/2_164/user.py:1477 #: ipaclient/remote_plugins/2_164/idviews.py:113 #: ipaclient/remote_plugins/2_164/idviews.py:625 #: ipaclient/remote_plugins/2_164/idviews.py:937 #: ipaclient/remote_plugins/2_49/host.py:155 #: ipaclient/remote_plugins/2_49/host.py:308 #: ipaclient/remote_plugins/2_49/host.py:845 #: ipaclient/remote_plugins/2_49/user.py:221 #: ipaclient/remote_plugins/2_49/user.py:474 #: ipaclient/remote_plugins/2_49/user.py:1140 msgid "SSH public key" msgstr "SSH публичный ключ" #: ipaserver/plugins/idviews.py:936 ipaserver/plugins/baseuser.py:372 #: ipaserver/plugins/baseuser.py:786 ipaserver/plugins/certmap.py:533 msgid "Base-64 encoded user certificate" msgstr "Base-64 шифрованный сертификат пользователя" #: ipaserver/plugins/idviews.py:972 ipaserver/plugins/idviews.py:976 msgid "Group ID override" msgstr "Переопределение ID группы" #: ipaserver/plugins/idviews.py:973 ipaserver/plugins/idviews.py:975 msgid "Group ID overrides" msgstr "Переопределения ID группы" #: ipaserver/plugins/idviews.py:1002 ipaserver/plugins/group.py:296 #: ipaclient/remote_plugins/2_114/group.py:108 #: ipaclient/remote_plugins/2_114/group.py:203 #: ipaclient/remote_plugins/2_114/group.py:294 #: ipaclient/remote_plugins/2_114/group.py:373 #: ipaclient/remote_plugins/2_114/group.py:410 #: ipaclient/remote_plugins/2_114/group.py:450 #: ipaclient/remote_plugins/2_114/group.py:675 #: ipaclient/remote_plugins/2_114/group.py:787 #: ipaclient/remote_plugins/2_114/group.py:865 #: ipaclient/remote_plugins/2_114/idviews.py:48 #: ipaclient/remote_plugins/2_114/idviews.py:161 #: ipaclient/remote_plugins/2_114/idviews.py:291 #: ipaclient/remote_plugins/2_114/idviews.py:385 #: ipaclient/remote_plugins/2_156/group.py:108 #: ipaclient/remote_plugins/2_156/group.py:203 #: ipaclient/remote_plugins/2_156/group.py:294 #: ipaclient/remote_plugins/2_156/group.py:373 #: ipaclient/remote_plugins/2_156/group.py:410 #: ipaclient/remote_plugins/2_156/group.py:450 #: ipaclient/remote_plugins/2_156/group.py:675 #: ipaclient/remote_plugins/2_156/group.py:787 #: ipaclient/remote_plugins/2_156/group.py:865 #: ipaclient/remote_plugins/2_156/idviews.py:48 #: ipaclient/remote_plugins/2_156/idviews.py:161 #: ipaclient/remote_plugins/2_156/idviews.py:307 #: ipaclient/remote_plugins/2_156/idviews.py:409 #: ipaclient/remote_plugins/2_164/group.py:108 #: ipaclient/remote_plugins/2_164/group.py:203 #: ipaclient/remote_plugins/2_164/group.py:294 #: ipaclient/remote_plugins/2_164/group.py:373 #: ipaclient/remote_plugins/2_164/group.py:410 #: ipaclient/remote_plugins/2_164/group.py:450 #: ipaclient/remote_plugins/2_164/group.py:675 #: ipaclient/remote_plugins/2_164/group.py:787 #: ipaclient/remote_plugins/2_164/group.py:865 #: ipaclient/remote_plugins/2_164/idviews.py:48 #: ipaclient/remote_plugins/2_164/idviews.py:161 #: ipaclient/remote_plugins/2_164/idviews.py:307 #: ipaclient/remote_plugins/2_164/idviews.py:409 #: ipaclient/remote_plugins/2_49/group.py:108 #: ipaclient/remote_plugins/2_49/group.py:202 #: ipaclient/remote_plugins/2_49/group.py:286 #: ipaclient/remote_plugins/2_49/group.py:358 #: ipaclient/remote_plugins/2_49/group.py:397 #: ipaclient/remote_plugins/2_49/group.py:436 #: ipaclient/remote_plugins/2_49/group.py:636 #: ipaclient/remote_plugins/2_49/group.py:742 #: ipaclient/remote_plugins/2_49/group.py:813 msgid "Group name" msgstr "Имя группы" #: ipaserver/plugins/idviews.py:1017 msgid "Add one or more certificates to the idoverrideuser entry" msgstr "Добавить один или несколько сертификатов в запись idoverrideuser." #: ipaserver/plugins/idviews.py:1018 #, python-format msgid "Added certificates to idoverrideuser \"%(value)s\"" msgstr "Добавлены сертификаты в запись idoverrideuser \"%(value)s\"" #: ipaserver/plugins/idviews.py:1040 msgid "Remove one or more certificates to the idoverrideuser entry" msgstr "Удалить один или несколько сертификатов из записи idoverrideuser." #: ipaserver/plugins/idviews.py:1041 #, python-format msgid "Removed certificates from idoverrideuser \"%(value)s\"" msgstr "Удалены сертификаты из записи idoverrideuser \"%(value)s\"" #: ipaserver/plugins/idviews.py:1064 #: ipaclient/remote_plugins/2_114/idviews.py:517 #: ipaclient/remote_plugins/2_156/idviews.py:557 #: ipaclient/remote_plugins/2_164/idviews.py:557 msgid "Add a new User ID override." msgstr "Добавить новое переопределение ID пользователя." #: ipaserver/plugins/idviews.py:1065 #, python-format msgid "Added User ID override \"%(value)s\"" msgstr "Добавлено переопределение ID пользователя \"%(value)s\"" #: ipaserver/plugins/idviews.py:1089 #: ipaclient/remote_plugins/2_114/idviews.py:635 #: ipaclient/remote_plugins/2_156/idviews.py:683 #: ipaclient/remote_plugins/2_164/idviews.py:683 msgid "Delete an User ID override." msgstr "Удалить переопределение ID пользователя." #: ipaserver/plugins/idviews.py:1090 #, python-format msgid "Deleted User ID override \"%(value)s\"" msgstr "Удалено переопределение ID пользователя \"%(value)s\"" #: ipaserver/plugins/idviews.py:1095 #: ipaclient/remote_plugins/2_114/idviews.py:805 #: ipaclient/remote_plugins/2_156/idviews.py:869 #: ipaclient/remote_plugins/2_164/idviews.py:869 msgid "Modify an User ID override." msgstr "Изменить переопределение ID пользователя." #: ipaserver/plugins/idviews.py:1096 #, python-format msgid "Modified an User ID override \"%(value)s\"" msgstr "Изменено переопределение ID пользователя \"%(value)s\"" #: ipaserver/plugins/idviews.py:1127 #: ipaclient/remote_plugins/2_114/idviews.py:677 #: ipaclient/remote_plugins/2_156/idviews.py:733 #: ipaclient/remote_plugins/2_164/idviews.py:733 msgid "Search for an User ID override." msgstr "Поиск переопределения ID пользователя." #: ipaserver/plugins/idviews.py:1128 #, python-format msgid "%(count)d User ID override matched" msgid_plural "%(count)d User ID overrides matched" msgstr[0] "установлено соответствие %(count)d переопределения ID пользователя" msgstr[1] "установлено соответствие %(count)d переопределений ID пользователя" msgstr[2] "установлено соответствие %(count)d переопределений ID пользователя" #: ipaserver/plugins/idviews.py:1142 #: ipaclient/remote_plugins/2_114/idviews.py:943 #: ipaclient/remote_plugins/2_156/idviews.py:1015 #: ipaclient/remote_plugins/2_164/idviews.py:1015 msgid "Display information about an User ID override." msgstr "Показать сведения о переопределении ID пользователя." #: ipaserver/plugins/idviews.py:1154 #: ipaclient/remote_plugins/2_114/idviews.py:136 #: ipaclient/remote_plugins/2_156/idviews.py:136 #: ipaclient/remote_plugins/2_164/idviews.py:136 msgid "Add a new Group ID override." msgstr "Добавить новое переопределение ID группы." #: ipaserver/plugins/idviews.py:1155 #, python-format msgid "Added Group ID override \"%(value)s\"" msgstr "Добавлено переопределение ID группы \"%(value)s\"" #: ipaserver/plugins/idviews.py:1160 #: ipaclient/remote_plugins/2_114/idviews.py:218 #: ipaclient/remote_plugins/2_156/idviews.py:226 #: ipaclient/remote_plugins/2_164/idviews.py:226 msgid "Delete an Group ID override." msgstr "Удалить переопределение ID группы." #: ipaserver/plugins/idviews.py:1161 #, python-format msgid "Deleted Group ID override \"%(value)s\"" msgstr "Удалено переопределение ID группы \"%(value)s\"" #: ipaserver/plugins/idviews.py:1166 #: ipaclient/remote_plugins/2_114/idviews.py:360 #: ipaclient/remote_plugins/2_156/idviews.py:384 #: ipaclient/remote_plugins/2_164/idviews.py:384 msgid "Modify an Group ID override." msgstr "Изменить переопределение ID группы." #: ipaserver/plugins/idviews.py:1167 #, python-format msgid "Modified an Group ID override \"%(value)s\"" msgstr "Изменено переопределение ID группы \"%(value)s\"" #: ipaserver/plugins/idviews.py:1172 #: ipaclient/remote_plugins/2_114/idviews.py:260 #: ipaclient/remote_plugins/2_156/idviews.py:276 #: ipaclient/remote_plugins/2_164/idviews.py:276 msgid "Search for an Group ID override." msgstr "Поиск переопределения ID группы." #: ipaserver/plugins/idviews.py:1173 #, python-format msgid "%(count)d Group ID override matched" msgid_plural "%(count)d Group ID overrides matched" msgstr[0] "установлено соответствие %(count)d переопределения ID группы" msgstr[1] "установлено соответствие %(count)d переопределений ID группы" msgstr[2] "установлено соответствие %(count)d переопределений ID группы" #: ipaserver/plugins/idviews.py:1179 #: ipaclient/remote_plugins/2_114/idviews.py:462 #: ipaclient/remote_plugins/2_156/idviews.py:494 #: ipaclient/remote_plugins/2_164/idviews.py:494 msgid "Display information about an Group ID override." msgstr "Показать сведения о переопределении ID группы." #: ipaserver/plugins/location.py:33 msgid "" "\n" "IPA locations\n" msgstr "" "\n" "расположения IPA\n" #: ipaserver/plugins/location.py:35 msgid "" "\n" "Manipulate DNS locations\n" msgstr "" "\n" "Управлять расположениями DNS\n" #: ipaserver/plugins/location.py:39 msgid "" "\n" " Find all locations:\n" " ipa location-find\n" msgstr "" "\n" " Найти все расположения:\n" " ipa location-find\n" #: ipaserver/plugins/location.py:42 msgid "" "\n" " Show specific location:\n" " ipa location-show location\n" msgstr "" "\n" " Показать определённое расположение:\n" " ipa location-show location\n" #: ipaserver/plugins/location.py:45 msgid "" "\n" " Add location:\n" " ipa location-add location --description 'My location'\n" msgstr "" "\n" " Добавить расположение:\n" " ipa location-add location --description 'My location'\n" #: ipaserver/plugins/location.py:48 msgid "" "\n" " Delete location:\n" " ipa location-del location\n" msgstr "" "\n" " Удалить расположение:\n" " ipa location-del location\n" #: ipaserver/plugins/location.py:62 msgid "location" msgstr "расположение" #: ipaserver/plugins/location.py:63 msgid "locations" msgstr "расположения" #: ipaserver/plugins/location.py:69 msgid "IPA Locations" msgstr "Расположения IPA" #: ipaserver/plugins/location.py:70 msgid "IPA Location" msgstr "Расположение IPA" #: ipaserver/plugins/location.py:103 msgid "Location name" msgstr "Имя расположения" #: ipaserver/plugins/location.py:104 msgid "IPA location name" msgstr "Имя расположения IPA" #: ipaserver/plugins/location.py:112 msgid "IPA Location description" msgstr "Описание расположения IPA" #: ipaserver/plugins/location.py:116 msgid "Servers" msgstr "Серверы" #: ipaserver/plugins/location.py:117 msgid "Servers that belongs to the IPA location" msgstr "Серверы, которые принадлежат к записи расположения IPA" #: ipaserver/plugins/location.py:122 msgid "Advertised by servers" msgstr "Сообщено серверами" #: ipaserver/plugins/location.py:123 msgid "List of servers which advertise the given location" msgstr "Список серверов, которые сообщают указанное расположение" #: ipaserver/plugins/location.py:138 msgid "Add a new IPA location." msgstr "Добавить новую запись расположения IPA." #: ipaserver/plugins/location.py:140 #, python-format msgid "Added IPA location \"%(value)s\"" msgstr "Добавлена запись расположения IPA \"%(value)s\"" #: ipaserver/plugins/location.py:145 msgid "Delete an IPA location." msgstr "Удалить запись расположения IPA." #: ipaserver/plugins/location.py:147 #, python-format msgid "Deleted IPA location \"%(value)s\"" msgstr "Удалена запись расположения IPA \"%(value)s\"" #: ipaserver/plugins/location.py:170 msgid "Modify information about an IPA location." msgstr "Изменить сведения о расположении IPA." #: ipaserver/plugins/location.py:172 #, python-format msgid "Modified IPA location \"%(value)s\"" msgstr "Изменена запись расположения IPA \"%(value)s\"" #: ipaserver/plugins/location.py:177 msgid "Search for IPA locations." msgstr "Поиск расположений IPA." #: ipaserver/plugins/location.py:180 #, python-format msgid "%(count)d IPA location matched" msgid_plural "%(count)d IPA locations matched" msgstr[0] "установлено соответствие %(count)d расположения IPA" msgstr[1] "установлено соответствие %(count)d расположений IPA" msgstr[2] "установлено соответствие %(count)d расположений IPA" #: ipaserver/plugins/location.py:187 msgid "Display information about an IPA location." msgstr "Показать сведения о расположении IPA." #: ipaserver/plugins/location.py:193 msgid "Servers in location" msgstr "Серверы в расположении" #: ipaserver/plugins/sudo.py:7 msgid "commands for controlling sudo configuration" msgstr "команды управления конфигурацией Sudo" #: ipaserver/plugins/host.py:76 msgid "" "\n" "Hosts/Machines\n" "\n" "A host represents a machine. It can be used in a number of contexts:\n" "- service entries are associated with a host\n" "- a host stores the host/ service principal\n" "- a host can be used in Host-based Access Control (HBAC) rules\n" "- every enrolled client generates a host entry\n" msgstr "" "\n" "Узлы/Компьютеры\n" "\n" "Узел представляет собой отдельный компьютер. Термин может использоваться в " "нескольких контекстах:\n" "- записи служб, связанные с определённым узлом \n" "- узел сохраняет учётную запись узла / службы\n" "- узел может использоваться в правилах управления доступом на основе узла " "(Host-based Access Control, HBAC)\n" "- каждый зарегистрированный клиент создаёт запись узла\n" #: ipaserver/plugins/host.py:84 msgid "" "\n" "ENROLLMENT:\n" "\n" "There are three enrollment scenarios when enrolling a new client:\n" "\n" "1. You are enrolling as a full administrator. The host entry may exist\n" " or not. A full administrator is a member of the hostadmin role\n" " or the admins group.\n" "2. You are enrolling as a limited administrator. The host must already\n" " exist. A limited administrator is a member a role with the\n" " Host Enrollment privilege.\n" "3. The host has been created with a one-time password.\n" msgstr "" "\n" "РЕГИСТРАЦИЯ:\n" "\n" "Существует три сценария регистрации нового клиента:\n" "\n" "1. Вы регистрируетесь как администратор с полными правами. Запись узла может " "существовать или отсутствовать. Полноправный администратор выполняет роль " "hostadmin или является участником группы admins.\n" "2. Вы регистрируетесь как администратор с ограниченными правами. Узел уже " "должен существовать. Администратор с ограниченными правами выполняет роль с " "привилегией Host Enrollment.\n" "3. Узел создан с одноразовым паролем.\n" #: ipaserver/plugins/host.py:96 msgid "" "\n" "RE-ENROLLMENT:\n" "\n" "Host that has been enrolled at some point, and lost its configuration (e.g. " "VM\n" "destroyed) can be re-enrolled.\n" "\n" "For more information, consult the manual pages for ipa-client-install.\n" "\n" "A host can optionally store information such as where it is located,\n" "the OS that it runs, etc.\n" msgstr "" "\n" "ПОВТОРНАЯ РЕГИСТРАЦИЯ\n" "\n" "Если узел уже когда-то был зарегистрирован и затем утратил свою конфигурацию " "(например, была уничтожена виртуальная машина), его можно зарегистрировать " "повторно.\n" "\n" "Дополнительные сведения доступны на страницах справочника по ipa-client-" "install.\n" "\n" "В запись узла при необходимости можно включить данные о его расположении, " "типе используемой операционной системы и так далее.\n" #: ipaserver/plugins/host.py:108 msgid "" "\n" " Add a new host:\n" " ipa host-add --location=\"3rd floor lab\" --locality=Dallas test.example." "com\n" msgstr "" "\n" " Добавить новый узел:\n" " ipa host-add --location=\"3rd floor lab\" --locality=Dallas test.example." "com\n" #: ipaserver/plugins/host.py:111 msgid "" "\n" " Delete a host:\n" " ipa host-del test.example.com\n" msgstr "" "\n" " Удалить узел:\n" " ipa host-del test.example.com\n" #: ipaserver/plugins/host.py:114 msgid "" "\n" " Add a new host with a one-time password:\n" " ipa host-add --os='Fedora 12' --password=Secret123 test.example.com\n" msgstr "" "\n" " Добавить новый узел с одноразовым паролем:\n" " ipa host-add --os='Fedora 12' --password=Secret123 test.example.com\n" #: ipaserver/plugins/host.py:117 msgid "" "\n" " Add a new host with a random one-time password:\n" " ipa host-add --os='Fedora 12' --random test.example.com\n" msgstr "" "\n" " Добавить новый узел со случайным одноразовым паролем:\n" " ipa host-add --os='Fedora 12' --random test.example.com\n" #: ipaserver/plugins/host.py:120 msgid "" "\n" " Modify information about a host:\n" " ipa host-mod --os='Fedora 12' test.example.com\n" msgstr "" "\n" " Изменить сведения об узле:\n" " ipa host-mod --os='Fedora 12' test.example.com\n" #: ipaserver/plugins/host.py:123 msgid "" "\n" " Remove SSH public keys of a host and update DNS to reflect this change:\n" " ipa host-mod --sshpubkey= --updatedns test.example.com\n" msgstr "" "\n" "Удалить открытые ключи SSH узла и обновить DNS для отображения изменений:\n" " ipa host-mod --sshpubkey= --updatedns test.example.com\n" #: ipaserver/plugins/host.py:126 msgid "" "\n" " Disable the host Kerberos key, SSL certificate and all of its services:\n" " ipa host-disable test.example.com\n" msgstr "" "\n" " Отключить ключ Kerberos, SSL-сертификат и все службы узла:\n" " ipa host-disable test.example.com\n" #: ipaserver/plugins/host.py:129 msgid "" "\n" " Add a host that can manage this host's keytab and certificate:\n" " ipa host-add-managedby --hosts=test2 test\n" msgstr "" "\n" " Добавить узел, который может управлять таблицей ключей и сертификатом этого " "узла:\n" " ipa host-add-managedby --hosts=test2 test\n" #: ipaserver/plugins/host.py:132 msgid "" "\n" " Allow user to create a keytab:\n" " ipa host-allow-create-keytab test2 --users=tuser1\n" msgstr "" "\n" " Разрешить пользователю создавать таблицу ключей:\n" " ipa host-allow-create-keytab test2 --users=tuser1\n" #: ipaserver/plugins/host.py:202 ipaserver/plugins/service.py:127 #: ipaclient/remote_plugins/2_114/host.py:241 #: ipaclient/remote_plugins/2_114/service.py:124 #: ipaclient/remote_plugins/2_156/host.py:242 #: ipaclient/remote_plugins/2_156/service.py:125 #: ipaclient/remote_plugins/2_164/host.py:242 #: ipaclient/remote_plugins/2_164/service.py:125 #: ipaclient/remote_plugins/2_49/host.py:213 #: ipaclient/remote_plugins/2_49/service.py:99 msgid "Keytab" msgstr "Таблица ключей" #: ipaserver/plugins/host.py:211 ipaclient/frontend.py:71 msgid "Failed managedby" msgstr "Ошибка managedby" #: ipaserver/plugins/host.py:214 ipaserver/plugins/service.py:133 #: ipaclient/remote_plugins/2_114/host.py:253 #: ipaclient/remote_plugins/2_114/service.py:132 #: ipaclient/remote_plugins/2_156/host.py:254 #: ipaclient/remote_plugins/2_156/service.py:133 #: ipaclient/remote_plugins/2_164/host.py:254 #: ipaclient/remote_plugins/2_164/service.py:133 msgid "Users allowed to retrieve keytab" msgstr "Пользователи, которым разрешено получать таблицу ключей" #: ipaserver/plugins/host.py:217 ipaserver/plugins/service.py:136 #: ipaclient/remote_plugins/2_114/host.py:257 #: ipaclient/remote_plugins/2_114/service.py:136 #: ipaclient/remote_plugins/2_156/host.py:258 #: ipaclient/remote_plugins/2_156/service.py:137 #: ipaclient/remote_plugins/2_164/host.py:258 #: ipaclient/remote_plugins/2_164/service.py:137 msgid "Groups allowed to retrieve keytab" msgstr "Группы, которым разрешено получать таблицу ключей" #: ipaserver/plugins/host.py:220 ipaserver/plugins/service.py:139 #: ipaclient/remote_plugins/2_114/host.py:261 #: ipaclient/remote_plugins/2_114/service.py:140 #: ipaclient/remote_plugins/2_156/host.py:262 #: ipaclient/remote_plugins/2_156/service.py:141 #: ipaclient/remote_plugins/2_164/host.py:262 #: ipaclient/remote_plugins/2_164/service.py:141 msgid "Hosts allowed to retrieve keytab" msgstr "Узлы, которым разрешено получать таблицу ключей" #: ipaserver/plugins/host.py:223 ipaserver/plugins/service.py:142 #: ipaclient/remote_plugins/2_114/host.py:265 #: ipaclient/remote_plugins/2_114/service.py:144 #: ipaclient/remote_plugins/2_156/host.py:266 #: ipaclient/remote_plugins/2_156/service.py:145 #: ipaclient/remote_plugins/2_164/host.py:266 #: ipaclient/remote_plugins/2_164/service.py:145 msgid "Host Groups allowed to retrieve keytab" msgstr "Группы узлов, которым разрешено получать таблицу ключей" #: ipaserver/plugins/host.py:226 ipaserver/plugins/service.py:145 #: ipaclient/remote_plugins/2_114/host.py:269 #: ipaclient/remote_plugins/2_114/service.py:148 #: ipaclient/remote_plugins/2_156/host.py:270 #: ipaclient/remote_plugins/2_156/service.py:149 #: ipaclient/remote_plugins/2_164/host.py:270 #: ipaclient/remote_plugins/2_164/service.py:149 msgid "Users allowed to create keytab" msgstr "Пользователи, которым разрешено создавать таблицу ключей" #: ipaserver/plugins/host.py:229 ipaserver/plugins/service.py:148 #: ipaclient/remote_plugins/2_114/host.py:273 #: ipaclient/remote_plugins/2_114/service.py:152 #: ipaclient/remote_plugins/2_156/host.py:274 #: ipaclient/remote_plugins/2_156/service.py:153 #: ipaclient/remote_plugins/2_164/host.py:274 #: ipaclient/remote_plugins/2_164/service.py:153 msgid "Groups allowed to create keytab" msgstr "Группы, которым разрешено создавать таблицу ключей" #: ipaserver/plugins/host.py:232 ipaserver/plugins/service.py:151 #: ipaclient/remote_plugins/2_114/host.py:277 #: ipaclient/remote_plugins/2_114/service.py:156 #: ipaclient/remote_plugins/2_156/host.py:278 #: ipaclient/remote_plugins/2_156/service.py:157 #: ipaclient/remote_plugins/2_164/host.py:278 #: ipaclient/remote_plugins/2_164/service.py:157 msgid "Hosts allowed to create keytab" msgstr "Узлы, которым разрешено создавать таблицу ключей" #: ipaserver/plugins/host.py:235 ipaserver/plugins/service.py:154 #: ipaclient/remote_plugins/2_114/host.py:281 #: ipaclient/remote_plugins/2_114/service.py:160 #: ipaclient/remote_plugins/2_156/host.py:282 #: ipaclient/remote_plugins/2_156/service.py:161 #: ipaclient/remote_plugins/2_164/host.py:282 #: ipaclient/remote_plugins/2_164/service.py:161 msgid "Host Groups allowed to create keytab" msgstr "Группы узлов, которым разрешено создавать таблицу ключей" #: ipaserver/plugins/host.py:238 ipaserver/plugins/service.py:157 #: ipaclient/frontend.py:76 msgid "Failed allowed to retrieve keytab" msgstr "Не удалось разрешить получать таблицу ключей" #: ipaserver/plugins/host.py:241 ipaserver/plugins/service.py:160 #: ipaclient/frontend.py:80 msgid "Failed allowed to create keytab" msgstr "Не удалось разрешить создавать таблицу ключей" #: ipaserver/plugins/host.py:263 ipaserver/plugins/cert.py:966 #: ipaserver/plugins/sudorule.py:433 #: ipaclient/remote_plugins/2_114/host.py:1192 #: ipaclient/remote_plugins/2_114/host.py:1200 #: ipaclient/remote_plugins/2_114/host.py:1208 #: ipaclient/remote_plugins/2_114/host.py:1216 #: ipaclient/remote_plugins/2_114/hostgroup.py:381 #: ipaclient/remote_plugins/2_114/hostgroup.py:389 #: ipaclient/remote_plugins/2_114/netgroup.py:532 #: ipaclient/remote_plugins/2_114/netgroup.py:540 #: ipaclient/remote_plugins/2_114/service.py:833 #: ipaclient/remote_plugins/2_114/service.py:841 #: ipaclient/remote_plugins/2_156/host.py:1255 #: ipaclient/remote_plugins/2_156/host.py:1263 #: ipaclient/remote_plugins/2_156/host.py:1271 #: ipaclient/remote_plugins/2_156/host.py:1279 #: ipaclient/remote_plugins/2_156/hostgroup.py:381 #: ipaclient/remote_plugins/2_156/hostgroup.py:389 #: ipaclient/remote_plugins/2_156/netgroup.py:532 #: ipaclient/remote_plugins/2_156/netgroup.py:540 #: ipaclient/remote_plugins/2_156/service.py:896 #: ipaclient/remote_plugins/2_156/service.py:904 #: ipaclient/remote_plugins/2_164/host.py:1255 #: ipaclient/remote_plugins/2_164/host.py:1263 #: ipaclient/remote_plugins/2_164/host.py:1271 #: ipaclient/remote_plugins/2_164/host.py:1279 #: ipaclient/remote_plugins/2_164/hostgroup.py:381 #: ipaclient/remote_plugins/2_164/hostgroup.py:389 #: ipaclient/remote_plugins/2_164/netgroup.py:532 #: ipaclient/remote_plugins/2_164/netgroup.py:540 #: ipaclient/remote_plugins/2_164/service.py:896 #: ipaclient/remote_plugins/2_164/service.py:904 #: ipaclient/remote_plugins/2_49/host.py:713 #: ipaclient/remote_plugins/2_49/host.py:721 #: ipaclient/remote_plugins/2_49/host.py:729 #: ipaclient/remote_plugins/2_49/host.py:737 #: ipaclient/remote_plugins/2_49/hostgroup.py:361 #: ipaclient/remote_plugins/2_49/hostgroup.py:369 #: ipaclient/remote_plugins/2_49/netgroup.py:512 #: ipaclient/remote_plugins/2_49/netgroup.py:520 #: ipaclient/remote_plugins/2_49/service.py:387 #: ipaclient/remote_plugins/2_49/service.py:395 msgid "host" msgstr "узел" #: ipaserver/plugins/host.py:444 ipaclient/remote_plugins/2_114/host.py:89 #: ipaclient/remote_plugins/2_114/host.py:294 #: ipaclient/remote_plugins/2_114/host.py:478 #: ipaclient/remote_plugins/2_114/host.py:539 #: ipaclient/remote_plugins/2_114/host.py:627 #: ipaclient/remote_plugins/2_114/host.py:716 #: ipaclient/remote_plugins/2_114/host.py:760 #: ipaclient/remote_plugins/2_114/host.py:792 #: ipaclient/remote_plugins/2_114/host.py:880 #: ipaclient/remote_plugins/2_114/host.py:976 #: ipaclient/remote_plugins/2_114/host.py:1250 #: ipaclient/remote_plugins/2_114/host.py:1443 #: ipaclient/remote_plugins/2_114/host.py:1504 #: ipaclient/remote_plugins/2_156/host.py:89 #: ipaclient/remote_plugins/2_156/host.py:295 #: ipaclient/remote_plugins/2_156/host.py:480 #: ipaclient/remote_plugins/2_156/host.py:540 #: ipaclient/remote_plugins/2_156/host.py:601 #: ipaclient/remote_plugins/2_156/host.py:689 #: ipaclient/remote_plugins/2_156/host.py:778 #: ipaclient/remote_plugins/2_156/host.py:822 #: ipaclient/remote_plugins/2_156/host.py:854 #: ipaclient/remote_plugins/2_156/host.py:942 #: ipaclient/remote_plugins/2_156/host.py:1038 #: ipaclient/remote_plugins/2_156/host.py:1313 #: ipaclient/remote_plugins/2_156/host.py:1507 #: ipaclient/remote_plugins/2_156/host.py:1567 #: ipaclient/remote_plugins/2_156/host.py:1628 #: ipaclient/remote_plugins/2_164/host.py:89 #: ipaclient/remote_plugins/2_164/host.py:295 #: ipaclient/remote_plugins/2_164/host.py:480 #: ipaclient/remote_plugins/2_164/host.py:540 #: ipaclient/remote_plugins/2_164/host.py:601 #: ipaclient/remote_plugins/2_164/host.py:689 #: ipaclient/remote_plugins/2_164/host.py:778 #: ipaclient/remote_plugins/2_164/host.py:822 #: ipaclient/remote_plugins/2_164/host.py:854 #: ipaclient/remote_plugins/2_164/host.py:942 #: ipaclient/remote_plugins/2_164/host.py:1038 #: ipaclient/remote_plugins/2_164/host.py:1313 #: ipaclient/remote_plugins/2_164/host.py:1507 #: ipaclient/remote_plugins/2_164/host.py:1567 #: ipaclient/remote_plugins/2_164/host.py:1628 #: ipaclient/remote_plugins/2_49/host.py:85 #: ipaclient/remote_plugins/2_49/host.py:234 #: ipaclient/remote_plugins/2_49/host.py:384 #: ipaclient/remote_plugins/2_49/host.py:439 #: ipaclient/remote_plugins/2_49/host.py:479 #: ipaclient/remote_plugins/2_49/host.py:518 #: ipaclient/remote_plugins/2_49/host.py:771 #: ipaclient/remote_plugins/2_49/host.py:930 #: ipaclient/remote_plugins/2_49/host.py:984 msgid "Host name" msgstr "Имя узла" #: ipaserver/plugins/host.py:451 ipaclient/remote_plugins/2_114/host.py:95 #: ipaclient/remote_plugins/2_114/host.py:304 #: ipaclient/remote_plugins/2_114/host.py:984 #: ipaclient/remote_plugins/2_114/host.py:1260 #: ipaclient/remote_plugins/2_156/host.py:95 #: ipaclient/remote_plugins/2_156/host.py:305 #: ipaclient/remote_plugins/2_156/host.py:1046 #: ipaclient/remote_plugins/2_156/host.py:1323 #: ipaclient/remote_plugins/2_164/host.py:95 #: ipaclient/remote_plugins/2_164/host.py:305 #: ipaclient/remote_plugins/2_164/host.py:1046 #: ipaclient/remote_plugins/2_164/host.py:1323 #: ipaclient/remote_plugins/2_49/host.py:91 #: ipaclient/remote_plugins/2_49/host.py:244 #: ipaclient/remote_plugins/2_49/host.py:526 #: ipaclient/remote_plugins/2_49/host.py:781 msgid "A description of this host" msgstr "Описание этого узла" #: ipaserver/plugins/host.py:455 ipaclient/remote_plugins/2_114/host.py:100 #: ipaclient/remote_plugins/2_114/host.py:310 #: ipaclient/remote_plugins/2_114/host.py:990 #: ipaclient/remote_plugins/2_114/host.py:1266 #: ipaclient/remote_plugins/2_156/host.py:100 #: ipaclient/remote_plugins/2_156/host.py:311 #: ipaclient/remote_plugins/2_156/host.py:1052 #: ipaclient/remote_plugins/2_156/host.py:1329 #: ipaclient/remote_plugins/2_164/host.py:100 #: ipaclient/remote_plugins/2_164/host.py:311 #: ipaclient/remote_plugins/2_164/host.py:1052 #: ipaclient/remote_plugins/2_164/host.py:1329 #: ipaclient/remote_plugins/2_49/host.py:96 #: ipaclient/remote_plugins/2_49/host.py:250 #: ipaclient/remote_plugins/2_49/host.py:532 #: ipaclient/remote_plugins/2_49/host.py:787 msgid "Locality" msgstr "Адрес местонахождения" #: ipaserver/plugins/host.py:456 ipaclient/remote_plugins/2_114/host.py:101 #: ipaclient/remote_plugins/2_114/host.py:311 #: ipaclient/remote_plugins/2_114/host.py:991 #: ipaclient/remote_plugins/2_114/host.py:1267 #: ipaclient/remote_plugins/2_156/host.py:101 #: ipaclient/remote_plugins/2_156/host.py:312 #: ipaclient/remote_plugins/2_156/host.py:1053 #: ipaclient/remote_plugins/2_156/host.py:1330 #: ipaclient/remote_plugins/2_164/host.py:101 #: ipaclient/remote_plugins/2_164/host.py:312 #: ipaclient/remote_plugins/2_164/host.py:1053 #: ipaclient/remote_plugins/2_164/host.py:1330 #: ipaclient/remote_plugins/2_49/host.py:97 #: ipaclient/remote_plugins/2_49/host.py:251 #: ipaclient/remote_plugins/2_49/host.py:533 #: ipaclient/remote_plugins/2_49/host.py:788 msgid "Host locality (e.g. \"Baltimore, MD\")" msgstr "Адрес местонахождения узла (например, \"Москва, Россия\")" #: ipaserver/plugins/host.py:461 ipaclient/remote_plugins/2_114/host.py:107 #: ipaclient/remote_plugins/2_114/host.py:318 #: ipaclient/remote_plugins/2_114/host.py:998 #: ipaclient/remote_plugins/2_114/host.py:1274 #: ipaclient/remote_plugins/2_156/host.py:107 #: ipaclient/remote_plugins/2_156/host.py:319 #: ipaclient/remote_plugins/2_156/host.py:1060 #: ipaclient/remote_plugins/2_156/host.py:1337 #: ipaclient/remote_plugins/2_164/host.py:107 #: ipaclient/remote_plugins/2_164/host.py:319 #: ipaclient/remote_plugins/2_164/host.py:1060 #: ipaclient/remote_plugins/2_164/host.py:1337 #: ipaclient/remote_plugins/2_49/host.py:103 #: ipaclient/remote_plugins/2_49/host.py:258 #: ipaclient/remote_plugins/2_49/host.py:540 #: ipaclient/remote_plugins/2_49/host.py:795 msgid "Host location (e.g. \"Lab 2\")" msgstr "Расположение узла (например, \"Lab 2\")" #: ipaserver/plugins/host.py:465 ipaclient/remote_plugins/2_114/host.py:112 #: ipaclient/remote_plugins/2_114/host.py:324 #: ipaclient/remote_plugins/2_114/host.py:1004 #: ipaclient/remote_plugins/2_114/host.py:1280 #: ipaclient/remote_plugins/2_156/host.py:112 #: ipaclient/remote_plugins/2_156/host.py:325 #: ipaclient/remote_plugins/2_156/host.py:1066 #: ipaclient/remote_plugins/2_156/host.py:1343 #: ipaclient/remote_plugins/2_164/host.py:112 #: ipaclient/remote_plugins/2_164/host.py:325 #: ipaclient/remote_plugins/2_164/host.py:1066 #: ipaclient/remote_plugins/2_164/host.py:1343 #: ipaclient/remote_plugins/2_49/host.py:108 #: ipaclient/remote_plugins/2_49/host.py:264 #: ipaclient/remote_plugins/2_49/host.py:546 #: ipaclient/remote_plugins/2_49/host.py:801 msgid "Platform" msgstr "Платформа" #: ipaserver/plugins/host.py:466 ipaclient/remote_plugins/2_114/host.py:113 #: ipaclient/remote_plugins/2_114/host.py:325 #: ipaclient/remote_plugins/2_114/host.py:1005 #: ipaclient/remote_plugins/2_114/host.py:1281 #: ipaclient/remote_plugins/2_156/host.py:113 #: ipaclient/remote_plugins/2_156/host.py:326 #: ipaclient/remote_plugins/2_156/host.py:1067 #: ipaclient/remote_plugins/2_156/host.py:1344 #: ipaclient/remote_plugins/2_164/host.py:113 #: ipaclient/remote_plugins/2_164/host.py:326 #: ipaclient/remote_plugins/2_164/host.py:1067 #: ipaclient/remote_plugins/2_164/host.py:1344 #: ipaclient/remote_plugins/2_49/host.py:109 #: ipaclient/remote_plugins/2_49/host.py:265 #: ipaclient/remote_plugins/2_49/host.py:547 #: ipaclient/remote_plugins/2_49/host.py:802 msgid "Host hardware platform (e.g. \"Lenovo T61\")" msgstr "Аппаратная платформа узла (например, «Lenovo T61»)" #: ipaserver/plugins/host.py:470 ipaclient/remote_plugins/2_114/host.py:118 #: ipaclient/remote_plugins/2_114/host.py:331 #: ipaclient/remote_plugins/2_114/host.py:1011 #: ipaclient/remote_plugins/2_114/host.py:1287 #: ipaclient/remote_plugins/2_156/host.py:118 #: ipaclient/remote_plugins/2_156/host.py:332 #: ipaclient/remote_plugins/2_156/host.py:1073 #: ipaclient/remote_plugins/2_156/host.py:1350 #: ipaclient/remote_plugins/2_164/host.py:118 #: ipaclient/remote_plugins/2_164/host.py:332 #: ipaclient/remote_plugins/2_164/host.py:1073 #: ipaclient/remote_plugins/2_164/host.py:1350 #: ipaclient/remote_plugins/2_49/host.py:114 #: ipaclient/remote_plugins/2_49/host.py:271 #: ipaclient/remote_plugins/2_49/host.py:553 #: ipaclient/remote_plugins/2_49/host.py:808 msgid "Operating system" msgstr "Операционная система" #: ipaserver/plugins/host.py:471 ipaclient/remote_plugins/2_114/host.py:119 #: ipaclient/remote_plugins/2_114/host.py:332 #: ipaclient/remote_plugins/2_114/host.py:1012 #: ipaclient/remote_plugins/2_114/host.py:1288 #: ipaclient/remote_plugins/2_156/host.py:119 #: ipaclient/remote_plugins/2_156/host.py:333 #: ipaclient/remote_plugins/2_156/host.py:1074 #: ipaclient/remote_plugins/2_156/host.py:1351 #: ipaclient/remote_plugins/2_164/host.py:119 #: ipaclient/remote_plugins/2_164/host.py:333 #: ipaclient/remote_plugins/2_164/host.py:1074 #: ipaclient/remote_plugins/2_164/host.py:1351 #: ipaclient/remote_plugins/2_49/host.py:115 #: ipaclient/remote_plugins/2_49/host.py:272 #: ipaclient/remote_plugins/2_49/host.py:554 #: ipaclient/remote_plugins/2_49/host.py:809 msgid "Host operating system and version (e.g. \"Fedora 9\")" msgstr "Операционная система узла и ее версия (например, «Fedora 9»)" #: ipaserver/plugins/host.py:475 ipaclient/remote_plugins/2_114/host.py:124 #: ipaclient/remote_plugins/2_114/host.py:338 #: ipaclient/remote_plugins/2_114/host.py:1018 #: ipaclient/remote_plugins/2_114/host.py:1294 #: ipaclient/remote_plugins/2_156/host.py:124 #: ipaclient/remote_plugins/2_156/host.py:339 #: ipaclient/remote_plugins/2_156/host.py:1080 #: ipaclient/remote_plugins/2_156/host.py:1357 #: ipaclient/remote_plugins/2_164/host.py:124 #: ipaclient/remote_plugins/2_164/host.py:339 #: ipaclient/remote_plugins/2_164/host.py:1080 #: ipaclient/remote_plugins/2_164/host.py:1357 #: ipaclient/remote_plugins/2_49/host.py:120 #: ipaclient/remote_plugins/2_49/host.py:278 #: ipaclient/remote_plugins/2_49/host.py:560 #: ipaclient/remote_plugins/2_49/host.py:815 msgid "User password" msgstr "Пароль пользователя" #: ipaserver/plugins/host.py:476 ipaclient/remote_plugins/2_114/host.py:125 #: ipaclient/remote_plugins/2_114/host.py:339 #: ipaclient/remote_plugins/2_114/host.py:1019 #: ipaclient/remote_plugins/2_114/host.py:1295 #: ipaclient/remote_plugins/2_156/host.py:125 #: ipaclient/remote_plugins/2_156/host.py:340 #: ipaclient/remote_plugins/2_156/host.py:1081 #: ipaclient/remote_plugins/2_156/host.py:1358 #: ipaclient/remote_plugins/2_164/host.py:125 #: ipaclient/remote_plugins/2_164/host.py:340 #: ipaclient/remote_plugins/2_164/host.py:1081 #: ipaclient/remote_plugins/2_164/host.py:1358 #: ipaclient/remote_plugins/2_49/host.py:121 #: ipaclient/remote_plugins/2_49/host.py:279 #: ipaclient/remote_plugins/2_49/host.py:561 #: ipaclient/remote_plugins/2_49/host.py:816 msgid "Password used in bulk enrollment" msgstr "Пароль для массовой регистрации" #: ipaserver/plugins/host.py:479 ipaclient/remote_plugins/2_114/host.py:130 #: ipaclient/remote_plugins/2_114/host.py:344 #: ipaclient/remote_plugins/2_114/host.py:1300 #: ipaclient/remote_plugins/2_156/host.py:130 #: ipaclient/remote_plugins/2_156/host.py:345 #: ipaclient/remote_plugins/2_156/host.py:1363 #: ipaclient/remote_plugins/2_164/host.py:130 #: ipaclient/remote_plugins/2_164/host.py:345 #: ipaclient/remote_plugins/2_164/host.py:1363 #: ipaclient/remote_plugins/2_49/host.py:126 #: ipaclient/remote_plugins/2_49/host.py:284 #: ipaclient/remote_plugins/2_49/host.py:821 msgid "Generate a random password to be used in bulk enrollment" msgstr "Создать случайный пароль для массовой регистрации" #: ipaserver/plugins/host.py:484 ipaserver/plugins/baseuser.py:263 #: ipaclient/remote_plugins/2_114/host.py:135 #: ipaclient/remote_plugins/2_114/user.py:141 #: ipaclient/remote_plugins/2_156/host.py:135 #: ipaclient/remote_plugins/2_156/stageuser.py:140 #: ipaclient/remote_plugins/2_156/user.py:141 #: ipaclient/remote_plugins/2_164/host.py:135 #: ipaclient/remote_plugins/2_164/stageuser.py:140 #: ipaclient/remote_plugins/2_164/user.py:141 #: ipaclient/remote_plugins/2_49/host.py:131 #: ipaclient/remote_plugins/2_49/user.py:136 msgid "Random password" msgstr "Случайный пароль" #: ipaserver/plugins/host.py:490 msgid "Base-64 encoded host certificate" msgstr "Base-64 шифрованный сертификат узла" #: ipaserver/plugins/host.py:509 ipaserver/plugins/cert.py:429 #: ipaserver/plugins/service.py:495 msgid "Not Before" msgstr "Недействителен до" #: ipaserver/plugins/host.py:513 ipaserver/plugins/cert.py:434 #: ipaserver/plugins/service.py:499 msgid "Not After" msgstr "Недействителен после" #: ipaserver/plugins/host.py:517 ipaserver/plugins/cert.py:439 #: ipaserver/plugins/service.py:503 msgid "Fingerprint (SHA1)" msgstr "Отпечаток (SHA1)" #: ipaserver/plugins/host.py:521 ipaserver/plugins/cert.py:444 #: ipaserver/plugins/service.py:507 msgid "Fingerprint (SHA256)" msgstr "Отпечаток (SHA256)" #: ipaserver/plugins/host.py:531 ipaserver/plugins/service.py:456 #: ipaserver/plugins/baseuser.py:223 ipaclient/remote_plugins/2_114/host.py:146 #: ipaclient/remote_plugins/2_114/host.py:1387 #: ipaclient/remote_plugins/2_156/host.py:147 #: ipaclient/remote_plugins/2_156/host.py:1451 #: ipaclient/remote_plugins/2_164/host.py:147 #: ipaclient/remote_plugins/2_164/host.py:1451 #: ipaclient/remote_plugins/2_49/host.py:142 #: ipaclient/remote_plugins/2_49/host.py:880 msgid "Principal name" msgstr "Имя учётной записи" #: ipaserver/plugins/host.py:538 ipaserver/plugins/service.py:466 #: ipaserver/plugins/baseuser.py:231 msgid "Principal alias" msgstr "Псевдоним учётной записи" #: ipaserver/plugins/host.py:547 ipaclient/remote_plugins/2_114/host.py:152 #: ipaclient/remote_plugins/2_114/host.py:359 #: ipaclient/remote_plugins/2_114/host.py:1032 #: ipaclient/remote_plugins/2_114/host.py:1315 #: ipaclient/remote_plugins/2_156/host.py:153 #: ipaclient/remote_plugins/2_156/host.py:361 #: ipaclient/remote_plugins/2_156/host.py:1095 #: ipaclient/remote_plugins/2_156/host.py:1379 #: ipaclient/remote_plugins/2_164/host.py:153 #: ipaclient/remote_plugins/2_164/host.py:361 #: ipaclient/remote_plugins/2_164/host.py:1095 #: ipaclient/remote_plugins/2_164/host.py:1379 #: ipaclient/remote_plugins/2_49/host.py:148 #: ipaclient/remote_plugins/2_49/host.py:299 #: ipaclient/remote_plugins/2_49/host.py:574 #: ipaclient/remote_plugins/2_49/host.py:836 msgid "MAC address" msgstr "MAC-адрес" #: ipaserver/plugins/host.py:548 ipaclient/remote_plugins/2_114/host.py:153 #: ipaclient/remote_plugins/2_114/host.py:360 #: ipaclient/remote_plugins/2_114/host.py:1033 #: ipaclient/remote_plugins/2_114/host.py:1316 #: ipaclient/remote_plugins/2_156/host.py:154 #: ipaclient/remote_plugins/2_156/host.py:362 #: ipaclient/remote_plugins/2_156/host.py:1096 #: ipaclient/remote_plugins/2_156/host.py:1380 #: ipaclient/remote_plugins/2_164/host.py:154 #: ipaclient/remote_plugins/2_164/host.py:362 #: ipaclient/remote_plugins/2_164/host.py:1096 #: ipaclient/remote_plugins/2_164/host.py:1380 #: ipaclient/remote_plugins/2_49/host.py:149 #: ipaclient/remote_plugins/2_49/host.py:300 #: ipaclient/remote_plugins/2_49/host.py:575 #: ipaclient/remote_plugins/2_49/host.py:837 msgid "Hardware MAC address(es) on this host" msgstr "MAC-адрес(а) данного узла" #: ipaserver/plugins/host.py:557 ipaserver/plugins/baseuser.py:327 msgid "SSH public key fingerprint" msgstr "SSH публичный отпечатков ключей" #: ipaserver/plugins/host.py:562 ipaserver/plugins/baseuser.py:338 #: ipaclient/remote_plugins/2_114/host.py:165 #: ipaclient/remote_plugins/2_114/host.py:376 #: ipaclient/remote_plugins/2_114/host.py:1041 #: ipaclient/remote_plugins/2_114/host.py:1332 #: ipaclient/remote_plugins/2_114/user.py:242 #: ipaclient/remote_plugins/2_114/user.py:549 #: ipaclient/remote_plugins/2_114/user.py:949 #: ipaclient/remote_plugins/2_114/user.py:1338 #: ipaclient/remote_plugins/2_156/host.py:166 #: ipaclient/remote_plugins/2_156/host.py:378 #: ipaclient/remote_plugins/2_156/host.py:1104 #: ipaclient/remote_plugins/2_156/host.py:1396 #: ipaclient/remote_plugins/2_156/stageuser.py:236 #: ipaclient/remote_plugins/2_156/stageuser.py:596 #: ipaclient/remote_plugins/2_156/stageuser.py:934 #: ipaclient/remote_plugins/2_156/stageuser.py:1318 #: ipaclient/remote_plugins/2_156/user.py:237 #: ipaclient/remote_plugins/2_156/user.py:555 #: ipaclient/remote_plugins/2_156/user.py:1029 #: ipaclient/remote_plugins/2_156/user.py:1432 #: ipaclient/remote_plugins/2_164/host.py:166 #: ipaclient/remote_plugins/2_164/host.py:378 #: ipaclient/remote_plugins/2_164/host.py:1104 #: ipaclient/remote_plugins/2_164/host.py:1396 #: ipaclient/remote_plugins/2_164/stageuser.py:236 #: ipaclient/remote_plugins/2_164/stageuser.py:596 #: ipaclient/remote_plugins/2_164/stageuser.py:996 #: ipaclient/remote_plugins/2_164/stageuser.py:1380 #: ipaclient/remote_plugins/2_164/user.py:237 #: ipaclient/remote_plugins/2_164/user.py:555 #: ipaclient/remote_plugins/2_164/user.py:1091 #: ipaclient/remote_plugins/2_164/user.py:1494 #: ipaclient/remote_plugins/2_49/dns.py:256 #: ipaclient/remote_plugins/2_49/dns.py:1287 #: ipaclient/remote_plugins/2_49/dns.py:2300 #: ipaclient/remote_plugins/2_49/dns.py:2713 #: ipaclient/remote_plugins/2_49/dns.py:3093 msgid "Class" msgstr "Класс" #: ipaserver/plugins/host.py:563 ipaclient/remote_plugins/2_114/host.py:166 #: ipaclient/remote_plugins/2_114/host.py:377 #: ipaclient/remote_plugins/2_114/host.py:1042 #: ipaclient/remote_plugins/2_114/host.py:1333 #: ipaclient/remote_plugins/2_156/host.py:167 #: ipaclient/remote_plugins/2_156/host.py:379 #: ipaclient/remote_plugins/2_156/host.py:1105 #: ipaclient/remote_plugins/2_156/host.py:1397 #: ipaclient/remote_plugins/2_164/host.py:167 #: ipaclient/remote_plugins/2_164/host.py:379 #: ipaclient/remote_plugins/2_164/host.py:1105 #: ipaclient/remote_plugins/2_164/host.py:1397 msgid "" "Host category (semantics placed on this attribute are for local " "interpretation)" msgstr "" "Категория узлов (семантика этого атрибута предназначена для локального " "разбора)" #: ipaserver/plugins/host.py:572 ipaserver/plugins/service.py:524 msgid "Authentication Indicators" msgstr "Индикаторы аутентификации" #: ipaserver/plugins/host.py:573 ipaserver/plugins/service.py:525 msgid "" "Defines a whitelist for Authentication Indicators. Use 'otp' to allow OTP-" "based 2FA authentications. Use 'radius' to allow RADIUS-based 2FA " "authentications. Other values may be used for custom configurations." msgstr "" "Определяет \"белый список\" для индикаторов аутентификации. Используйте " "значение \"otp\", чтобы разрешить аутентификацию 2FA на основе OTP. " "Используйте значение \"radius\", чтобы разрешить аутентификацию 2FA на " "основе RADIUS. Другие значения можно использовать для пользовательских " "конфигураций." #: ipaserver/plugins/host.py:635 ipaclient/remote_plugins/2_114/host.py:288 #: ipaclient/remote_plugins/2_156/host.py:289 #: ipaclient/remote_plugins/2_164/host.py:289 #: ipaclient/remote_plugins/2_49/host.py:228 msgid "Add a new host." msgstr "Добавить новый узел." #: ipaserver/plugins/host.py:638 #, python-format msgid "Added host \"%(value)s\"" msgstr "Добавлен узел «%(value)s»" #: ipaserver/plugins/host.py:643 ipaclient/remote_plugins/2_114/host.py:416 #: ipaclient/remote_plugins/2_156/host.py:418 #: ipaclient/remote_plugins/2_164/host.py:418 #: ipaclient/remote_plugins/2_49/host.py:328 msgid "force host name even if not in DNS" msgstr "" "Принудительно установить значение имени узла, даже если имени нет в DNS" #: ipaserver/plugins/host.py:646 ipaclient/remote_plugins/2_114/host.py:422 #: ipaclient/remote_plugins/2_156/host.py:424 #: ipaclient/remote_plugins/2_164/host.py:424 #: ipaclient/remote_plugins/2_49/host.py:334 msgid "skip reverse DNS detection" msgstr "Игнорировать обратное определение DNS" #: ipaserver/plugins/host.py:649 ipaclient/remote_plugins/2_114/host.py:430 #: ipaclient/remote_plugins/2_156/host.py:432 #: ipaclient/remote_plugins/2_164/host.py:432 #: ipaclient/remote_plugins/2_49/host.py:342 msgid "Add the host to DNS with this IP address" msgstr "Добавить узел в DNS с этим IP-адресом" #: ipaserver/plugins/host.py:650 ipaserver/plugins/dns.py:946 #: ipaserver/plugins/dns.py:969 ipaclient/remote_plugins/2_114/host.py:429 #: ipaclient/remote_plugins/2_114/dns.py:355 #: ipaclient/remote_plugins/2_114/dns.py:374 #: ipaclient/remote_plugins/2_114/dns.py:1828 #: ipaclient/remote_plugins/2_114/dns.py:1855 #: ipaclient/remote_plugins/2_114/dns.py:3507 #: ipaclient/remote_plugins/2_114/dns.py:3524 #: ipaclient/remote_plugins/2_156/host.py:431 #: ipaclient/remote_plugins/2_156/dns.py:355 #: ipaclient/remote_plugins/2_156/dns.py:374 #: ipaclient/remote_plugins/2_156/dns.py:1793 #: ipaclient/remote_plugins/2_156/dns.py:1820 #: ipaclient/remote_plugins/2_156/dns.py:3332 #: ipaclient/remote_plugins/2_156/dns.py:3349 #: ipaclient/remote_plugins/2_164/host.py:431 #: ipaclient/remote_plugins/2_164/dns.py:355 #: ipaclient/remote_plugins/2_164/dns.py:374 #: ipaclient/remote_plugins/2_164/dns.py:1801 #: ipaclient/remote_plugins/2_164/dns.py:1828 #: ipaclient/remote_plugins/2_164/dns.py:3340 #: ipaclient/remote_plugins/2_164/dns.py:3357 #: ipaclient/remote_plugins/2_49/host.py:341 #: ipaclient/remote_plugins/2_49/dns.py:285 #: ipaclient/remote_plugins/2_49/dns.py:304 #: ipaclient/remote_plugins/2_49/dns.py:1305 #: ipaclient/remote_plugins/2_49/dns.py:1332 #: ipaclient/remote_plugins/2_49/dns.py:3111 #: ipaclient/remote_plugins/2_49/dns.py:3128 msgid "IP Address" msgstr "IP-адрес" #: ipaserver/plugins/host.py:749 ipaclient/remote_plugins/2_114/host.py:709 #: ipaclient/remote_plugins/2_156/host.py:771 #: ipaclient/remote_plugins/2_164/host.py:771 #: ipaclient/remote_plugins/2_49/host.py:432 msgid "Delete a host." msgstr "Удалить узел." #: ipaserver/plugins/host.py:751 #, python-format msgid "Deleted host \"%(value)s\"" msgstr "Удален узел «%(value)s»" #: ipaserver/plugins/host.py:756 msgid "Remove A, AAAA, SSHFP and PTR records of the host(s) managed by IPA DNS" msgstr "" "Удалить записи A, AAAA, SSHFP и PTR узла (узлов) под управлением DNS IPA" #: ipaserver/plugins/host.py:833 msgid "No A, AAAA, SSHFP or PTR records found." msgstr "Записи A, AAAA, SSHFP или PTR не найдены." #: ipaserver/plugins/host.py:846 ipaclient/remote_plugins/2_114/host.py:1244 #: ipaclient/remote_plugins/2_156/host.py:1307 #: ipaclient/remote_plugins/2_164/host.py:1307 #: ipaclient/remote_plugins/2_49/host.py:765 msgid "Modify information about a host." msgstr "Изменить информацию об узле." #: ipaserver/plugins/host.py:849 #, python-format msgid "Modified host \"%(value)s\"" msgstr "Изменен узел «%(value)s»" #: ipaserver/plugins/host.py:854 ipaclient/remote_plugins/2_114/host.py:1393 #: ipaclient/remote_plugins/2_156/host.py:1457 #: ipaclient/remote_plugins/2_164/host.py:1457 #: ipaclient/remote_plugins/2_49/host.py:886 msgid "Update DNS entries" msgstr "Обновить записи DNS" #: ipaserver/plugins/host.py:869 msgid "Password cannot be set on enrolled host." msgstr "Невозможно установить пароль для зарегистрированного узла." #: ipaserver/plugins/host.py:873 msgid "cn is immutable" msgstr "cn нельзя изменять" #: ipaserver/plugins/host.py:991 ipaclient/remote_plugins/2_114/host.py:962 #: ipaclient/remote_plugins/2_156/host.py:1024 #: ipaclient/remote_plugins/2_164/host.py:1024 #: ipaclient/remote_plugins/2_49/host.py:504 msgid "Search for hosts." msgstr "Поиск узлов." #: ipaserver/plugins/host.py:995 #, python-format msgid "%(count)d host matched" msgid_plural "%(count)d hosts matched" msgstr[0] "Найден %(count)d узел" msgstr[1] "Найдено %(count)d узла" msgstr[2] "Найдено %(count)d узлов" #: ipaserver/plugins/host.py:1091 ipaclient/remote_plugins/2_114/host.py:1498 #: ipaclient/remote_plugins/2_156/host.py:1622 #: ipaclient/remote_plugins/2_164/host.py:1622 #: ipaclient/remote_plugins/2_49/host.py:978 msgid "Display information about a host." msgstr "Показать сведения об узле." #: ipaserver/plugins/host.py:1146 ipaclient/remote_plugins/2_114/host.py:754 #: ipaclient/remote_plugins/2_156/host.py:816 #: ipaclient/remote_plugins/2_164/host.py:816 #: ipaclient/remote_plugins/2_49/host.py:473 msgid "Disable the Kerberos key, SSL certificate and all services of a host." msgstr "Отключить ключ Kerberos, SSL-сертификат и все службы узла." #: ipaserver/plugins/host.py:1149 #, python-format msgid "Disabled host \"%(value)s\"" msgstr "Отключён узел \"%(value)s\"" #: ipaserver/plugins/host.py:1222 ipaclient/remote_plugins/2_114/host.py:472 #: ipaclient/remote_plugins/2_156/host.py:534 #: ipaclient/remote_plugins/2_164/host.py:534 #: ipaclient/remote_plugins/2_49/host.py:378 msgid "Add hosts that can manage this host." msgstr "Добавить узлы, которые могут управлять этим узлом." #: ipaserver/plugins/host.py:1236 ipaclient/remote_plugins/2_114/host.py:1437 #: ipaclient/remote_plugins/2_114/otptoken.py:781 #: ipaclient/remote_plugins/2_156/host.py:1561 #: ipaclient/remote_plugins/2_164/host.py:1561 #: ipaclient/remote_plugins/2_49/host.py:924 msgid "Remove hosts that can manage this host." msgstr "Удалить узлы, которые могут управлять этим узлом." #: ipaserver/plugins/host.py:1249 ipaclient/remote_plugins/2_114/host.py:621 #: ipaclient/remote_plugins/2_156/host.py:683 #: ipaclient/remote_plugins/2_164/host.py:683 msgid "" "Allow users, groups, hosts or host groups to retrieve a keytab of this host." msgstr "" "Разрешить пользователям, группам, узлам или группам узлов получать таблицу " "ключей этого узла." #: ipaserver/plugins/host.py:1268 ipaclient/remote_plugins/2_114/host.py:874 #: ipaclient/remote_plugins/2_156/host.py:936 #: ipaclient/remote_plugins/2_164/host.py:936 msgid "" "Disallow users, groups, hosts or host groups to retrieve a keytab of this " "host." msgstr "" "Запретить пользователям, группам, узлам или группам узлов получать таблицу " "ключей этого узла." #: ipaserver/plugins/host.py:1286 ipaclient/remote_plugins/2_114/host.py:533 #: ipaclient/remote_plugins/2_156/host.py:595 #: ipaclient/remote_plugins/2_164/host.py:595 msgid "" "Allow users, groups, hosts or host groups to create a keytab of this host." msgstr "" "Разрешить пользователям, группам, узлам или группам узлов создавать таблицу " "ключей этого узла." #: ipaserver/plugins/host.py:1305 ipaclient/remote_plugins/2_114/host.py:786 #: ipaclient/remote_plugins/2_156/host.py:848 #: ipaclient/remote_plugins/2_164/host.py:848 msgid "" "Disallow users, groups, hosts or host groups to create a keytab of this host." msgstr "" "Запретить пользователям, группам, узлам или группам узлов создавать таблицу " "ключей этого узла." #: ipaserver/plugins/host.py:1323 ipaclient/remote_plugins/2_156/host.py:474 #: ipaclient/remote_plugins/2_164/host.py:474 msgid "Add certificates to host entry" msgstr "Добавить сертификаты в запись узла" #: ipaserver/plugins/host.py:1324 #, python-format msgid "Added certificates to host \"%(value)s\"" msgstr "Добавлены сертификаты в запись узла \"%(value)s\"" #: ipaserver/plugins/host.py:1330 ipaclient/remote_plugins/2_156/host.py:1501 #: ipaclient/remote_plugins/2_164/host.py:1501 msgid "Remove certificates from host entry" msgstr "Удалить сертификаты из записи узла." #: ipaserver/plugins/host.py:1331 #, python-format msgid "Removed certificates from host \"%(value)s\"" msgstr "Удалены сертификаты из записи узла \"%(value)s\"" #: ipaserver/plugins/host.py:1345 msgid "Add new principal alias to host entry" msgstr "Добавить новый псевдоним учётной записи в запись узла." #: ipaserver/plugins/host.py:1346 #, python-format msgid "Added new aliases to host \"%(value)s\"" msgstr "Добавлены новые псевдонимы в запись узла \"%(value)s\"" #: ipaserver/plugins/host.py:1357 msgid "Remove principal alias from a host entry" msgstr "Удалить псевдоним учётной записи из записи узла." #: ipaserver/plugins/host.py:1358 #, python-format msgid "Removed aliases from host \"%(value)s\"" msgstr "Удалены псевдонимы из записи узла \"%(value)s\"" #: ipaserver/plugins/ping.py:26 ipaclient/remote_plugins/2_114/ping.py:19 #: ipaclient/remote_plugins/2_156/ping.py:19 #: ipaclient/remote_plugins/2_164/ping.py:19 msgid "" "\n" "Ping the remote IPA server to ensure it is running.\n" "\n" "The ping command sends an echo request to an IPA server. The server\n" "returns its version information. This is used by an IPA client\n" "to confirm that the server is available and accepting requests.\n" "\n" "The server from xmlrpc_uri in /etc/ipa/default.conf is contacted first.\n" "If it does not respond then the client will contact any servers defined\n" "by ldap SRV records in DNS.\n" "\n" "EXAMPLES:\n" "\n" " Ping an IPA server:\n" " ipa ping\n" " ------------------------------------------\n" " IPA server version 2.1.9. API version 2.20\n" " ------------------------------------------\n" "\n" " Ping an IPA server verbosely:\n" " ipa -v ping\n" " ipa: INFO: trying https://ipa.example.com/ipa/xml\n" " ipa: INFO: Forwarding 'ping' to server 'https://ipa.example.com/ipa/xml'\n" " -----------------------------------------------------\n" " IPA server version 2.1.9. API version 2.20\n" " -----------------------------------------------------\n" msgstr "" "\n" "Проверить связь с удалённым IPA-сервером, чтобы убедиться, что он работает.\n" "\n" "Команда ping отправляет эхо-запрос на IPA-сервер. Сервер возвращает сведения " "о своей версии. Эти данные используются клиентом IPA для подтверждения того, " "что сервер доступен и принимает запросы.\n" "\n" "Сервер из xmlrpc_uri in /etc/ipa/default.conf проверяется первым.\n" "Если он не отвечает, клиент пытается установить связь с любым сервером, " "указанным в записях SRV ldap в DNS.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Проверить связь с IPA-сервером:\n" " ipa ping\n" " ------------------------------------------\n" " IPA server version 2.1.9. API version 2.20\n" " ------------------------------------------\n" "\n" " Проверить связь с IPA-сервером и получить подробные данные:\n" " ipa -v ping\n" " ipa: INFO: trying https://ipa.example.com/ipa/xml\n" " ipa: INFO: Forwarding 'ping' to server 'https://ipa.example.com/ipa/xml'\n" " -----------------------------------------------------\n" " IPA server version 2.1.9. API version 2.20\n" " -----------------------------------------------------\n" #: ipaserver/plugins/ping.py:59 ipaclient/remote_plugins/2_114/ping.py:52 #: ipaclient/remote_plugins/2_156/ping.py:52 #: ipaclient/remote_plugins/2_164/ping.py:52 #: ipaclient/remote_plugins/2_49/ping.py:52 msgid "Ping a remote server." msgstr "Проверить связь с удалённым сервером." #: ipaserver/plugins/cert.py:63 msgid "" "\n" "IPA certificate operations\n" msgstr "" "\n" "Операции с сертификатами IPA\n" #: ipaserver/plugins/cert.py:65 msgid "" "\n" "Implements a set of commands for managing server SSL certificates.\n" msgstr "" "\n" "Применение набора команд для управления сертификатами SSL-серверов.\n" #: ipaserver/plugins/cert.py:67 msgid "" "\n" "Certificate requests exist in the form of a Certificate Signing Request " "(CSR)\n" "in PEM format.\n" msgstr "" "\n" "Запросы сертификатов существуют в виде запроса подписи сертификата " "(Certificate Signing Request, CSR) в формате PEM.\n" #: ipaserver/plugins/cert.py:70 msgid "" "\n" "The dogtag CA uses just the CN value of the CSR and forces the rest of the\n" "subject to values configured in the server.\n" msgstr "" "\n" "Система выдачи сертификатов Dogtag Certificate System использует только " "значение CN в CSR и принудительно устанавливает остальные параметры субъекта " "в соответствии со значениями, настроенными на сервере.\n" #: ipaserver/plugins/cert.py:73 msgid "" "\n" "A certificate is stored with a service principal and a service principal\n" "needs a host.\n" msgstr "" "\n" "Сертификат хранится в учётной записи службы, а учётной записи службы " "требуется узел.\n" #: ipaserver/plugins/cert.py:76 msgid "" "\n" "In order to request a certificate:\n" msgstr "" "\n" "Чтобы запросить сертификат:\n" #: ipaserver/plugins/cert.py:78 msgid "" "\n" "* The host must exist\n" "* The service must exist (or you use the --add option to automatically add " "it)\n" msgstr "" "\n" "* Должен существовать узел\n" "* Должна существовать служба (либо следует использовать параметр --add для " "её автоматического добавления)\n" #: ipaserver/plugins/cert.py:81 msgid "" "\n" "SEARCHING:\n" msgstr "" "\n" "ПОИСК:\n" #: ipaserver/plugins/cert.py:83 msgid "" "\n" "Certificates may be searched on by certificate subject, serial number,\n" "revocation reason, validity dates and the issued date.\n" msgstr "" "\n" "Сертификаты можно искать по субъекту, серийному номеру, причине отзыва, " "датам действия и дате выдачи.\n" #: ipaserver/plugins/cert.py:86 msgid "" "\n" "When searching on dates the _from date does a >= search and the _to date\n" "does a <= search. When combined these are done as an AND.\n" msgstr "" "\n" "Если поиск выполняется по дате _с, используется сравнение >=, а если " "выполняется поиск _до — сравнение <=. Сочетание обоих видов поиска приводит " "к поиску с логической операцией И.\n" #: ipaserver/plugins/cert.py:89 msgid "" "\n" "Dates are treated as GMT to match the dates in the certificates.\n" msgstr "" "\n" "Даты обрабатываются как даты по Гринвичскому времени, в соответствии с " "датами, определёнными в в сертификатах.\n" #: ipaserver/plugins/cert.py:91 msgid "" "\n" "The date format is YYYY-mm-dd.\n" msgstr "" "\n" "Формат даты: ГГГГ-мм-дд.\n" #: ipaserver/plugins/cert.py:95 msgid "" "\n" " Request a new certificate and add the principal:\n" " ipa cert-request --add --principal=HTTP/lion.example.com example.csr\n" msgstr "" "\n" "Запросить новый сертификат и добавить учётную запись:\n" " ipa cert-request --add --principal=HTTP/lion.example.com example.csr\n" #: ipaserver/plugins/cert.py:98 msgid "" "\n" " Retrieve an existing certificate:\n" " ipa cert-show 1032\n" msgstr "" "\n" "Получить существующий сертификат:\n" " ipa cert-show 1032\n" #: ipaserver/plugins/cert.py:101 msgid "" "\n" " Revoke a certificate (see RFC 5280 for reason details):\n" " ipa cert-revoke --revocation-reason=6 1032\n" msgstr "" "\n" "Отозвать сертификат (подробные сведения о причинах доступны в RFC 5280):\n" " ipa cert-revoke --revocation-reason=6 1032\n" #: ipaserver/plugins/cert.py:104 msgid "" "\n" " Remove a certificate from revocation hold status:\n" " ipa cert-remove-hold 1032\n" msgstr "" "\n" "Удалить сертификат из списка отзыва:\n" " ipa cert-remove-hold 1032\n" #: ipaserver/plugins/cert.py:107 msgid "" "\n" " Check the status of a signing request:\n" " ipa cert-status 10\n" msgstr "" "\n" "Проверить состояние запроса подписи:\n" " ipa cert-status 10\n" #: ipaserver/plugins/cert.py:110 msgid "" "\n" " Search for certificates by hostname:\n" " ipa cert-find --subject=ipaserver.example.com\n" msgstr "" "\n" "Поиск сертификатов по имени узла:\n" " ipa cert-find --subject=ipaserver.example.com\n" #: ipaserver/plugins/cert.py:113 msgid "" "\n" " Search for revoked certificates by reason:\n" " ipa cert-find --revocation-reason=5\n" msgstr "" "\n" "Поиск отозванных сертификатов по причине отзыва:\n" " ipa cert-find --revocation-reason=5\n" #: ipaserver/plugins/cert.py:116 msgid "" "\n" " Search for certificates based on issuance date\n" " ipa cert-find --issuedon-from=2013-02-01 --issuedon-to=2013-02-07\n" msgstr "" "\n" "Поиск сертификатов по дате выдачи:\n" " ipa cert-find --issuedon-from=2013-02-01 --issuedon-to=2013-02-07\n" #: ipaserver/plugins/cert.py:119 msgid "" "\n" " Search for certificates owned by a specific user:\n" " ipa cert-find --user=user\n" msgstr "" "\n" " Поиск сертификатов, владельцем которых является определённый пользователь:\n" " ipa cert-find --user=user\n" #: ipaserver/plugins/cert.py:122 msgid "" "\n" " Examine a certificate:\n" " ipa cert-find --file=cert.pem --all\n" msgstr "" "\n" " Проверить сертификат:\n" " ipa cert-find --file=cert.pem --all\n" #: ipaserver/plugins/cert.py:125 msgid "" "\n" " Verify that a certificate is owned by a specific user:\n" " ipa cert-find --file=cert.pem --user=user\n" msgstr "" "\n" " Проверить, что владельцем сертификата является определённый пользователь:\n" " ipa cert-find --file=cert.pem --user=user\n" #: ipaserver/plugins/cert.py:128 msgid "" "\n" "IPA currently immediately issues (or declines) all certificate requests so\n" "the status of a request is not normally useful. This is for future use\n" "or the case where a CA does not immediately issue a certificate.\n" msgstr "" "\n" "В текущей версии IPA немедленно выполняет (или отклоняет) все запросы " "сертификатов, следовательно, данные о состоянии запроса не являются " "полезными. Эти данные могут понадобиться в следующих версиях или в случае, " "если CA не сразу выдаёт сертификат.\n" #: ipaserver/plugins/cert.py:132 msgid "" "\n" "The following revocation reasons are supported:\n" "\n" msgstr "" "\n" "Поддерживаются следующие причины отзыва:\n" #: ipaserver/plugins/cert.py:135 msgid " * 0 - unspecified\n" msgstr " * 0 - не указана\n" #: ipaserver/plugins/cert.py:136 msgid " * 1 - keyCompromise\n" msgstr " * 1 - keyCompromise\n" #: ipaserver/plugins/cert.py:137 msgid " * 2 - cACompromise\n" msgstr " * 2 - cACompromise\n" #: ipaserver/plugins/cert.py:138 msgid " * 3 - affiliationChanged\n" msgstr " * 3 - affiliationChanged\n" #: ipaserver/plugins/cert.py:139 msgid " * 4 - superseded\n" msgstr " * 4 - superseded\n" #: ipaserver/plugins/cert.py:140 msgid " * 5 - cessationOfOperation\n" msgstr " * 5 - cessationOfOperation\n" #: ipaserver/plugins/cert.py:141 msgid " * 6 - certificateHold\n" msgstr " * 6 - certificateHold\n" #: ipaserver/plugins/cert.py:142 msgid " * 8 - removeFromCRL\n" msgstr " * 8 - removeFromCRL\n" #: ipaserver/plugins/cert.py:143 msgid " * 9 - privilegeWithdrawn\n" msgstr " * 9 - privilegeWithdrawn\n" #: ipaserver/plugins/cert.py:144 msgid " * 10 - aACompromise\n" msgstr " * 10 - aACompromise\n" #: ipaserver/plugins/cert.py:145 msgid "" "\n" "Note that reason code 7 is not used. See RFC 5280 for more details:\n" msgstr "" "\n" "Обратите внимание, что код причины 7 не используется. Подробные сведения в " "RFC 5280:\n" #: ipaserver/plugins/cert.py:147 msgid "" "\n" "http://www.ietf.org/rfc/rfc5280.txt\n" "\n" msgstr "" "\n" "http://www.ietf.org/rfc/rfc5280.txt\n" "\n" #: ipaserver/plugins/cert.py:276 ipaserver/plugins/certprofile.py:86 msgid "CA is not configured" msgstr "CA не настроен" #: ipaserver/plugins/cert.py:282 #, python-format msgid "" "Principal '%(principal)s' is not permitted to use CA '%(ca)s' with profile " "'%(profile_id)s' for certificate issuance." msgstr "" "Учётной записи \"%(principal)s\" не разрешено использовать службу " "сертификации \"%(ca)s\" с профилем \"%(profile_id)s\" для выдачи " "сертификатов." #: ipaserver/plugins/cert.py:306 msgid "enabledService/configuredService not in ipaConfigString kdc entry" msgstr "enabledService/configuredService не в записи kdc ipaConfigString" #: ipaserver/plugins/cert.py:311 #, python-format msgid "Host '%(hostname)s' is not an active KDC" msgstr "" "Узел \"%(hostname)s\" не является активным центром распространения ключей " "(KDC)" #: ipaserver/plugins/cert.py:345 msgid "Issuing CA" msgstr "Выдающий CA" #: ipaserver/plugins/cert.py:346 msgid "Name of issuing CA" msgstr "Имя выдающего CA" #: ipaserver/plugins/cert.py:352 ipaserver/plugins/ca.py:111 msgid "Base-64 encoded certificate." msgstr "Base-64 шифрованный сертификат" #: ipaserver/plugins/cert.py:357 ipaserver/plugins/ca.py:116 msgid "Certificate chain" msgstr "Цепочка сертификатов" #: ipaserver/plugins/cert.py:358 ipaserver/plugins/ca.py:117 msgid "X.509 certificate chain" msgstr "Цепочка сертификатов X.509" #: ipaserver/plugins/cert.py:368 msgid "Subject email address" msgstr "Адрес электронной почты субъекта" #: ipaserver/plugins/cert.py:373 msgid "Subject DNS name" msgstr "DNS-имя субъекта" #: ipaserver/plugins/cert.py:378 msgid "Subject X.400 address" msgstr "Адрес X.400 субъекта" #: ipaserver/plugins/cert.py:383 msgid "Subject directory name" msgstr "Имя каталога субъекта" #: ipaserver/plugins/cert.py:388 msgid "Subject EDI Party name" msgstr "Имя стороны EDI субъекта" #: ipaserver/plugins/cert.py:393 msgid "Subject URI" msgstr "Универсальный код ресурса (URI) субъекта" #: ipaserver/plugins/cert.py:398 msgid "Subject IP Address" msgstr "IP-адрес субъекта" #: ipaserver/plugins/cert.py:403 msgid "Subject OID" msgstr "Идентификатор объекта (OID) субъекта" #: ipaserver/plugins/cert.py:408 msgid "Subject UPN" msgstr "Имя участника-пользователя (UPN) субъекта" #: ipaserver/plugins/cert.py:413 msgid "Subject Kerberos principal name" msgstr "Имя учётной записи Kerberos субъекта" #: ipaserver/plugins/cert.py:418 msgid "Subject Other Name" msgstr "Другое имя субъекта" #: ipaserver/plugins/cert.py:424 ipaserver/plugins/ca.py:104 msgid "Issuer DN" msgstr "DN издателя" #: ipaserver/plugins/cert.py:449 ipaclient/remote_plugins/2_114/cert.py:251 #: ipaclient/remote_plugins/2_114/cert.py:311 #: ipaclient/remote_plugins/2_114/cert.py:339 #: ipaclient/remote_plugins/2_156/cert.py:251 #: ipaclient/remote_plugins/2_156/cert.py:317 #: ipaclient/remote_plugins/2_156/cert.py:345 #: ipaclient/remote_plugins/2_164/cert.py:251 #: ipaclient/remote_plugins/2_164/cert.py:317 #: ipaclient/remote_plugins/2_164/cert.py:345 #: ipaclient/remote_plugins/2_49/cert.py:88 #: ipaclient/remote_plugins/2_49/cert.py:146 #: ipaclient/remote_plugins/2_49/cert.py:174 msgid "Serial number" msgstr "Серийный номер" #: ipaserver/plugins/cert.py:450 ipaclient/remote_plugins/2_114/cert.py:252 #: ipaclient/remote_plugins/2_114/cert.py:312 #: ipaclient/remote_plugins/2_114/cert.py:340 #: ipaclient/remote_plugins/2_156/cert.py:252 #: ipaclient/remote_plugins/2_156/cert.py:318 #: ipaclient/remote_plugins/2_156/cert.py:346 #: ipaclient/remote_plugins/2_164/cert.py:252 #: ipaclient/remote_plugins/2_164/cert.py:318 #: ipaclient/remote_plugins/2_164/cert.py:346 #: ipaclient/remote_plugins/2_49/cert.py:89 #: ipaclient/remote_plugins/2_49/cert.py:147 #: ipaclient/remote_plugins/2_49/cert.py:175 msgid "Serial number in decimal or if prefixed with 0x in hexadecimal" msgstr "Серийный номер в десятичной или если есть префикс 0x в HEX формате" #: ipaserver/plugins/cert.py:456 msgid "Serial number (hex)" msgstr "Серийный номер (hex)" #: ipaserver/plugins/cert.py:576 ipaserver/plugins/certprofile.py:122 #: ipaclient/plugins/csrgen.py:45 #: ipaclient/remote_plugins/2_156/certprofile.py:80 #: ipaclient/remote_plugins/2_156/certprofile.py:105 #: ipaclient/remote_plugins/2_156/certprofile.py:150 #: ipaclient/remote_plugins/2_156/certprofile.py:233 #: ipaclient/remote_plugins/2_156/certprofile.py:294 #: ipaclient/remote_plugins/2_156/certprofile.py:386 #: ipaclient/remote_plugins/2_156/cert.py:297 #: ipaclient/remote_plugins/2_164/certprofile.py:80 #: ipaclient/remote_plugins/2_164/certprofile.py:105 #: ipaclient/remote_plugins/2_164/certprofile.py:150 #: ipaclient/remote_plugins/2_164/certprofile.py:233 #: ipaclient/remote_plugins/2_164/certprofile.py:294 #: ipaclient/remote_plugins/2_164/certprofile.py:386 #: ipaclient/remote_plugins/2_164/cert.py:297 msgid "Profile ID" msgstr "Идентификатор профиля" #: ipaserver/plugins/cert.py:577 ipaclient/remote_plugins/2_156/cert.py:298 #: ipaclient/remote_plugins/2_164/cert.py:298 msgid "Certificate Profile to use" msgstr "Использовать сертификат профиля" #: ipaserver/plugins/cert.py:582 msgid "Request status" msgstr "Статус запроса" #: ipaserver/plugins/cert.py:587 ipaclient/remote_plugins/2_114/cert.py:367 #: ipaclient/remote_plugins/2_156/cert.py:373 #: ipaclient/remote_plugins/2_164/cert.py:373 #: ipaclient/remote_plugins/2_49/cert.py:202 msgid "Request id" msgstr "ID запроса" #: ipaserver/plugins/cert.py:597 ipaserver/plugins/ca.py:208 msgid "Include certificate chain in output" msgstr "Включить цепочку сертификатов в вывод" #: ipaserver/plugins/cert.py:603 ipaclient/remote_plugins/2_114/cert.py:267 #: ipaclient/remote_plugins/2_156/cert.py:267 #: ipaclient/remote_plugins/2_164/cert.py:267 #: ipaclient/remote_plugins/2_49/cert.py:102 msgid "Submit a certificate signing request." msgstr "Отправить запрос подписи сертификата." #: ipaserver/plugins/cert.py:611 ipaclient/remote_plugins/2_114/cert.py:273 #: ipaclient/remote_plugins/2_156/cert.py:273 #: ipaclient/remote_plugins/2_164/cert.py:273 #: ipaclient/remote_plugins/2_49/cert.py:108 msgid "CSR" msgstr "CSR" #: ipaserver/plugins/cert.py:621 ipaclient/plugins/csrgen.py:39 #: ipaclient/remote_plugins/2_114/service.py:89 #: ipaclient/remote_plugins/2_114/service.py:173 #: ipaclient/remote_plugins/2_114/service.py:276 #: ipaclient/remote_plugins/2_114/service.py:338 #: ipaclient/remote_plugins/2_114/service.py:427 #: ipaclient/remote_plugins/2_114/service.py:517 #: ipaclient/remote_plugins/2_114/service.py:555 #: ipaclient/remote_plugins/2_114/service.py:588 #: ipaclient/remote_plugins/2_114/service.py:677 #: ipaclient/remote_plugins/2_114/service.py:774 #: ipaclient/remote_plugins/2_114/service.py:875 #: ipaclient/remote_plugins/2_114/service.py:985 #: ipaclient/remote_plugins/2_114/service.py:1047 #: ipaclient/remote_plugins/2_114/cert.py:280 #: ipaclient/remote_plugins/2_156/service.py:89 #: ipaclient/remote_plugins/2_156/service.py:174 #: ipaclient/remote_plugins/2_156/service.py:278 #: ipaclient/remote_plugins/2_156/service.py:339 #: ipaclient/remote_plugins/2_156/service.py:401 #: ipaclient/remote_plugins/2_156/service.py:490 #: ipaclient/remote_plugins/2_156/service.py:580 #: ipaclient/remote_plugins/2_156/service.py:618 #: ipaclient/remote_plugins/2_156/service.py:651 #: ipaclient/remote_plugins/2_156/service.py:740 #: ipaclient/remote_plugins/2_156/service.py:837 #: ipaclient/remote_plugins/2_156/service.py:938 #: ipaclient/remote_plugins/2_156/service.py:1049 #: ipaclient/remote_plugins/2_156/service.py:1110 #: ipaclient/remote_plugins/2_156/service.py:1172 #: ipaclient/remote_plugins/2_156/cert.py:280 #: ipaclient/remote_plugins/2_164/service.py:89 #: ipaclient/remote_plugins/2_164/service.py:174 #: ipaclient/remote_plugins/2_164/service.py:278 #: ipaclient/remote_plugins/2_164/service.py:339 #: ipaclient/remote_plugins/2_164/service.py:401 #: ipaclient/remote_plugins/2_164/service.py:490 #: ipaclient/remote_plugins/2_164/service.py:580 #: ipaclient/remote_plugins/2_164/service.py:618 #: ipaclient/remote_plugins/2_164/service.py:651 #: ipaclient/remote_plugins/2_164/service.py:740 #: ipaclient/remote_plugins/2_164/service.py:837 #: ipaclient/remote_plugins/2_164/service.py:938 #: ipaclient/remote_plugins/2_164/service.py:1049 #: ipaclient/remote_plugins/2_164/service.py:1110 #: ipaclient/remote_plugins/2_164/service.py:1172 #: ipaclient/remote_plugins/2_164/cert.py:280 #: ipaclient/remote_plugins/2_49/cert.py:115 #: ipaclient/remote_plugins/2_49/service.py:81 #: ipaclient/remote_plugins/2_49/service.py:116 #: ipaclient/remote_plugins/2_49/service.py:199 #: ipaclient/remote_plugins/2_49/service.py:255 #: ipaclient/remote_plugins/2_49/service.py:295 #: ipaclient/remote_plugins/2_49/service.py:335 #: ipaclient/remote_plugins/2_49/service.py:429 #: ipaclient/remote_plugins/2_49/service.py:519 #: ipaclient/remote_plugins/2_49/service.py:574 msgid "Principal" msgstr "Основной" #: ipaserver/plugins/cert.py:622 ipaclient/plugins/csrgen.py:40 #: ipaclient/remote_plugins/2_156/cert.py:281 #: ipaclient/remote_plugins/2_164/cert.py:281 msgid "Principal for this certificate (e.g. HTTP/test.example.com)" msgstr "Учётная запись для этого сертификата (например, HTTP/test.example.com)" #: ipaserver/plugins/cert.py:628 msgid "" "automatically add the principal if it doesn't exist (service principals only)" msgstr "" "Автоматически добавить учётную запись, если она не существует (только для " "учётных записей служб)" #: ipaserver/plugins/cert.py:677 #, python-format msgid "krbtgt certs can use only the %s profile" msgstr "сертификаты krbtgt могут использовать только профиль %s" #: ipaserver/plugins/cert.py:729 msgid "No Common Name was found in subject of request." msgstr "В субъекте запроса не найдено общее имя (CN)." #: ipaserver/plugins/cert.py:737 #, python-format msgid "" "hostname in subject of request '%(cn)s' does not match name or aliases of " "principal '%(principal)s'" msgstr "" "имя узла в субъекте запроса \"%(cn)s\" не соответствует имени или " "псевдонимам учётной записи \"%(principal)s\"" #: ipaserver/plugins/cert.py:743 #, python-format msgid "" "hostname in subject of request '%(cn)s' does not match principal hostname " "'%(hostname)s'" msgstr "" "имя узла в субъекте запроса \"%(cn)s\" не соответствует имени узла учётной " "записи \"%(hostname)s\"" #: ipaserver/plugins/cert.py:752 msgid "DN commonName does not match user's login" msgstr "В commonName DN не соответствует имени пользователя" #: ipaserver/plugins/cert.py:766 msgid "DN emailAddress does not match any of user's email addresses" msgstr "" "В emailAddress DN не соответствует ни одному адресу электронной почты " "пользователя" #: ipaserver/plugins/cert.py:775 #, python-format msgid "" "Insufficient 'write' privilege to the 'userCertificate' attribute of entry " "'%s'." msgstr "" "Недостаточно привилегий \"write\" для атрибута \"userCertificate\" записи " "\"%s\"." #: ipaserver/plugins/cert.py:788 #, python-format msgid "subject alt name type %s is forbidden for user principals" msgstr "" "использование типа альтернативного имени субъекта %s запрещено для учётных " "записей пользователей" #: ipaserver/plugins/cert.py:817 #, python-format msgid "" "The service principal for subject alt name %s in certificate request does " "not exist" msgstr "" "Учётная запись службы для альтернативного имени субъекта %s в запросе " "сертификата не существует" #: ipaserver/plugins/cert.py:827 #, python-format msgid "" "Insufficient privilege to create a certificate with subject alt name '%s'." msgstr "" "Недостаточно привилегий для создания сертификата с альтернативным именем " "субъекта \"%s\"." #: ipaserver/plugins/cert.py:845 #, python-format msgid "Principal '%s' in subject alt name does not match requested principal" msgstr "" "Учётная запись \"%s\" в альтернативном имени субъекта не соответствует " "запрошенной учётной записи" #: ipaserver/plugins/cert.py:854 msgid "RFC822Name does not match any of user's email addresses" msgstr "RFC822 Имя не совпадает ни с одним пользователем электронной почты" #: ipaserver/plugins/cert.py:861 #, python-format msgid "subject alt name type %s is forbidden for non-user principals" msgstr "" "использование типа альтернативного имени субъекта %s запрещено для учётных " "записей, которые не относятся к пользователям" #: ipaserver/plugins/cert.py:866 #, python-format msgid "Subject alt name type %s is forbidden" msgstr "Использование типа альтернативного имени субъекта %s запрещено" #: ipaserver/plugins/cert.py:881 #, python-format msgid "CA '%s' is disabled" msgstr "CA \"%s\" отключён" #: ipaserver/plugins/cert.py:968 msgid "'add' option" msgstr "параметр \"add\"" #: ipaserver/plugins/cert.py:972 ipaclient/plugins/csrgen.py:109 msgid "The principal for this request doesn't exist." msgstr "Учётная запись для этого запроса не существует." #: ipaserver/plugins/cert.py:1054 ipaclient/remote_plugins/2_114/cert.py:362 #: ipaclient/remote_plugins/2_156/cert.py:368 #: ipaclient/remote_plugins/2_164/cert.py:368 #: ipaclient/remote_plugins/2_49/cert.py:197 msgid "Check the status of a certificate signing request." msgstr "Проверьте статус запроса подписи сертификата." #: ipaserver/plugins/cert.py:1088 msgid "Revoked" msgstr "Отозван" #: ipaserver/plugins/cert.py:1094 msgid "" "Reason for revoking the certificate (0-10). Type \"ipa help cert\" for " "revocation reason details. " msgstr "" "Причина отзыва сертификата (0-10). Введите \"ipa help cert\", чтобы получить " "сведения о причине отзыва. " #: ipaserver/plugins/cert.py:1116 #, python-format msgid "Owner %s" msgstr "Владелец %s" #: ipaserver/plugins/cert.py:1163 ipaclient/remote_plugins/2_114/cert.py:334 #: ipaclient/remote_plugins/2_156/cert.py:340 #: ipaclient/remote_plugins/2_164/cert.py:340 #: ipaclient/remote_plugins/2_49/cert.py:169 msgid "Retrieve an existing certificate." msgstr "Получить существующий сертификат." #: ipaserver/plugins/cert.py:1167 ipaclient/remote_plugins/2_114/cert.py:348 #: ipaclient/remote_plugins/2_156/cert.py:354 #: ipaclient/remote_plugins/2_164/cert.py:354 #: ipaclient/remote_plugins/2_49/cert.py:183 msgid "Output filename" msgstr "Исходящие имя файла" #: ipaserver/plugins/cert.py:1168 ipaclient/remote_plugins/2_114/cert.py:349 #: ipaclient/remote_plugins/2_156/cert.py:355 #: ipaclient/remote_plugins/2_164/cert.py:355 #: ipaclient/remote_plugins/2_49/cert.py:184 msgid "File to store the certificate in." msgstr "Файл для сохранения сертификата." #: ipaserver/plugins/cert.py:1203 #, python-format msgid "" "Certificate with serial number %(serial)s issued by CA '%(ca)s' not found" msgstr "" "Сертификат с серийным номером %(serial)s, выданный CA \"%(ca)s\", не найден" #: ipaserver/plugins/cert.py:1237 ipaclient/remote_plugins/2_114/cert.py:306 #: ipaclient/remote_plugins/2_156/cert.py:312 #: ipaclient/remote_plugins/2_164/cert.py:312 #: ipaclient/remote_plugins/2_49/cert.py:141 msgid "Revoke a certificate." msgstr "Отозвать сертификат" #: ipaserver/plugins/cert.py:1272 msgid "7 is not a valid revocation reason" msgstr "7 неверная причина отзыва сертификата" #: ipaserver/plugins/cert.py:1285 ipaclient/remote_plugins/2_114/cert.py:246 #: ipaclient/remote_plugins/2_156/cert.py:246 #: ipaclient/remote_plugins/2_164/cert.py:246 #: ipaclient/remote_plugins/2_49/cert.py:83 msgid "Take a revoked certificate off hold." msgstr "Возобновить действие отозванного сертификата." #: ipaserver/plugins/cert.py:1308 ipaclient/remote_plugins/2_114/cert.py:129 #: ipaclient/remote_plugins/2_156/cert.py:129 #: ipaclient/remote_plugins/2_164/cert.py:129 msgid "Search for existing certificates." msgstr "Поиск по существующим сертификатам." #: ipaserver/plugins/cert.py:1313 ipaclient/remote_plugins/2_114/cert.py:135 #: ipaclient/remote_plugins/2_156/cert.py:135 #: ipaclient/remote_plugins/2_164/cert.py:135 msgid "Match cn attribute in subject" msgstr "Сопоставлять атрибут \"cn\" в субъекте" #: ipaserver/plugins/cert.py:1317 ipaclient/remote_plugins/2_114/cert.py:146 #: ipaclient/remote_plugins/2_156/cert.py:146 #: ipaclient/remote_plugins/2_164/cert.py:146 msgid "minimum serial number" msgstr "минимальный серийный номер" #: ipaserver/plugins/cert.py:1323 ipaclient/remote_plugins/2_114/cert.py:151 #: ipaclient/remote_plugins/2_156/cert.py:151 #: ipaclient/remote_plugins/2_164/cert.py:151 msgid "maximum serial number" msgstr "Максимальный серийный номер" #: ipaserver/plugins/cert.py:1329 ipaclient/remote_plugins/2_114/cert.py:156 #: ipaclient/remote_plugins/2_156/cert.py:156 #: ipaclient/remote_plugins/2_164/cert.py:156 msgid "match the common name exactly" msgstr "точное соответствие общему имени" #: ipaserver/plugins/cert.py:1333 ipaclient/remote_plugins/2_114/cert.py:163 #: ipaclient/remote_plugins/2_156/cert.py:163 #: ipaclient/remote_plugins/2_164/cert.py:163 msgid "Valid not after from this date (YYYY-mm-dd)" msgstr "Действующий не позднее, чем с этой даты (ГГГГ-мм-дд)" #: ipaserver/plugins/cert.py:1338 ipaclient/remote_plugins/2_114/cert.py:168 #: ipaclient/remote_plugins/2_156/cert.py:168 #: ipaclient/remote_plugins/2_164/cert.py:168 msgid "Valid not after to this date (YYYY-mm-dd)" msgstr "Действующий не позднее, чем до этой даты (ГГГГ-мм-дд)" #: ipaserver/plugins/cert.py:1343 ipaclient/remote_plugins/2_114/cert.py:173 #: ipaclient/remote_plugins/2_156/cert.py:173 #: ipaclient/remote_plugins/2_164/cert.py:173 msgid "Valid not before from this date (YYYY-mm-dd)" msgstr "Действующий не ранее, чем с этой даты (ГГГГ-мм-дд)" #: ipaserver/plugins/cert.py:1348 ipaclient/remote_plugins/2_114/cert.py:178 #: ipaclient/remote_plugins/2_156/cert.py:178 #: ipaclient/remote_plugins/2_164/cert.py:178 msgid "Valid not before to this date (YYYY-mm-dd)" msgstr "Действующий не ранее, чем до этой даты (ГГГГ-мм-дд)" #: ipaserver/plugins/cert.py:1353 ipaclient/remote_plugins/2_114/cert.py:183 #: ipaclient/remote_plugins/2_156/cert.py:183 #: ipaclient/remote_plugins/2_164/cert.py:183 msgid "Issued on from this date (YYYY-mm-dd)" msgstr "Выдан с этой даты (ГГГГ-мм-дд)" #: ipaserver/plugins/cert.py:1358 ipaclient/remote_plugins/2_114/cert.py:188 #: ipaclient/remote_plugins/2_156/cert.py:188 #: ipaclient/remote_plugins/2_164/cert.py:188 msgid "Issued on to this date (YYYY-mm-dd)" msgstr "Выдан до этой даты (ГГГГ-мм-дд)" #: ipaserver/plugins/cert.py:1363 ipaclient/remote_plugins/2_114/cert.py:193 #: ipaclient/remote_plugins/2_156/cert.py:193 #: ipaclient/remote_plugins/2_164/cert.py:193 msgid "Revoked on from this date (YYYY-mm-dd)" msgstr "Отозван с даты (YYYY-mm-dd)" #: ipaserver/plugins/cert.py:1368 ipaclient/remote_plugins/2_114/cert.py:198 #: ipaclient/remote_plugins/2_156/cert.py:198 #: ipaclient/remote_plugins/2_164/cert.py:198 msgid "Revoked on to this date (YYYY-mm-dd)" msgstr "Отозван до этой даты (ГГГГ-мм-дд)" #: ipaserver/plugins/cert.py:1374 msgid "Results should contain primary key attribute only (\"certificate\")" msgstr "" "Результаты должны содержать только атрибут главного ключа (\"certificate\")" #: ipaserver/plugins/cert.py:1390 #, python-format msgid "%(count)d certificate matched" msgid_plural "%(count)d certificates matched" msgstr[0] "установлено соответствие %(count)d сертификата" msgstr[1] "установлено соответствие %(count)d сертификатов" msgstr[2] "установлено соответствие %(count)d сертификатов" #: ipaserver/plugins/cert.py:1412 #, python-format msgid "Search for certificates with these owner %s." msgstr "Поиск сертификатов, включая те, владельцами которых являются %s" #: ipaserver/plugins/cert.py:1423 #, python-format msgid "Search for certificates without these owner %s." msgstr "Поиск сертификатов, не включая те, владельцами которых являются %s" #: ipaserver/plugins/cert.py:1715 ipaclient/remote_plugins/2_114/cert.py:103 #: ipaclient/remote_plugins/2_156/cert.py:103 #: ipaclient/remote_plugins/2_164/cert.py:103 msgid "Checks if any of the servers has the CA service enabled." msgstr "Проверяет, включена ли служба CA на каких-либо серверах." #: ipaserver/plugins/permission.py:40 msgid "" "\n" "Permissions\n" msgstr "" "\n" "Разрешения\n" #: ipaserver/plugins/permission.py:42 msgid "" "\n" "A permission enables fine-grained delegation of rights. A permission is\n" "a human-readable wrapper around a 389-ds Access Control Rule,\n" "or instruction (ACI).\n" "A permission grants the right to perform a specific task such as adding a\n" "user, modifying a group, etc.\n" msgstr "" "\n" "С помощью разрешений можно очень точно делегировать права доступа. " "Разрешение представляет собой удобную для восприятия форму 389-ds ACI " "(правила управления доступом).\n" "Разрешение даёт право выполнять определённую задачу, например, добавлять " "пользователей, изменять группы и так далее.\n" #: ipaserver/plugins/permission.py:48 msgid "" "\n" "A permission may not contain other permissions.\n" msgstr "" "\n" "Разрешение не может содержать другие разрешения.\n" #: ipaserver/plugins/permission.py:50 msgid "" "\n" "* A permission grants access to read, write, add, delete, read, search,\n" " or compare.\n" "* A privilege combines similar permissions (for example all the permissions\n" " needed to add a user).\n" "* A role grants a set of privileges to users, groups, hosts or hostgroups.\n" msgstr "" "\n" "* Разрешение даёт доступ для чтения, записи, добавления, удаления, поиска " "или сравнения.\n" "* Привилегия объединяет схожие разрешения (например, все разрешения, которые " "требуются для добавления пользователя).\n" "* Роль даёт набор привилегий пользователям, группам, узлам или группам " "узлов.\n" #: ipaserver/plugins/permission.py:56 msgid "" "\n" "A permission is made up of a number of different parts:\n" "\n" "1. The name of the permission.\n" "2. The target of the permission.\n" "3. The rights granted by the permission.\n" msgstr "" "\n" "Разрешение состоит из нескольких разных частей:\n" "\n" "1. Имя разрешения.\n" "2. Цель разрешения.\n" "3. Права, предоставленные разрешением.\n" #: ipaserver/plugins/permission.py:62 msgid "" "\n" "Rights define what operations are allowed, and may be one or more\n" "of the following:\n" "1. write - write one or more attributes\n" "2. read - read one or more attributes\n" "3. search - search on one or more attributes\n" "4. compare - compare one or more attributes\n" "5. add - add a new entry to the tree\n" "6. delete - delete an existing entry\n" "7. all - all permissions are granted\n" msgstr "" "\n" "Права определяют, какие действия разрешены. Варианты прав (права могут " "сочетать в себе несколько вариантов):\n" "1. write - записать один или несколько атрибутов.\n" "2. read - прочитать один или несколько атрибутов.\n" "3. search - поиск по одному или нескольким атрибутам.\n" "4. compare - сравнить один или несколько атрибутов.\n" "5. add - добавить в дерево новую запись.\n" "6. delete - удалить существующую запись.\n" "7. all - предоставляются все разрешения.\n" #: ipaserver/plugins/permission.py:72 msgid "" "\n" "Note the distinction between attributes and entries. The permissions are\n" "independent, so being able to add a user does not mean that the user will\n" "be editable.\n" msgstr "" "\n" "Обратите внимание на разницу между атрибутами и записями. Разрешения " "являются независимыми, поэтому возможность добавить пользователя не означает " "возможность изменять запись добавленного пользователя.\n" #: ipaserver/plugins/permission.py:76 msgid "" "\n" "There are a number of allowed targets:\n" "1. subtree: a DN; the permission applies to the subtree under this DN\n" "2. target filter: an LDAP filter\n" "3. target: DN with possible wildcards, specifies entries permission applies " "to\n" msgstr "" "\n" "Существует ряд разрешённых целей:\n" "1. subtree: DN; разрешение применяется к поддереву под этим DN.\n" "2. target filter: фильтр LDAP.\n" "3. target: DN с возможными подстановочными знаками, определяет записи, к " "которым применяется разрешение.\n" #: ipaserver/plugins/permission.py:81 msgid "" "\n" "Additionally, there are the following convenience options.\n" "Setting one of these options will set the corresponding attribute(s).\n" "1. type: a type of object (user, group, etc); sets subtree and target " "filter.\n" "2. memberof: apply to members of a group; sets target filter\n" "3. targetgroup: grant access to modify a specific group (such as granting\n" " the rights to manage group membership); sets target.\n" msgstr "" "\n" "Кроме того, имеются следующие удобные параметры. Установка одного из них " "установит соответствующий атрибут (атрибуты).\n" "1. type: тип объекта (пользователь, группа и так далее); устанавливает " "поддерево и фильтр целей.\n" "2. memberof: применить к участникам группы; устанавливает фильтр целей.\n" "3. targetgroup: предоставить доступ для изменения определённой группы " "(например, предоставить права доступа для управления участием в группе); " "устанавливает цель.\n" #: ipaserver/plugins/permission.py:88 msgid "" "\n" "Managed permissions\n" msgstr "" "\n" "Управляемые разрешения\n" #: ipaserver/plugins/permission.py:90 msgid "" "\n" "Permissions that come with IPA by default can be so-called \"managed\"\n" "permissions. These have a default set of attributes they apply to,\n" "but the administrator can add/remove individual attributes to/from the set.\n" msgstr "" "\n" "Разрешения, которые по умолчанию поставляются с IPA, можно называть " "\"управляемыми\". Имеется заданный по умолчанию набор атрибутов, к которым " "они применяются, но администратор может добавлять в набор или удалять из " "него отдельные атрибуты.\n" #: ipaserver/plugins/permission.py:94 msgid "" "\n" "Deleting or renaming a managed permission, as well as changing its target,\n" "is not allowed.\n" msgstr "" "\n" "Запрещено удалять или переименовывать управляемое разрешение, а также " "изменять его цель.\n" #: ipaserver/plugins/permission.py:99 msgid "" "\n" " Add a permission that grants the creation of users:\n" " ipa permission-add --type=user --permissions=add \"Add Users\"\n" msgstr "" "\n" " Добавить разрешение на создание пользователей:\n" " ipa permission-add --type=user --permissions=add \"Add Users\"\n" #: ipaserver/plugins/permission.py:102 msgid "" "\n" " Add a permission that grants the ability to manage group membership:\n" " ipa permission-add --attrs=member --permissions=write --type=group " "\"Manage Group Members\"\n" msgstr "" "\n" " Добавить разрешение на управление участием в группе:\n" " ipa permission-add --attrs=member --permissions=write --type=group " "\"Manage Group Members\"\n" #: ipaserver/plugins/permission.py:129 msgid "must be enclosed in parentheses" msgstr "должно быть заключено в скобки" #: ipaserver/plugins/permission.py:149 #, python-format msgid "\"%s\" is not an object type" msgstr "\"%s\" не является типом объекта" #: ipaserver/plugins/permission.py:151 ipaserver/plugins/permission.py:895 #, python-format msgid "\"%s\" is not a valid permission type" msgstr "\"%s\" не является корректным типом разрешения" #: ipaserver/plugins/permission.py:169 #: ipaclient/remote_plugins/2_114/permission.py:452 #: ipaclient/remote_plugins/2_156/permission.py:478 #: ipaclient/remote_plugins/2_164/permission.py:478 msgid "Permission flags" msgstr "Флаги разрешения" #: ipaserver/plugins/permission.py:180 #: ipaclient/remote_plugins/2_114/privilege.py:241 #: ipaclient/remote_plugins/2_114/privilege.py:580 #: ipaclient/remote_plugins/2_156/privilege.py:241 #: ipaclient/remote_plugins/2_156/privilege.py:580 #: ipaclient/remote_plugins/2_164/privilege.py:241 #: ipaclient/remote_plugins/2_164/privilege.py:580 #: ipaclient/remote_plugins/2_49/privilege.py:219 #: ipaclient/remote_plugins/2_49/privilege.py:533 msgid "permission" msgstr "разрешение" #: ipaserver/plugins/permission.py:181 #: ipaclient/remote_plugins/2_114/privilege.py:242 #: ipaclient/remote_plugins/2_114/privilege.py:581 #: ipaclient/remote_plugins/2_156/privilege.py:242 #: ipaclient/remote_plugins/2_156/privilege.py:581 #: ipaclient/remote_plugins/2_164/privilege.py:242 #: ipaclient/remote_plugins/2_164/privilege.py:581 msgid "permissions" msgstr "разрешения" #: ipaserver/plugins/permission.py:236 #: ipaclient/remote_plugins/2_114/permission.py:95 #: ipaclient/remote_plugins/2_114/permission.py:219 #: ipaclient/remote_plugins/2_114/permission.py:383 #: ipaclient/remote_plugins/2_114/permission.py:445 #: ipaclient/remote_plugins/2_114/permission.py:501 #: ipaclient/remote_plugins/2_114/permission.py:553 #: ipaclient/remote_plugins/2_114/permission.py:744 #: ipaclient/remote_plugins/2_114/permission.py:939 #: ipaclient/remote_plugins/2_114/permission.py:999 #: ipaclient/remote_plugins/2_156/permission.py:95 #: ipaclient/remote_plugins/2_156/permission.py:231 #: ipaclient/remote_plugins/2_156/permission.py:409 #: ipaclient/remote_plugins/2_156/permission.py:471 #: ipaclient/remote_plugins/2_156/permission.py:527 #: ipaclient/remote_plugins/2_156/permission.py:579 #: ipaclient/remote_plugins/2_156/permission.py:784 #: ipaclient/remote_plugins/2_156/permission.py:993 #: ipaclient/remote_plugins/2_156/permission.py:1053 #: ipaclient/remote_plugins/2_164/permission.py:95 #: ipaclient/remote_plugins/2_164/permission.py:231 #: ipaclient/remote_plugins/2_164/permission.py:409 #: ipaclient/remote_plugins/2_164/permission.py:471 #: ipaclient/remote_plugins/2_164/permission.py:527 #: ipaclient/remote_plugins/2_164/permission.py:579 #: ipaclient/remote_plugins/2_164/permission.py:784 #: ipaclient/remote_plugins/2_164/permission.py:993 #: ipaclient/remote_plugins/2_164/permission.py:1053 #: ipaclient/remote_plugins/2_49/permission.py:82 #: ipaclient/remote_plugins/2_49/permission.py:148 #: ipaclient/remote_plugins/2_49/permission.py:259 #: ipaclient/remote_plugins/2_49/permission.py:314 #: ipaclient/remote_plugins/2_49/permission.py:365 #: ipaclient/remote_plugins/2_49/permission.py:419 #: ipaclient/remote_plugins/2_49/permission.py:532 #: ipaclient/remote_plugins/2_49/permission.py:658 #: ipaclient/remote_plugins/2_49/permission.py:711 msgid "Permission name" msgstr "Имя разрешения" #: ipaserver/plugins/permission.py:245 #: ipaclient/remote_plugins/2_114/permission.py:101 #: ipaclient/remote_plugins/2_114/permission.py:229 #: ipaclient/remote_plugins/2_114/permission.py:561 #: ipaclient/remote_plugins/2_114/permission.py:754 #: ipaclient/remote_plugins/2_156/permission.py:101 #: ipaclient/remote_plugins/2_156/permission.py:241 #: ipaclient/remote_plugins/2_156/permission.py:587 #: ipaclient/remote_plugins/2_156/permission.py:794 #: ipaclient/remote_plugins/2_164/permission.py:101 #: ipaclient/remote_plugins/2_164/permission.py:241 #: ipaclient/remote_plugins/2_164/permission.py:587 #: ipaclient/remote_plugins/2_164/permission.py:794 msgid "Granted rights" msgstr "Предоставленные права" #: ipaserver/plugins/permission.py:246 #: ipaclient/remote_plugins/2_114/permission.py:102 #: ipaclient/remote_plugins/2_114/permission.py:230 #: ipaclient/remote_plugins/2_114/permission.py:562 #: ipaclient/remote_plugins/2_114/permission.py:755 #: ipaclient/remote_plugins/2_156/permission.py:102 #: ipaclient/remote_plugins/2_156/permission.py:242 #: ipaclient/remote_plugins/2_156/permission.py:588 #: ipaclient/remote_plugins/2_156/permission.py:795 #: ipaclient/remote_plugins/2_164/permission.py:102 #: ipaclient/remote_plugins/2_164/permission.py:242 #: ipaclient/remote_plugins/2_164/permission.py:588 #: ipaclient/remote_plugins/2_164/permission.py:795 msgid "Rights to grant (read, search, compare, write, add, delete, all)" msgstr "" "Права, которые следует предоставить (read, search, compare, write, add, " "delete, all)" #: ipaserver/plugins/permission.py:253 #: ipaclient/remote_plugins/2_114/permission.py:108 #: ipaclient/remote_plugins/2_114/permission.py:237 #: ipaclient/remote_plugins/2_114/permission.py:568 #: ipaclient/remote_plugins/2_114/permission.py:761 #: ipaclient/remote_plugins/2_156/permission.py:108 #: ipaclient/remote_plugins/2_156/permission.py:249 #: ipaclient/remote_plugins/2_156/permission.py:594 #: ipaclient/remote_plugins/2_156/permission.py:801 #: ipaclient/remote_plugins/2_164/permission.py:108 #: ipaclient/remote_plugins/2_164/permission.py:249 #: ipaclient/remote_plugins/2_164/permission.py:594 #: ipaclient/remote_plugins/2_164/permission.py:801 msgid "Effective attributes" msgstr "Действующие атрибуты" #: ipaserver/plugins/permission.py:254 #: ipaclient/remote_plugins/2_114/permission.py:109 #: ipaclient/remote_plugins/2_114/permission.py:238 #: ipaclient/remote_plugins/2_114/permission.py:569 #: ipaclient/remote_plugins/2_114/permission.py:762 #: ipaclient/remote_plugins/2_156/permission.py:109 #: ipaclient/remote_plugins/2_156/permission.py:250 #: ipaclient/remote_plugins/2_156/permission.py:595 #: ipaclient/remote_plugins/2_156/permission.py:802 #: ipaclient/remote_plugins/2_164/permission.py:109 #: ipaclient/remote_plugins/2_164/permission.py:250 #: ipaclient/remote_plugins/2_164/permission.py:595 #: ipaclient/remote_plugins/2_164/permission.py:802 msgid "All attributes to which the permission applies" msgstr "Все атрибуты, к которым применяется разрешение" #: ipaserver/plugins/permission.py:259 #: ipaclient/remote_plugins/2_114/permission.py:115 #: ipaclient/remote_plugins/2_114/permission.py:576 #: ipaclient/remote_plugins/2_114/permission.py:769 #: ipaclient/remote_plugins/2_156/permission.py:115 #: ipaclient/remote_plugins/2_156/permission.py:602 #: ipaclient/remote_plugins/2_156/permission.py:809 #: ipaclient/remote_plugins/2_164/permission.py:115 #: ipaclient/remote_plugins/2_164/permission.py:602 #: ipaclient/remote_plugins/2_164/permission.py:809 msgid "Included attributes" msgstr "Включённые атрибуты" #: ipaserver/plugins/permission.py:260 #: ipaclient/remote_plugins/2_114/permission.py:116 #: ipaclient/remote_plugins/2_114/permission.py:577 #: ipaclient/remote_plugins/2_114/permission.py:770 #: ipaclient/remote_plugins/2_156/permission.py:116 #: ipaclient/remote_plugins/2_156/permission.py:603 #: ipaclient/remote_plugins/2_156/permission.py:810 #: ipaclient/remote_plugins/2_164/permission.py:116 #: ipaclient/remote_plugins/2_164/permission.py:603 #: ipaclient/remote_plugins/2_164/permission.py:810 msgid "User-specified attributes to which the permission applies" msgstr "Определённые пользователем атрибуты, к которым применяется разрешение" #: ipaserver/plugins/permission.py:265 #: ipaclient/remote_plugins/2_114/permission.py:122 #: ipaclient/remote_plugins/2_114/permission.py:584 #: ipaclient/remote_plugins/2_114/permission.py:777 #: ipaclient/remote_plugins/2_156/permission.py:122 #: ipaclient/remote_plugins/2_156/permission.py:610 #: ipaclient/remote_plugins/2_156/permission.py:817 #: ipaclient/remote_plugins/2_164/permission.py:122 #: ipaclient/remote_plugins/2_164/permission.py:610 #: ipaclient/remote_plugins/2_164/permission.py:817 msgid "Excluded attributes" msgstr "Исключённые атрибуты" #: ipaserver/plugins/permission.py:266 #: ipaclient/remote_plugins/2_114/permission.py:123 #: ipaclient/remote_plugins/2_114/permission.py:585 #: ipaclient/remote_plugins/2_114/permission.py:778 #: ipaclient/remote_plugins/2_156/permission.py:123 #: ipaclient/remote_plugins/2_156/permission.py:611 #: ipaclient/remote_plugins/2_156/permission.py:818 #: ipaclient/remote_plugins/2_164/permission.py:123 #: ipaclient/remote_plugins/2_164/permission.py:611 #: ipaclient/remote_plugins/2_164/permission.py:818 msgid "" "User-specified attributes to which the permission explicitly does not apply" msgstr "" "Определённые пользователем атрибуты, к которым явно не применяется разрешение" #: ipaserver/plugins/permission.py:272 #: ipaclient/remote_plugins/2_114/permission.py:129 #: ipaclient/remote_plugins/2_114/permission.py:592 #: ipaclient/remote_plugins/2_156/permission.py:129 #: ipaclient/remote_plugins/2_156/permission.py:618 #: ipaclient/remote_plugins/2_164/permission.py:129 #: ipaclient/remote_plugins/2_164/permission.py:618 msgid "Default attributes" msgstr "Атрибуты по умолчанию" #: ipaserver/plugins/permission.py:273 #: ipaclient/remote_plugins/2_114/permission.py:130 #: ipaclient/remote_plugins/2_114/permission.py:593 #: ipaclient/remote_plugins/2_156/permission.py:130 #: ipaclient/remote_plugins/2_156/permission.py:619 #: ipaclient/remote_plugins/2_164/permission.py:130 #: ipaclient/remote_plugins/2_164/permission.py:619 msgid "Attributes to which the permission applies by default" msgstr "Атрибуты, к которым по умолчанию применяется разрешение" #: ipaserver/plugins/permission.py:279 ipaserver/plugins/permission.py:280 #: ipaclient/remote_plugins/2_114/permission.py:134 #: ipaclient/remote_plugins/2_114/permission.py:244 #: ipaclient/remote_plugins/2_114/permission.py:600 #: ipaclient/remote_plugins/2_114/permission.py:785 #: ipaclient/remote_plugins/2_156/permission.py:134 #: ipaclient/remote_plugins/2_156/permission.py:256 #: ipaclient/remote_plugins/2_156/permission.py:626 #: ipaclient/remote_plugins/2_156/permission.py:825 #: ipaclient/remote_plugins/2_164/permission.py:134 #: ipaclient/remote_plugins/2_164/permission.py:256 #: ipaclient/remote_plugins/2_164/permission.py:626 #: ipaclient/remote_plugins/2_164/permission.py:825 msgid "Bind rule type" msgstr "Тип правила привязки" #: ipaserver/plugins/permission.py:290 #: ipaclient/remote_plugins/2_114/permission.py:140 #: ipaclient/remote_plugins/2_114/permission.py:253 #: ipaclient/remote_plugins/2_114/permission.py:608 #: ipaclient/remote_plugins/2_114/permission.py:793 #: ipaclient/remote_plugins/2_156/permission.py:140 #: ipaclient/remote_plugins/2_156/permission.py:265 #: ipaclient/remote_plugins/2_156/permission.py:634 #: ipaclient/remote_plugins/2_156/permission.py:833 #: ipaclient/remote_plugins/2_164/permission.py:140 #: ipaclient/remote_plugins/2_164/permission.py:265 #: ipaclient/remote_plugins/2_164/permission.py:634 #: ipaclient/remote_plugins/2_164/permission.py:833 #: ipaclient/remote_plugins/2_49/permission.py:119 #: ipaclient/remote_plugins/2_49/permission.py:193 #: ipaclient/remote_plugins/2_49/permission.py:459 #: ipaclient/remote_plugins/2_49/permission.py:574 msgid "Subtree to apply permissions to" msgstr "Поддерево, к которому следует применить разрешения" #: ipaserver/plugins/permission.py:298 ipaserver/plugins/permission.py:299 #: ipaclient/remote_plugins/2_114/permission.py:146 #: ipaclient/remote_plugins/2_114/permission.py:261 #: ipaclient/remote_plugins/2_114/permission.py:615 #: ipaclient/remote_plugins/2_114/permission.py:800 #: ipaclient/remote_plugins/2_156/permission.py:146 #: ipaclient/remote_plugins/2_156/permission.py:273 #: ipaclient/remote_plugins/2_156/permission.py:641 #: ipaclient/remote_plugins/2_156/permission.py:840 #: ipaclient/remote_plugins/2_164/permission.py:146 #: ipaclient/remote_plugins/2_164/permission.py:273 #: ipaclient/remote_plugins/2_164/permission.py:641 #: ipaclient/remote_plugins/2_164/permission.py:840 msgid "Extra target filter" msgstr "Дополнительный фильтр целей" #: ipaserver/plugins/permission.py:305 #: ipaclient/remote_plugins/2_114/permission.py:152 #: ipaclient/remote_plugins/2_114/permission.py:268 #: ipaclient/remote_plugins/2_114/permission.py:622 #: ipaclient/remote_plugins/2_114/permission.py:807 #: ipaclient/remote_plugins/2_156/permission.py:152 #: ipaclient/remote_plugins/2_156/permission.py:280 #: ipaclient/remote_plugins/2_156/permission.py:648 #: ipaclient/remote_plugins/2_156/permission.py:847 #: ipaclient/remote_plugins/2_164/permission.py:152 #: ipaclient/remote_plugins/2_164/permission.py:280 #: ipaclient/remote_plugins/2_164/permission.py:648 #: ipaclient/remote_plugins/2_164/permission.py:847 msgid "Raw target filter" msgstr "Необработанный фильтр целей" #: ipaserver/plugins/permission.py:306 #: ipaclient/remote_plugins/2_114/permission.py:153 #: ipaclient/remote_plugins/2_114/permission.py:269 #: ipaclient/remote_plugins/2_114/permission.py:623 #: ipaclient/remote_plugins/2_114/permission.py:808 #: ipaclient/remote_plugins/2_156/permission.py:153 #: ipaclient/remote_plugins/2_156/permission.py:281 #: ipaclient/remote_plugins/2_156/permission.py:649 #: ipaclient/remote_plugins/2_156/permission.py:848 #: ipaclient/remote_plugins/2_164/permission.py:153 #: ipaclient/remote_plugins/2_164/permission.py:281 #: ipaclient/remote_plugins/2_164/permission.py:649 #: ipaclient/remote_plugins/2_164/permission.py:848 msgid "All target filters, including those implied by type and memberof" msgstr "Все фильтры целей, включая те, которые применяются по type и memberof" #: ipaserver/plugins/permission.py:313 #: ipaclient/remote_plugins/2_114/permission.py:158 #: ipaclient/remote_plugins/2_114/permission.py:275 #: ipaclient/remote_plugins/2_114/permission.py:629 #: ipaclient/remote_plugins/2_114/permission.py:814 #: ipaclient/remote_plugins/2_156/permission.py:158 #: ipaclient/remote_plugins/2_156/permission.py:287 #: ipaclient/remote_plugins/2_156/permission.py:655 #: ipaclient/remote_plugins/2_156/permission.py:854 #: ipaclient/remote_plugins/2_164/permission.py:158 #: ipaclient/remote_plugins/2_164/permission.py:287 #: ipaclient/remote_plugins/2_164/permission.py:655 #: ipaclient/remote_plugins/2_164/permission.py:854 msgid "Target DN" msgstr "DN цели" #: ipaserver/plugins/permission.py:314 #: ipaclient/remote_plugins/2_114/permission.py:159 #: ipaclient/remote_plugins/2_114/permission.py:276 #: ipaclient/remote_plugins/2_114/permission.py:630 #: ipaclient/remote_plugins/2_114/permission.py:815 #: ipaclient/remote_plugins/2_156/permission.py:159 #: ipaclient/remote_plugins/2_156/permission.py:288 #: ipaclient/remote_plugins/2_156/permission.py:656 #: ipaclient/remote_plugins/2_156/permission.py:855 #: ipaclient/remote_plugins/2_164/permission.py:159 #: ipaclient/remote_plugins/2_164/permission.py:288 #: ipaclient/remote_plugins/2_164/permission.py:656 #: ipaclient/remote_plugins/2_164/permission.py:855 msgid "" "Optional DN to apply the permission to (must be in the subtree, but may not " "yet exist)" msgstr "" "Дополнительное DN, к которому следует применить разрешение (должно " "находиться в поддереве, но может ещё не существовать)" #: ipaserver/plugins/permission.py:321 #: ipaclient/remote_plugins/2_156/permission.py:164 #: ipaclient/remote_plugins/2_156/permission.py:294 #: ipaclient/remote_plugins/2_156/permission.py:662 #: ipaclient/remote_plugins/2_156/permission.py:861 #: ipaclient/remote_plugins/2_164/permission.py:164 #: ipaclient/remote_plugins/2_164/permission.py:294 #: ipaclient/remote_plugins/2_164/permission.py:662 #: ipaclient/remote_plugins/2_164/permission.py:861 msgid "Target DN subtree" msgstr "Поддерево DN цели" #: ipaserver/plugins/permission.py:322 #: ipaclient/remote_plugins/2_156/permission.py:165 #: ipaclient/remote_plugins/2_156/permission.py:295 #: ipaclient/remote_plugins/2_156/permission.py:663 #: ipaclient/remote_plugins/2_156/permission.py:862 #: ipaclient/remote_plugins/2_164/permission.py:165 #: ipaclient/remote_plugins/2_164/permission.py:295 #: ipaclient/remote_plugins/2_164/permission.py:663 #: ipaclient/remote_plugins/2_164/permission.py:862 msgid "" "Optional DN subtree where an entry can be moved to (must be in the subtree, " "but may not yet exist)" msgstr "" "Необязательное поддерево DN, в которое может быть перемещена запись (должна " "находиться в поддереве, но может ещё не существовать)" #: ipaserver/plugins/permission.py:329 #: ipaclient/remote_plugins/2_156/permission.py:170 #: ipaclient/remote_plugins/2_156/permission.py:301 #: ipaclient/remote_plugins/2_156/permission.py:669 #: ipaclient/remote_plugins/2_156/permission.py:868 #: ipaclient/remote_plugins/2_164/permission.py:170 #: ipaclient/remote_plugins/2_164/permission.py:301 #: ipaclient/remote_plugins/2_164/permission.py:669 #: ipaclient/remote_plugins/2_164/permission.py:868 msgid "Origin DN subtree" msgstr "Поддерево DN происхождения" #: ipaserver/plugins/permission.py:330 #: ipaclient/remote_plugins/2_156/permission.py:171 #: ipaclient/remote_plugins/2_156/permission.py:302 #: ipaclient/remote_plugins/2_156/permission.py:670 #: ipaclient/remote_plugins/2_156/permission.py:869 #: ipaclient/remote_plugins/2_164/permission.py:171 #: ipaclient/remote_plugins/2_164/permission.py:302 #: ipaclient/remote_plugins/2_164/permission.py:670 #: ipaclient/remote_plugins/2_164/permission.py:869 msgid "" "Optional DN subtree from where an entry can be moved (must be in the " "subtree, but may not yet exist)" msgstr "" "Необязательное поддерево DN, из которого может быть перемещена запись " "(должна принадлежать к поддереву, но может ещё не существовать)" #: ipaserver/plugins/permission.py:335 #: ipaclient/remote_plugins/2_114/permission.py:165 #: ipaclient/remote_plugins/2_114/permission.py:282 #: ipaclient/remote_plugins/2_114/permission.py:636 #: ipaclient/remote_plugins/2_114/permission.py:821 #: ipaclient/remote_plugins/2_156/permission.py:177 #: ipaclient/remote_plugins/2_156/permission.py:308 #: ipaclient/remote_plugins/2_156/permission.py:676 #: ipaclient/remote_plugins/2_156/permission.py:875 #: ipaclient/remote_plugins/2_164/permission.py:177 #: ipaclient/remote_plugins/2_164/permission.py:308 #: ipaclient/remote_plugins/2_164/permission.py:676 #: ipaclient/remote_plugins/2_164/permission.py:875 #: ipaclient/remote_plugins/2_49/permission.py:106 #: ipaclient/remote_plugins/2_49/permission.py:178 #: ipaclient/remote_plugins/2_49/permission.py:446 #: ipaclient/remote_plugins/2_49/permission.py:561 msgid "Member of group" msgstr "Участник группы" #: ipaserver/plugins/permission.py:336 #: ipaclient/remote_plugins/2_114/permission.py:166 #: ipaclient/remote_plugins/2_114/permission.py:283 #: ipaclient/remote_plugins/2_114/permission.py:637 #: ipaclient/remote_plugins/2_114/permission.py:822 #: ipaclient/remote_plugins/2_156/permission.py:178 #: ipaclient/remote_plugins/2_156/permission.py:309 #: ipaclient/remote_plugins/2_156/permission.py:677 #: ipaclient/remote_plugins/2_156/permission.py:876 #: ipaclient/remote_plugins/2_164/permission.py:178 #: ipaclient/remote_plugins/2_164/permission.py:309 #: ipaclient/remote_plugins/2_164/permission.py:677 #: ipaclient/remote_plugins/2_164/permission.py:876 msgid "Target members of a group (sets memberOf targetfilter)" msgstr "Целевые участники группы (устанавливает фильтр целей memberOf)" #: ipaserver/plugins/permission.py:341 #: ipaclient/remote_plugins/2_114/permission.py:172 #: ipaclient/remote_plugins/2_114/permission.py:290 #: ipaclient/remote_plugins/2_114/permission.py:643 #: ipaclient/remote_plugins/2_114/permission.py:828 #: ipaclient/remote_plugins/2_156/permission.py:184 #: ipaclient/remote_plugins/2_156/permission.py:316 #: ipaclient/remote_plugins/2_156/permission.py:683 #: ipaclient/remote_plugins/2_156/permission.py:882 #: ipaclient/remote_plugins/2_164/permission.py:184 #: ipaclient/remote_plugins/2_164/permission.py:316 #: ipaclient/remote_plugins/2_164/permission.py:683 #: ipaclient/remote_plugins/2_164/permission.py:882 msgid "User group to apply permissions to (sets target)" msgstr "" "Группа пользователей, к которой следует применить разрешения (устанавливает " "target)" #: ipaserver/plugins/permission.py:347 #: ipaclient/remote_plugins/2_114/permission.py:178 #: ipaclient/remote_plugins/2_114/permission.py:297 #: ipaclient/remote_plugins/2_114/permission.py:649 #: ipaclient/remote_plugins/2_114/permission.py:834 #: ipaclient/remote_plugins/2_156/permission.py:190 #: ipaclient/remote_plugins/2_156/permission.py:323 #: ipaclient/remote_plugins/2_156/permission.py:689 #: ipaclient/remote_plugins/2_156/permission.py:888 #: ipaclient/remote_plugins/2_164/permission.py:190 #: ipaclient/remote_plugins/2_164/permission.py:323 #: ipaclient/remote_plugins/2_164/permission.py:689 #: ipaclient/remote_plugins/2_164/permission.py:888 msgid "Type of IPA object (sets subtree and objectClass targetfilter)" msgstr "Тип объекта IPA (устанавливает фильтр целей subtree и objectClass)" #: ipaserver/plugins/permission.py:353 #, python-format msgid "Deprecated; use %s" msgstr "Больше не поддерживается; используйте %s" #: ipaserver/plugins/permission.py:370 #, python-format msgid "Permission with unknown flag %s may not be modified or removed" msgstr "Разрешение с неизвестным флагом %s не может быть изменено или удалено" #: ipaserver/plugins/permission.py:374 msgid "A SYSTEM permission may not be modified or removed" msgstr "Разрешение SYSTEM не может быть изменено или удалено" #: ipaserver/plugins/permission.py:622 #, python-format msgid "Entry %s not found" msgstr "Запись %s не найдена" #: ipaserver/plugins/permission.py:714 #, python-format msgid "The ACI for permission %(name)s was not found in %(dn)s " msgstr "ACI для разрешения %(name)s не найдена в %(dn)s " #: ipaserver/plugins/permission.py:818 msgid "" "cannot specify full target filter and extra target filter simultaneously" msgstr "" "невозможно одновременно указать полный фильтр целей и дополнительный фильтр " "целей" #: ipaserver/plugins/permission.py:841 #, python-format msgid "option was renamed; use %s" msgstr "параметр переименован; используйте %s" #: ipaserver/plugins/permission.py:845 #, python-format msgid "Cannot use %(old_name)s with %(new_name)s" msgstr "Невозможно использовать %(old_name)s с %(new_name)s" #: ipaserver/plugins/permission.py:859 ipaserver/plugins/permission.py:874 #, python-format msgid "%s: group not found" msgstr "%s: группа не найдена" #: ipaserver/plugins/permission.py:869 msgid "target and targetgroup are mutually exclusive" msgstr "target и targetgroup нельзя использовать вместе" #: ipaserver/plugins/permission.py:890 msgid "subtree and type are mutually exclusive" msgstr "subtree и type нельзя использовать вместе" #: ipaserver/plugins/permission.py:928 msgid "Bad search filter" msgstr "Неверный фильтр поиска" #: ipaserver/plugins/permission.py:938 #, python-format msgid "Entry %s does not exist" msgstr "Запись %s не существует" #: ipaserver/plugins/permission.py:947 msgid "" "there must be at least one target entry specifier (e.g. target, " "targetfilter, attrs)" msgstr "" "должен быть указан хотя бы один спецификатор записи назначения (например, " "target, targetfilter, attrs)" #: ipaserver/plugins/permission.py:957 #: ipaclient/remote_plugins/2_114/permission.py:437 #: ipaclient/remote_plugins/2_156/permission.py:463 #: ipaclient/remote_plugins/2_164/permission.py:463 msgid "Add a system permission without an ACI (internal command)" msgstr "" "Добавить разрешение на доступ к системе без использования ACI (внутренняя " "команда)." #: ipaserver/plugins/permission.py:959 ipaserver/plugins/permission.py:987 #, python-format msgid "Added permission \"%(value)s\"" msgstr "Добавлено разрешение \"%(value)s\"" #: ipaserver/plugins/permission.py:985 #: ipaclient/remote_plugins/2_114/permission.py:213 #: ipaclient/remote_plugins/2_156/permission.py:225 #: ipaclient/remote_plugins/2_164/permission.py:225 #: ipaclient/remote_plugins/2_49/permission.py:142 msgid "Add a new permission." msgstr "Добавить новое разрешение." #: ipaserver/plugins/permission.py:1012 msgid "attrs and included attributes are mutually exclusive" msgstr "attrs и включённые атрибуты нельзя использовать вместе" #: ipaserver/plugins/permission.py:1044 #, python-format msgid "Cannot store permission ACI to %s" msgstr "Не удалось сохранить ACI разрешения в %s" #: ipaserver/plugins/permission.py:1053 #: ipaclient/remote_plugins/2_114/permission.py:494 #: ipaclient/remote_plugins/2_156/permission.py:520 #: ipaclient/remote_plugins/2_164/permission.py:520 #: ipaclient/remote_plugins/2_49/permission.py:358 msgid "Delete a permission." msgstr "Удалить разрешение." #: ipaserver/plugins/permission.py:1055 #, python-format msgid "Deleted permission \"%(value)s\"" msgstr "Удалено разрешение \"%(value)s\"" #: ipaserver/plugins/permission.py:1061 #: ipaclient/remote_plugins/2_114/permission.py:514 #: ipaclient/remote_plugins/2_156/permission.py:540 #: ipaclient/remote_plugins/2_164/permission.py:540 #: ipaclient/remote_plugins/2_49/permission.py:378 msgid "force delete of SYSTEM permissions" msgstr "Принудительно удалить разрешения SYSTEM" #: ipaserver/plugins/permission.py:1075 msgid "cannot delete managed permissions" msgstr "невозможно удалить управляемые разрешения" #: ipaserver/plugins/permission.py:1081 #, python-format msgid "ACI of permission %s was not found" msgstr "ACI разрешения %s не найдена" #: ipaserver/plugins/permission.py:1088 #: ipaclient/remote_plugins/2_114/permission.py:738 #: ipaclient/remote_plugins/2_156/permission.py:778 #: ipaclient/remote_plugins/2_164/permission.py:778 #: ipaclient/remote_plugins/2_49/permission.py:526 msgid "Modify a permission." msgstr "Изменить разрешение." #: ipaserver/plugins/permission.py:1090 #, python-format msgid "Modified permission \"%(value)s\"" msgstr "Изменено разрешение \"%(value)s\"" #: ipaserver/plugins/permission.py:1123 msgid "cannot rename managed permissions" msgstr "невозможно переименовать управляемые разрешения" #: ipaserver/plugins/permission.py:1130 ipaserver/plugins/permission.py:1134 msgid "not modifiable on managed permissions" msgstr "нельзя изменять в управляемых разрешениях" #: ipaserver/plugins/permission.py:1141 msgid "only available on managed permissions" msgstr "доступно только в управляемых разрешениях" #: ipaserver/plugins/permission.py:1148 ipaserver/plugins/permission.py:1267 msgid "attrs and included/excluded attributes are mutually exclusive" msgstr "attrs и включённые или исключённые атрибуты нельзя использовать вместе" #: ipaserver/plugins/permission.py:1159 msgid "cannot set bindtype for a permission that is assigned to a privilege" msgstr "" "невозможно установить тип привязки для разрешения, которое связано с " "привилегией" #: ipaserver/plugins/permission.py:1253 #: ipaclient/remote_plugins/2_114/permission.py:539 #: ipaclient/remote_plugins/2_156/permission.py:565 #: ipaclient/remote_plugins/2_164/permission.py:565 #: ipaclient/remote_plugins/2_49/permission.py:405 msgid "Search for permissions." msgstr "Поиск разрешений." #: ipaserver/plugins/permission.py:1256 #, python-format msgid "%(count)d permission matched" msgid_plural "%(count)d permissions matched" msgstr[0] "установлено соответствие %(count)d разрешения" msgstr[1] "установлено соответствие %(count)d разрешений" msgstr[2] "установлено соответствие %(count)d разрешений" #: ipaserver/plugins/permission.py:1386 #: ipaclient/remote_plugins/2_114/permission.py:993 #: ipaclient/remote_plugins/2_156/permission.py:1047 #: ipaclient/remote_plugins/2_164/permission.py:1047 #: ipaclient/remote_plugins/2_49/permission.py:705 msgid "Display information about a permission." msgstr "Показать сведения о разрешении." #: ipaserver/plugins/permission.py:1396 #: ipaclient/remote_plugins/2_114/permission.py:375 #: ipaclient/remote_plugins/2_156/permission.py:401 #: ipaclient/remote_plugins/2_164/permission.py:401 #: ipaclient/remote_plugins/2_49/permission.py:251 msgid "Add members to a permission." msgstr "Добавить участников в разрешение." #: ipaserver/plugins/permission.py:1408 #: ipaclient/remote_plugins/2_114/permission.py:931 #: ipaclient/remote_plugins/2_156/permission.py:985 #: ipaclient/remote_plugins/2_164/permission.py:985 #: ipaclient/remote_plugins/2_49/permission.py:650 msgid "Remove members from a permission." msgstr "Удалить участников из разрешения." #: ipaserver/plugins/session.py:12 msgid "" "\n" "Session Support for IPA\n" msgstr "" "\n" "Сеансовая поддержка для IPA\n" #: ipaserver/plugins/session.py:23 #: ipaclient/remote_plugins/2_114/session.py:618 #: ipaclient/remote_plugins/2_156/session.py:24 #: ipaclient/remote_plugins/2_164/session.py:24 #: ipaclient/remote_plugins/2_49/session.py:618 msgid "RPC command used to log the current user out of their session." msgstr "" "Команда RPC, которая используется для завершения сеанса текущего " "пользователя." #: ipaserver/plugins/pkinit.py:13 msgid "" "\n" "Kerberos PKINIT feature status reporting tools.\n" "\n" "Report IPA masters on which Kerberos PKINIT is enabled or disabled\n" "\n" "EXAMPLES:\n" " List PKINIT status on all masters:\n" " ipa pkinit-status\n" "\n" " Check PKINIT status on `ipa.example.com`:\n" " ipa pkinit-status --server ipa.example.com\n" "\n" " List all IPA masters with disabled PKINIT:\n" " ipa pkinit-status --status='disabled'\n" "\n" "For more info about PKINIT support see:\n" "\n" "https://www.freeipa.org/page/V4/Kerberos_PKINIT\n" msgstr "" "\n" "Средства отчётности о состоянии функции пре-аутентификации (PKINIT) " "Kerberos.\n" "\n" "Отчёт о том, включена или отключена пре-аутентификация (PKINIT) Kerberos на " "главных IPA-серверах \n" "\n" "ПРИМЕРЫ:\n" " Вывести список состояний PKINIT на всех главных серверах:\n" " ipa pkinit-status\n" "\n" " Проверить состояние PKINIT на \"ipa.example.com\":\n" " ipa pkinit-status --server ipa.example.com\n" "\n" " Вывести список всех главных IPA-серверов с отключённой PKINIT:\n" " ipa pkinit-status --status='disabled'\n" "\n" "Дополнительные сведения о поддержке PKINIT:\n" "\n" "https://www.freeipa.org/page/V4/Kerberos_PKINIT\n" #: ipaserver/plugins/pkinit.py:39 msgid "pkinit" msgstr "pkinit" #: ipaserver/plugins/pkinit.py:41 msgid "PKINIT" msgstr "PKINIT" #: ipaserver/plugins/pkinit.py:53 msgid "PKINIT status" msgstr "Состояние PKINIT" #: ipaserver/plugins/pkinit.py:54 msgid "Whether PKINIT is enabled or disabled" msgstr "Включена или отключена пре-аутентификация (PKINIT)" #: ipaserver/plugins/pkinit.py:63 msgid "Report PKINIT status on the IPA masters" msgstr "Сообщить состояние PKINIT на главных IPA-серверах" #: ipaserver/plugins/pkinit.py:65 #, python-format msgid "%(count)s server matched" msgid_plural "%(count)s servers matched" msgstr[0] "установлено соответствие %(count)s сервера" msgstr[1] "установлено соответствие %(count)s серверов" msgstr[2] "установлено соответствие %(count)s серверов" #: ipaserver/plugins/otptoken.py:42 msgid "" "\n" "OTP Tokens\n" msgstr "" "\n" "Токены OTP\n" #: ipaserver/plugins/otptoken.py:44 msgid "" "\n" "Manage OTP tokens.\n" msgstr "" "\n" "Управление токенами OTP.\n" #: ipaserver/plugins/otptoken.py:46 msgid "" "\n" "IPA supports the use of OTP tokens for multi-factor authentication. This\n" "code enables the management of OTP tokens.\n" msgstr "" "\n" "В IPA реализована поддержка использования токенов OTP для многофакторной " "аутентификации. Этот код позволяет управлять токенами OTP.\n" #: ipaserver/plugins/otptoken.py:51 msgid "" "\n" " Add a new token:\n" " ipa otptoken-add --type=totp --owner=jdoe --desc=\"My soft token\"\n" msgstr "" "\n" " Добавить новый токен:\n" " ipa otptoken-add --type=totp --owner=jdoe --desc=\"My soft token\"\n" #: ipaserver/plugins/otptoken.py:54 msgid "" "\n" " Examine the token:\n" " ipa otptoken-show a93db710-a31a-4639-8647-f15b2c70b78a\n" msgstr "" "\n" " Проверить токен:\n" " ipa otptoken-show a93db710-a31a-4639-8647-f15b2c70b78a\n" #: ipaserver/plugins/otptoken.py:57 msgid "" "\n" " Change the vendor:\n" " ipa otptoken-mod a93db710-a31a-4639-8647-f15b2c70b78a --vendor=\"Red Hat" "\"\n" msgstr "" "\n" " Изменить поставщика:\n" " ipa otptoken-mod a93db710-a31a-4639-8647-f15b2c70b78a --vendor=\"Red Hat" "\"\n" #: ipaserver/plugins/otptoken.py:60 msgid "" "\n" " Delete a token:\n" " ipa otptoken-del a93db710-a31a-4639-8647-f15b2c70b78a\n" msgstr "" "\n" " Удалить токен:\n" " ipa otptoken-del a93db710-a31a-4639-8647-f15b2c70b78a\n" #: ipaserver/plugins/otptoken.py:137 msgid "OTP token" msgstr "токен OTP" #: ipaserver/plugins/otptoken.py:138 msgid "OTP tokens" msgstr "токены OTP" #: ipaserver/plugins/otptoken.py:154 msgid "OTP Tokens" msgstr "Токены OTP" #: ipaserver/plugins/otptoken.py:155 msgid "OTP Token" msgstr "Токен OTP" #: ipaserver/plugins/otptoken.py:160 #: ipaclient/remote_plugins/2_114/otptoken.py:51 #: ipaclient/remote_plugins/2_114/otptoken.py:161 #: ipaclient/remote_plugins/2_114/otptoken.py:362 #: ipaclient/remote_plugins/2_114/otptoken.py:423 #: ipaclient/remote_plugins/2_114/otptoken.py:467 #: ipaclient/remote_plugins/2_114/otptoken.py:647 #: ipaclient/remote_plugins/2_114/otptoken.py:787 #: ipaclient/remote_plugins/2_114/otptoken.py:847 #: ipaclient/remote_plugins/2_156/otptoken.py:51 #: ipaclient/remote_plugins/2_156/otptoken.py:161 #: ipaclient/remote_plugins/2_156/otptoken.py:362 #: ipaclient/remote_plugins/2_156/otptoken.py:423 #: ipaclient/remote_plugins/2_156/otptoken.py:467 #: ipaclient/remote_plugins/2_156/otptoken.py:647 #: ipaclient/remote_plugins/2_156/otptoken.py:787 #: ipaclient/remote_plugins/2_156/otptoken.py:847 #: ipaclient/remote_plugins/2_164/otptoken.py:51 #: ipaclient/remote_plugins/2_164/otptoken.py:161 #: ipaclient/remote_plugins/2_164/otptoken.py:362 #: ipaclient/remote_plugins/2_164/otptoken.py:423 #: ipaclient/remote_plugins/2_164/otptoken.py:467 #: ipaclient/remote_plugins/2_164/otptoken.py:647 #: ipaclient/remote_plugins/2_164/otptoken.py:787 #: ipaclient/remote_plugins/2_164/otptoken.py:847 msgid "Unique ID" msgstr "Уникальный идентификатор" #: ipaserver/plugins/otptoken.py:166 #: ipaclient/remote_plugins/2_114/otptoken.py:57 #: ipaclient/remote_plugins/2_114/otptoken.py:170 #: ipaclient/remote_plugins/2_114/otptoken.py:474 #: ipaclient/remote_plugins/2_156/otptoken.py:57 #: ipaclient/remote_plugins/2_156/otptoken.py:170 #: ipaclient/remote_plugins/2_156/otptoken.py:474 #: ipaclient/remote_plugins/2_164/otptoken.py:57 #: ipaclient/remote_plugins/2_164/otptoken.py:170 #: ipaclient/remote_plugins/2_164/otptoken.py:474 msgid "Type of the token" msgstr "Тип токена" #: ipaserver/plugins/otptoken.py:175 #: ipaclient/remote_plugins/2_114/otptoken.py:63 #: ipaclient/remote_plugins/2_114/otptoken.py:179 #: ipaclient/remote_plugins/2_114/otptoken.py:482 #: ipaclient/remote_plugins/2_114/otptoken.py:656 #: ipaclient/remote_plugins/2_156/otptoken.py:63 #: ipaclient/remote_plugins/2_156/otptoken.py:179 #: ipaclient/remote_plugins/2_156/otptoken.py:482 #: ipaclient/remote_plugins/2_156/otptoken.py:656 #: ipaclient/remote_plugins/2_164/otptoken.py:63 #: ipaclient/remote_plugins/2_164/otptoken.py:179 #: ipaclient/remote_plugins/2_164/otptoken.py:482 #: ipaclient/remote_plugins/2_164/otptoken.py:656 msgid "Token description (informational only)" msgstr "Описание токена (только для сведения)" #: ipaserver/plugins/otptoken.py:179 #: ipaclient/remote_plugins/2_114/otptoken.py:68 #: ipaclient/remote_plugins/2_114/otptoken.py:185 #: ipaclient/remote_plugins/2_114/otptoken.py:488 #: ipaclient/remote_plugins/2_114/otptoken.py:662 #: ipaclient/remote_plugins/2_156/otptoken.py:68 #: ipaclient/remote_plugins/2_156/otptoken.py:185 #: ipaclient/remote_plugins/2_156/otptoken.py:488 #: ipaclient/remote_plugins/2_156/otptoken.py:662 #: ipaclient/remote_plugins/2_164/otptoken.py:68 #: ipaclient/remote_plugins/2_164/otptoken.py:185 #: ipaclient/remote_plugins/2_164/otptoken.py:488 #: ipaclient/remote_plugins/2_164/otptoken.py:662 msgid "Owner" msgstr "Владелец" #: ipaserver/plugins/otptoken.py:180 #: ipaclient/remote_plugins/2_114/otptoken.py:69 #: ipaclient/remote_plugins/2_114/otptoken.py:186 #: ipaclient/remote_plugins/2_114/otptoken.py:489 #: ipaclient/remote_plugins/2_114/otptoken.py:663 #: ipaclient/remote_plugins/2_156/otptoken.py:69 #: ipaclient/remote_plugins/2_156/otptoken.py:186 #: ipaclient/remote_plugins/2_156/otptoken.py:489 #: ipaclient/remote_plugins/2_156/otptoken.py:663 #: ipaclient/remote_plugins/2_164/otptoken.py:69 #: ipaclient/remote_plugins/2_164/otptoken.py:186 #: ipaclient/remote_plugins/2_164/otptoken.py:489 #: ipaclient/remote_plugins/2_164/otptoken.py:663 msgid "Assigned user of the token (default: self)" msgstr "Назначенный пользователь токена (значение по умолчанию: self)" #: ipaserver/plugins/otptoken.py:183 ipaserver/plugins/baseuser.py:315 #: ipaclient/remote_plugins/2_114/user.py:212 #: ipaclient/remote_plugins/2_114/user.py:513 #: ipaclient/remote_plugins/2_114/user.py:921 #: ipaclient/remote_plugins/2_114/user.py:1302 #: ipaclient/remote_plugins/2_114/otptoken.py:74 #: ipaclient/remote_plugins/2_156/stageuser.py:211 #: ipaclient/remote_plugins/2_156/stageuser.py:566 #: ipaclient/remote_plugins/2_156/stageuser.py:912 #: ipaclient/remote_plugins/2_156/stageuser.py:1288 #: ipaclient/remote_plugins/2_156/user.py:212 #: ipaclient/remote_plugins/2_156/user.py:525 #: ipaclient/remote_plugins/2_156/user.py:1007 #: ipaclient/remote_plugins/2_156/user.py:1402 #: ipaclient/remote_plugins/2_156/otptoken.py:74 #: ipaclient/remote_plugins/2_164/stageuser.py:211 #: ipaclient/remote_plugins/2_164/stageuser.py:566 #: ipaclient/remote_plugins/2_164/stageuser.py:974 #: ipaclient/remote_plugins/2_164/stageuser.py:1350 #: ipaclient/remote_plugins/2_164/user.py:212 #: ipaclient/remote_plugins/2_164/user.py:525 #: ipaclient/remote_plugins/2_164/user.py:1069 #: ipaclient/remote_plugins/2_164/user.py:1464 #: ipaclient/remote_plugins/2_164/otptoken.py:74 #: ipaclient/remote_plugins/2_49/user.py:205 #: ipaclient/remote_plugins/2_49/user.py:456 #: ipaclient/remote_plugins/2_49/user.py:803 #: ipaclient/remote_plugins/2_49/user.py:1122 msgid "Manager" msgstr "Руководитель" #: ipaserver/plugins/otptoken.py:184 #: ipaclient/remote_plugins/2_114/otptoken.py:75 #: ipaclient/remote_plugins/2_156/otptoken.py:75 #: ipaclient/remote_plugins/2_164/otptoken.py:75 msgid "Assigned manager of the token (default: self)" msgstr "Назначенный руководитель токена (значение по умолчанию: self)" #: ipaserver/plugins/otptoken.py:190 #: ipaclient/remote_plugins/2_114/otptoken.py:81 #: ipaclient/remote_plugins/2_114/otptoken.py:193 #: ipaclient/remote_plugins/2_114/otptoken.py:496 #: ipaclient/remote_plugins/2_114/otptoken.py:670 #: ipaclient/remote_plugins/2_156/otptoken.py:81 #: ipaclient/remote_plugins/2_156/otptoken.py:193 #: ipaclient/remote_plugins/2_156/otptoken.py:496 #: ipaclient/remote_plugins/2_156/otptoken.py:670 #: ipaclient/remote_plugins/2_164/otptoken.py:81 #: ipaclient/remote_plugins/2_164/otptoken.py:193 #: ipaclient/remote_plugins/2_164/otptoken.py:496 #: ipaclient/remote_plugins/2_164/otptoken.py:670 msgid "Mark the token as disabled (default: false)" msgstr "Отметить токен как отключённый (значение по умолчанию: false)" #: ipaserver/plugins/otptoken.py:194 #: ipaclient/remote_plugins/2_114/otptoken.py:86 #: ipaclient/remote_plugins/2_114/otptoken.py:199 #: ipaclient/remote_plugins/2_114/otptoken.py:502 #: ipaclient/remote_plugins/2_114/otptoken.py:676 #: ipaclient/remote_plugins/2_156/otptoken.py:86 #: ipaclient/remote_plugins/2_156/otptoken.py:199 #: ipaclient/remote_plugins/2_156/otptoken.py:502 #: ipaclient/remote_plugins/2_156/otptoken.py:676 #: ipaclient/remote_plugins/2_164/otptoken.py:86 #: ipaclient/remote_plugins/2_164/otptoken.py:199 #: ipaclient/remote_plugins/2_164/otptoken.py:502 #: ipaclient/remote_plugins/2_164/otptoken.py:676 msgid "Validity start" msgstr "Начало срока действия" #: ipaserver/plugins/otptoken.py:195 #: ipaclient/remote_plugins/2_114/otptoken.py:87 #: ipaclient/remote_plugins/2_114/otptoken.py:200 #: ipaclient/remote_plugins/2_114/otptoken.py:503 #: ipaclient/remote_plugins/2_114/otptoken.py:677 #: ipaclient/remote_plugins/2_156/otptoken.py:87 #: ipaclient/remote_plugins/2_156/otptoken.py:200 #: ipaclient/remote_plugins/2_156/otptoken.py:503 #: ipaclient/remote_plugins/2_156/otptoken.py:677 #: ipaclient/remote_plugins/2_164/otptoken.py:87 #: ipaclient/remote_plugins/2_164/otptoken.py:200 #: ipaclient/remote_plugins/2_164/otptoken.py:503 #: ipaclient/remote_plugins/2_164/otptoken.py:677 msgid "First date/time the token can be used" msgstr "Начало срока действия токена (день и время)" #: ipaserver/plugins/otptoken.py:199 #: ipaclient/remote_plugins/2_114/otptoken.py:92 #: ipaclient/remote_plugins/2_114/otptoken.py:206 #: ipaclient/remote_plugins/2_114/otptoken.py:509 #: ipaclient/remote_plugins/2_114/otptoken.py:683 #: ipaclient/remote_plugins/2_156/otptoken.py:92 #: ipaclient/remote_plugins/2_156/otptoken.py:206 #: ipaclient/remote_plugins/2_156/otptoken.py:509 #: ipaclient/remote_plugins/2_156/otptoken.py:683 #: ipaclient/remote_plugins/2_164/otptoken.py:92 #: ipaclient/remote_plugins/2_164/otptoken.py:206 #: ipaclient/remote_plugins/2_164/otptoken.py:509 #: ipaclient/remote_plugins/2_164/otptoken.py:683 msgid "Validity end" msgstr "Окончание срока действия" #: ipaserver/plugins/otptoken.py:200 #: ipaclient/remote_plugins/2_114/otptoken.py:93 #: ipaclient/remote_plugins/2_114/otptoken.py:207 #: ipaclient/remote_plugins/2_114/otptoken.py:510 #: ipaclient/remote_plugins/2_114/otptoken.py:684 #: ipaclient/remote_plugins/2_156/otptoken.py:93 #: ipaclient/remote_plugins/2_156/otptoken.py:207 #: ipaclient/remote_plugins/2_156/otptoken.py:510 #: ipaclient/remote_plugins/2_156/otptoken.py:684 #: ipaclient/remote_plugins/2_164/otptoken.py:93 #: ipaclient/remote_plugins/2_164/otptoken.py:207 #: ipaclient/remote_plugins/2_164/otptoken.py:510 #: ipaclient/remote_plugins/2_164/otptoken.py:684 msgid "Last date/time the token can be used" msgstr "Окончание срока действия токена (день и время)" #: ipaserver/plugins/otptoken.py:204 #: ipaclient/remote_plugins/2_114/otptoken.py:98 #: ipaclient/remote_plugins/2_114/otptoken.py:213 #: ipaclient/remote_plugins/2_114/otptoken.py:516 #: ipaclient/remote_plugins/2_114/otptoken.py:690 #: ipaclient/remote_plugins/2_156/otptoken.py:98 #: ipaclient/remote_plugins/2_156/otptoken.py:213 #: ipaclient/remote_plugins/2_156/otptoken.py:516 #: ipaclient/remote_plugins/2_156/otptoken.py:690 #: ipaclient/remote_plugins/2_164/otptoken.py:98 #: ipaclient/remote_plugins/2_164/otptoken.py:213 #: ipaclient/remote_plugins/2_164/otptoken.py:516 #: ipaclient/remote_plugins/2_164/otptoken.py:690 msgid "Vendor" msgstr "Поставщик" #: ipaserver/plugins/otptoken.py:205 #: ipaclient/remote_plugins/2_114/otptoken.py:99 #: ipaclient/remote_plugins/2_114/otptoken.py:214 #: ipaclient/remote_plugins/2_114/otptoken.py:517 #: ipaclient/remote_plugins/2_114/otptoken.py:691 #: ipaclient/remote_plugins/2_156/otptoken.py:99 #: ipaclient/remote_plugins/2_156/otptoken.py:214 #: ipaclient/remote_plugins/2_156/otptoken.py:517 #: ipaclient/remote_plugins/2_156/otptoken.py:691 #: ipaclient/remote_plugins/2_164/otptoken.py:99 #: ipaclient/remote_plugins/2_164/otptoken.py:214 #: ipaclient/remote_plugins/2_164/otptoken.py:517 #: ipaclient/remote_plugins/2_164/otptoken.py:691 msgid "Token vendor name (informational only)" msgstr "Имя поставщика токена (только для сведения)" #: ipaserver/plugins/otptoken.py:209 #: ipaclient/remote_plugins/2_114/otptoken.py:104 #: ipaclient/remote_plugins/2_114/otptoken.py:220 #: ipaclient/remote_plugins/2_114/otptoken.py:523 #: ipaclient/remote_plugins/2_114/otptoken.py:697 #: ipaclient/remote_plugins/2_156/otptoken.py:104 #: ipaclient/remote_plugins/2_156/otptoken.py:220 #: ipaclient/remote_plugins/2_156/otptoken.py:523 #: ipaclient/remote_plugins/2_156/otptoken.py:697 #: ipaclient/remote_plugins/2_164/otptoken.py:104 #: ipaclient/remote_plugins/2_164/otptoken.py:220 #: ipaclient/remote_plugins/2_164/otptoken.py:523 #: ipaclient/remote_plugins/2_164/otptoken.py:697 msgid "Model" msgstr "Модель" #: ipaserver/plugins/otptoken.py:210 #: ipaclient/remote_plugins/2_114/otptoken.py:105 #: ipaclient/remote_plugins/2_114/otptoken.py:221 #: ipaclient/remote_plugins/2_114/otptoken.py:524 #: ipaclient/remote_plugins/2_114/otptoken.py:698 #: ipaclient/remote_plugins/2_156/otptoken.py:105 #: ipaclient/remote_plugins/2_156/otptoken.py:221 #: ipaclient/remote_plugins/2_156/otptoken.py:524 #: ipaclient/remote_plugins/2_156/otptoken.py:698 #: ipaclient/remote_plugins/2_164/otptoken.py:105 #: ipaclient/remote_plugins/2_164/otptoken.py:221 #: ipaclient/remote_plugins/2_164/otptoken.py:524 #: ipaclient/remote_plugins/2_164/otptoken.py:698 msgid "Token model (informational only)" msgstr "Модель токена (только для сведения)" #: ipaserver/plugins/otptoken.py:214 #: ipaclient/remote_plugins/2_114/otptoken.py:110 #: ipaclient/remote_plugins/2_114/otptoken.py:227 #: ipaclient/remote_plugins/2_114/otptoken.py:530 #: ipaclient/remote_plugins/2_114/otptoken.py:704 #: ipaclient/remote_plugins/2_156/otptoken.py:110 #: ipaclient/remote_plugins/2_156/otptoken.py:227 #: ipaclient/remote_plugins/2_156/otptoken.py:530 #: ipaclient/remote_plugins/2_156/otptoken.py:704 #: ipaclient/remote_plugins/2_164/otptoken.py:110 #: ipaclient/remote_plugins/2_164/otptoken.py:227 #: ipaclient/remote_plugins/2_164/otptoken.py:530 #: ipaclient/remote_plugins/2_164/otptoken.py:704 msgid "Serial" msgstr "Серийный номер" #: ipaserver/plugins/otptoken.py:215 #: ipaclient/remote_plugins/2_114/otptoken.py:111 #: ipaclient/remote_plugins/2_114/otptoken.py:228 #: ipaclient/remote_plugins/2_114/otptoken.py:531 #: ipaclient/remote_plugins/2_114/otptoken.py:705 #: ipaclient/remote_plugins/2_156/otptoken.py:111 #: ipaclient/remote_plugins/2_156/otptoken.py:228 #: ipaclient/remote_plugins/2_156/otptoken.py:531 #: ipaclient/remote_plugins/2_156/otptoken.py:705 #: ipaclient/remote_plugins/2_164/otptoken.py:111 #: ipaclient/remote_plugins/2_164/otptoken.py:228 #: ipaclient/remote_plugins/2_164/otptoken.py:531 #: ipaclient/remote_plugins/2_164/otptoken.py:705 msgid "Token serial (informational only)" msgstr "Серийный номер токена (только для сведения)" #: ipaserver/plugins/otptoken.py:220 #: ipaclient/remote_plugins/2_114/otptoken.py:117 #: ipaclient/remote_plugins/2_114/otptoken.py:235 #: ipaclient/remote_plugins/2_156/otptoken.py:117 #: ipaclient/remote_plugins/2_156/otptoken.py:235 #: ipaclient/remote_plugins/2_164/otptoken.py:117 #: ipaclient/remote_plugins/2_164/otptoken.py:235 msgid "Token secret (Base32; default: random)" msgstr "Секрет токена (Base32; значение по умолчанию: случайный)" #: ipaserver/plugins/otptoken.py:229 ipaserver/plugins/dns.py:1006 #: ipaserver/plugins/dns.py:1049 ipaserver/plugins/dns.py:1398 #: ipaclient/remote_plugins/2_114/otptoken.py:122 #: ipaclient/remote_plugins/2_114/otptoken.py:246 #: ipaclient/remote_plugins/2_114/otptoken.py:538 #: ipaclient/remote_plugins/2_114/dns.py:444 #: ipaclient/remote_plugins/2_114/dns.py:489 #: ipaclient/remote_plugins/2_114/dns.py:540 #: ipaclient/remote_plugins/2_114/dns.py:845 #: ipaclient/remote_plugins/2_114/dns.py:1950 #: ipaclient/remote_plugins/2_114/dns.py:2010 #: ipaclient/remote_plugins/2_114/dns.py:2078 #: ipaclient/remote_plugins/2_114/dns.py:2497 #: ipaclient/remote_plugins/2_114/dns.py:3609 #: ipaclient/remote_plugins/2_114/dns.py:3669 #: ipaclient/remote_plugins/2_114/dns.py:3737 #: ipaclient/remote_plugins/2_114/dns.py:4156 #: ipaclient/remote_plugins/2_156/otptoken.py:122 #: ipaclient/remote_plugins/2_156/otptoken.py:246 #: ipaclient/remote_plugins/2_156/otptoken.py:538 #: ipaclient/remote_plugins/2_156/dns.py:444 #: ipaclient/remote_plugins/2_156/dns.py:489 #: ipaclient/remote_plugins/2_156/dns.py:533 #: ipaclient/remote_plugins/2_156/dns.py:831 #: ipaclient/remote_plugins/2_156/dns.py:1915 #: ipaclient/remote_plugins/2_156/dns.py:1975 #: ipaclient/remote_plugins/2_156/dns.py:2033 #: ipaclient/remote_plugins/2_156/dns.py:2442 #: ipaclient/remote_plugins/2_156/dns.py:3434 #: ipaclient/remote_plugins/2_156/dns.py:3494 #: ipaclient/remote_plugins/2_156/dns.py:3552 #: ipaclient/remote_plugins/2_156/dns.py:3961 #: ipaclient/remote_plugins/2_164/otptoken.py:122 #: ipaclient/remote_plugins/2_164/otptoken.py:246 #: ipaclient/remote_plugins/2_164/otptoken.py:538 #: ipaclient/remote_plugins/2_164/dns.py:444 #: ipaclient/remote_plugins/2_164/dns.py:489 #: ipaclient/remote_plugins/2_164/dns.py:533 #: ipaclient/remote_plugins/2_164/dns.py:831 #: ipaclient/remote_plugins/2_164/dns.py:1923 #: ipaclient/remote_plugins/2_164/dns.py:1983 #: ipaclient/remote_plugins/2_164/dns.py:2041 #: ipaclient/remote_plugins/2_164/dns.py:2450 #: ipaclient/remote_plugins/2_164/dns.py:3442 #: ipaclient/remote_plugins/2_164/dns.py:3502 #: ipaclient/remote_plugins/2_164/dns.py:3560 #: ipaclient/remote_plugins/2_164/dns.py:3969 #: ipaclient/remote_plugins/2_49/dns.py:374 #: ipaclient/remote_plugins/2_49/dns.py:446 #: ipaclient/remote_plugins/2_49/dns.py:497 #: ipaclient/remote_plugins/2_49/dns.py:742 #: ipaclient/remote_plugins/2_49/dns.py:810 #: ipaclient/remote_plugins/2_49/dns.py:903 #: ipaclient/remote_plugins/2_49/dns.py:1427 #: ipaclient/remote_plugins/2_49/dns.py:1524 #: ipaclient/remote_plugins/2_49/dns.py:1593 #: ipaclient/remote_plugins/2_49/dns.py:1930 #: ipaclient/remote_plugins/2_49/dns.py:2022 #: ipaclient/remote_plugins/2_49/dns.py:2146 #: ipaclient/remote_plugins/2_49/dns.py:3213 #: ipaclient/remote_plugins/2_49/dns.py:3310 #: ipaclient/remote_plugins/2_49/dns.py:3379 #: ipaclient/remote_plugins/2_49/dns.py:3716 #: ipaclient/remote_plugins/2_49/dns.py:3808 #: ipaclient/remote_plugins/2_49/dns.py:3932 msgid "Algorithm" msgstr "Алгоритм" #: ipaserver/plugins/otptoken.py:230 #: ipaclient/remote_plugins/2_114/otptoken.py:123 #: ipaclient/remote_plugins/2_114/otptoken.py:247 #: ipaclient/remote_plugins/2_114/otptoken.py:539 #: ipaclient/remote_plugins/2_156/otptoken.py:123 #: ipaclient/remote_plugins/2_156/otptoken.py:247 #: ipaclient/remote_plugins/2_156/otptoken.py:539 #: ipaclient/remote_plugins/2_164/otptoken.py:123 #: ipaclient/remote_plugins/2_164/otptoken.py:247 #: ipaclient/remote_plugins/2_164/otptoken.py:539 msgid "Token hash algorithm" msgstr "Алгоритм хеширования токена" #: ipaserver/plugins/otptoken.py:238 #: ipaclient/remote_plugins/2_114/otptoken.py:128 #: ipaclient/remote_plugins/2_114/otptoken.py:256 #: ipaclient/remote_plugins/2_114/otptoken.py:547 #: ipaclient/remote_plugins/2_156/otptoken.py:128 #: ipaclient/remote_plugins/2_156/otptoken.py:256 #: ipaclient/remote_plugins/2_156/otptoken.py:547 #: ipaclient/remote_plugins/2_164/otptoken.py:128 #: ipaclient/remote_plugins/2_164/otptoken.py:256 #: ipaclient/remote_plugins/2_164/otptoken.py:547 msgid "Digits" msgstr "Цифры" #: ipaserver/plugins/otptoken.py:239 #: ipaclient/remote_plugins/2_114/otptoken.py:129 #: ipaclient/remote_plugins/2_114/otptoken.py:257 #: ipaclient/remote_plugins/2_114/otptoken.py:548 #: ipaclient/remote_plugins/2_156/otptoken.py:129 #: ipaclient/remote_plugins/2_156/otptoken.py:257 #: ipaclient/remote_plugins/2_156/otptoken.py:548 #: ipaclient/remote_plugins/2_164/otptoken.py:129 #: ipaclient/remote_plugins/2_164/otptoken.py:257 #: ipaclient/remote_plugins/2_164/otptoken.py:548 msgid "Number of digits each token code will have" msgstr "Количество цифр, которое будет содержать каждый код токена" #: ipaserver/plugins/otptoken.py:247 #: ipaclient/remote_plugins/2_114/otptoken.py:134 #: ipaclient/remote_plugins/2_114/otptoken.py:265 #: ipaclient/remote_plugins/2_114/otptoken.py:555 #: ipaclient/remote_plugins/2_156/otptoken.py:134 #: ipaclient/remote_plugins/2_156/otptoken.py:265 #: ipaclient/remote_plugins/2_156/otptoken.py:555 #: ipaclient/remote_plugins/2_164/otptoken.py:134 #: ipaclient/remote_plugins/2_164/otptoken.py:265 #: ipaclient/remote_plugins/2_164/otptoken.py:555 msgid "Clock offset" msgstr "Смещение времени" #: ipaserver/plugins/otptoken.py:248 #: ipaclient/remote_plugins/2_114/otptoken.py:135 #: ipaclient/remote_plugins/2_114/otptoken.py:266 #: ipaclient/remote_plugins/2_114/otptoken.py:556 #: ipaclient/remote_plugins/2_156/otptoken.py:135 #: ipaclient/remote_plugins/2_156/otptoken.py:266 #: ipaclient/remote_plugins/2_156/otptoken.py:556 #: ipaclient/remote_plugins/2_164/otptoken.py:135 #: ipaclient/remote_plugins/2_164/otptoken.py:266 #: ipaclient/remote_plugins/2_164/otptoken.py:556 msgid "TOTP token / FreeIPA server time difference" msgstr "Разница времени между токеном TOTP и сервером FreeIPA" #: ipaserver/plugins/otptoken.py:255 #: ipaclient/remote_plugins/2_114/otptoken.py:140 #: ipaclient/remote_plugins/2_114/otptoken.py:274 #: ipaclient/remote_plugins/2_114/otptoken.py:563 #: ipaclient/remote_plugins/2_156/otptoken.py:140 #: ipaclient/remote_plugins/2_156/otptoken.py:274 #: ipaclient/remote_plugins/2_156/otptoken.py:563 #: ipaclient/remote_plugins/2_164/otptoken.py:140 #: ipaclient/remote_plugins/2_164/otptoken.py:274 #: ipaclient/remote_plugins/2_164/otptoken.py:563 msgid "Clock interval" msgstr "Временной интервал" #: ipaserver/plugins/otptoken.py:256 #: ipaclient/remote_plugins/2_114/otptoken.py:141 #: ipaclient/remote_plugins/2_114/otptoken.py:275 #: ipaclient/remote_plugins/2_114/otptoken.py:564 #: ipaclient/remote_plugins/2_156/otptoken.py:141 #: ipaclient/remote_plugins/2_156/otptoken.py:275 #: ipaclient/remote_plugins/2_156/otptoken.py:564 #: ipaclient/remote_plugins/2_164/otptoken.py:141 #: ipaclient/remote_plugins/2_164/otptoken.py:275 #: ipaclient/remote_plugins/2_164/otptoken.py:564 msgid "Length of TOTP token code validity" msgstr "Продолжительность действия кода токена TOTP" #: ipaserver/plugins/otptoken.py:264 #: ipaclient/remote_plugins/2_114/otptoken.py:146 #: ipaclient/remote_plugins/2_114/otptoken.py:283 #: ipaclient/remote_plugins/2_114/otptoken.py:571 #: ipaclient/remote_plugins/2_156/otptoken.py:146 #: ipaclient/remote_plugins/2_156/otptoken.py:283 #: ipaclient/remote_plugins/2_156/otptoken.py:571 #: ipaclient/remote_plugins/2_164/otptoken.py:146 #: ipaclient/remote_plugins/2_164/otptoken.py:283 #: ipaclient/remote_plugins/2_164/otptoken.py:571 msgid "Counter" msgstr "Счётчик" #: ipaserver/plugins/otptoken.py:265 #: ipaclient/remote_plugins/2_114/otptoken.py:147 #: ipaclient/remote_plugins/2_114/otptoken.py:284 #: ipaclient/remote_plugins/2_114/otptoken.py:572 #: ipaclient/remote_plugins/2_156/otptoken.py:147 #: ipaclient/remote_plugins/2_156/otptoken.py:284 #: ipaclient/remote_plugins/2_156/otptoken.py:572 #: ipaclient/remote_plugins/2_164/otptoken.py:147 #: ipaclient/remote_plugins/2_164/otptoken.py:284 #: ipaclient/remote_plugins/2_164/otptoken.py:572 msgid "Initial counter for the HOTP token" msgstr "Начальный счётчик токена HOTP" #: ipaserver/plugins/otptoken.py:272 msgid "URI" msgstr "Универсальный код ресурса (URI)" #: ipaserver/plugins/otptoken.py:280 #: ipaclient/remote_plugins/2_114/otptoken.py:154 #: ipaclient/remote_plugins/2_156/otptoken.py:154 #: ipaclient/remote_plugins/2_164/otptoken.py:154 msgid "Add a new OTP token." msgstr "Добавить новый токен OTP." #: ipaserver/plugins/otptoken.py:281 #, python-format msgid "Added OTP token \"%(value)s\"" msgstr "Добавлен токен OTP \"%(value)s\"" #: ipaserver/plugins/otptoken.py:284 #: ipaclient/remote_plugins/2_114/otptoken.py:305 #: ipaclient/remote_plugins/2_156/otptoken.py:305 #: ipaclient/remote_plugins/2_164/otptoken.py:305 msgid "(deprecated)" msgstr "(больше не поддерживается)" #: ipaserver/plugins/otptoken.py:285 #: ipaclient/remote_plugins/2_114/otptoken.py:312 #: ipaclient/remote_plugins/2_156/otptoken.py:312 #: ipaclient/remote_plugins/2_164/otptoken.py:312 msgid "Do not display QR code" msgstr "Не показывать QR-код" #: ipaserver/plugins/otptoken.py:335 msgid "cannot be empty" msgstr "не может быть пустым" #: ipaserver/plugins/otptoken.py:366 #: ipaclient/remote_plugins/2_114/otptoken.py:416 #: ipaclient/remote_plugins/2_156/otptoken.py:416 #: ipaclient/remote_plugins/2_164/otptoken.py:416 msgid "Delete an OTP token." msgstr "Удалить токен OTP." #: ipaserver/plugins/otptoken.py:367 #, python-format msgid "Deleted OTP token \"%(value)s\"" msgstr "Удалён токен OTP \"%(value)s\"" #: ipaserver/plugins/otptoken.py:372 #: ipaclient/remote_plugins/2_114/otptoken.py:641 #: ipaclient/remote_plugins/2_156/otptoken.py:641 #: ipaclient/remote_plugins/2_164/otptoken.py:641 msgid "Modify a OTP token." msgstr "Изменить токен OTP." #: ipaserver/plugins/otptoken.py:373 #, python-format msgid "Modified OTP token \"%(value)s\"" msgstr "Изменён токен OTP \"%(value)s\"" #: ipaserver/plugins/otptoken.py:421 #: ipaclient/remote_plugins/2_114/otptoken.py:453 #: ipaclient/remote_plugins/2_156/otptoken.py:453 #: ipaclient/remote_plugins/2_164/otptoken.py:453 msgid "Search for OTP token." msgstr "Поиск токена OTP." #: ipaserver/plugins/otptoken.py:422 #, python-format msgid "%(count)d OTP token matched" msgid_plural "%(count)d OTP tokens matched" msgstr[0] "установлено соответствие %(count)d токена OTP" msgstr[1] "установлено соответствие %(count)d токенов OTP" msgstr[2] "установлено соответствие %(count)d токенов OTP" #: ipaserver/plugins/otptoken.py:450 #: ipaclient/remote_plugins/2_114/otptoken.py:841 #: ipaclient/remote_plugins/2_156/otptoken.py:841 #: ipaclient/remote_plugins/2_164/otptoken.py:841 msgid "Display information about an OTP token." msgstr "Показать сведения о токене OTP." #: ipaserver/plugins/otptoken.py:463 #: ipaclient/remote_plugins/2_114/otptoken.py:356 #: ipaclient/remote_plugins/2_156/otptoken.py:356 #: ipaclient/remote_plugins/2_164/otptoken.py:356 msgid "Add users that can manage this token." msgstr "Добавить пользователей, которые могут управлять этим токеном." #: ipaserver/plugins/otptoken.py:469 #: ipaclient/remote_plugins/2_156/otptoken.py:781 #: ipaclient/remote_plugins/2_164/otptoken.py:781 msgid "Remove users that can manage this token." msgstr "Удалить пользователей, которые могут управлять этим токеном." #: ipaserver/plugins/service.py:59 msgid "" "\n" "Services\n" "\n" "A IPA service represents a service that runs on a host. The IPA service\n" "record can store a Kerberos principal, an SSL certificate, or both.\n" "\n" "An IPA service can be managed directly from a machine, provided that\n" "machine has been given the correct permission. This is true even for\n" "machines other than the one the service is associated with. For example,\n" "requesting an SSL certificate using the host service principal credentials\n" "of the host. To manage a service using host credentials you need to\n" "kinit as the host:\n" "\n" " # kinit -kt /etc/krb5.keytab host/ipa.example.com@EXAMPLE.COM\n" "\n" "Adding an IPA service allows the associated service to request an SSL\n" "certificate or keytab, but this is performed as a separate step; they\n" "are not produced as a result of adding the service.\n" "\n" "Only the public aspect of a certificate is stored in a service record;\n" "the private key is not stored.\n" "\n" "EXAMPLES:\n" "\n" " Add a new IPA service:\n" " ipa service-add HTTP/web.example.com\n" "\n" " Allow a host to manage an IPA service certificate:\n" " ipa service-add-host --hosts=web.example.com HTTP/web.example.com\n" " ipa role-add-member --hosts=web.example.com certadmin\n" "\n" " Override a default list of supported PAC types for the service:\n" " ipa service-mod HTTP/web.example.com --pac-type=MS-PAC\n" "\n" " A typical use case where overriding the PAC type is needed is NFS.\n" " Currently the related code in the Linux kernel can only handle Kerberos\n" " tickets up to a maximal size. Since the PAC data can become quite large " "it\n" " is recommended to set --pac-type=NONE for NFS services.\n" "\n" " Delete an IPA service:\n" " ipa service-del HTTP/web.example.com\n" "\n" " Find all IPA services associated with a host:\n" " ipa service-find web.example.com\n" "\n" " Find all HTTP services:\n" " ipa service-find HTTP\n" "\n" " Disable the service Kerberos key and SSL certificate:\n" " ipa service-disable HTTP/web.example.com\n" "\n" " Request a certificate for an IPA service:\n" " ipa cert-request --principal=HTTP/web.example.com example.csr\n" msgstr "" "\n" "Службы\n" "\n" "Служба IPA — это служба, которая выполняется на узле. В записи службы IPA " "могут храниться данные учётной записи Kerberos, SSL-сертификата или оба " "набора данных.\n" "\n" "Службой IPA можно управлять непосредственно с компьютера, если системе этого " "компьютера предоставлены соответствующие права доступа. Это касается даже " "компьютеров, отличных от тех, с которыми связана эта служба. Например, " "запрос SSL-сертификата с помощью учётных данных учётной записи службы узла. " "Чтобы управлять службой с помощью учётных данных узла, следует запустить " "команду kinit от имени узла:\n" "\n" " # kinit -kt /etc/krb5.keytab host/ipa.example.com@EXAMPLE.COM\n" "\n" "Добавление службы IPA позволяет связанной службе запрашивать SSL-сертификаты " "и таблицы ключей, но создание самих запросов является отдельным шагом: " "соответствующие данные не создаются в результате простого добавления " "службы.\n" "\n" "В записи службы хранятся только открытые данные сертификата; закрытый ключ " "не сохраняется.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новую службу IPA:\n" " ipa service-add HTTP/web.example.com\n" "\n" " Разрешить узлу управлять сертификатом службы IPA:\n" " ipa service-add-host --hosts=web.example.com HTTP/web.example.com\n" " ipa role-add-member --hosts=web.example.com certadmin\n" "\n" " Переопределить список по умолчанию, который содержит поддерживаемые типы " "PAC для службы:\n" " ipa service-mod HTTP/web.example.com --pac-type=MS-PAC\n" "\n" "Такое переопределение типа PAC необходимо, например, для работы NFS. В " "текущей версии соответствующий код в ядре Linux может работать только с " "билетами Kerberos, размер которых не превышает максимально заданного. Так " "как данные PAC могут быть довольно объёмными, для служб NFS рекомендуется " "установить --pac-type=NONE.\n" "\n" " Удалить службу IPA:\n" " ipa service-del HTTP/web.example.com\n" "\n" " Найти все службы IPA, связанные с узлом:\n" " ipa service-find web.example.com\n" "\n" " Найти все службы HTTP:\n" " ipa service-find HTTP\n" "\n" " Отключить ключ Kerberos и SSL-сертификат службы:\n" " ipa service-disable HTTP/web.example.com\n" "\n" " Запросить сертификат для службы IPA:\n" " ipa cert-request --principal=HTTP/web.example.com example.csr\n" "\n" #: ipaserver/plugins/service.py:112 msgid "" "\n" " Allow user to create a keytab:\n" " ipa service-allow-create-keytab HTTP/web.example.com --users=tuser1\n" msgstr "" "\n" " Разрешить пользователю создавать таблицу ключей:\n" " ipa service-allow-create-keytab HTTP/web.example.com --users=tuser1\n" #: ipaserver/plugins/service.py:115 msgid "" "\n" " Generate and retrieve a keytab for an IPA service:\n" " ipa-getkeytab -s ipa.example.com -p HTTP/web.example.com -k /etc/httpd/" "httpd.keytab\n" "\n" msgstr "" "\n" "Создать и получить таблицу ключей для службы IPA:\n" " ipa-getkeytab -s ipa.example.com -p HTTP/web.example.com -k /etc/httpd/" "httpd.keytab\n" #: ipaserver/plugins/service.py:167 ipaclient/remote_plugins/2_114/host.py:176 #: ipaclient/remote_plugins/2_114/host.py:389 #: ipaclient/remote_plugins/2_114/host.py:1345 #: ipaclient/remote_plugins/2_114/service.py:108 #: ipaclient/remote_plugins/2_114/service.py:199 #: ipaclient/remote_plugins/2_114/service.py:901 #: ipaclient/remote_plugins/2_156/host.py:177 #: ipaclient/remote_plugins/2_156/host.py:391 #: ipaclient/remote_plugins/2_156/host.py:1409 #: ipaclient/remote_plugins/2_156/service.py:109 #: ipaclient/remote_plugins/2_156/service.py:201 #: ipaclient/remote_plugins/2_156/service.py:965 #: ipaclient/remote_plugins/2_164/host.py:177 #: ipaclient/remote_plugins/2_164/host.py:391 #: ipaclient/remote_plugins/2_164/host.py:1409 #: ipaclient/remote_plugins/2_164/service.py:109 #: ipaclient/remote_plugins/2_164/service.py:201 #: ipaclient/remote_plugins/2_164/service.py:965 msgid "Requires pre-authentication" msgstr "Требуется предварительная аутентификация" #: ipaserver/plugins/service.py:168 ipaclient/remote_plugins/2_114/host.py:177 #: ipaclient/remote_plugins/2_114/host.py:390 #: ipaclient/remote_plugins/2_114/host.py:1346 #: ipaclient/remote_plugins/2_114/service.py:109 #: ipaclient/remote_plugins/2_114/service.py:200 #: ipaclient/remote_plugins/2_114/service.py:902 #: ipaclient/remote_plugins/2_156/host.py:178 #: ipaclient/remote_plugins/2_156/host.py:392 #: ipaclient/remote_plugins/2_156/host.py:1410 #: ipaclient/remote_plugins/2_156/service.py:110 #: ipaclient/remote_plugins/2_156/service.py:202 #: ipaclient/remote_plugins/2_156/service.py:966 #: ipaclient/remote_plugins/2_164/host.py:178 #: ipaclient/remote_plugins/2_164/host.py:392 #: ipaclient/remote_plugins/2_164/host.py:1410 #: ipaclient/remote_plugins/2_164/service.py:110 #: ipaclient/remote_plugins/2_164/service.py:202 #: ipaclient/remote_plugins/2_164/service.py:966 msgid "Pre-authentication is required for the service" msgstr "Для службы требуется предварительная аутентификация" #: ipaserver/plugins/service.py:173 ipaclient/remote_plugins/2_114/host.py:182 #: ipaclient/remote_plugins/2_114/host.py:396 #: ipaclient/remote_plugins/2_114/host.py:1352 #: ipaclient/remote_plugins/2_114/service.py:114 #: ipaclient/remote_plugins/2_114/service.py:206 #: ipaclient/remote_plugins/2_114/service.py:908 #: ipaclient/remote_plugins/2_156/host.py:183 #: ipaclient/remote_plugins/2_156/host.py:398 #: ipaclient/remote_plugins/2_156/host.py:1416 #: ipaclient/remote_plugins/2_156/service.py:115 #: ipaclient/remote_plugins/2_156/service.py:208 #: ipaclient/remote_plugins/2_156/service.py:972 #: ipaclient/remote_plugins/2_164/host.py:183 #: ipaclient/remote_plugins/2_164/host.py:398 #: ipaclient/remote_plugins/2_164/host.py:1416 #: ipaclient/remote_plugins/2_164/service.py:115 #: ipaclient/remote_plugins/2_164/service.py:208 #: ipaclient/remote_plugins/2_164/service.py:972 msgid "Trusted for delegation" msgstr "Доверено для делегирования" #: ipaserver/plugins/service.py:174 ipaclient/remote_plugins/2_114/host.py:183 #: ipaclient/remote_plugins/2_114/host.py:397 #: ipaclient/remote_plugins/2_114/host.py:1353 #: ipaclient/remote_plugins/2_114/service.py:115 #: ipaclient/remote_plugins/2_114/service.py:207 #: ipaclient/remote_plugins/2_114/service.py:909 #: ipaclient/remote_plugins/2_156/host.py:184 #: ipaclient/remote_plugins/2_156/host.py:399 #: ipaclient/remote_plugins/2_156/host.py:1417 #: ipaclient/remote_plugins/2_156/service.py:116 #: ipaclient/remote_plugins/2_156/service.py:209 #: ipaclient/remote_plugins/2_156/service.py:973 #: ipaclient/remote_plugins/2_164/host.py:184 #: ipaclient/remote_plugins/2_164/host.py:399 #: ipaclient/remote_plugins/2_164/host.py:1417 #: ipaclient/remote_plugins/2_164/service.py:116 #: ipaclient/remote_plugins/2_164/service.py:209 #: ipaclient/remote_plugins/2_164/service.py:973 msgid "Client credentials may be delegated to the service" msgstr "Учётные данные клиента можно делегировать службе" #: ipaserver/plugins/service.py:179 msgid "Trusted to authenticate as user" msgstr "Доверие для аутентификации в качестве пользователя" #: ipaserver/plugins/service.py:180 msgid "The service is allowed to authenticate on behalf of a client" msgstr "Службе разрешена аутентификация от имени клиента" #: ipaserver/plugins/service.py:214 msgid "Malformed principal" msgstr "Недопустимая учётная запись" #: ipaserver/plugins/service.py:287 msgid "This principal is required by the IPA master" msgstr "Эта учётная запись необходима главному IPA-серверу " #: ipaserver/plugins/service.py:360 msgid "service" msgstr "служба" #: ipaserver/plugins/service.py:361 msgid "services" msgstr "службы" #: ipaserver/plugins/service.py:457 #: ipaclient/remote_plugins/2_114/service.py:90 #: ipaclient/remote_plugins/2_114/service.py:174 #: ipaclient/remote_plugins/2_114/service.py:277 #: ipaclient/remote_plugins/2_114/service.py:339 #: ipaclient/remote_plugins/2_114/service.py:428 #: ipaclient/remote_plugins/2_114/service.py:518 #: ipaclient/remote_plugins/2_114/service.py:556 #: ipaclient/remote_plugins/2_114/service.py:589 #: ipaclient/remote_plugins/2_114/service.py:678 #: ipaclient/remote_plugins/2_114/service.py:775 #: ipaclient/remote_plugins/2_114/service.py:876 #: ipaclient/remote_plugins/2_114/service.py:986 #: ipaclient/remote_plugins/2_114/service.py:1048 #: ipaclient/remote_plugins/2_156/service.py:90 #: ipaclient/remote_plugins/2_156/service.py:175 #: ipaclient/remote_plugins/2_156/service.py:279 #: ipaclient/remote_plugins/2_156/service.py:340 #: ipaclient/remote_plugins/2_156/service.py:402 #: ipaclient/remote_plugins/2_156/service.py:491 #: ipaclient/remote_plugins/2_156/service.py:581 #: ipaclient/remote_plugins/2_156/service.py:619 #: ipaclient/remote_plugins/2_156/service.py:652 #: ipaclient/remote_plugins/2_156/service.py:741 #: ipaclient/remote_plugins/2_156/service.py:838 #: ipaclient/remote_plugins/2_156/service.py:939 #: ipaclient/remote_plugins/2_156/service.py:1050 #: ipaclient/remote_plugins/2_156/service.py:1111 #: ipaclient/remote_plugins/2_156/service.py:1173 #: ipaclient/remote_plugins/2_164/service.py:90 #: ipaclient/remote_plugins/2_164/service.py:175 #: ipaclient/remote_plugins/2_164/service.py:279 #: ipaclient/remote_plugins/2_164/service.py:340 #: ipaclient/remote_plugins/2_164/service.py:402 #: ipaclient/remote_plugins/2_164/service.py:491 #: ipaclient/remote_plugins/2_164/service.py:581 #: ipaclient/remote_plugins/2_164/service.py:619 #: ipaclient/remote_plugins/2_164/service.py:652 #: ipaclient/remote_plugins/2_164/service.py:741 #: ipaclient/remote_plugins/2_164/service.py:838 #: ipaclient/remote_plugins/2_164/service.py:939 #: ipaclient/remote_plugins/2_164/service.py:1050 #: ipaclient/remote_plugins/2_164/service.py:1111 #: ipaclient/remote_plugins/2_164/service.py:1173 #: ipaclient/remote_plugins/2_49/service.py:82 #: ipaclient/remote_plugins/2_49/service.py:117 #: ipaclient/remote_plugins/2_49/service.py:200 #: ipaclient/remote_plugins/2_49/service.py:256 #: ipaclient/remote_plugins/2_49/service.py:296 #: ipaclient/remote_plugins/2_49/service.py:336 #: ipaclient/remote_plugins/2_49/service.py:430 #: ipaclient/remote_plugins/2_49/service.py:520 #: ipaclient/remote_plugins/2_49/service.py:575 msgid "Service principal" msgstr "Учётная запись службы" #: ipaserver/plugins/service.py:467 msgid "Service principal alias" msgstr "Псевдоним учётной записи службы" #: ipaserver/plugins/service.py:475 msgid "Base-64 encoded service certificate" msgstr "Base-64 шифрованный сертификат службы" #: ipaserver/plugins/service.py:516 #: ipaclient/remote_plugins/2_114/service.py:102 #: ipaclient/remote_plugins/2_114/service.py:192 #: ipaclient/remote_plugins/2_114/service.py:784 #: ipaclient/remote_plugins/2_114/service.py:894 #: ipaclient/remote_plugins/2_156/service.py:103 #: ipaclient/remote_plugins/2_156/service.py:194 #: ipaclient/remote_plugins/2_156/service.py:847 #: ipaclient/remote_plugins/2_156/service.py:958 #: ipaclient/remote_plugins/2_164/service.py:103 #: ipaclient/remote_plugins/2_164/service.py:194 #: ipaclient/remote_plugins/2_164/service.py:847 #: ipaclient/remote_plugins/2_164/service.py:958 #: ipaclient/remote_plugins/2_49/service.py:94 #: ipaclient/remote_plugins/2_49/service.py:135 #: ipaclient/remote_plugins/2_49/service.py:345 #: ipaclient/remote_plugins/2_49/service.py:448 msgid "PAC type" msgstr "Тип PAC" #: ipaserver/plugins/service.py:517 #: ipaclient/remote_plugins/2_114/service.py:103 #: ipaclient/remote_plugins/2_114/service.py:193 #: ipaclient/remote_plugins/2_114/service.py:785 #: ipaclient/remote_plugins/2_114/service.py:895 #: ipaclient/remote_plugins/2_156/service.py:104 #: ipaclient/remote_plugins/2_156/service.py:195 #: ipaclient/remote_plugins/2_156/service.py:848 #: ipaclient/remote_plugins/2_156/service.py:959 #: ipaclient/remote_plugins/2_164/service.py:104 #: ipaclient/remote_plugins/2_164/service.py:195 #: ipaclient/remote_plugins/2_164/service.py:848 #: ipaclient/remote_plugins/2_164/service.py:959 msgid "" "Override default list of supported PAC types. Use 'NONE' to disable PAC " "support for this service, e.g. this might be necessary for NFS services." msgstr "" "Переопределить список по умолчанию, который содержит поддерживаемые типы " "PAC. Используйте значение \"NONE\", чтобы отключить поддержку PAC для этой " "службы; например, это может быть необходимо для служб NFS." #: ipaserver/plugins/service.py:545 msgid "NONE value cannot be combined with other PAC types" msgstr "Значение NONE нельзя сочетать с другими типами PAC" #: ipaserver/plugins/service.py:597 msgid "Add a new IPA service." msgstr "Добавить новую службу IPA." #: ipaserver/plugins/service.py:599 #, python-format msgid "Added service \"%(value)s\"" msgstr "Добавлена служба «%(value)s»" #: ipaserver/plugins/service.py:605 msgid "force principal name even if host not in DNS" msgstr "" "Принудительно установить значение имени учётной записи, даже если узла нет в " "DNS" #: ipaserver/plugins/service.py:608 msgid "Skip host check" msgstr "Пропустить проверку узла" #: ipaserver/plugins/service.py:609 msgid "" "force service to be created even when host object does not exist to manage it" msgstr "" "Принудительно создать службу, даже если объект узла для управления ей не " "существует" #: ipaserver/plugins/service.py:627 #, python-format msgid "The host '%s' does not exist to add a service to." msgstr "Узел \"%s\", в который следовало добавить службу, не существует." #: ipaserver/plugins/service.py:666 #: ipaclient/remote_plugins/2_114/service.py:510 #: ipaclient/remote_plugins/2_156/service.py:573 #: ipaclient/remote_plugins/2_164/service.py:573 #: ipaclient/remote_plugins/2_49/service.py:248 msgid "Delete an IPA service." msgstr "Удалить службу IPA." #: ipaserver/plugins/service.py:668 #, python-format msgid "Deleted service \"%(value)s\"" msgstr "Удалена служба «%(value)s»" #: ipaserver/plugins/service.py:686 #: ipaclient/remote_plugins/2_114/service.py:869 #: ipaclient/remote_plugins/2_156/service.py:932 #: ipaclient/remote_plugins/2_164/service.py:932 #: ipaclient/remote_plugins/2_49/service.py:423 msgid "Modify an existing IPA service." msgstr "Изменить существующую службу IPA." #: ipaserver/plugins/service.py:688 #, python-format msgid "Modified service \"%(value)s\"" msgstr "Изменена служба \"%(value)s\"" #: ipaserver/plugins/service.py:734 #: ipaclient/remote_plugins/2_114/service.py:760 #: ipaclient/remote_plugins/2_156/service.py:823 #: ipaclient/remote_plugins/2_164/service.py:823 #: ipaclient/remote_plugins/2_49/service.py:321 msgid "Search for IPA services." msgstr "Поиск служб IPA." #: ipaserver/plugins/service.py:737 #, python-format msgid "%(count)d service matched" msgid_plural "%(count)d services matched" msgstr[0] "установлено соответствие %(count)d службы" msgstr[1] "установлено соответствие %(count)d служб" msgstr[2] "установлено соответствие %(count)d служб" #: ipaserver/plugins/service.py:802 #: ipaclient/remote_plugins/2_114/service.py:1041 #: ipaclient/remote_plugins/2_156/service.py:1166 #: ipaclient/remote_plugins/2_164/service.py:1166 #: ipaclient/remote_plugins/2_49/service.py:568 msgid "Display information about an IPA service." msgstr "Показать сведения о службе IPA." #: ipaserver/plugins/service.py:839 #: ipaclient/remote_plugins/2_114/service.py:270 #: ipaclient/remote_plugins/2_156/service.py:333 #: ipaclient/remote_plugins/2_164/service.py:333 #: ipaclient/remote_plugins/2_49/service.py:193 msgid "Add hosts that can manage this service." msgstr "Добавить узлы, которые могут управлять этой службой." #: ipaserver/plugins/service.py:848 #: ipaclient/remote_plugins/2_114/service.py:979 #: ipaclient/remote_plugins/2_156/service.py:1104 #: ipaclient/remote_plugins/2_164/service.py:1104 #: ipaclient/remote_plugins/2_49/service.py:513 msgid "Remove hosts that can manage this service." msgstr "Удалить узлы, которые могут управлять этой службой." #: ipaserver/plugins/service.py:856 #: ipaclient/remote_plugins/2_114/service.py:421 #: ipaclient/remote_plugins/2_156/service.py:484 #: ipaclient/remote_plugins/2_164/service.py:484 msgid "" "Allow users, groups, hosts or host groups to retrieve a keytab of this " "service." msgstr "" "Разрешить пользователям, группам, узлам или группам узлов получать таблицу " "ключей этой службы." #: ipaserver/plugins/service.py:876 #: ipaclient/remote_plugins/2_114/service.py:671 #: ipaclient/remote_plugins/2_156/service.py:734 #: ipaclient/remote_plugins/2_164/service.py:734 msgid "" "Disallow users, groups, hosts or host groups to retrieve a keytab of this " "service." msgstr "" "Запретить пользователям, группам, узлам или группам узлов получать таблицу " "ключей этой службы." #: ipaserver/plugins/service.py:895 #: ipaclient/remote_plugins/2_114/service.py:332 #: ipaclient/remote_plugins/2_156/service.py:395 #: ipaclient/remote_plugins/2_164/service.py:395 msgid "" "Allow users, groups, hosts or host groups to create a keytab of this service." msgstr "" "Разрешить пользователям, группам, узлам или группам узлов создавать таблицу " "ключей этой службы." #: ipaserver/plugins/service.py:915 #: ipaclient/remote_plugins/2_114/service.py:582 #: ipaclient/remote_plugins/2_156/service.py:645 #: ipaclient/remote_plugins/2_164/service.py:645 msgid "" "Disallow users, groups, hosts or host groups to create a keytab of this " "service." msgstr "" "Запретить пользователям, группам, узлам или группам узлов создавать таблицу " "ключей этой службы." #: ipaserver/plugins/service.py:934 #: ipaclient/remote_plugins/2_114/service.py:549 #: ipaclient/remote_plugins/2_156/service.py:612 #: ipaclient/remote_plugins/2_164/service.py:612 #: ipaclient/remote_plugins/2_49/service.py:289 msgid "Disable the Kerberos key and SSL certificate of a service." msgstr "Отключить ключ Kerberos и SSL-сертификат службы." #: ipaserver/plugins/service.py:937 #, python-format msgid "Disabled service \"%(value)s\"" msgstr "Отключена служба \"%(value)s\"" #: ipaserver/plugins/service.py:977 #: ipaclient/remote_plugins/2_156/service.py:272 #: ipaclient/remote_plugins/2_164/service.py:272 msgid "Add new certificates to a service" msgstr "Добавить новые сертификаты в запись службы." #: ipaserver/plugins/service.py:978 #, python-format msgid "Added certificates to service principal \"%(value)s\"" msgstr "Добавлены сертификаты в учётную запись службы \"%(value)s\"" #: ipaserver/plugins/service.py:984 #: ipaclient/remote_plugins/2_156/service.py:1043 #: ipaclient/remote_plugins/2_164/service.py:1043 msgid "Remove certificates from a service" msgstr "Удалить сертификаты из записи службы." #: ipaserver/plugins/service.py:985 #, python-format msgid "Removed certificates from service principal \"%(value)s\"" msgstr "Удалены сертификаты из учётной записи службы \"%(value)s\"" #: ipaserver/plugins/service.py:999 msgid "Add new principal alias to a service" msgstr "Добавить новый псевдоним учётной записи в запись службы." #: ipaserver/plugins/service.py:1000 #, python-format msgid "Added new aliases to the service principal \"%(value)s\"" msgstr "Добавлены новые псевдонимы в учётную запись службы \"%(value)s\"" #: ipaserver/plugins/service.py:1011 msgid "Remove principal alias from a service" msgstr "Удалить псевдоним учётной записи из службы." #: ipaserver/plugins/service.py:1012 #, python-format msgid "Removed aliases to the service principal \"%(value)s\"" msgstr "Удалены псевдонимы учётной записи службы \"%(value)s\"" #: ipaserver/plugins/selinuxusermap.py:41 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:19 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:19 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:19 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:19 msgid "" "\n" "SELinux User Mapping\n" "\n" "Map IPA users to SELinux users by host.\n" "\n" "Hosts, hostgroups, users and groups can be either defined within\n" "the rule or it may point to an existing HBAC rule. When using\n" "--hbacrule option to selinuxusermap-find an exact match is made on the\n" "HBAC rule name, so only one or zero entries will be returned.\n" "\n" "EXAMPLES:\n" "\n" " Create a rule, \"test1\", that sets all users to xguest_u:s0 on the host " "\"server\":\n" " ipa selinuxusermap-add --usercat=all --selinuxuser=xguest_u:s0 test1\n" " ipa selinuxusermap-add-host --hosts=server.example.com test1\n" "\n" " Create a rule, \"test2\", that sets all users to guest_u:s0 and uses an " "existing HBAC rule for users and hosts:\n" " ipa selinuxusermap-add --usercat=all --hbacrule=webserver --" "selinuxuser=guest_u:s0 test2\n" "\n" " Display the properties of a rule:\n" " ipa selinuxusermap-show test2\n" "\n" " Create a rule for a specific user. This sets the SELinux context for\n" " user john to unconfined_u:s0-s0:c0.c1023 on any machine:\n" " ipa selinuxusermap-add --hostcat=all --selinuxuser=unconfined_u:s0-s0:c0." "c1023 john_unconfined\n" " ipa selinuxusermap-add-user --users=john john_unconfined\n" "\n" " Disable a rule:\n" " ipa selinuxusermap-disable test1\n" "\n" " Enable a rule:\n" " ipa selinuxusermap-enable test1\n" "\n" " Find a rule referencing a specific HBAC rule:\n" " ipa selinuxusermap-find --hbacrule=allow_some\n" "\n" " Remove a rule:\n" " ipa selinuxusermap-del john_unconfined\n" "\n" "SEEALSO:\n" "\n" " The list controlling the order in which the SELinux user map is applied\n" " and the default SELinux user are available in the config-show command.\n" msgstr "" "\n" "Сопоставление пользователей SELinux\n" "\n" "Сопоставить пользователей IPA с пользователями SELinux по узлу.\n" "\n" "Узлы, группы узлов, пользователи и группы можно либо определить внутри " "правила, либо установить в правиле ссылку на существующее правило HBAC rule. " "При использовании параметра --hbacrule для selinuxusermap-find задаётся " "точное соответствие имени правила HBAC, поэтому будет возращена только одна " "запись или ноль записей.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Создать правило, \"test1\", которое устанавливает всех пользователей в " "xguest_u:s0 на узле \"server\":\n" " ipa selinuxusermap-add --usercat=all --selinuxuser=xguest_u:s0 test1\n" " ipa selinuxusermap-add-host --hosts=server.example.com test1\n" "\n" "Создать правило, \"test2\", которое устанавливает всех пользователей в " "guest_u:s0 и использует существующее правило HBAC для пользователей и " "узлов:\n" " ipa selinuxusermap-add --usercat=all --hbacrule=webserver --" "selinuxuser=guest_u:s0 test2\n" "\n" " Показать свойства правила:\n" " ipa selinuxusermap-show test2\n" "\n" " Создать правило для определённого пользователя. Оно устанавливает для " "пользователя \"john\" SELinux-контекст unconfined_u:s0-s0:c0.c1023 на любом " "компьютере:\n" " ipa selinuxusermap-add --hostcat=all --selinuxuser=unconfined_u:s0-s0:c0." "c1023 john_unconfined\n" " ipa selinuxusermap-add-user --users=john john_unconfined\n" "\n" " Отключить правило:\n" " ipa selinuxusermap-disable test1\n" "\n" " Включить правило:\n" " ipa selinuxusermap-enable test1\n" "\n" " Найти правило, ссылающееся на определённое правило HBAC:\n" " ipa selinuxusermap-find --hbacrule=allow_some\n" "\n" " Удалить правило:\n" " ipa selinuxusermap-del john_unconfined\n" "\n" "СМОТРИТЕ ТАКЖЕ:\n" "\n" " С помощью команды config-show можно вывести список, который определяет " "порядок применения списка пользователей SELinux, а также показать " "пользователя SELinux по умолчанию.\n" #: ipaserver/plugins/selinuxusermap.py:88 msgid "HBAC rule and local members cannot both be set" msgstr "Невозможно одновременно указать правило HBAC и локальных участников" #: ipaserver/plugins/selinuxusermap.py:115 msgid "Invalid SELinux user name, only a-Z, _ and . are allowed" msgstr "" "Некорректное имя пользователя SELinux. В имени можно использовать только " "символы a-Z и ." #: ipaserver/plugins/selinuxusermap.py:117 msgid "Invalid MLS value, must match s[0-15](-s[0-15])" msgstr "" "Некорректное значение MLS. Значение должно соответствовать шаблону s[0-15](-" "s[0-15])" #: ipaserver/plugins/selinuxusermap.py:120 msgid "" "Invalid MCS value, must match c[0-1023].c[0-1023] and/or c[0-1023]-c[0-c0123]" msgstr "" "Некорректное значение MLS. Значение должно соответствовать шаблону c[0-1023]." "c[0-1023] и / или шаблону c[0-1023]-c[0-c0123]" #: ipaserver/plugins/selinuxusermap.py:135 msgid "SELinux user map list not found in configuration" msgstr "Список пользователей SELinux не найден в конфигурации" #: ipaserver/plugins/selinuxusermap.py:140 #, python-format msgid "SELinux user %(user)s not found in ordering list (in config)" msgstr "" "Пользователь SELinux %(user)s не найден в списке порядка применения (в " "конфигурации)" #: ipaserver/plugins/selinuxusermap.py:150 msgid "SELinux User Map rule" msgstr "Правило списка пользователей SELinux" #: ipaserver/plugins/selinuxusermap.py:151 msgid "SELinux User Map rules" msgstr "Правила списка пользователей SELinux" #: ipaserver/plugins/selinuxusermap.py:207 msgid "SELinux User Maps" msgstr "Списки пользователей SELinux" #: ipaserver/plugins/selinuxusermap.py:208 msgid "SELinux User Map" msgstr "Список пользователей SELinux" #: ipaserver/plugins/selinuxusermap.py:218 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:77 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:145 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:493 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:610 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:77 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:145 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:493 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:610 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:77 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:145 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:493 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:610 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:77 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:145 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:473 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:583 msgid "SELinux User" msgstr "Пользователь SELinux" #: ipaserver/plugins/selinuxusermap.py:223 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:83 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:152 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:500 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:617 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:83 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:152 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:500 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:617 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:83 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:152 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:500 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:617 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:83 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:152 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:480 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:590 msgid "HBAC Rule that defines the users, groups and hostgroups" msgstr "Правило HBAC, которое определяет пользователей, группы и группы узлов" #: ipaserver/plugins/selinuxusermap.py:283 #, python-format msgid "HBAC rule %(rule)s not found" msgstr "Правило HBAC %(rule)s не найдено" #: ipaserver/plugins/selinuxusermap.py:302 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:132 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:132 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:132 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:132 msgid "Create a new SELinux User Map." msgstr "Создать новый список пользователей SELinux." #: ipaserver/plugins/selinuxusermap.py:304 #, python-format msgid "Added SELinux User Map \"%(value)s\"" msgstr "Добавлен список пользователей SELinux \"%(value)s\"" #: ipaserver/plugins/selinuxusermap.py:339 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:374 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:374 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:374 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:354 msgid "Delete a SELinux User Map." msgstr "Удалить список пользователей SELinux." #: ipaserver/plugins/selinuxusermap.py:341 #, python-format msgid "Deleted SELinux User Map \"%(value)s\"" msgstr "Удалён список пользователей SELinux \"%(value)s\"" #: ipaserver/plugins/selinuxusermap.py:347 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:596 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:596 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:596 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:569 msgid "Modify a SELinux User Map." msgstr "Изменить список пользователей SELinux." #: ipaserver/plugins/selinuxusermap.py:349 #, python-format msgid "Modified SELinux User Map \"%(value)s\"" msgstr "Изменён список пользователей SELinux \"%(value)s\"" #: ipaserver/plugins/selinuxusermap.py:419 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:473 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:473 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:473 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:453 msgid "Search for SELinux User Maps." msgstr "Поиск списков пользователей SELinux." #: ipaserver/plugins/selinuxusermap.py:422 #, python-format msgid "%(count)d SELinux User Map matched" msgid_plural "%(count)d SELinux User Maps matched" msgstr[0] "установлено соответствие %(count)d списка пользователей SELinux" msgstr[1] "установлено соответствие %(count)d списков пользователей SELinux" msgstr[2] "установлено соответствие %(count)d списков пользователей SELinux" #: ipaserver/plugins/selinuxusermap.py:451 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:853 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:853 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:853 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:806 msgid "Display the properties of a SELinux User Map rule." msgstr "Показать свойства правила списка пользователей SELinux." #: ipaserver/plugins/selinuxusermap.py:462 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:442 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:442 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:442 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:423 msgid "Enable an SELinux User Map rule." msgstr "Включить правило списка пользователей SELinux." #: ipaserver/plugins/selinuxusermap.py:464 #, python-format msgid "Enabled SELinux User Map \"%(value)s\"" msgstr "Включён список пользователей SELinux \"%(value)s\"" #: ipaserver/plugins/selinuxusermap.py:492 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:411 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:411 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:411 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:393 msgid "Disable an SELinux User Map rule." msgstr "Отключить правило списка пользователей SELinux." #: ipaserver/plugins/selinuxusermap.py:494 #, python-format msgid "Disabled SELinux User Map \"%(value)s\"" msgstr "Отключён список пользователей SELinux \"%(value)s\"" #: ipaserver/plugins/selinuxusermap.py:522 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:305 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:305 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:305 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:292 msgid "Add users and groups to an SELinux User Map rule." msgstr "" "Добавить пользователей и группы в правило списка пользователей SELinux." #: ipaserver/plugins/selinuxusermap.py:546 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:784 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:784 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:784 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:744 msgid "Remove users and groups from an SELinux User Map rule." msgstr "" "Удалить пользователей и группы из правила списка пользователей SELinux." #: ipaserver/plugins/selinuxusermap.py:555 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:236 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:236 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:236 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:230 msgid "Add target hosts and hostgroups to an SELinux User Map rule." msgstr "" "Добавить целевые узлы и группы узлов в правило списка пользователей SELinux." #: ipaserver/plugins/selinuxusermap.py:579 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:715 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:715 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:715 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:682 msgid "Remove target hosts and hostgroups from an SELinux User Map rule." msgstr "" "Удалить целевые узлы и группы узлов из правила списка пользователей SELinux." #: ipaserver/plugins/serverrole.py:13 msgid "" "\n" "IPA server roles\n" msgstr "" "\n" "Роли IPA-сервера\n" #: ipaserver/plugins/serverrole.py:15 msgid "" "\n" "Get status of roles (DNS server, CA, etc.) provided by IPA masters.\n" msgstr "" "\n" "Получить состояние ролей (DNS-сервер, CA и так далее), предоставленное " "главными IPA-серверами.\n" #: ipaserver/plugins/serverrole.py:17 msgid "" "\n" "The status of a role is either enabled, configured, or absent.\n" msgstr "" "\n" "Роль может находиться в одном из следующих состояний: включена, настроена " "или отсутствует.\n" #: ipaserver/plugins/serverrole.py:21 msgid "" "\n" " Show status of 'DNS server' role on a server:\n" " ipa server-role-show ipa.example.com \"DNS server\"\n" msgstr "" "\n" " Показать состояние роли \"DNS server\" на сервере:\n" " ipa server-role-show ipa.example.com \"DNS server\"\n" #: ipaserver/plugins/serverrole.py:24 msgid "" "\n" " Show status of all roles containing 'AD' on a server:\n" " ipa server-role-find --server ipa.example.com --role=\"AD trust " "controller\"\n" msgstr "" "\n" " Показать состояние всех ролей, которые содержат \"AD\", на сервере:\n" " ipa server-role-find --server ipa.example.com --role=\"AD trust " "controller\"\n" #: ipaserver/plugins/serverrole.py:27 msgid "" "\n" " Show status of all configured roles on a server:\n" " ipa server-role-find ipa.example.com\n" msgstr "" "\n" " Показать состояние всех настроенных ролей на сервере:\n" " ipa server-role-find ipa.example.com\n" #: ipaserver/plugins/serverrole.py:30 msgid "" "\n" " Show implicit IPA master role:\n" " ipa server-role-find --include-master\n" msgstr "" "\n" " Показать неявную роль главного IPA-сервера:\n" " ipa server-role-find --include-master\n" #: ipaserver/plugins/serverrole.py:46 msgid "server role" msgstr "роль сервера" #: ipaserver/plugins/serverrole.py:47 msgid "server roles" msgstr "роли сервера" #: ipaserver/plugins/serverrole.py:51 msgid "IPA Server Roles" msgstr "Роли IPA-сервера" #: ipaserver/plugins/serverrole.py:52 msgid "IPA Server Role" msgstr "Роль IPA-сервера" #: ipaserver/plugins/serverrole.py:65 msgid "IPA server role name" msgstr "Имя роли IPA-сервера" #: ipaserver/plugins/serverrole.py:71 msgid "Role status" msgstr "Состояние роли" #: ipaserver/plugins/serverrole.py:72 msgid "Status of the role" msgstr "Состояние роли" #: ipaserver/plugins/serverrole.py:89 msgid "Show role status on a server" msgstr "Показать состояние роли на сервере." #: ipaserver/plugins/serverrole.py:113 msgid "Find a server role on a server(s)" msgstr "Поиск роли сервера на сервере (серверах)." #: ipaserver/plugins/serverrole.py:118 #, python-format msgid "%(count)s server role matched" msgid_plural "%(count)s server roles matched" msgstr[0] "установлено соответствие %(count)s роли сервера" msgstr[1] "установлено соответствие %(count)s ролей сервера" msgstr[2] "установлено соответствие %(count)s ролей сервера" #: ipaserver/plugins/serverrole.py:139 msgid "Include IPA master entries" msgstr "Включить записи главных IPA-cерверов" #: ipaserver/plugins/serverrole.py:192 msgid "IPA role name" msgstr "Имя роли IPA" #: ipaserver/plugins/batch.py:35 msgid "" "\n" "Plugin to make multiple ipa calls via one remote procedure call\n" "\n" "To run this code in the lite-server\n" "\n" "curl -H \"Content-Type:application/json\" -H \"Accept:application/" "json\" -H \"Accept-Language:en\" --negotiate -u : --cacert /" "etc/ipa/ca.crt -d @batch_request.json -X POST http://" "localhost:8888/ipa/json\n" "\n" "where the contents of the file batch_request.json follow the below example\n" "\n" "{\"method\":\"batch\",\"params\":[[\n" " {\"method\":\"group_find\",\"params\":[[],{}]},\n" " {\"method\":\"user_find\",\"params\":[[],{\"whoami\":\"true\",\"all" "\":\"true\"}]},\n" " {\"method\":\"user_show\",\"params\":[[\"admin\"],{\"all\":true}]}\n" " ],{}],\"id\":1}\n" "\n" "The format of the response is nested the same way. At the top you will see\n" " \"error\": null,\n" " \"id\": 1,\n" " \"result\": {\n" " \"count\": 3,\n" " \"results\": [\n" "\n" "\n" "And then a nested response for each IPA command method sent in the request\n" "\n" msgstr "" "\n" "Подключаемый модуль для выполнения нескольких вызовов ipa с помощью одного " "удалённого вызова процедур \n" "\n" "Чтобы запустить этот код на легком сервере (lite-server), выполните " "следующие команды:\n" "\n" "curl -H \"Content-Type:application/json\" -H \"Accept:application/" "json\" -H \"Accept-Language:en\" --negotiate -u : --cacert /" "etc/ipa/ca.crt -d @batch_request.json -X POST http://" "localhost:8888/ipa/json\n" "\n" "где содержимое файла batch_request.json соответствует следующему примеру\n" "\n" "{\"method\":\"batch\",\"params\":[[\n" " {\"method\":\"group_find\",\"params\":[[],{}]},\n" " {\"method\":\"user_find\",\"params\":[[],{\"whoami\":\"true\",\"all" "\":\"true\"}]},\n" " {\"method\":\"user_show\",\"params\":[[\"admin\"],{\"all\":true}]}\n" " ],{}],\"id\":1}\n" "\n" "Формат ответа точно так же распределяется по уровням вложенности. На верхнем " "уровне:\n" " \"error\": null,\n" " \"id\": 1,\n" " \"result\": {\n" " \"count\": 3,\n" " \"results\": [\n" "\n" "\n" "а далее находится вложенный ответ для каждого метода команды IPA, " "отправленного в запросе\n" #: ipaserver/plugins/batch.py:71 msgid "Make multiple ipa calls via one remote procedure call" msgstr "" "Совершать несколько вызовов ipa с помощью одного удалённого вызова процедур " #: ipaserver/plugins/batch.py:76 ipaclient/remote_plugins/2_114/batch.py:57 #: ipaclient/remote_plugins/2_156/batch.py:57 #: ipaclient/remote_plugins/2_164/batch.py:57 #: ipaclient/remote_plugins/2_49/batch.py:57 msgid "Nested Methods to execute" msgstr "Вложенные методы для выполнения" #: ipaserver/plugins/batch.py:124 msgid "must contain a tuple (list, dict)" msgstr "должно содержать кортеж (список, словарь)" #: ipaserver/plugins/virtual.py:57 msgid "operation not defined" msgstr "операция не определена" #: ipaserver/plugins/virtual.py:70 #, python-format msgid "not allowed to perform operation: %s" msgstr "не разрешено выполнение операции: %s" #: ipaserver/plugins/virtual.py:72 msgid "No such virtual command" msgstr "Такая виртуальная команда отсутствует" #: ipaserver/plugins/automember.py:43 msgid "" "\n" "Auto Membership Rule.\n" msgstr "" "\n" "Правило автоучастия.\n" #: ipaserver/plugins/automember.py:45 msgid "" "\n" "Bring clarity to the membership of hosts and users by configuring inclusive\n" "or exclusive regex patterns, you can automatically assign a new entries " "into\n" "a group or hostgroup based upon attribute information.\n" msgstr "" "\n" "Внося ясные правила о принадлежности узлов и пользователей к группам " "посредством настройки включающих и исключающих шаблонов регулярных " "выражений, вы можете автоматически связывать новые записи с группой или " "группой узлов на основе данных атрибутов.\n" #: ipaserver/plugins/automember.py:49 msgid "" "\n" "A rule is directly associated with a group by name, so you cannot create\n" "a rule without an accompanying group or hostgroup.\n" msgstr "" "\n" "Правило непосредственно связывается с группой по имени, следовательно, вы не " "можете создать правило без определения группы или группы узлов.\n" #: ipaserver/plugins/automember.py:52 msgid "" "\n" "A condition is a regular expression used by 389-ds to match a new incoming\n" "entry with an automember rule. If it matches an inclusive rule then the\n" "entry is added to the appropriate group or hostgroup.\n" msgstr "" "\n" "Условие является регулярным выражением, используется 389-ds для установления " "соответствия новой входящей записи правилу автоучастия. Если имеется " "соответствие правилу включения, запись добавляется в соответствующую группу " "или группу узлов.\n" #: ipaserver/plugins/automember.py:56 msgid "" "\n" "A default group or hostgroup could be specified for entries that do not\n" "match any rule. In case of user entries this group will be a fallback group\n" "because all users are by default members of group specified in IPA config.\n" msgstr "" "\n" "Можно указать группу или группу узлов по умолчанию, которая будет " "использоваться для записей, не соответствующих ни одному правилу. В случае " "записей пользователей эта группа будет резервной группой, поскольку все " "пользователи по умолчанию являются участниками группы, указанной в " "настройках IPA.\n" #: ipaserver/plugins/automember.py:60 msgid "" "\n" "The automember-rebuild command can be used to retroactively run automember " "rules\n" "against existing entries, thus rebuilding their membership.\n" msgstr "" "\n" "Команду automember-rebuild можно использовать, чтобы задним числом применить " "правила автоучастия в отношении уже существующих записей; это перестроит их " "участие.\n" #: ipaserver/plugins/automember.py:65 msgid "" "\n" " Add the initial group or hostgroup:\n" " ipa hostgroup-add --desc=\"Web Servers\" webservers\n" " ipa group-add --desc=\"Developers\" devel\n" msgstr "" "\n" " Добавить начальную группу или группу узлов:\n" " ipa hostgroup-add --desc=\"Web Servers\" webservers\n" " ipa group-add --desc=\"Developers\" devel\n" #: ipaserver/plugins/automember.py:69 msgid "" "\n" " Add the initial rule:\n" " ipa automember-add --type=hostgroup webservers\n" " ipa automember-add --type=group devel\n" msgstr "" "\n" " Добавить начальное правило:\n" " ipa automember-add --type=hostgroup webservers\n" " ipa automember-add --type=group devel\n" #: ipaserver/plugins/automember.py:73 msgid "" "\n" " Add a condition to the rule:\n" " ipa automember-add-condition --key=fqdn --type=hostgroup --inclusive-" "regex=^web[1-9]+\\.example\\.com webservers\n" " ipa automember-add-condition --key=manager --type=group --inclusive-" "regex=^uid=mscott devel\n" msgstr "" "\n" " Добавить в правило условие:\n" " ipa automember-add-condition --key=fqdn --type=hostgroup --inclusive-" "regex=^web[1-9]+\\.example\\.com webservers\n" " ipa automember-add-condition --key=manager --type=group --inclusive-" "regex=^uid=mscott devel\n" #: ipaserver/plugins/automember.py:77 msgid "" "\n" " Add an exclusive condition to the rule to prevent auto assignment:\n" " ipa automember-add-condition --key=fqdn --type=hostgroup --exclusive-" "regex=^web5\\.example\\.com webservers\n" msgstr "" "\n" " Добавить в правило исключительное условие, чтобы предотвратить " "автоназначение:\n" " ipa automember-add-condition --key=fqdn --type=hostgroup --exclusive-" "regex=^web5\\.example\\.com webservers\n" #: ipaserver/plugins/automember.py:80 msgid "" "\n" " Add a host:\n" " ipa host-add web1.example.com\n" msgstr "" "\n" "Добавить хост:\n" " ipa host-add web1.example.com\n" #: ipaserver/plugins/automember.py:83 msgid "" "\n" " Add a user:\n" " ipa user-add --first=Tim --last=User --password tuser1 --manager=mscott\n" msgstr "" "\n" " Добавить пользователя:\n" " ipa user-add --first=Tim --last=User --password tuser1 --manager=mscott\n" #: ipaserver/plugins/automember.py:86 msgid "" "\n" " Verify automembership:\n" " ipa hostgroup-show webservers\n" " Host-group: webservers\n" " Description: Web Servers\n" " Member hosts: web1.example.com\n" "\n" " ipa group-show devel\n" " Group name: devel\n" " Description: Developers\n" " GID: 1004200000\n" " Member users: tuser\n" msgstr "" "\n" "Проверить автоучастие:\n" " ipa hostgroup-show webservers\n" " Группа узлов: webservers\n" " Описание: Web Servers\n" " Узлы-участники: web1.example.com\n" "\n" " ipa group-show devel\n" " Имя группы: devel\n" " Описание: Developers\n" " GID: 1004200000\n" " Пользователи-участники: tuser\n" #: ipaserver/plugins/automember.py:98 msgid "" "\n" " Remove a condition from the rule:\n" " ipa automember-remove-condition --key=fqdn --type=hostgroup --inclusive-" "regex=^web[1-9]+\\.example\\.com webservers\n" msgstr "" "\n" " Удалить условие из правила:\n" " ipa automember-remove-condition --key=fqdn --type=hostgroup --inclusive-" "regex=^web[1-9]+\\.example\\.com webservers\n" #: ipaserver/plugins/automember.py:101 msgid "" "\n" " Modify the automember rule:\n" " ipa automember-mod\n" msgstr "" "\n" " Изменить правило автоучастия:\n" " ipa automember-mod\n" #: ipaserver/plugins/automember.py:104 msgid "" "\n" " Set the default (fallback) target group:\n" " ipa automember-default-group-set --default-group=webservers --" "type=hostgroup\n" " ipa automember-default-group-set --default-group=ipausers --type=group\n" msgstr "" "\n" "Установить целевую группу по умолчанию (резервную):\n" " ipa automember-default-group-set --default-group=webservers --" "type=hostgroup\n" " ipa automember-default-group-set --default-group=ipausers --type=group\n" #: ipaserver/plugins/automember.py:108 msgid "" "\n" " Remove the default (fallback) target group:\n" " ipa automember-default-group-remove --type=hostgroup\n" " ipa automember-default-group-remove --type=group\n" msgstr "" "\n" " Удалить целевую группу по умолчанию (резервную):\n" " ipa automember-default-group-remove --type=hostgroup\n" " ipa automember-default-group-remove --type=group\n" #: ipaserver/plugins/automember.py:112 msgid "" "\n" " Show the default (fallback) target group:\n" " ipa automember-default-group-show --type=hostgroup\n" " ipa automember-default-group-show --type=group\n" msgstr "" "\n" " Показать целевую группу по умолчанию (резервную):\n" " ipa automember-default-group-show --type=hostgroup\n" " ipa automember-default-group-show --type=group\n" #: ipaserver/plugins/automember.py:116 msgid "" "\n" " Find all of the automember rules:\n" " ipa automember-find\n" msgstr "" "\n" " Найти все правила автоучастия:\n" " ipa automember-find\n" #: ipaserver/plugins/automember.py:119 msgid "" "\n" " Find all of the orphan automember rules:\n" " ipa automember-find-orphans --type=hostgroup\n" " Find all of the orphan automember rules and remove them:\n" " ipa automember-find-orphans --type=hostgroup --remove\n" msgstr "" #: ipaserver/plugins/automember.py:124 msgid "" "\n" " Display a automember rule:\n" " ipa automember-show --type=hostgroup webservers\n" " ipa automember-show --type=group devel\n" msgstr "" "\n" " Показать правило автоучастия:\n" " ipa automember-show --type=hostgroup webservers\n" " ipa automember-show --type=group devel\n" #: ipaserver/plugins/automember.py:128 msgid "" "\n" " Delete an automember rule:\n" " ipa automember-del --type=hostgroup webservers\n" " ipa automember-del --type=group devel\n" msgstr "" "\n" " Удалить правило автоучастия:\n" " ipa automember-del --type=hostgroup webservers\n" " ipa automember-del --type=group devel\n" #: ipaserver/plugins/automember.py:132 msgid "" "\n" " Rebuild membership for all users:\n" " ipa automember-rebuild --type=group\n" msgstr "" "\n" " Перестроить участие для всех пользователей:\n" " ipa automember-rebuild --type=group\n" #: ipaserver/plugins/automember.py:135 msgid "" "\n" " Rebuild membership for all hosts:\n" " ipa automember-rebuild --type=hostgroup\n" msgstr "" "\n" " Перестроить участие для всех узлов:\n" " ipa automember-rebuild --type=hostgroup\n" #: ipaserver/plugins/automember.py:138 msgid "" "\n" " Rebuild membership for specified users:\n" " ipa automember-rebuild --users=tuser1 --users=tuser2\n" msgstr "" "\n" " Перестроить участие для указанных пользователей:\n" " ipa automember-rebuild --users=tuser1 --users=tuser2\n" #: ipaserver/plugins/automember.py:141 msgid "" "\n" " Rebuild membership for specified hosts:\n" " ipa automember-rebuild --hosts=web1.example.com --hosts=web2.example." "com\n" msgstr "" "\n" " Перестроить участие для указанных узлов:\n" " ipa automember-rebuild --hosts=web1.example.com --hosts=web2.example." "com\n" #: ipaserver/plugins/automember.py:160 ipaserver/plugins/automember.py:161 #: ipaclient/remote_plugins/2_114/automember.py:234 #: ipaclient/remote_plugins/2_114/automember.py:717 #: ipaclient/remote_plugins/2_156/automember.py:234 #: ipaclient/remote_plugins/2_156/automember.py:717 #: ipaclient/remote_plugins/2_164/automember.py:234 #: ipaclient/remote_plugins/2_164/automember.py:717 #: ipaclient/remote_plugins/2_49/automember.py:221 #: ipaclient/remote_plugins/2_49/automember.py:646 msgid "Inclusive Regex" msgstr "Включая регулярные выражения" #: ipaserver/plugins/automember.py:167 ipaserver/plugins/automember.py:168 #: ipaclient/remote_plugins/2_114/automember.py:242 #: ipaclient/remote_plugins/2_114/automember.py:725 #: ipaclient/remote_plugins/2_156/automember.py:242 #: ipaclient/remote_plugins/2_156/automember.py:725 #: ipaclient/remote_plugins/2_164/automember.py:242 #: ipaclient/remote_plugins/2_164/automember.py:725 #: ipaclient/remote_plugins/2_49/automember.py:229 #: ipaclient/remote_plugins/2_49/automember.py:654 msgid "Exclusive Regex" msgstr "Исключая регулярные выражения" #: ipaserver/plugins/automember.py:176 #: ipaclient/remote_plugins/2_114/automember.py:247 #: ipaclient/remote_plugins/2_114/automember.py:730 #: ipaclient/remote_plugins/2_156/automember.py:247 #: ipaclient/remote_plugins/2_156/automember.py:730 #: ipaclient/remote_plugins/2_164/automember.py:247 #: ipaclient/remote_plugins/2_164/automember.py:730 #: ipaclient/remote_plugins/2_49/automember.py:234 #: ipaclient/remote_plugins/2_49/automember.py:659 msgid "Attribute Key" msgstr "Значение атрибута" #: ipaserver/plugins/automember.py:177 #: ipaclient/remote_plugins/2_114/automember.py:248 #: ipaclient/remote_plugins/2_114/automember.py:731 #: ipaclient/remote_plugins/2_156/automember.py:248 #: ipaclient/remote_plugins/2_156/automember.py:731 #: ipaclient/remote_plugins/2_164/automember.py:248 #: ipaclient/remote_plugins/2_164/automember.py:731 #: ipaclient/remote_plugins/2_49/automember.py:235 #: ipaclient/remote_plugins/2_49/automember.py:660 msgid "" "Attribute to filter via regex. For example fqdn for a host, or manager for a " "user" msgstr "" "Атрибут для поиска по регулярным выражениям. Для примера полное имя для " "хоста, или руководитель для пользователя" #: ipaserver/plugins/automember.py:184 #: ipaclient/remote_plugins/2_114/automember.py:175 #: ipaclient/remote_plugins/2_114/automember.py:253 #: ipaclient/remote_plugins/2_114/automember.py:312 #: ipaclient/remote_plugins/2_114/automember.py:367 #: ipaclient/remote_plugins/2_114/automember.py:409 #: ipaclient/remote_plugins/2_114/automember.py:459 #: ipaclient/remote_plugins/2_114/automember.py:502 #: ipaclient/remote_plugins/2_114/automember.py:593 #: ipaclient/remote_plugins/2_114/automember.py:736 #: ipaclient/remote_plugins/2_114/automember.py:796 #: ipaclient/remote_plugins/2_156/automember.py:175 #: ipaclient/remote_plugins/2_156/automember.py:253 #: ipaclient/remote_plugins/2_156/automember.py:312 #: ipaclient/remote_plugins/2_156/automember.py:367 #: ipaclient/remote_plugins/2_156/automember.py:409 #: ipaclient/remote_plugins/2_156/automember.py:459 #: ipaclient/remote_plugins/2_156/automember.py:502 #: ipaclient/remote_plugins/2_156/automember.py:593 #: ipaclient/remote_plugins/2_156/automember.py:736 #: ipaclient/remote_plugins/2_156/automember.py:796 #: ipaclient/remote_plugins/2_164/automember.py:175 #: ipaclient/remote_plugins/2_164/automember.py:253 #: ipaclient/remote_plugins/2_164/automember.py:312 #: ipaclient/remote_plugins/2_164/automember.py:367 #: ipaclient/remote_plugins/2_164/automember.py:409 #: ipaclient/remote_plugins/2_164/automember.py:459 #: ipaclient/remote_plugins/2_164/automember.py:502 #: ipaclient/remote_plugins/2_164/automember.py:593 #: ipaclient/remote_plugins/2_164/automember.py:736 #: ipaclient/remote_plugins/2_164/automember.py:796 #: ipaclient/remote_plugins/2_49/automember.py:161 #: ipaclient/remote_plugins/2_49/automember.py:240 #: ipaclient/remote_plugins/2_49/automember.py:300 #: ipaclient/remote_plugins/2_49/automember.py:356 #: ipaclient/remote_plugins/2_49/automember.py:399 #: ipaclient/remote_plugins/2_49/automember.py:450 #: ipaclient/remote_plugins/2_49/automember.py:495 #: ipaclient/remote_plugins/2_49/automember.py:586 #: ipaclient/remote_plugins/2_49/automember.py:665 #: ipaclient/remote_plugins/2_49/automember.py:726 msgid "Grouping Type" msgstr "Тип группировки" #: ipaserver/plugins/automember.py:185 #: ipaclient/remote_plugins/2_114/automember.py:176 #: ipaclient/remote_plugins/2_114/automember.py:254 #: ipaclient/remote_plugins/2_114/automember.py:313 #: ipaclient/remote_plugins/2_114/automember.py:368 #: ipaclient/remote_plugins/2_114/automember.py:410 #: ipaclient/remote_plugins/2_114/automember.py:460 #: ipaclient/remote_plugins/2_114/automember.py:503 #: ipaclient/remote_plugins/2_114/automember.py:594 #: ipaclient/remote_plugins/2_114/automember.py:637 #: ipaclient/remote_plugins/2_114/automember.py:737 #: ipaclient/remote_plugins/2_114/automember.py:797 #: ipaclient/remote_plugins/2_156/automember.py:176 #: ipaclient/remote_plugins/2_156/automember.py:254 #: ipaclient/remote_plugins/2_156/automember.py:313 #: ipaclient/remote_plugins/2_156/automember.py:368 #: ipaclient/remote_plugins/2_156/automember.py:410 #: ipaclient/remote_plugins/2_156/automember.py:460 #: ipaclient/remote_plugins/2_156/automember.py:503 #: ipaclient/remote_plugins/2_156/automember.py:594 #: ipaclient/remote_plugins/2_156/automember.py:637 #: ipaclient/remote_plugins/2_156/automember.py:737 #: ipaclient/remote_plugins/2_156/automember.py:797 #: ipaclient/remote_plugins/2_164/automember.py:176 #: ipaclient/remote_plugins/2_164/automember.py:254 #: ipaclient/remote_plugins/2_164/automember.py:313 #: ipaclient/remote_plugins/2_164/automember.py:368 #: ipaclient/remote_plugins/2_164/automember.py:410 #: ipaclient/remote_plugins/2_164/automember.py:460 #: ipaclient/remote_plugins/2_164/automember.py:503 #: ipaclient/remote_plugins/2_164/automember.py:594 #: ipaclient/remote_plugins/2_164/automember.py:637 #: ipaclient/remote_plugins/2_164/automember.py:737 #: ipaclient/remote_plugins/2_164/automember.py:797 #: ipaclient/remote_plugins/2_49/automember.py:162 #: ipaclient/remote_plugins/2_49/automember.py:241 #: ipaclient/remote_plugins/2_49/automember.py:301 #: ipaclient/remote_plugins/2_49/automember.py:357 #: ipaclient/remote_plugins/2_49/automember.py:400 #: ipaclient/remote_plugins/2_49/automember.py:451 #: ipaclient/remote_plugins/2_49/automember.py:496 #: ipaclient/remote_plugins/2_49/automember.py:587 #: ipaclient/remote_plugins/2_49/automember.py:666 #: ipaclient/remote_plugins/2_49/automember.py:727 msgid "Grouping to which the rule applies" msgstr "Группировка, к которой применяется правило " #: ipaserver/plugins/automember.py:244 msgid "Auto Membership Rule" msgstr "Правило автоучастия" #: ipaserver/plugins/automember.py:249 ipaserver/plugins/automember.py:250 #: ipaclient/remote_plugins/2_114/automember.py:146 #: ipaclient/remote_plugins/2_114/automember.py:217 #: ipaclient/remote_plugins/2_114/automember.py:451 #: ipaclient/remote_plugins/2_114/automember.py:550 #: ipaclient/remote_plugins/2_114/automember.py:700 #: ipaclient/remote_plugins/2_114/automember.py:788 #: ipaclient/remote_plugins/2_156/automember.py:146 #: ipaclient/remote_plugins/2_156/automember.py:217 #: ipaclient/remote_plugins/2_156/automember.py:451 #: ipaclient/remote_plugins/2_156/automember.py:550 #: ipaclient/remote_plugins/2_156/automember.py:700 #: ipaclient/remote_plugins/2_156/automember.py:788 #: ipaclient/remote_plugins/2_164/automember.py:146 #: ipaclient/remote_plugins/2_164/automember.py:217 #: ipaclient/remote_plugins/2_164/automember.py:451 #: ipaclient/remote_plugins/2_164/automember.py:550 #: ipaclient/remote_plugins/2_164/automember.py:700 #: ipaclient/remote_plugins/2_164/automember.py:788 #: ipaclient/remote_plugins/2_49/automember.py:132 #: ipaclient/remote_plugins/2_49/automember.py:204 #: ipaclient/remote_plugins/2_49/automember.py:442 #: ipaclient/remote_plugins/2_49/automember.py:543 #: ipaclient/remote_plugins/2_49/automember.py:629 #: ipaclient/remote_plugins/2_49/automember.py:718 msgid "Automember Rule" msgstr "Правило автоучастия" #: ipaserver/plugins/automember.py:258 #: ipaclient/remote_plugins/2_114/automember.py:127 #: ipaclient/remote_plugins/2_114/automember.py:156 #: ipaclient/remote_plugins/2_114/automember.py:227 #: ipaclient/remote_plugins/2_114/automember.py:307 #: ipaclient/remote_plugins/2_114/automember.py:356 #: ipaclient/remote_plugins/2_114/automember.py:497 #: ipaclient/remote_plugins/2_114/automember.py:560 #: ipaclient/remote_plugins/2_114/automember.py:710 #: ipaclient/remote_plugins/2_156/automember.py:127 #: ipaclient/remote_plugins/2_156/automember.py:156 #: ipaclient/remote_plugins/2_156/automember.py:227 #: ipaclient/remote_plugins/2_156/automember.py:307 #: ipaclient/remote_plugins/2_156/automember.py:356 #: ipaclient/remote_plugins/2_156/automember.py:497 #: ipaclient/remote_plugins/2_156/automember.py:560 #: ipaclient/remote_plugins/2_156/automember.py:710 #: ipaclient/remote_plugins/2_164/automember.py:127 #: ipaclient/remote_plugins/2_164/automember.py:156 #: ipaclient/remote_plugins/2_164/automember.py:227 #: ipaclient/remote_plugins/2_164/automember.py:307 #: ipaclient/remote_plugins/2_164/automember.py:356 #: ipaclient/remote_plugins/2_164/automember.py:497 #: ipaclient/remote_plugins/2_164/automember.py:560 #: ipaclient/remote_plugins/2_164/automember.py:710 #: ipaclient/remote_plugins/2_49/automember.py:113 #: ipaclient/remote_plugins/2_49/automember.py:142 #: ipaclient/remote_plugins/2_49/automember.py:214 #: ipaclient/remote_plugins/2_49/automember.py:295 #: ipaclient/remote_plugins/2_49/automember.py:345 #: ipaclient/remote_plugins/2_49/automember.py:490 #: ipaclient/remote_plugins/2_49/automember.py:553 #: ipaclient/remote_plugins/2_49/automember.py:639 msgid "A description of this auto member rule" msgstr "Описание этого правила автоучастия" #: ipaserver/plugins/automember.py:262 ipaserver/plugins/automember.py:585 #: ipaclient/remote_plugins/2_114/automember.py:132 #: ipaclient/remote_plugins/2_114/automember.py:361 #: ipaclient/remote_plugins/2_156/automember.py:132 #: ipaclient/remote_plugins/2_156/automember.py:361 #: ipaclient/remote_plugins/2_164/automember.py:132 #: ipaclient/remote_plugins/2_164/automember.py:361 #: ipaclient/remote_plugins/2_49/automember.py:118 #: ipaclient/remote_plugins/2_49/automember.py:350 msgid "Default (fallback) Group" msgstr "Группа по умолчанию (резервная)" #: ipaserver/plugins/automember.py:263 #: ipaclient/remote_plugins/2_114/automember.py:133 #: ipaclient/remote_plugins/2_156/automember.py:133 #: ipaclient/remote_plugins/2_164/automember.py:133 #: ipaclient/remote_plugins/2_49/automember.py:119 msgid "Default group for entries to land" msgstr "Группа по умолчанию для размещения записей" #: ipaserver/plugins/automember.py:275 #, python-format msgid "%(otype)s \"%(oname)s\" not found" msgstr "%(otype)s \"%(oname)s\" не найден(а)" #: ipaserver/plugins/automember.py:301 #, python-format msgid "%s is not a valid attribute." msgstr "%s неправильный атрибут" #: ipaserver/plugins/automember.py:314 msgid "" "\n" " Add an automember rule.\n" " " msgstr "" "\n" " Добавить правило автоучастия.\n" " " #: ipaserver/plugins/automember.py:318 #, python-format msgid "Added automember rule \"%(value)s\"" msgstr "Добавлено правило автоучастия \"%(value)s\"" #: ipaserver/plugins/automember.py:325 msgid "Auto Membership is not configured" msgstr "Автоучастие не настроено" #: ipaserver/plugins/automember.py:337 msgid "" "\n" " Add conditions to an automember rule.\n" " " msgstr "" "\n" " Добавить условия в правило автоучастия.\n" " " #: ipaserver/plugins/automember.py:342 ipaclient/plugins/automember.py:33 msgid "Failed to add" msgstr "Ошибка при добавлении" #: ipaserver/plugins/automember.py:348 #, python-format msgid "Added condition(s) to \"%(value)s\"" msgstr "Добавлено условие (условия) в \"%(value)s\"" #: ipaserver/plugins/automember.py:357 #: ipaclient/remote_plugins/2_114/automember.py:287 #: ipaclient/remote_plugins/2_156/automember.py:287 #: ipaclient/remote_plugins/2_164/automember.py:287 #: ipaclient/remote_plugins/2_49/automember.py:275 msgid "Conditions that could not be added" msgstr "Условия, которые не удалось добавить" #: ipaserver/plugins/automember.py:361 #: ipaclient/remote_plugins/2_114/automember.py:292 #: ipaclient/remote_plugins/2_156/automember.py:292 #: ipaclient/remote_plugins/2_164/automember.py:292 #: ipaclient/remote_plugins/2_49/automember.py:280 msgid "Number of conditions added" msgstr "Количество добавленных условий" #: ipaserver/plugins/automember.py:371 ipaserver/plugins/automember.py:455 #, python-format msgid "Auto member rule: %s not found!" msgstr "Правило автоучастия: %s не найдено!" #: ipaserver/plugins/automember.py:413 msgid "" "\n" " Override this so we can add completed and failed to the return " "result.\n" " " msgstr "" "\n" " Переопределить это, чтобы получить возможность добавить данные об " "успехе или неудаче в возвращаемое сообщение.\n" " " #: ipaserver/plugins/automember.py:428 msgid "" "\n" " Remove conditions from an automember rule.\n" " " msgstr "" "\n" " Удалить условия из правила автоучастия.\n" " " #: ipaserver/plugins/automember.py:432 #, python-format msgid "Removed condition(s) from \"%(value)s\"" msgstr "Удалено условие (условия) из \"%(value)s\"" #: ipaserver/plugins/automember.py:441 #: ipaclient/remote_plugins/2_114/automember.py:770 #: ipaclient/remote_plugins/2_156/automember.py:770 #: ipaclient/remote_plugins/2_164/automember.py:770 #: ipaclient/remote_plugins/2_49/automember.py:700 msgid "Conditions that could not be removed" msgstr "Условия, которые не удалось удалить" #: ipaserver/plugins/automember.py:445 #: ipaclient/remote_plugins/2_114/automember.py:775 #: ipaclient/remote_plugins/2_156/automember.py:775 #: ipaclient/remote_plugins/2_164/automember.py:775 #: ipaclient/remote_plugins/2_49/automember.py:705 msgid "Number of conditions removed" msgstr "Количество удалённых условий" #: ipaserver/plugins/automember.py:496 msgid "" "\n" " Override this so we can set completed and failed.\n" " " msgstr "" "\n" " Переопределить это, чтобы получить возможность указать состояния " "успеха или неудачи.\n" " " #: ipaserver/plugins/automember.py:511 msgid "" "\n" " Modify an automember rule.\n" " " msgstr "" "\n" " Изменить правило автоучастия.\n" " " #: ipaserver/plugins/automember.py:515 #, python-format msgid "Modified automember rule \"%(value)s\"" msgstr "Изменено правило автоучастия \"%(value)s\"" #: ipaserver/plugins/automember.py:525 msgid "" "\n" " Delete an automember rule.\n" " " msgstr "" "\n" " Удалить правило автоучастия.\n" " " #: ipaserver/plugins/automember.py:529 #, python-format msgid "Deleted automember rule \"%(value)s\"" msgstr "Удалено правило автоучастия \"%(value)s\"" #: ipaserver/plugins/automember.py:534 msgid "" "\n" " Search for automember rules.\n" " " msgstr "" "\n" "Поиск правил автоучастия." #: ipaserver/plugins/automember.py:540 ipaserver/plugins/automember.py:841 #, python-format msgid "%(count)d rules matched" msgid_plural "%(count)d rules matched" msgstr[0] "установлено соответствие %(count)d правила" msgstr[1] "установлено соответствие %(count)d правил" msgstr[2] "установлено соответствие %(count)d правил" #: ipaserver/plugins/automember.py:552 msgid "" "\n" " Display information about an automember rule.\n" " " msgstr "" "\n" "Показать сведения о правиле автоучастия." #: ipaserver/plugins/automember.py:576 msgid "" "\n" " Set default (fallback) group for all unmatched entries.\n" " " msgstr "" "\n" " Установить группу по умолчанию (резервную) для всех несоответствующих " "записей.\n" " " #: ipaserver/plugins/automember.py:586 #: ipaclient/remote_plugins/2_114/automember.py:362 #: ipaclient/remote_plugins/2_156/automember.py:362 #: ipaclient/remote_plugins/2_164/automember.py:362 #: ipaclient/remote_plugins/2_49/automember.py:351 msgid "Default (fallback) group for entries to land" msgstr "Группа по умолчанию (резервная) для размещения записей" #: ipaserver/plugins/automember.py:590 #, python-format msgid "Set default (fallback) group for automember \"%(value)s\"" msgstr "" "Установить группу по умолчанию (резервную) для автоучастия \"%(value)s\"" #: ipaserver/plugins/automember.py:607 msgid "" "\n" " Remove default (fallback) group for all unmatched entries.\n" " " msgstr "" "\n" " Удаление групп по умолчанию для всех не выбранных.\n" " " #: ipaserver/plugins/automember.py:614 #, python-format msgid "Removed default (fallback) group for automember \"%(value)s\"" msgstr "Удалена группа по умолчанию (резервная) для автоучастия \"%(value)s\"" #: ipaserver/plugins/automember.py:625 ipaserver/plugins/automember.py:633 #: ipaserver/plugins/automember.py:661 msgid "No default (fallback) group set" msgstr "Группа по умолчанию не установлена" #: ipaserver/plugins/automember.py:644 msgid "" "\n" " Display information about the default (fallback) automember groups.\n" " " msgstr "" "\n" " Показать сведения о группах автоучастия по умолчанию (резервных).\n" " " #: ipaserver/plugins/automember.py:675 msgid "Task DN" msgstr "Задача DN" #: ipaserver/plugins/automember.py:676 msgid "DN of the started task" msgstr "DN для запущеной задачи" #: ipaserver/plugins/automember.py:683 #: ipaclient/remote_plugins/2_114/automember.py:629 #: ipaclient/remote_plugins/2_156/automember.py:629 #: ipaclient/remote_plugins/2_164/automember.py:629 msgid "Rebuild auto membership." msgstr "Перестроить автоучастие." #: ipaserver/plugins/automember.py:693 #: ipaclient/remote_plugins/2_114/automember.py:636 #: ipaclient/remote_plugins/2_156/automember.py:636 #: ipaclient/remote_plugins/2_164/automember.py:636 msgid "Rebuild membership for all members of a grouping" msgstr "Перестроить участие для всех участников группировки" #: ipaserver/plugins/automember.py:698 #: ipaclient/remote_plugins/2_114/automember.py:644 #: ipaclient/remote_plugins/2_156/automember.py:644 #: ipaclient/remote_plugins/2_164/automember.py:644 msgid "Rebuild membership for specified users" msgstr "Перестроить участие для указанных пользователей" #: ipaserver/plugins/automember.py:703 #: ipaclient/remote_plugins/2_114/automember.py:651 #: ipaclient/remote_plugins/2_156/automember.py:651 #: ipaclient/remote_plugins/2_164/automember.py:651 msgid "Rebuild membership for specified hosts" msgstr "Перестроить участие для указанных узлов" #: ipaserver/plugins/automember.py:708 #: ipaclient/remote_plugins/2_114/automember.py:656 #: ipaclient/remote_plugins/2_156/automember.py:656 #: ipaclient/remote_plugins/2_164/automember.py:656 msgid "No wait" msgstr "Не ждать" #: ipaserver/plugins/automember.py:709 #: ipaclient/remote_plugins/2_114/automember.py:657 #: ipaclient/remote_plugins/2_156/automember.py:657 #: ipaclient/remote_plugins/2_164/automember.py:657 msgid "Don't wait for rebuilding membership" msgstr "Не ждать перестройки участия" #: ipaserver/plugins/automember.py:727 msgid "at least one of options: type, users, hosts must be specified" msgstr "больше одной опции: тип, пользователи, хосты должны быть указаны " #: ipaserver/plugins/automember.py:733 msgid "users and hosts cannot both be set" msgstr "пользователи и хосты не могут быть установлены вместе" #: ipaserver/plugins/automember.py:737 msgid "hosts cannot be set when type is 'group'" msgstr "хосты не могут быть установлены когда тип 'группа'" #: ipaserver/plugins/automember.py:741 msgid "users cannot be set when type is 'hostgroup'" msgstr "пользователи не могут быть установлены для 'группа хостов'" #: ipaserver/plugins/automember.py:795 msgid "Automember rebuild membership task started" msgstr "Выполняется задача по перестройке записей автоучастия" #: ipaserver/plugins/automember.py:816 #, python-format msgid "Task DN = '%s'" msgstr "Задача DN = '%s'" #: ipaserver/plugins/automember.py:829 msgid "" "\n" " Search for orphan automember rules. The command might need to be run as\n" " a privileged user user to get all orphan rules.\n" " " msgstr "" #: ipaserver/plugins/automember.py:836 msgid "Remove orphan automember rules" msgstr "" #: ipaserver/plugins/baseuser.py:56 msgid "" "\n" "Baseuser\n" "\n" "This contains common definitions for user/stageuser\n" msgstr "" "\n" "Основной пользователь\n" "\n" "Содержит общие определения для пользователя или неподтверждённого " "пользователя\n" #: ipaserver/plugins/baseuser.py:68 ipaclient/remote_plugins/2_114/user.py:332 #: ipaclient/remote_plugins/2_156/stageuser.py:333 #: ipaclient/remote_plugins/2_156/user.py:344 #: ipaclient/remote_plugins/2_164/stageuser.py:333 #: ipaclient/remote_plugins/2_164/user.py:344 #: ipaclient/remote_plugins/2_49/user.py:279 msgid "Kerberos keys available" msgstr "Kerberos ключей доступно" #: ipaserver/plugins/baseuser.py:87 msgid "must be TRUE or FALSE" msgstr "должно быть TRUE или FALSE" #: ipaserver/plugins/baseuser.py:186 ipaclient/remote_plugins/2_114/user.py:75 #: ipaclient/remote_plugins/2_114/user.py:354 #: ipaclient/remote_plugins/2_114/user.py:772 #: ipaclient/remote_plugins/2_114/user.py:1154 #: ipaclient/remote_plugins/2_156/stageuser.py:74 #: ipaclient/remote_plugins/2_156/stageuser.py:407 #: ipaclient/remote_plugins/2_156/stageuser.py:763 #: ipaclient/remote_plugins/2_156/stageuser.py:1140 #: ipaclient/remote_plugins/2_156/user.py:75 #: ipaclient/remote_plugins/2_156/user.py:366 #: ipaclient/remote_plugins/2_156/user.py:858 #: ipaclient/remote_plugins/2_156/user.py:1254 #: ipaclient/remote_plugins/2_164/stageuser.py:74 #: ipaclient/remote_plugins/2_164/stageuser.py:407 #: ipaclient/remote_plugins/2_164/stageuser.py:825 #: ipaclient/remote_plugins/2_164/stageuser.py:1202 #: ipaclient/remote_plugins/2_164/user.py:75 #: ipaclient/remote_plugins/2_164/user.py:366 #: ipaclient/remote_plugins/2_164/user.py:920 #: ipaclient/remote_plugins/2_164/user.py:1316 #: ipaclient/remote_plugins/2_49/user.py:75 #: ipaclient/remote_plugins/2_49/user.py:301 #: ipaclient/remote_plugins/2_49/user.py:658 #: ipaclient/remote_plugins/2_49/user.py:978 msgid "First name" msgstr "Имя" #: ipaserver/plugins/baseuser.py:190 ipaclient/remote_plugins/2_114/user.py:79 #: ipaclient/remote_plugins/2_114/user.py:359 #: ipaclient/remote_plugins/2_114/user.py:778 #: ipaclient/remote_plugins/2_114/user.py:1160 #: ipaclient/remote_plugins/2_156/stageuser.py:78 #: ipaclient/remote_plugins/2_156/stageuser.py:412 #: ipaclient/remote_plugins/2_156/stageuser.py:769 #: ipaclient/remote_plugins/2_156/stageuser.py:1146 #: ipaclient/remote_plugins/2_156/user.py:79 #: ipaclient/remote_plugins/2_156/user.py:371 #: ipaclient/remote_plugins/2_156/user.py:864 #: ipaclient/remote_plugins/2_156/user.py:1260 #: ipaclient/remote_plugins/2_164/stageuser.py:78 #: ipaclient/remote_plugins/2_164/stageuser.py:412 #: ipaclient/remote_plugins/2_164/stageuser.py:831 #: ipaclient/remote_plugins/2_164/stageuser.py:1208 #: ipaclient/remote_plugins/2_164/user.py:79 #: ipaclient/remote_plugins/2_164/user.py:371 #: ipaclient/remote_plugins/2_164/user.py:926 #: ipaclient/remote_plugins/2_164/user.py:1322 #: ipaclient/remote_plugins/2_49/user.py:79 #: ipaclient/remote_plugins/2_49/user.py:306 #: ipaclient/remote_plugins/2_49/user.py:664 #: ipaclient/remote_plugins/2_49/user.py:984 msgid "Last name" msgstr "Фамилия" #: ipaserver/plugins/baseuser.py:198 ipaclient/remote_plugins/2_114/user.py:88 #: ipaclient/remote_plugins/2_114/user.py:370 #: ipaclient/remote_plugins/2_114/user.py:789 #: ipaclient/remote_plugins/2_114/user.py:1171 #: ipaclient/remote_plugins/2_156/stageuser.py:87 #: ipaclient/remote_plugins/2_156/stageuser.py:423 #: ipaclient/remote_plugins/2_156/stageuser.py:780 #: ipaclient/remote_plugins/2_156/stageuser.py:1157 #: ipaclient/remote_plugins/2_156/user.py:88 #: ipaclient/remote_plugins/2_156/user.py:382 #: ipaclient/remote_plugins/2_156/user.py:875 #: ipaclient/remote_plugins/2_156/user.py:1271 #: ipaclient/remote_plugins/2_164/stageuser.py:87 #: ipaclient/remote_plugins/2_164/stageuser.py:423 #: ipaclient/remote_plugins/2_164/stageuser.py:842 #: ipaclient/remote_plugins/2_164/stageuser.py:1219 #: ipaclient/remote_plugins/2_164/user.py:88 #: ipaclient/remote_plugins/2_164/user.py:382 #: ipaclient/remote_plugins/2_164/user.py:937 #: ipaclient/remote_plugins/2_164/user.py:1333 #: ipaclient/remote_plugins/2_49/user.py:88 #: ipaclient/remote_plugins/2_49/user.py:317 #: ipaclient/remote_plugins/2_49/user.py:675 #: ipaclient/remote_plugins/2_49/user.py:995 msgid "Display name" msgstr "Отображаемое имя" #: ipaserver/plugins/baseuser.py:203 ipaclient/remote_plugins/2_114/user.py:93 #: ipaclient/remote_plugins/2_114/user.py:377 #: ipaclient/remote_plugins/2_114/user.py:795 #: ipaclient/remote_plugins/2_114/user.py:1177 #: ipaclient/remote_plugins/2_156/stageuser.py:92 #: ipaclient/remote_plugins/2_156/stageuser.py:430 #: ipaclient/remote_plugins/2_156/stageuser.py:786 #: ipaclient/remote_plugins/2_156/stageuser.py:1163 #: ipaclient/remote_plugins/2_156/user.py:93 #: ipaclient/remote_plugins/2_156/user.py:389 #: ipaclient/remote_plugins/2_156/user.py:881 #: ipaclient/remote_plugins/2_156/user.py:1277 #: ipaclient/remote_plugins/2_164/stageuser.py:92 #: ipaclient/remote_plugins/2_164/stageuser.py:430 #: ipaclient/remote_plugins/2_164/stageuser.py:848 #: ipaclient/remote_plugins/2_164/stageuser.py:1225 #: ipaclient/remote_plugins/2_164/user.py:93 #: ipaclient/remote_plugins/2_164/user.py:389 #: ipaclient/remote_plugins/2_164/user.py:943 #: ipaclient/remote_plugins/2_164/user.py:1339 #: ipaclient/remote_plugins/2_49/user.py:93 #: ipaclient/remote_plugins/2_49/user.py:324 #: ipaclient/remote_plugins/2_49/user.py:681 #: ipaclient/remote_plugins/2_49/user.py:1001 msgid "Initials" msgstr "Инициалы" #: ipaserver/plugins/baseuser.py:239 ipaclient/remote_plugins/2_114/user.py:118 #: ipaclient/remote_plugins/2_114/user.py:413 #: ipaclient/remote_plugins/2_114/user.py:828 #: ipaclient/remote_plugins/2_114/user.py:1202 #: ipaclient/remote_plugins/2_156/stageuser.py:117 #: ipaclient/remote_plugins/2_156/stageuser.py:466 #: ipaclient/remote_plugins/2_156/stageuser.py:819 #: ipaclient/remote_plugins/2_156/stageuser.py:1188 #: ipaclient/remote_plugins/2_156/user.py:118 #: ipaclient/remote_plugins/2_156/user.py:425 #: ipaclient/remote_plugins/2_156/user.py:914 #: ipaclient/remote_plugins/2_156/user.py:1302 #: ipaclient/remote_plugins/2_164/stageuser.py:117 #: ipaclient/remote_plugins/2_164/stageuser.py:466 #: ipaclient/remote_plugins/2_164/stageuser.py:881 #: ipaclient/remote_plugins/2_164/stageuser.py:1250 #: ipaclient/remote_plugins/2_164/user.py:118 #: ipaclient/remote_plugins/2_164/user.py:425 #: ipaclient/remote_plugins/2_164/user.py:976 #: ipaclient/remote_plugins/2_164/user.py:1364 msgid "Kerberos principal expiration" msgstr "Окончание действия учётной записи Kerberos" #: ipaserver/plugins/baseuser.py:243 msgid "User password expiration" msgstr "Окончание действия пароля пользователя" #: ipaserver/plugins/baseuser.py:247 ipaclient/remote_plugins/2_114/user.py:124 #: ipaclient/remote_plugins/2_114/user.py:420 #: ipaclient/remote_plugins/2_114/user.py:835 #: ipaclient/remote_plugins/2_114/user.py:1209 #: ipaclient/remote_plugins/2_156/stageuser.py:123 #: ipaclient/remote_plugins/2_156/stageuser.py:473 #: ipaclient/remote_plugins/2_156/stageuser.py:826 #: ipaclient/remote_plugins/2_156/stageuser.py:1195 #: ipaclient/remote_plugins/2_156/user.py:124 #: ipaclient/remote_plugins/2_156/user.py:432 #: ipaclient/remote_plugins/2_156/user.py:921 #: ipaclient/remote_plugins/2_156/user.py:1309 #: ipaclient/remote_plugins/2_164/stageuser.py:123 #: ipaclient/remote_plugins/2_164/stageuser.py:473 #: ipaclient/remote_plugins/2_164/stageuser.py:888 #: ipaclient/remote_plugins/2_164/stageuser.py:1257 #: ipaclient/remote_plugins/2_164/user.py:124 #: ipaclient/remote_plugins/2_164/user.py:432 #: ipaclient/remote_plugins/2_164/user.py:983 #: ipaclient/remote_plugins/2_164/user.py:1371 #: ipaclient/remote_plugins/2_49/user.py:119 #: ipaclient/remote_plugins/2_49/user.py:361 #: ipaclient/remote_plugins/2_49/user.py:715 #: ipaclient/remote_plugins/2_49/user.py:1027 msgid "Email address" msgstr "Электронный адрес" #: ipaserver/plugins/baseuser.py:252 ipaclient/remote_plugins/2_114/user.py:130 #: ipaclient/remote_plugins/2_114/user.py:427 #: ipaclient/remote_plugins/2_114/user.py:842 #: ipaclient/remote_plugins/2_114/user.py:1216 #: ipaclient/remote_plugins/2_156/stageuser.py:129 #: ipaclient/remote_plugins/2_156/stageuser.py:480 #: ipaclient/remote_plugins/2_156/stageuser.py:833 #: ipaclient/remote_plugins/2_156/stageuser.py:1202 #: ipaclient/remote_plugins/2_156/user.py:130 #: ipaclient/remote_plugins/2_156/user.py:439 #: ipaclient/remote_plugins/2_156/user.py:928 #: ipaclient/remote_plugins/2_156/user.py:1316 #: ipaclient/remote_plugins/2_164/stageuser.py:129 #: ipaclient/remote_plugins/2_164/stageuser.py:480 #: ipaclient/remote_plugins/2_164/stageuser.py:895 #: ipaclient/remote_plugins/2_164/stageuser.py:1264 #: ipaclient/remote_plugins/2_164/user.py:130 #: ipaclient/remote_plugins/2_164/user.py:439 #: ipaclient/remote_plugins/2_164/user.py:990 #: ipaclient/remote_plugins/2_164/user.py:1378 #: ipaclient/remote_plugins/2_49/user.py:125 #: ipaclient/remote_plugins/2_49/user.py:368 #: ipaclient/remote_plugins/2_49/user.py:722 #: ipaclient/remote_plugins/2_49/user.py:1034 msgid "Prompt to set the user password" msgstr "Запросить пароль у пользователя" #: ipaserver/plugins/baseuser.py:258 ipaclient/remote_plugins/2_114/user.py:136 #: ipaclient/remote_plugins/2_114/user.py:434 #: ipaclient/remote_plugins/2_114/user.py:1223 #: ipaclient/remote_plugins/2_156/stageuser.py:135 #: ipaclient/remote_plugins/2_156/stageuser.py:487 #: ipaclient/remote_plugins/2_156/stageuser.py:1209 #: ipaclient/remote_plugins/2_156/user.py:136 #: ipaclient/remote_plugins/2_156/user.py:446 #: ipaclient/remote_plugins/2_156/user.py:1323 #: ipaclient/remote_plugins/2_164/stageuser.py:135 #: ipaclient/remote_plugins/2_164/stageuser.py:487 #: ipaclient/remote_plugins/2_164/stageuser.py:1271 #: ipaclient/remote_plugins/2_164/user.py:136 #: ipaclient/remote_plugins/2_164/user.py:446 #: ipaclient/remote_plugins/2_164/user.py:1385 #: ipaclient/remote_plugins/2_49/user.py:131 #: ipaclient/remote_plugins/2_49/user.py:375 #: ipaclient/remote_plugins/2_49/user.py:1041 msgid "Generate a random user password" msgstr "Сгенерировать случайный пользовательский пароль" #: ipaserver/plugins/baseuser.py:269 ipaclient/remote_plugins/2_114/user.py:147 #: ipaclient/remote_plugins/2_114/user.py:443 #: ipaclient/remote_plugins/2_114/user.py:851 #: ipaclient/remote_plugins/2_114/user.py:1232 #: ipaclient/remote_plugins/2_156/stageuser.py:146 #: ipaclient/remote_plugins/2_156/stageuser.py:496 #: ipaclient/remote_plugins/2_156/stageuser.py:842 #: ipaclient/remote_plugins/2_156/stageuser.py:1218 #: ipaclient/remote_plugins/2_156/user.py:147 #: ipaclient/remote_plugins/2_156/user.py:455 #: ipaclient/remote_plugins/2_156/user.py:937 #: ipaclient/remote_plugins/2_156/user.py:1332 #: ipaclient/remote_plugins/2_164/stageuser.py:146 #: ipaclient/remote_plugins/2_164/stageuser.py:496 #: ipaclient/remote_plugins/2_164/stageuser.py:904 #: ipaclient/remote_plugins/2_164/stageuser.py:1280 #: ipaclient/remote_plugins/2_164/user.py:147 #: ipaclient/remote_plugins/2_164/user.py:455 #: ipaclient/remote_plugins/2_164/user.py:999 #: ipaclient/remote_plugins/2_164/user.py:1394 #: ipaclient/remote_plugins/2_49/user.py:141 #: ipaclient/remote_plugins/2_49/user.py:383 #: ipaclient/remote_plugins/2_49/user.py:731 #: ipaclient/remote_plugins/2_49/user.py:1050 msgid "User ID Number (system will assign one if not provided)" msgstr "ID пользователя (если не указан, система назначит его самостоятельно)" #: ipaserver/plugins/baseuser.py:279 ipaclient/remote_plugins/2_114/user.py:158 #: ipaclient/remote_plugins/2_114/user.py:454 #: ipaclient/remote_plugins/2_114/user.py:862 #: ipaclient/remote_plugins/2_114/user.py:1243 #: ipaclient/remote_plugins/2_156/stageuser.py:157 #: ipaclient/remote_plugins/2_156/stageuser.py:507 #: ipaclient/remote_plugins/2_156/stageuser.py:853 #: ipaclient/remote_plugins/2_156/stageuser.py:1229 #: ipaclient/remote_plugins/2_156/user.py:158 #: ipaclient/remote_plugins/2_156/user.py:466 #: ipaclient/remote_plugins/2_156/user.py:948 #: ipaclient/remote_plugins/2_156/user.py:1343 #: ipaclient/remote_plugins/2_164/stageuser.py:157 #: ipaclient/remote_plugins/2_164/stageuser.py:507 #: ipaclient/remote_plugins/2_164/stageuser.py:915 #: ipaclient/remote_plugins/2_164/stageuser.py:1291 #: ipaclient/remote_plugins/2_164/user.py:158 #: ipaclient/remote_plugins/2_164/user.py:466 #: ipaclient/remote_plugins/2_164/user.py:1010 #: ipaclient/remote_plugins/2_164/user.py:1405 #: ipaclient/remote_plugins/2_49/user.py:151 #: ipaclient/remote_plugins/2_49/user.py:397 #: ipaclient/remote_plugins/2_49/user.py:744 #: ipaclient/remote_plugins/2_49/user.py:1063 msgid "Street address" msgstr "Адрес" #: ipaserver/plugins/baseuser.py:283 ipaclient/remote_plugins/2_114/user.py:163 #: ipaclient/remote_plugins/2_114/user.py:460 #: ipaclient/remote_plugins/2_114/user.py:868 #: ipaclient/remote_plugins/2_114/user.py:1249 #: ipaclient/remote_plugins/2_156/stageuser.py:162 #: ipaclient/remote_plugins/2_156/stageuser.py:513 #: ipaclient/remote_plugins/2_156/stageuser.py:859 #: ipaclient/remote_plugins/2_156/stageuser.py:1235 #: ipaclient/remote_plugins/2_156/user.py:163 #: ipaclient/remote_plugins/2_156/user.py:472 #: ipaclient/remote_plugins/2_156/user.py:954 #: ipaclient/remote_plugins/2_156/user.py:1349 #: ipaclient/remote_plugins/2_164/stageuser.py:162 #: ipaclient/remote_plugins/2_164/stageuser.py:513 #: ipaclient/remote_plugins/2_164/stageuser.py:921 #: ipaclient/remote_plugins/2_164/stageuser.py:1297 #: ipaclient/remote_plugins/2_164/user.py:163 #: ipaclient/remote_plugins/2_164/user.py:472 #: ipaclient/remote_plugins/2_164/user.py:1016 #: ipaclient/remote_plugins/2_164/user.py:1411 #: ipaclient/remote_plugins/2_49/user.py:156 #: ipaclient/remote_plugins/2_49/user.py:403 #: ipaclient/remote_plugins/2_49/user.py:750 #: ipaclient/remote_plugins/2_49/user.py:1069 msgid "City" msgstr "Город" #: ipaserver/plugins/baseuser.py:287 ipaclient/remote_plugins/2_114/user.py:168 #: ipaclient/remote_plugins/2_114/user.py:466 #: ipaclient/remote_plugins/2_114/user.py:874 #: ipaclient/remote_plugins/2_114/user.py:1255 #: ipaclient/remote_plugins/2_156/stageuser.py:167 #: ipaclient/remote_plugins/2_156/stageuser.py:519 #: ipaclient/remote_plugins/2_156/stageuser.py:865 #: ipaclient/remote_plugins/2_156/stageuser.py:1241 #: ipaclient/remote_plugins/2_156/user.py:168 #: ipaclient/remote_plugins/2_156/user.py:478 #: ipaclient/remote_plugins/2_156/user.py:960 #: ipaclient/remote_plugins/2_156/user.py:1355 #: ipaclient/remote_plugins/2_164/stageuser.py:167 #: ipaclient/remote_plugins/2_164/stageuser.py:519 #: ipaclient/remote_plugins/2_164/stageuser.py:927 #: ipaclient/remote_plugins/2_164/stageuser.py:1303 #: ipaclient/remote_plugins/2_164/user.py:168 #: ipaclient/remote_plugins/2_164/user.py:478 #: ipaclient/remote_plugins/2_164/user.py:1022 #: ipaclient/remote_plugins/2_164/user.py:1417 #: ipaclient/remote_plugins/2_49/user.py:161 #: ipaclient/remote_plugins/2_49/user.py:409 #: ipaclient/remote_plugins/2_49/user.py:756 #: ipaclient/remote_plugins/2_49/user.py:1075 msgid "State/Province" msgstr "Область/республика" #: ipaserver/plugins/baseuser.py:290 ipaclient/remote_plugins/2_114/user.py:173 #: ipaclient/remote_plugins/2_114/user.py:471 #: ipaclient/remote_plugins/2_114/user.py:879 #: ipaclient/remote_plugins/2_114/user.py:1260 #: ipaclient/remote_plugins/2_156/stageuser.py:172 #: ipaclient/remote_plugins/2_156/stageuser.py:524 #: ipaclient/remote_plugins/2_156/stageuser.py:870 #: ipaclient/remote_plugins/2_156/stageuser.py:1246 #: ipaclient/remote_plugins/2_156/user.py:173 #: ipaclient/remote_plugins/2_156/user.py:483 #: ipaclient/remote_plugins/2_156/user.py:965 #: ipaclient/remote_plugins/2_156/user.py:1360 #: ipaclient/remote_plugins/2_164/stageuser.py:172 #: ipaclient/remote_plugins/2_164/stageuser.py:524 #: ipaclient/remote_plugins/2_164/stageuser.py:932 #: ipaclient/remote_plugins/2_164/stageuser.py:1308 #: ipaclient/remote_plugins/2_164/user.py:173 #: ipaclient/remote_plugins/2_164/user.py:483 #: ipaclient/remote_plugins/2_164/user.py:1027 #: ipaclient/remote_plugins/2_164/user.py:1422 #: ipaclient/remote_plugins/2_49/user.py:166 #: ipaclient/remote_plugins/2_49/user.py:414 #: ipaclient/remote_plugins/2_49/user.py:761 #: ipaclient/remote_plugins/2_49/user.py:1080 msgid "ZIP" msgstr "Индекс" #: ipaserver/plugins/baseuser.py:294 ipaclient/remote_plugins/2_114/user.py:179 #: ipaclient/remote_plugins/2_114/user.py:478 #: ipaclient/remote_plugins/2_114/user.py:886 #: ipaclient/remote_plugins/2_114/user.py:1267 #: ipaclient/remote_plugins/2_156/stageuser.py:178 #: ipaclient/remote_plugins/2_156/stageuser.py:531 #: ipaclient/remote_plugins/2_156/stageuser.py:877 #: ipaclient/remote_plugins/2_156/stageuser.py:1253 #: ipaclient/remote_plugins/2_156/user.py:179 #: ipaclient/remote_plugins/2_156/user.py:490 #: ipaclient/remote_plugins/2_156/user.py:972 #: ipaclient/remote_plugins/2_156/user.py:1367 #: ipaclient/remote_plugins/2_164/stageuser.py:178 #: ipaclient/remote_plugins/2_164/stageuser.py:531 #: ipaclient/remote_plugins/2_164/stageuser.py:939 #: ipaclient/remote_plugins/2_164/stageuser.py:1315 #: ipaclient/remote_plugins/2_164/user.py:179 #: ipaclient/remote_plugins/2_164/user.py:490 #: ipaclient/remote_plugins/2_164/user.py:1034 #: ipaclient/remote_plugins/2_164/user.py:1429 #: ipaclient/remote_plugins/2_49/user.py:172 #: ipaclient/remote_plugins/2_49/user.py:421 #: ipaclient/remote_plugins/2_49/user.py:768 #: ipaclient/remote_plugins/2_49/user.py:1087 msgid "Telephone Number" msgstr "Телефонный номер" #: ipaserver/plugins/baseuser.py:297 ipaclient/remote_plugins/2_114/user.py:185 #: ipaclient/remote_plugins/2_114/user.py:484 #: ipaclient/remote_plugins/2_114/user.py:892 #: ipaclient/remote_plugins/2_114/user.py:1273 #: ipaclient/remote_plugins/2_156/stageuser.py:184 #: ipaclient/remote_plugins/2_156/stageuser.py:537 #: ipaclient/remote_plugins/2_156/stageuser.py:883 #: ipaclient/remote_plugins/2_156/stageuser.py:1259 #: ipaclient/remote_plugins/2_156/user.py:185 #: ipaclient/remote_plugins/2_156/user.py:496 #: ipaclient/remote_plugins/2_156/user.py:978 #: ipaclient/remote_plugins/2_156/user.py:1373 #: ipaclient/remote_plugins/2_164/stageuser.py:184 #: ipaclient/remote_plugins/2_164/stageuser.py:537 #: ipaclient/remote_plugins/2_164/stageuser.py:945 #: ipaclient/remote_plugins/2_164/stageuser.py:1321 #: ipaclient/remote_plugins/2_164/user.py:185 #: ipaclient/remote_plugins/2_164/user.py:496 #: ipaclient/remote_plugins/2_164/user.py:1040 #: ipaclient/remote_plugins/2_164/user.py:1435 #: ipaclient/remote_plugins/2_49/user.py:178 #: ipaclient/remote_plugins/2_49/user.py:427 #: ipaclient/remote_plugins/2_49/user.py:774 #: ipaclient/remote_plugins/2_49/user.py:1093 msgid "Mobile Telephone Number" msgstr "Мобильный телефонный номер" #: ipaserver/plugins/baseuser.py:300 ipaclient/remote_plugins/2_114/user.py:191 #: ipaclient/remote_plugins/2_114/user.py:490 #: ipaclient/remote_plugins/2_114/user.py:898 #: ipaclient/remote_plugins/2_114/user.py:1279 #: ipaclient/remote_plugins/2_156/stageuser.py:190 #: ipaclient/remote_plugins/2_156/stageuser.py:543 #: ipaclient/remote_plugins/2_156/stageuser.py:889 #: ipaclient/remote_plugins/2_156/stageuser.py:1265 #: ipaclient/remote_plugins/2_156/user.py:191 #: ipaclient/remote_plugins/2_156/user.py:502 #: ipaclient/remote_plugins/2_156/user.py:984 #: ipaclient/remote_plugins/2_156/user.py:1379 #: ipaclient/remote_plugins/2_164/stageuser.py:190 #: ipaclient/remote_plugins/2_164/stageuser.py:543 #: ipaclient/remote_plugins/2_164/stageuser.py:951 #: ipaclient/remote_plugins/2_164/stageuser.py:1327 #: ipaclient/remote_plugins/2_164/user.py:191 #: ipaclient/remote_plugins/2_164/user.py:502 #: ipaclient/remote_plugins/2_164/user.py:1046 #: ipaclient/remote_plugins/2_164/user.py:1441 #: ipaclient/remote_plugins/2_49/user.py:184 #: ipaclient/remote_plugins/2_49/user.py:433 #: ipaclient/remote_plugins/2_49/user.py:780 #: ipaclient/remote_plugins/2_49/user.py:1099 msgid "Pager Number" msgstr "Номер пейджера" #: ipaserver/plugins/baseuser.py:304 ipaclient/remote_plugins/2_114/user.py:197 #: ipaclient/remote_plugins/2_114/user.py:497 #: ipaclient/remote_plugins/2_114/user.py:905 #: ipaclient/remote_plugins/2_114/user.py:1286 #: ipaclient/remote_plugins/2_156/stageuser.py:196 #: ipaclient/remote_plugins/2_156/stageuser.py:550 #: ipaclient/remote_plugins/2_156/stageuser.py:896 #: ipaclient/remote_plugins/2_156/stageuser.py:1272 #: ipaclient/remote_plugins/2_156/user.py:197 #: ipaclient/remote_plugins/2_156/user.py:509 #: ipaclient/remote_plugins/2_156/user.py:991 #: ipaclient/remote_plugins/2_156/user.py:1386 #: ipaclient/remote_plugins/2_164/stageuser.py:196 #: ipaclient/remote_plugins/2_164/stageuser.py:550 #: ipaclient/remote_plugins/2_164/stageuser.py:958 #: ipaclient/remote_plugins/2_164/stageuser.py:1334 #: ipaclient/remote_plugins/2_164/user.py:197 #: ipaclient/remote_plugins/2_164/user.py:509 #: ipaclient/remote_plugins/2_164/user.py:1053 #: ipaclient/remote_plugins/2_164/user.py:1448 #: ipaclient/remote_plugins/2_49/user.py:190 #: ipaclient/remote_plugins/2_49/user.py:440 #: ipaclient/remote_plugins/2_49/user.py:787 #: ipaclient/remote_plugins/2_49/user.py:1106 msgid "Fax Number" msgstr "Номер факса" #: ipaserver/plugins/baseuser.py:308 ipaclient/remote_plugins/2_114/user.py:202 #: ipaclient/remote_plugins/2_114/user.py:503 #: ipaclient/remote_plugins/2_114/user.py:911 #: ipaclient/remote_plugins/2_114/user.py:1292 #: ipaclient/remote_plugins/2_156/stageuser.py:201 #: ipaclient/remote_plugins/2_156/stageuser.py:556 #: ipaclient/remote_plugins/2_156/stageuser.py:902 #: ipaclient/remote_plugins/2_156/stageuser.py:1278 #: ipaclient/remote_plugins/2_156/user.py:202 #: ipaclient/remote_plugins/2_156/user.py:515 #: ipaclient/remote_plugins/2_156/user.py:997 #: ipaclient/remote_plugins/2_156/user.py:1392 #: ipaclient/remote_plugins/2_164/stageuser.py:201 #: ipaclient/remote_plugins/2_164/stageuser.py:556 #: ipaclient/remote_plugins/2_164/stageuser.py:964 #: ipaclient/remote_plugins/2_164/stageuser.py:1340 #: ipaclient/remote_plugins/2_164/user.py:202 #: ipaclient/remote_plugins/2_164/user.py:515 #: ipaclient/remote_plugins/2_164/user.py:1059 #: ipaclient/remote_plugins/2_164/user.py:1454 #: ipaclient/remote_plugins/2_49/user.py:195 #: ipaclient/remote_plugins/2_49/user.py:446 #: ipaclient/remote_plugins/2_49/user.py:793 #: ipaclient/remote_plugins/2_49/user.py:1112 msgid "Org. Unit" msgstr "Отдел" #: ipaserver/plugins/baseuser.py:311 ipaclient/remote_plugins/2_114/user.py:207 #: ipaclient/remote_plugins/2_114/user.py:508 #: ipaclient/remote_plugins/2_114/user.py:916 #: ipaclient/remote_plugins/2_114/user.py:1297 #: ipaclient/remote_plugins/2_156/stageuser.py:206 #: ipaclient/remote_plugins/2_156/stageuser.py:561 #: ipaclient/remote_plugins/2_156/stageuser.py:907 #: ipaclient/remote_plugins/2_156/stageuser.py:1283 #: ipaclient/remote_plugins/2_156/user.py:207 #: ipaclient/remote_plugins/2_156/user.py:520 #: ipaclient/remote_plugins/2_156/user.py:1002 #: ipaclient/remote_plugins/2_156/user.py:1397 #: ipaclient/remote_plugins/2_164/stageuser.py:206 #: ipaclient/remote_plugins/2_164/stageuser.py:561 #: ipaclient/remote_plugins/2_164/stageuser.py:969 #: ipaclient/remote_plugins/2_164/stageuser.py:1345 #: ipaclient/remote_plugins/2_164/user.py:207 #: ipaclient/remote_plugins/2_164/user.py:520 #: ipaclient/remote_plugins/2_164/user.py:1064 #: ipaclient/remote_plugins/2_164/user.py:1459 #: ipaclient/remote_plugins/2_49/user.py:200 #: ipaclient/remote_plugins/2_49/user.py:451 #: ipaclient/remote_plugins/2_49/user.py:798 #: ipaclient/remote_plugins/2_49/user.py:1117 msgid "Job Title" msgstr "Должность" #: ipaserver/plugins/baseuser.py:318 ipaclient/remote_plugins/2_114/user.py:218 #: ipaclient/remote_plugins/2_114/user.py:519 #: ipaclient/remote_plugins/2_114/user.py:927 #: ipaclient/remote_plugins/2_114/user.py:1308 #: ipaclient/remote_plugins/2_156/stageuser.py:217 #: ipaclient/remote_plugins/2_156/stageuser.py:572 #: ipaclient/remote_plugins/2_156/stageuser.py:918 #: ipaclient/remote_plugins/2_156/stageuser.py:1294 #: ipaclient/remote_plugins/2_156/user.py:218 #: ipaclient/remote_plugins/2_156/user.py:531 #: ipaclient/remote_plugins/2_156/user.py:1013 #: ipaclient/remote_plugins/2_156/user.py:1408 #: ipaclient/remote_plugins/2_164/stageuser.py:217 #: ipaclient/remote_plugins/2_164/stageuser.py:572 #: ipaclient/remote_plugins/2_164/stageuser.py:980 #: ipaclient/remote_plugins/2_164/stageuser.py:1356 #: ipaclient/remote_plugins/2_164/user.py:218 #: ipaclient/remote_plugins/2_164/user.py:531 #: ipaclient/remote_plugins/2_164/user.py:1075 #: ipaclient/remote_plugins/2_164/user.py:1470 #: ipaclient/remote_plugins/2_49/user.py:210 #: ipaclient/remote_plugins/2_49/user.py:461 #: ipaclient/remote_plugins/2_49/user.py:808 #: ipaclient/remote_plugins/2_49/user.py:1127 msgid "Car License" msgstr "Номер автомобиля" #: ipaserver/plugins/baseuser.py:332 ipaclient/remote_plugins/2_114/user.py:235 #: ipaclient/remote_plugins/2_114/user.py:541 #: ipaclient/remote_plugins/2_114/user.py:941 #: ipaclient/remote_plugins/2_114/user.py:1330 #: ipaclient/remote_plugins/2_156/stageuser.py:229 #: ipaclient/remote_plugins/2_156/stageuser.py:588 #: ipaclient/remote_plugins/2_156/stageuser.py:926 #: ipaclient/remote_plugins/2_156/stageuser.py:1310 #: ipaclient/remote_plugins/2_156/user.py:230 #: ipaclient/remote_plugins/2_156/user.py:547 #: ipaclient/remote_plugins/2_156/user.py:1021 #: ipaclient/remote_plugins/2_156/user.py:1424 #: ipaclient/remote_plugins/2_164/stageuser.py:229 #: ipaclient/remote_plugins/2_164/stageuser.py:588 #: ipaclient/remote_plugins/2_164/stageuser.py:988 #: ipaclient/remote_plugins/2_164/stageuser.py:1372 #: ipaclient/remote_plugins/2_164/user.py:230 #: ipaclient/remote_plugins/2_164/user.py:547 #: ipaclient/remote_plugins/2_164/user.py:1083 #: ipaclient/remote_plugins/2_164/user.py:1486 msgid "User authentication types" msgstr "Типы авторизации пользователей" #: ipaserver/plugins/baseuser.py:333 ipaclient/remote_plugins/2_114/user.py:236 #: ipaclient/remote_plugins/2_114/user.py:542 #: ipaclient/remote_plugins/2_114/user.py:942 #: ipaclient/remote_plugins/2_114/user.py:1331 #: ipaclient/remote_plugins/2_156/stageuser.py:230 #: ipaclient/remote_plugins/2_156/stageuser.py:589 #: ipaclient/remote_plugins/2_156/stageuser.py:927 #: ipaclient/remote_plugins/2_156/stageuser.py:1311 #: ipaclient/remote_plugins/2_156/user.py:231 #: ipaclient/remote_plugins/2_156/user.py:548 #: ipaclient/remote_plugins/2_156/user.py:1022 #: ipaclient/remote_plugins/2_156/user.py:1425 #: ipaclient/remote_plugins/2_164/stageuser.py:230 #: ipaclient/remote_plugins/2_164/stageuser.py:589 #: ipaclient/remote_plugins/2_164/stageuser.py:989 #: ipaclient/remote_plugins/2_164/stageuser.py:1373 #: ipaclient/remote_plugins/2_164/user.py:231 #: ipaclient/remote_plugins/2_164/user.py:548 #: ipaclient/remote_plugins/2_164/user.py:1084 #: ipaclient/remote_plugins/2_164/user.py:1487 msgid "Types of supported user authentication" msgstr "Типы авторизаций поддерживаемые пользователем" #: ipaserver/plugins/baseuser.py:339 ipaclient/remote_plugins/2_114/user.py:243 #: ipaclient/remote_plugins/2_114/user.py:550 #: ipaclient/remote_plugins/2_114/user.py:950 #: ipaclient/remote_plugins/2_114/user.py:1339 #: ipaclient/remote_plugins/2_156/stageuser.py:237 #: ipaclient/remote_plugins/2_156/stageuser.py:597 #: ipaclient/remote_plugins/2_156/stageuser.py:935 #: ipaclient/remote_plugins/2_156/stageuser.py:1319 #: ipaclient/remote_plugins/2_156/user.py:238 #: ipaclient/remote_plugins/2_156/user.py:556 #: ipaclient/remote_plugins/2_156/user.py:1030 #: ipaclient/remote_plugins/2_156/user.py:1433 #: ipaclient/remote_plugins/2_164/stageuser.py:237 #: ipaclient/remote_plugins/2_164/stageuser.py:597 #: ipaclient/remote_plugins/2_164/stageuser.py:997 #: ipaclient/remote_plugins/2_164/stageuser.py:1381 #: ipaclient/remote_plugins/2_164/user.py:238 #: ipaclient/remote_plugins/2_164/user.py:556 #: ipaclient/remote_plugins/2_164/user.py:1092 #: ipaclient/remote_plugins/2_164/user.py:1495 msgid "" "User category (semantics placed on this attribute are for local " "interpretation)" msgstr "" "Категория пользователей (семантика этого атрибута предназначена для " "локального разбора)" #: ipaserver/plugins/baseuser.py:344 ipaclient/remote_plugins/2_114/user.py:248 #: ipaclient/remote_plugins/2_114/user.py:556 #: ipaclient/remote_plugins/2_114/user.py:956 #: ipaclient/remote_plugins/2_114/user.py:1345 #: ipaclient/remote_plugins/2_156/stageuser.py:242 #: ipaclient/remote_plugins/2_156/stageuser.py:603 #: ipaclient/remote_plugins/2_156/stageuser.py:941 #: ipaclient/remote_plugins/2_156/stageuser.py:1325 #: ipaclient/remote_plugins/2_156/user.py:243 #: ipaclient/remote_plugins/2_156/user.py:562 #: ipaclient/remote_plugins/2_156/user.py:1036 #: ipaclient/remote_plugins/2_156/user.py:1439 #: ipaclient/remote_plugins/2_164/stageuser.py:242 #: ipaclient/remote_plugins/2_164/stageuser.py:603 #: ipaclient/remote_plugins/2_164/stageuser.py:1003 #: ipaclient/remote_plugins/2_164/stageuser.py:1387 #: ipaclient/remote_plugins/2_164/user.py:243 #: ipaclient/remote_plugins/2_164/user.py:562 #: ipaclient/remote_plugins/2_164/user.py:1098 #: ipaclient/remote_plugins/2_164/user.py:1501 msgid "RADIUS proxy configuration" msgstr "RADIUS конфигурация прокси" #: ipaserver/plugins/baseuser.py:348 ipaclient/remote_plugins/2_114/user.py:253 #: ipaclient/remote_plugins/2_114/user.py:562 #: ipaclient/remote_plugins/2_114/user.py:962 #: ipaclient/remote_plugins/2_114/user.py:1351 #: ipaclient/remote_plugins/2_156/stageuser.py:247 #: ipaclient/remote_plugins/2_156/stageuser.py:609 #: ipaclient/remote_plugins/2_156/stageuser.py:947 #: ipaclient/remote_plugins/2_156/stageuser.py:1331 #: ipaclient/remote_plugins/2_156/user.py:248 #: ipaclient/remote_plugins/2_156/user.py:568 #: ipaclient/remote_plugins/2_156/user.py:1042 #: ipaclient/remote_plugins/2_156/user.py:1445 #: ipaclient/remote_plugins/2_164/stageuser.py:247 #: ipaclient/remote_plugins/2_164/stageuser.py:609 #: ipaclient/remote_plugins/2_164/stageuser.py:1009 #: ipaclient/remote_plugins/2_164/stageuser.py:1393 #: ipaclient/remote_plugins/2_164/user.py:248 #: ipaclient/remote_plugins/2_164/user.py:568 #: ipaclient/remote_plugins/2_164/user.py:1104 #: ipaclient/remote_plugins/2_164/user.py:1507 msgid "RADIUS proxy username" msgstr "RADIUS имя пользователя прокси" #: ipaserver/plugins/baseuser.py:351 ipaclient/remote_plugins/2_114/user.py:259 #: ipaclient/remote_plugins/2_114/user.py:568 #: ipaclient/remote_plugins/2_114/user.py:968 #: ipaclient/remote_plugins/2_114/user.py:1357 #: ipaclient/remote_plugins/2_156/stageuser.py:253 #: ipaclient/remote_plugins/2_156/stageuser.py:615 #: ipaclient/remote_plugins/2_156/stageuser.py:953 #: ipaclient/remote_plugins/2_156/stageuser.py:1337 #: ipaclient/remote_plugins/2_156/user.py:254 #: ipaclient/remote_plugins/2_156/user.py:574 #: ipaclient/remote_plugins/2_156/user.py:1048 #: ipaclient/remote_plugins/2_156/user.py:1451 #: ipaclient/remote_plugins/2_164/stageuser.py:253 #: ipaclient/remote_plugins/2_164/stageuser.py:615 #: ipaclient/remote_plugins/2_164/stageuser.py:1015 #: ipaclient/remote_plugins/2_164/stageuser.py:1399 #: ipaclient/remote_plugins/2_164/user.py:254 #: ipaclient/remote_plugins/2_164/user.py:574 #: ipaclient/remote_plugins/2_164/user.py:1110 #: ipaclient/remote_plugins/2_164/user.py:1513 msgid "Department Number" msgstr "Номер отдела" #: ipaserver/plugins/baseuser.py:354 ipaclient/remote_plugins/2_114/user.py:264 #: ipaclient/remote_plugins/2_114/user.py:573 #: ipaclient/remote_plugins/2_114/user.py:973 #: ipaclient/remote_plugins/2_114/user.py:1362 #: ipaclient/remote_plugins/2_156/stageuser.py:258 #: ipaclient/remote_plugins/2_156/stageuser.py:620 #: ipaclient/remote_plugins/2_156/stageuser.py:958 #: ipaclient/remote_plugins/2_156/stageuser.py:1342 #: ipaclient/remote_plugins/2_156/user.py:259 #: ipaclient/remote_plugins/2_156/user.py:579 #: ipaclient/remote_plugins/2_156/user.py:1053 #: ipaclient/remote_plugins/2_156/user.py:1456 #: ipaclient/remote_plugins/2_164/stageuser.py:258 #: ipaclient/remote_plugins/2_164/stageuser.py:620 #: ipaclient/remote_plugins/2_164/stageuser.py:1020 #: ipaclient/remote_plugins/2_164/stageuser.py:1404 #: ipaclient/remote_plugins/2_164/user.py:259 #: ipaclient/remote_plugins/2_164/user.py:579 #: ipaclient/remote_plugins/2_164/user.py:1115 #: ipaclient/remote_plugins/2_164/user.py:1518 msgid "Employee Number" msgstr "Номер сотрудника" #: ipaserver/plugins/baseuser.py:357 ipaclient/remote_plugins/2_114/user.py:269 #: ipaclient/remote_plugins/2_114/user.py:578 #: ipaclient/remote_plugins/2_114/user.py:978 #: ipaclient/remote_plugins/2_114/user.py:1367 #: ipaclient/remote_plugins/2_156/stageuser.py:263 #: ipaclient/remote_plugins/2_156/stageuser.py:625 #: ipaclient/remote_plugins/2_156/stageuser.py:963 #: ipaclient/remote_plugins/2_156/stageuser.py:1347 #: ipaclient/remote_plugins/2_156/user.py:264 #: ipaclient/remote_plugins/2_156/user.py:584 #: ipaclient/remote_plugins/2_156/user.py:1058 #: ipaclient/remote_plugins/2_156/user.py:1461 #: ipaclient/remote_plugins/2_164/stageuser.py:263 #: ipaclient/remote_plugins/2_164/stageuser.py:625 #: ipaclient/remote_plugins/2_164/stageuser.py:1025 #: ipaclient/remote_plugins/2_164/stageuser.py:1409 #: ipaclient/remote_plugins/2_164/user.py:264 #: ipaclient/remote_plugins/2_164/user.py:584 #: ipaclient/remote_plugins/2_164/user.py:1120 #: ipaclient/remote_plugins/2_164/user.py:1523 msgid "Employee Type" msgstr "Тип сотрудника" #: ipaserver/plugins/baseuser.py:360 ipaclient/remote_plugins/2_114/user.py:274 #: ipaclient/remote_plugins/2_114/user.py:583 #: ipaclient/remote_plugins/2_114/user.py:983 #: ipaclient/remote_plugins/2_114/user.py:1372 #: ipaclient/remote_plugins/2_156/stageuser.py:268 #: ipaclient/remote_plugins/2_156/stageuser.py:630 #: ipaclient/remote_plugins/2_156/stageuser.py:968 #: ipaclient/remote_plugins/2_156/stageuser.py:1352 #: ipaclient/remote_plugins/2_156/user.py:269 #: ipaclient/remote_plugins/2_156/user.py:589 #: ipaclient/remote_plugins/2_156/user.py:1063 #: ipaclient/remote_plugins/2_156/user.py:1466 #: ipaclient/remote_plugins/2_164/stageuser.py:268 #: ipaclient/remote_plugins/2_164/stageuser.py:630 #: ipaclient/remote_plugins/2_164/stageuser.py:1030 #: ipaclient/remote_plugins/2_164/stageuser.py:1414 #: ipaclient/remote_plugins/2_164/user.py:269 #: ipaclient/remote_plugins/2_164/user.py:589 #: ipaclient/remote_plugins/2_164/user.py:1125 #: ipaclient/remote_plugins/2_164/user.py:1528 msgid "Preferred Language" msgstr "Предпочитаемый язык" #: ipaserver/plugins/baseuser.py:398 ipaserver/plugins/baseuser.py:402 #, python-format msgid "invalid e-mail format: %(email)s" msgstr "неправильный формат почты: %(email)s" #: ipaserver/plugins/baseuser.py:429 #, python-format msgid "manager %(manager)s not found" msgstr "руководитель %(manager)s не найден" #: ipaserver/plugins/baseuser.py:772 msgid "Issuer of the certificate" msgstr "Издатель сертификата" #: ipaserver/plugins/baseuser.py:779 msgid "Subject of the certificate" msgstr "Субъект сертификата" #: ipaserver/plugins/baseuser.py:824 msgid "cannot have an empty subject" msgstr "поле субъекта не может быть пустым" #: ipaserver/plugins/baseuser.py:864 msgid "cannot specify both subject/issuer and certificate" msgstr "невозможно одновременно указать subject/issuer и certificate" #: ipaserver/plugins/baseuser.py:868 msgid "cannot specify both subject/issuer and ipacertmapdata" msgstr "невозможно одновременно указать subject/issuer и ipacertmapdata" #: ipaserver/plugins/baseuser.py:893 #, python-format msgid "Added certificate mappings to user \"%(value)s\"" msgstr "" "Добавлены сопоставления сертификатов в запись пользователя \"%(value)s\"" #: ipaserver/plugins/baseuser.py:912 #, python-format msgid "Removed certificate mappings from user \"%(value)s\"" msgstr "" "Удалены сопоставления сертификатов из записи пользователя \"%(value)s\"" #: ipaserver/plugins/sudorule.py:42 msgid "" "\n" "Sudo Rules\n" msgstr "" "\n" "Правила Sudo\n" #: ipaserver/plugins/sudorule.py:44 msgid "" "\n" "Sudo (su \"do\") allows a system administrator to delegate authority to\n" "give certain users (or groups of users) the ability to run some (or all)\n" "commands as root or another user while providing an audit trail of the\n" "commands and their arguments.\n" msgstr "" "\n" "Sudo (su \"do\") позволяет системному администратору делегировать " "полномочия, чтобы дать определённым пользователям (или группам " "пользователей) возможность выполнять некоторые (или все) команды от имени " "пользователя \"root\" или другого пользователя, вместе с тем предоставляя " "журнал аудита команд и их аргументов.\n" #: ipaserver/plugins/sudorule.py:49 msgid "" "\n" "FreeIPA provides a means to configure the various aspects of Sudo:\n" " Users: The user(s)/group(s) allowed to invoke Sudo.\n" " Hosts: The host(s)/hostgroup(s) which the user is allowed to to invoke " "Sudo.\n" " Allow Command: The specific command(s) permitted to be run via Sudo.\n" " Deny Command: The specific command(s) prohibited to be run via Sudo.\n" " RunAsUser: The user(s) or group(s) of users whose rights Sudo will be " "invoked with.\n" " RunAsGroup: The group(s) whose gid rights Sudo will be invoked with.\n" " Options: The various Sudoers Options that can modify Sudo's behavior.\n" msgstr "" "\n" "FreeIPA предоставляет возможности настройки различных аспектов Sudo:\n" " Users: пользователь (пользователи) или группа (группы), которые могут " "вызывать Sudo.\n" " Hosts: узел (узлы) или группа (группы) узлов, пользователи которых могут " "вызывать Sudo.\n" " Allow Command: конкретная команда (команды), которые разрешены для " "выполнения с помощью Sudo. \n" " Deny Command: конкретная команда (команды), которые запрещены для " "выполнения с помощью Sudo.\n" " RunAsUser: пользователь (пользователи) или группа (группы) пользователей, " "от имени которых Sudo будет выполнять команды.\n" " RunAsGroup: группа (группы), от имени которых Sudo будет выполнять " "команды.\n" " Options: различные параметры sudoers (участники Sudo), которые могут " "изменить поведение Sudo.\n" #: ipaserver/plugins/sudorule.py:58 msgid "" "\n" "An order can be added to a sudorule to control the order in which they\n" "are evaluated (if the client supports it). This order is an integer and\n" "must be unique.\n" msgstr "" "\n" "Правилу Sudo можно добавить порядок, который будет руководить порядком " "обработки записей (если такой порядок предусмотрен на клиентской стороне). " "Порядок определяется числовым индексом (целое число), который не должен " "повторяться.\n" #: ipaserver/plugins/sudorule.py:62 msgid "" "\n" "FreeIPA provides a designated binddn to use with Sudo located at:\n" "uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n" msgstr "" "\n" "FreeIPA предусматривает специальную привязку DN (binddn) для использования с " "Sudo:\n" "uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n" #: ipaserver/plugins/sudorule.py:65 msgid "" "\n" "To enable the binddn run the following command to set the password:\n" "LDAPTLS_CACERT=/etc/ipa/ca.crt /usr/bin/ldappasswd -S -W -h ipa.example.com -" "ZZ -D \"cn=Directory Manager\" uid=sudo,cn=sysaccounts,cn=etc,dc=example," "dc=com\n" msgstr "" "\n" "Чтобы включить binddn, выполните следующую команду для установки пароля:\n" "LDAPTLS_CACERT=/etc/ipa/ca.crt /usr/bin/ldappasswd -S -W -h ipa.example.com -" "ZZ -D \"cn=Directory Manager\" uid=sudo,cn=sysaccounts,cn=etc,dc=example," "dc=com\n" #: ipaserver/plugins/sudorule.py:72 msgid "" "\n" " Create a new rule:\n" " ipa sudorule-add readfiles\n" msgstr "" "\n" " Создать новое правило:\n" " ipa sudorule-add readfiles\n" #: ipaserver/plugins/sudorule.py:75 msgid "" "\n" " Add sudo command object and add it as allowed command in the rule:\n" " ipa sudocmd-add /usr/bin/less\n" " ipa sudorule-add-allow-command readfiles --sudocmds /usr/bin/less\n" msgstr "" "\n" " Добавить объект команды Sudo и добавить его в правило в качестве " "разрешённой команды:\n" " ipa sudocmd-add /usr/bin/less\n" " ipa sudorule-add-allow-command readfiles --sudocmds /usr/bin/less\n" #: ipaserver/plugins/sudorule.py:79 msgid "" "\n" " Add a host to the rule:\n" " ipa sudorule-add-host readfiles --hosts server.example.com\n" msgstr "" "\n" " Добавить узел в правило:\n" " ipa sudorule-add-host readfiles --hosts server.example.com\n" #: ipaserver/plugins/sudorule.py:82 msgid "" "\n" " Add a user to the rule:\n" " ipa sudorule-add-user readfiles --users jsmith\n" msgstr "" "\n" " Добавить пользователя в правило:\n" " ipa sudorule-add-user readfiles --users jsmith\n" #: ipaserver/plugins/sudorule.py:85 msgid "" "\n" " Add a special Sudo rule for default Sudo server configuration:\n" " ipa sudorule-add defaults\n" msgstr "" "\n" " Добавить специальное правило Sudo для конфигурации сервера Sudo по " "умолчанию:\n" " ipa sudorule-add defaults\n" #: ipaserver/plugins/sudorule.py:88 msgid "" "\n" " Set a default Sudo option:\n" " ipa sudorule-add-option defaults --sudooption '!authenticate'\n" msgstr "" "\n" " Указать параметр Sudo по умолчанию:\n" " ipa sudorule-add-option defaults --sudooption '!authenticate'\n" #: ipaserver/plugins/sudorule.py:91 msgid "" "\n" " Set SELinux type and role transitions on a rule:\n" " ipa sudorule-add-option sysadmin_sudo --sudooption type=unconfined_t\n" " ipa sudorule-add-option sysadmin_sudo --sudooption role=unconfined_r\n" msgstr "" "\n" " Указать преобразования типа и роли SELinux в правиле:\n" " ipa sudorule-add-option sysadmin_sudo --sudooption type=unconfined_t\n" " ipa sudorule-add-option sysadmin_sudo --sudooption role=unconfined_r\n" #: ipaserver/plugins/sudorule.py:105 msgid "this option has been deprecated." msgstr "этот параметр больше не поддерживается." #: ipaserver/plugins/sudorule.py:109 #: ipaclient/remote_plugins/2_114/sudorule.py:570 #: ipaclient/remote_plugins/2_114/sudorule.py:1447 #: ipaclient/remote_plugins/2_156/sudorule.py:570 #: ipaclient/remote_plugins/2_156/sudorule.py:1447 #: ipaclient/remote_plugins/2_164/sudorule.py:570 #: ipaclient/remote_plugins/2_164/sudorule.py:1447 msgid "host masks of allowed hosts" msgstr "Маски разрешённых узлов" #: ipaserver/plugins/sudorule.py:132 #: ipaclient/remote_plugins/2_114/group.py:633 #: ipaclient/remote_plugins/2_114/group.py:641 #: ipaclient/remote_plugins/2_114/host.py:1160 #: ipaclient/remote_plugins/2_114/host.py:1168 #: ipaclient/remote_plugins/2_114/hostgroup.py:461 #: ipaclient/remote_plugins/2_114/hostgroup.py:469 #: ipaclient/remote_plugins/2_114/user.py:1102 #: ipaclient/remote_plugins/2_114/user.py:1110 #: ipaclient/remote_plugins/2_156/group.py:633 #: ipaclient/remote_plugins/2_156/group.py:641 #: ipaclient/remote_plugins/2_156/host.py:1223 #: ipaclient/remote_plugins/2_156/host.py:1231 #: ipaclient/remote_plugins/2_156/hostgroup.py:461 #: ipaclient/remote_plugins/2_156/hostgroup.py:469 #: ipaclient/remote_plugins/2_156/stageuser.py:1088 #: ipaclient/remote_plugins/2_156/stageuser.py:1096 #: ipaclient/remote_plugins/2_156/user.py:1202 #: ipaclient/remote_plugins/2_156/user.py:1210 #: ipaclient/remote_plugins/2_164/group.py:633 #: ipaclient/remote_plugins/2_164/group.py:641 #: ipaclient/remote_plugins/2_164/host.py:1223 #: ipaclient/remote_plugins/2_164/host.py:1231 #: ipaclient/remote_plugins/2_164/hostgroup.py:461 #: ipaclient/remote_plugins/2_164/hostgroup.py:469 #: ipaclient/remote_plugins/2_164/stageuser.py:1150 #: ipaclient/remote_plugins/2_164/stageuser.py:1158 #: ipaclient/remote_plugins/2_164/user.py:1264 #: ipaclient/remote_plugins/2_164/user.py:1272 #: ipaclient/remote_plugins/2_49/group.py:594 #: ipaclient/remote_plugins/2_49/group.py:602 #: ipaclient/remote_plugins/2_49/host.py:681 #: ipaclient/remote_plugins/2_49/host.py:689 #: ipaclient/remote_plugins/2_49/hostgroup.py:441 #: ipaclient/remote_plugins/2_49/hostgroup.py:449 #: ipaclient/remote_plugins/2_49/user.py:926 #: ipaclient/remote_plugins/2_49/user.py:934 msgid "sudo rule" msgstr "правило Sudo" #: ipaserver/plugins/sudorule.py:133 msgid "sudo rules" msgstr "правила Sudo" #: ipaserver/plugins/sudorule.py:221 msgid "Sudo Rules" msgstr "Правила Sudo" #: ipaserver/plugins/sudorule.py:222 msgid "Sudo Rule" msgstr "Правило Sudo" #: ipaserver/plugins/sudorule.py:252 #: ipaclient/remote_plugins/2_114/sudorule.py:104 #: ipaclient/remote_plugins/2_114/sudorule.py:271 #: ipaclient/remote_plugins/2_114/sudorule.py:971 #: ipaclient/remote_plugins/2_114/sudorule.py:1134 #: ipaclient/remote_plugins/2_156/sudorule.py:104 #: ipaclient/remote_plugins/2_156/sudorule.py:271 #: ipaclient/remote_plugins/2_156/sudorule.py:971 #: ipaclient/remote_plugins/2_156/sudorule.py:1134 #: ipaclient/remote_plugins/2_164/sudorule.py:104 #: ipaclient/remote_plugins/2_164/sudorule.py:271 #: ipaclient/remote_plugins/2_164/sudorule.py:971 #: ipaclient/remote_plugins/2_164/sudorule.py:1134 #: ipaclient/remote_plugins/2_49/sudorule.py:85 #: ipaclient/remote_plugins/2_49/sudorule.py:241 #: ipaclient/remote_plugins/2_49/sudorule.py:855 #: ipaclient/remote_plugins/2_49/sudorule.py:1011 msgid "Command category" msgstr "Категория команд" #: ipaserver/plugins/sudorule.py:253 #: ipaclient/remote_plugins/2_114/sudorule.py:105 #: ipaclient/remote_plugins/2_114/sudorule.py:272 #: ipaclient/remote_plugins/2_114/sudorule.py:972 #: ipaclient/remote_plugins/2_114/sudorule.py:1135 #: ipaclient/remote_plugins/2_156/sudorule.py:105 #: ipaclient/remote_plugins/2_156/sudorule.py:272 #: ipaclient/remote_plugins/2_156/sudorule.py:972 #: ipaclient/remote_plugins/2_156/sudorule.py:1135 #: ipaclient/remote_plugins/2_164/sudorule.py:105 #: ipaclient/remote_plugins/2_164/sudorule.py:272 #: ipaclient/remote_plugins/2_164/sudorule.py:972 #: ipaclient/remote_plugins/2_164/sudorule.py:1135 #: ipaclient/remote_plugins/2_49/sudorule.py:86 #: ipaclient/remote_plugins/2_49/sudorule.py:242 #: ipaclient/remote_plugins/2_49/sudorule.py:856 #: ipaclient/remote_plugins/2_49/sudorule.py:1012 msgid "Command category the rule applies to" msgstr "Категория команд, к которой применяется правило" #: ipaserver/plugins/sudorule.py:258 #: ipaclient/remote_plugins/2_114/sudorule.py:110 #: ipaclient/remote_plugins/2_114/sudorule.py:279 #: ipaclient/remote_plugins/2_114/sudorule.py:979 #: ipaclient/remote_plugins/2_114/sudorule.py:1142 #: ipaclient/remote_plugins/2_156/sudorule.py:110 #: ipaclient/remote_plugins/2_156/sudorule.py:279 #: ipaclient/remote_plugins/2_156/sudorule.py:979 #: ipaclient/remote_plugins/2_156/sudorule.py:1142 #: ipaclient/remote_plugins/2_164/sudorule.py:110 #: ipaclient/remote_plugins/2_164/sudorule.py:279 #: ipaclient/remote_plugins/2_164/sudorule.py:979 #: ipaclient/remote_plugins/2_164/sudorule.py:1142 #: ipaclient/remote_plugins/2_49/sudorule.py:91 #: ipaclient/remote_plugins/2_49/sudorule.py:249 #: ipaclient/remote_plugins/2_49/sudorule.py:863 #: ipaclient/remote_plugins/2_49/sudorule.py:1019 msgid "RunAs User category" msgstr "Категория запуска от имени пользователей" #: ipaserver/plugins/sudorule.py:259 #: ipaclient/remote_plugins/2_114/sudorule.py:111 #: ipaclient/remote_plugins/2_114/sudorule.py:280 #: ipaclient/remote_plugins/2_114/sudorule.py:980 #: ipaclient/remote_plugins/2_114/sudorule.py:1143 #: ipaclient/remote_plugins/2_156/sudorule.py:111 #: ipaclient/remote_plugins/2_156/sudorule.py:280 #: ipaclient/remote_plugins/2_156/sudorule.py:980 #: ipaclient/remote_plugins/2_156/sudorule.py:1143 #: ipaclient/remote_plugins/2_164/sudorule.py:111 #: ipaclient/remote_plugins/2_164/sudorule.py:280 #: ipaclient/remote_plugins/2_164/sudorule.py:980 #: ipaclient/remote_plugins/2_164/sudorule.py:1143 #: ipaclient/remote_plugins/2_49/sudorule.py:92 #: ipaclient/remote_plugins/2_49/sudorule.py:250 #: ipaclient/remote_plugins/2_49/sudorule.py:864 #: ipaclient/remote_plugins/2_49/sudorule.py:1020 msgid "RunAs User category the rule applies to" msgstr "" "Категория запуска от имени пользователей, к которой применяется правило" #: ipaserver/plugins/sudorule.py:264 #: ipaclient/remote_plugins/2_114/sudorule.py:116 #: ipaclient/remote_plugins/2_114/sudorule.py:287 #: ipaclient/remote_plugins/2_114/sudorule.py:987 #: ipaclient/remote_plugins/2_114/sudorule.py:1150 #: ipaclient/remote_plugins/2_156/sudorule.py:116 #: ipaclient/remote_plugins/2_156/sudorule.py:287 #: ipaclient/remote_plugins/2_156/sudorule.py:987 #: ipaclient/remote_plugins/2_156/sudorule.py:1150 #: ipaclient/remote_plugins/2_164/sudorule.py:116 #: ipaclient/remote_plugins/2_164/sudorule.py:287 #: ipaclient/remote_plugins/2_164/sudorule.py:987 #: ipaclient/remote_plugins/2_164/sudorule.py:1150 #: ipaclient/remote_plugins/2_49/sudorule.py:97 #: ipaclient/remote_plugins/2_49/sudorule.py:257 #: ipaclient/remote_plugins/2_49/sudorule.py:871 #: ipaclient/remote_plugins/2_49/sudorule.py:1027 msgid "RunAs Group category" msgstr "Категория запуска от имени группы" #: ipaserver/plugins/sudorule.py:265 #: ipaclient/remote_plugins/2_114/sudorule.py:117 #: ipaclient/remote_plugins/2_114/sudorule.py:288 #: ipaclient/remote_plugins/2_114/sudorule.py:988 #: ipaclient/remote_plugins/2_114/sudorule.py:1151 #: ipaclient/remote_plugins/2_156/sudorule.py:117 #: ipaclient/remote_plugins/2_156/sudorule.py:288 #: ipaclient/remote_plugins/2_156/sudorule.py:988 #: ipaclient/remote_plugins/2_156/sudorule.py:1151 #: ipaclient/remote_plugins/2_164/sudorule.py:117 #: ipaclient/remote_plugins/2_164/sudorule.py:288 #: ipaclient/remote_plugins/2_164/sudorule.py:988 #: ipaclient/remote_plugins/2_164/sudorule.py:1151 #: ipaclient/remote_plugins/2_49/sudorule.py:98 #: ipaclient/remote_plugins/2_49/sudorule.py:258 #: ipaclient/remote_plugins/2_49/sudorule.py:872 #: ipaclient/remote_plugins/2_49/sudorule.py:1028 msgid "RunAs Group category the rule applies to" msgstr "Категория запуска от имени группы, к которой применяется правило" #: ipaserver/plugins/sudorule.py:270 #: ipaclient/remote_plugins/2_114/sudorule.py:122 #: ipaclient/remote_plugins/2_114/sudorule.py:294 #: ipaclient/remote_plugins/2_114/sudorule.py:994 #: ipaclient/remote_plugins/2_114/sudorule.py:1157 #: ipaclient/remote_plugins/2_156/sudorule.py:122 #: ipaclient/remote_plugins/2_156/sudorule.py:294 #: ipaclient/remote_plugins/2_156/sudorule.py:994 #: ipaclient/remote_plugins/2_156/sudorule.py:1157 #: ipaclient/remote_plugins/2_164/sudorule.py:122 #: ipaclient/remote_plugins/2_164/sudorule.py:294 #: ipaclient/remote_plugins/2_164/sudorule.py:994 #: ipaclient/remote_plugins/2_164/sudorule.py:1157 #: ipaclient/remote_plugins/2_49/sudorule.py:103 #: ipaclient/remote_plugins/2_49/sudorule.py:264 #: ipaclient/remote_plugins/2_49/sudorule.py:878 #: ipaclient/remote_plugins/2_49/sudorule.py:1034 msgid "Sudo order" msgstr "Порядок Sudo" #: ipaserver/plugins/sudorule.py:271 #: ipaclient/remote_plugins/2_114/sudorule.py:123 #: ipaclient/remote_plugins/2_114/sudorule.py:295 #: ipaclient/remote_plugins/2_114/sudorule.py:995 #: ipaclient/remote_plugins/2_114/sudorule.py:1158 #: ipaclient/remote_plugins/2_156/sudorule.py:123 #: ipaclient/remote_plugins/2_156/sudorule.py:295 #: ipaclient/remote_plugins/2_156/sudorule.py:995 #: ipaclient/remote_plugins/2_156/sudorule.py:1158 #: ipaclient/remote_plugins/2_164/sudorule.py:123 #: ipaclient/remote_plugins/2_164/sudorule.py:295 #: ipaclient/remote_plugins/2_164/sudorule.py:995 #: ipaclient/remote_plugins/2_164/sudorule.py:1158 #: ipaclient/remote_plugins/2_49/sudorule.py:104 #: ipaclient/remote_plugins/2_49/sudorule.py:265 #: ipaclient/remote_plugins/2_49/sudorule.py:879 #: ipaclient/remote_plugins/2_49/sudorule.py:1035 msgid "integer to order the Sudo rules" msgstr "Целое число для упорядочивания правил Sudo" #: ipaserver/plugins/sudorule.py:285 #: ipaclient/remote_plugins/2_114/sudorule.py:138 #: ipaclient/remote_plugins/2_114/sudorule.py:301 #: ipaclient/remote_plugins/2_114/sudorule.py:1001 #: ipaclient/remote_plugins/2_114/sudorule.py:1164 #: ipaclient/remote_plugins/2_156/sudorule.py:138 #: ipaclient/remote_plugins/2_156/sudorule.py:301 #: ipaclient/remote_plugins/2_156/sudorule.py:1001 #: ipaclient/remote_plugins/2_156/sudorule.py:1164 #: ipaclient/remote_plugins/2_164/sudorule.py:138 #: ipaclient/remote_plugins/2_164/sudorule.py:301 #: ipaclient/remote_plugins/2_164/sudorule.py:1001 #: ipaclient/remote_plugins/2_164/sudorule.py:1164 #: ipaclient/remote_plugins/2_49/sudorule.py:161 #: ipaclient/remote_plugins/2_49/sudorule.py:271 #: ipaclient/remote_plugins/2_49/sudorule.py:885 #: ipaclient/remote_plugins/2_49/sudorule.py:1041 msgid "External User" msgstr "Внешний пользователь" #: ipaserver/plugins/sudorule.py:286 #: ipaclient/remote_plugins/2_114/sudorule.py:139 #: ipaclient/remote_plugins/2_114/sudorule.py:302 #: ipaclient/remote_plugins/2_114/sudorule.py:1002 #: ipaclient/remote_plugins/2_114/sudorule.py:1165 #: ipaclient/remote_plugins/2_156/sudorule.py:139 #: ipaclient/remote_plugins/2_156/sudorule.py:302 #: ipaclient/remote_plugins/2_156/sudorule.py:1002 #: ipaclient/remote_plugins/2_156/sudorule.py:1165 #: ipaclient/remote_plugins/2_164/sudorule.py:139 #: ipaclient/remote_plugins/2_164/sudorule.py:302 #: ipaclient/remote_plugins/2_164/sudorule.py:1002 #: ipaclient/remote_plugins/2_164/sudorule.py:1165 #: ipaclient/remote_plugins/2_49/sudorule.py:162 #: ipaclient/remote_plugins/2_49/sudorule.py:272 #: ipaclient/remote_plugins/2_49/sudorule.py:886 #: ipaclient/remote_plugins/2_49/sudorule.py:1042 msgid "External User the rule applies to (sudorule-find only)" msgstr "" "Внешний пользователь, к которому применяется правило (только sudorule-find)" #: ipaserver/plugins/sudorule.py:298 #: ipaclient/remote_plugins/2_114/sudorule.py:154 #: ipaclient/remote_plugins/2_156/sudorule.py:154 #: ipaclient/remote_plugins/2_164/sudorule.py:154 msgid "Host Masks" msgstr "Маски узлов" #: ipaserver/plugins/sudorule.py:304 #: ipaclient/remote_plugins/2_114/sudorule.py:165 #: ipaclient/remote_plugins/2_156/sudorule.py:165 #: ipaclient/remote_plugins/2_164/sudorule.py:165 #: ipaclient/remote_plugins/2_49/sudorule.py:129 msgid "Sudo Allow Commands" msgstr "Разрешённые команды Sudo" #: ipaserver/plugins/sudorule.py:308 #: ipaclient/remote_plugins/2_114/sudorule.py:170 #: ipaclient/remote_plugins/2_156/sudorule.py:170 #: ipaclient/remote_plugins/2_164/sudorule.py:170 #: ipaclient/remote_plugins/2_49/sudorule.py:134 msgid "Sudo Deny Commands" msgstr "Запрещённые команды Sudo" #: ipaserver/plugins/sudorule.py:312 #: ipaclient/remote_plugins/2_114/sudorule.py:175 #: ipaclient/remote_plugins/2_156/sudorule.py:175 #: ipaclient/remote_plugins/2_164/sudorule.py:175 #: ipaclient/remote_plugins/2_49/sudorule.py:139 msgid "Sudo Allow Command Groups" msgstr "Группы разрешённых команд Sudo" #: ipaserver/plugins/sudorule.py:316 #: ipaclient/remote_plugins/2_114/sudorule.py:180 #: ipaclient/remote_plugins/2_156/sudorule.py:180 #: ipaclient/remote_plugins/2_164/sudorule.py:180 #: ipaclient/remote_plugins/2_49/sudorule.py:144 msgid "Sudo Deny Command Groups" msgstr "Группы запрещённых команд Sudo" #: ipaserver/plugins/sudorule.py:320 #: ipaclient/remote_plugins/2_114/sudorule.py:185 #: ipaclient/remote_plugins/2_156/sudorule.py:185 #: ipaclient/remote_plugins/2_164/sudorule.py:185 #: ipaclient/remote_plugins/2_49/sudorule.py:149 msgid "RunAs Users" msgstr "Пользователи запуска от имени" #: ipaserver/plugins/sudorule.py:321 #: ipaclient/remote_plugins/2_114/sudorule.py:186 #: ipaclient/remote_plugins/2_156/sudorule.py:186 #: ipaclient/remote_plugins/2_164/sudorule.py:186 #: ipaclient/remote_plugins/2_49/sudorule.py:150 msgid "Run as a user" msgstr "Запустить от имени пользователя" #: ipaserver/plugins/sudorule.py:325 #: ipaclient/remote_plugins/2_114/sudorule.py:191 #: ipaclient/remote_plugins/2_156/sudorule.py:191 #: ipaclient/remote_plugins/2_164/sudorule.py:191 #: ipaclient/remote_plugins/2_49/sudorule.py:155 msgid "Groups of RunAs Users" msgstr "Группы пользователей запуска от имени" #: ipaserver/plugins/sudorule.py:326 #: ipaclient/remote_plugins/2_114/sudorule.py:192 #: ipaclient/remote_plugins/2_156/sudorule.py:192 #: ipaclient/remote_plugins/2_164/sudorule.py:192 #: ipaclient/remote_plugins/2_49/sudorule.py:156 msgid "Run as any user within a specified group" msgstr "Запустить от имени любого пользователя из указанной группы" #: ipaserver/plugins/sudorule.py:331 #: ipaclient/remote_plugins/2_114/sudorule.py:197 #: ipaclient/remote_plugins/2_114/sudorule.py:315 #: ipaclient/remote_plugins/2_114/sudorule.py:1015 #: ipaclient/remote_plugins/2_114/sudorule.py:1178 #: ipaclient/remote_plugins/2_156/sudorule.py:197 #: ipaclient/remote_plugins/2_156/sudorule.py:315 #: ipaclient/remote_plugins/2_156/sudorule.py:1015 #: ipaclient/remote_plugins/2_156/sudorule.py:1178 #: ipaclient/remote_plugins/2_164/sudorule.py:197 #: ipaclient/remote_plugins/2_164/sudorule.py:315 #: ipaclient/remote_plugins/2_164/sudorule.py:1015 #: ipaclient/remote_plugins/2_164/sudorule.py:1178 #: ipaclient/remote_plugins/2_49/sudorule.py:167 #: ipaclient/remote_plugins/2_49/sudorule.py:278 #: ipaclient/remote_plugins/2_49/sudorule.py:892 #: ipaclient/remote_plugins/2_49/sudorule.py:1048 msgid "RunAs External User" msgstr "Внешний пользователь для RunAs" #: ipaserver/plugins/sudorule.py:332 #: ipaclient/remote_plugins/2_114/sudorule.py:198 #: ipaclient/remote_plugins/2_114/sudorule.py:316 #: ipaclient/remote_plugins/2_114/sudorule.py:1016 #: ipaclient/remote_plugins/2_114/sudorule.py:1179 #: ipaclient/remote_plugins/2_156/sudorule.py:198 #: ipaclient/remote_plugins/2_156/sudorule.py:316 #: ipaclient/remote_plugins/2_156/sudorule.py:1016 #: ipaclient/remote_plugins/2_156/sudorule.py:1179 #: ipaclient/remote_plugins/2_164/sudorule.py:198 #: ipaclient/remote_plugins/2_164/sudorule.py:316 #: ipaclient/remote_plugins/2_164/sudorule.py:1016 #: ipaclient/remote_plugins/2_164/sudorule.py:1179 #: ipaclient/remote_plugins/2_49/sudorule.py:168 #: ipaclient/remote_plugins/2_49/sudorule.py:279 #: ipaclient/remote_plugins/2_49/sudorule.py:893 #: ipaclient/remote_plugins/2_49/sudorule.py:1049 msgid "External User the commands can run as (sudorule-find only)" msgstr "" "Внешний пользователь, от имени которого можно выполнять команды (только " "sudorule-find)" #: ipaserver/plugins/sudorule.py:336 #: ipaclient/remote_plugins/2_114/sudorule.py:203 #: ipaclient/remote_plugins/2_156/sudorule.py:203 #: ipaclient/remote_plugins/2_164/sudorule.py:203 msgid "External Groups of RunAs Users" msgstr "Внешние группы пользователей запуска от имени" #: ipaserver/plugins/sudorule.py:337 #: ipaclient/remote_plugins/2_114/sudorule.py:204 #: ipaclient/remote_plugins/2_156/sudorule.py:204 #: ipaclient/remote_plugins/2_164/sudorule.py:204 msgid "External Groups of users that the command can run as" msgstr "Внешние группы пользователей, от имени которых можно выполнять команду" #: ipaserver/plugins/sudorule.py:341 #: ipaclient/remote_plugins/2_114/sudorule.py:209 #: ipaclient/remote_plugins/2_156/sudorule.py:209 #: ipaclient/remote_plugins/2_164/sudorule.py:209 #: ipaclient/remote_plugins/2_49/sudorule.py:184 msgid "RunAs Groups" msgstr "Группы запуска от имени" #: ipaserver/plugins/sudorule.py:342 #: ipaclient/remote_plugins/2_114/sudorule.py:210 #: ipaclient/remote_plugins/2_156/sudorule.py:210 #: ipaclient/remote_plugins/2_164/sudorule.py:210 #: ipaclient/remote_plugins/2_49/sudorule.py:185 msgid "Run with the gid of a specified POSIX group" msgstr "Запускать с идентификатором указанной POSIX-группы" #: ipaserver/plugins/sudorule.py:347 #: ipaclient/remote_plugins/2_114/sudorule.py:215 #: ipaclient/remote_plugins/2_114/sudorule.py:322 #: ipaclient/remote_plugins/2_114/sudorule.py:1022 #: ipaclient/remote_plugins/2_114/sudorule.py:1185 #: ipaclient/remote_plugins/2_156/sudorule.py:215 #: ipaclient/remote_plugins/2_156/sudorule.py:322 #: ipaclient/remote_plugins/2_156/sudorule.py:1022 #: ipaclient/remote_plugins/2_156/sudorule.py:1185 #: ipaclient/remote_plugins/2_164/sudorule.py:215 #: ipaclient/remote_plugins/2_164/sudorule.py:322 #: ipaclient/remote_plugins/2_164/sudorule.py:1022 #: ipaclient/remote_plugins/2_164/sudorule.py:1185 #: ipaclient/remote_plugins/2_49/sudorule.py:173 #: ipaclient/remote_plugins/2_49/sudorule.py:285 #: ipaclient/remote_plugins/2_49/sudorule.py:899 #: ipaclient/remote_plugins/2_49/sudorule.py:1055 msgid "RunAs External Group" msgstr "Внешняя группа для RunAs" #: ipaserver/plugins/sudorule.py:348 #: ipaclient/remote_plugins/2_114/sudorule.py:216 #: ipaclient/remote_plugins/2_114/sudorule.py:323 #: ipaclient/remote_plugins/2_114/sudorule.py:1023 #: ipaclient/remote_plugins/2_114/sudorule.py:1186 #: ipaclient/remote_plugins/2_156/sudorule.py:216 #: ipaclient/remote_plugins/2_156/sudorule.py:323 #: ipaclient/remote_plugins/2_156/sudorule.py:1023 #: ipaclient/remote_plugins/2_156/sudorule.py:1186 #: ipaclient/remote_plugins/2_164/sudorule.py:216 #: ipaclient/remote_plugins/2_164/sudorule.py:323 #: ipaclient/remote_plugins/2_164/sudorule.py:1023 #: ipaclient/remote_plugins/2_164/sudorule.py:1186 #: ipaclient/remote_plugins/2_49/sudorule.py:174 #: ipaclient/remote_plugins/2_49/sudorule.py:286 #: ipaclient/remote_plugins/2_49/sudorule.py:900 #: ipaclient/remote_plugins/2_49/sudorule.py:1056 msgid "External Group the commands can run as (sudorule-find only)" msgstr "" "Внешняя группа, от имени которой можно выполнять команды (только sudorule-" "find)" #: ipaserver/plugins/sudorule.py:351 ipaserver/plugins/sudorule.py:920 #: ipaserver/plugins/sudorule.py:968 #: ipaclient/remote_plugins/2_114/sudorule.py:221 #: ipaclient/remote_plugins/2_114/sudorule.py:605 #: ipaclient/remote_plugins/2_114/sudorule.py:1482 #: ipaclient/remote_plugins/2_156/sudorule.py:221 #: ipaclient/remote_plugins/2_156/sudorule.py:605 #: ipaclient/remote_plugins/2_156/sudorule.py:1482 #: ipaclient/remote_plugins/2_164/sudorule.py:221 #: ipaclient/remote_plugins/2_164/sudorule.py:605 #: ipaclient/remote_plugins/2_164/sudorule.py:1482 #: ipaclient/remote_plugins/2_49/sudorule.py:179 #: ipaclient/remote_plugins/2_49/sudorule.py:542 #: ipaclient/remote_plugins/2_49/sudorule.py:1326 msgid "Sudo Option" msgstr "Параметр Sudo" #: ipaserver/plugins/sudorule.py:357 #, python-format msgid "order must be a unique value (%(order)d already used by %(rule)s)" msgstr "" "порядковый номер должен иметь уникальное значение (%(order)d уже " "использовано для %(rule)s)" #: ipaserver/plugins/sudorule.py:379 #: ipaclient/remote_plugins/2_114/sudorule.py:228 #: ipaclient/remote_plugins/2_156/sudorule.py:228 #: ipaclient/remote_plugins/2_164/sudorule.py:228 #: ipaclient/remote_plugins/2_49/sudorule.py:198 msgid "Create new Sudo Rule." msgstr "Создать новое правило Sudo." #: ipaserver/plugins/sudorule.py:388 #, python-format msgid "Added Sudo Rule \"%(value)s\"" msgstr "Добавлено правило Sudo \"%(value)s\"" #: ipaserver/plugins/sudorule.py:393 #: ipaclient/remote_plugins/2_114/sudorule.py:845 #: ipaclient/remote_plugins/2_156/sudorule.py:845 #: ipaclient/remote_plugins/2_164/sudorule.py:845 #: ipaclient/remote_plugins/2_49/sudorule.py:731 msgid "Delete Sudo Rule." msgstr "Удалить правило Sudo." #: ipaserver/plugins/sudorule.py:395 #, python-format msgid "Deleted Sudo Rule \"%(value)s\"" msgstr "Удалено правило Sudo \"%(value)s\"" #: ipaserver/plugins/sudorule.py:400 #: ipaclient/remote_plugins/2_114/sudorule.py:1091 #: ipaclient/remote_plugins/2_156/sudorule.py:1091 #: ipaclient/remote_plugins/2_164/sudorule.py:1091 #: ipaclient/remote_plugins/2_49/sudorule.py:968 msgid "Modify Sudo Rule." msgstr "Изменить правило Sudo." #: ipaserver/plugins/sudorule.py:402 #, python-format msgid "Modified Sudo Rule \"%(value)s\"" msgstr "Изменено правило Sudo \"%(value)s\"" #: ipaserver/plugins/sudorule.py:422 #, python-format msgid "" "%(type)s category cannot be set to 'all' while there are allowed %(objects)s" msgstr "" "для категории %(type)s нельзя установить значение \"all\", когда имеются " "разрешённые %(objects)s" #: ipaserver/plugins/sudorule.py:438 msgid "command" msgstr "команда" #: ipaserver/plugins/sudorule.py:438 msgid "commands" msgstr "команды" #: ipaserver/plugins/sudorule.py:444 msgid "runAs user" msgstr "пользователь запуска от имени" #: ipaserver/plugins/sudorule.py:444 msgid "runAs users" msgstr "пользователи запуска от имени" #: ipaserver/plugins/sudorule.py:449 msgid "group runAs" msgstr "группа запуска от имени" #: ipaserver/plugins/sudorule.py:449 msgid "runAs groups" msgstr "группы запуска от имени" #: ipaserver/plugins/sudorule.py:467 #: ipaclient/remote_plugins/2_114/sudorule.py:922 #: ipaclient/remote_plugins/2_156/sudorule.py:922 #: ipaclient/remote_plugins/2_164/sudorule.py:922 #: ipaclient/remote_plugins/2_49/sudorule.py:806 msgid "Search for Sudo Rule." msgstr "Поиск правила Sudo." #: ipaserver/plugins/sudorule.py:470 #, python-format msgid "%(count)d Sudo Rule matched" msgid_plural "%(count)d Sudo Rules matched" msgstr[0] "установлено соответствие %(count)d правила Sudo" msgstr[1] "установлено соответствие %(count)d правил Sudo" msgstr[2] "установлено соответствие %(count)d правил Sudo" #: ipaserver/plugins/sudorule.py:476 #: ipaclient/remote_plugins/2_114/sudorule.py:1722 #: ipaclient/remote_plugins/2_156/sudorule.py:1722 #: ipaclient/remote_plugins/2_164/sudorule.py:1722 #: ipaclient/remote_plugins/2_49/sudorule.py:1515 msgid "Display Sudo Rule." msgstr "Показать правило Sudo." #: ipaserver/plugins/sudorule.py:481 #: ipaclient/remote_plugins/2_114/sudorule.py:902 #: ipaclient/remote_plugins/2_156/sudorule.py:902 #: ipaclient/remote_plugins/2_164/sudorule.py:902 #: ipaclient/remote_plugins/2_49/sudorule.py:788 msgid "Enable a Sudo Rule." msgstr "Включить правило Sudo." #: ipaserver/plugins/sudorule.py:504 #: ipaclient/remote_plugins/2_114/sudorule.py:882 #: ipaclient/remote_plugins/2_156/sudorule.py:882 #: ipaclient/remote_plugins/2_164/sudorule.py:882 #: ipaclient/remote_plugins/2_49/sudorule.py:770 msgid "Disable a Sudo Rule." msgstr "Отключить правило Sudo." #: ipaserver/plugins/sudorule.py:527 ipaserver/plugins/sudorule.py:558 #: ipaclient/remote_plugins/2_114/sudorule.py:379 #: ipaclient/remote_plugins/2_114/sudorule.py:448 #: ipaclient/remote_plugins/2_156/sudorule.py:379 #: ipaclient/remote_plugins/2_156/sudorule.py:448 #: ipaclient/remote_plugins/2_164/sudorule.py:379 #: ipaclient/remote_plugins/2_164/sudorule.py:448 #: ipaclient/remote_plugins/2_49/sudorule.py:343 #: ipaclient/remote_plugins/2_49/sudorule.py:405 msgid "Add commands and sudo command groups affected by Sudo Rule." msgstr "Добавить команды и группы команд Sudo, которых касается правило Sudo." #: ipaserver/plugins/sudorule.py:542 msgid "commands cannot be added when command category='all'" msgstr "невозможно добавить команды, когда категория команд=\"all\"" #: ipaserver/plugins/sudorule.py:550 ipaserver/plugins/sudorule.py:570 #: ipaclient/remote_plugins/2_114/sudorule.py:1256 #: ipaclient/remote_plugins/2_114/sudorule.py:1325 #: ipaclient/remote_plugins/2_156/sudorule.py:1256 #: ipaclient/remote_plugins/2_156/sudorule.py:1325 #: ipaclient/remote_plugins/2_164/sudorule.py:1256 #: ipaclient/remote_plugins/2_164/sudorule.py:1325 #: ipaclient/remote_plugins/2_49/sudorule.py:1127 #: ipaclient/remote_plugins/2_49/sudorule.py:1189 msgid "Remove commands and sudo command groups affected by Sudo Rule." msgstr "Удалить команды и группы команд Sudo, которых касается правило Sudo." #: ipaserver/plugins/sudorule.py:578 #: ipaclient/remote_plugins/2_114/sudorule.py:776 #: ipaclient/remote_plugins/2_156/sudorule.py:776 #: ipaclient/remote_plugins/2_164/sudorule.py:776 #: ipaclient/remote_plugins/2_49/sudorule.py:669 msgid "Add users and groups affected by Sudo Rule." msgstr "Добавить пользователей и группы, которых касается правило Sudo." #: ipaserver/plugins/sudorule.py:610 #: ipaclient/remote_plugins/2_114/sudorule.py:1653 #: ipaclient/remote_plugins/2_156/sudorule.py:1653 #: ipaclient/remote_plugins/2_164/sudorule.py:1653 #: ipaclient/remote_plugins/2_49/sudorule.py:1453 msgid "Remove users and groups affected by Sudo Rule." msgstr "Удалить пользователей и группы, которых касается правило Sudo." #: ipaserver/plugins/sudorule.py:628 #: ipaclient/remote_plugins/2_114/sudorule.py:517 #: ipaclient/remote_plugins/2_156/sudorule.py:517 #: ipaclient/remote_plugins/2_164/sudorule.py:517 #: ipaclient/remote_plugins/2_49/sudorule.py:467 msgid "Add hosts and hostgroups affected by Sudo Rule." msgstr "Добавить узлы и группы узлов, которых касается правило Sudo." #: ipaserver/plugins/sudorule.py:686 #: ipaclient/remote_plugins/2_114/sudorule.py:1394 #: ipaclient/remote_plugins/2_156/sudorule.py:1394 #: ipaclient/remote_plugins/2_164/sudorule.py:1394 #: ipaclient/remote_plugins/2_49/sudorule.py:1251 msgid "Remove hosts and hostgroups affected by Sudo Rule." msgstr "Удалить узлы и группы узлов, которых касается правило Sudo." #: ipaserver/plugins/sudorule.py:732 #: ipaclient/remote_plugins/2_114/sudorule.py:707 #: ipaclient/remote_plugins/2_156/sudorule.py:707 #: ipaclient/remote_plugins/2_164/sudorule.py:707 #: ipaclient/remote_plugins/2_49/sudorule.py:607 msgid "Add users and groups for Sudo to execute as." msgstr "Добавить пользователей и группы для выполнения Sudo от их имени." #: ipaserver/plugins/sudorule.py:755 ipaserver/plugins/sudorule.py:868 msgid "users cannot be added when runAs user or runAs group category='all'" msgstr "" "невозможно добавить пользователей, когда категория запуска от имени " "пользователей или запуска от имени групп=\"all\"" #: ipaserver/plugins/sudorule.py:762 #, python-format msgid "RunAsUser does not accept '%(name)s' as a user name" msgstr "" "Нельзя указывать \"%(name)s\" в качестве имени пользователя в записи " "RunAsUser" #: ipaserver/plugins/sudorule.py:770 #, python-format msgid "RunAsUser does not accept '%(name)s' as a group name" msgstr "Имя группы \"%(name)s\" не принимается RunAsUser" #: ipaserver/plugins/sudorule.py:809 #: ipaclient/remote_plugins/2_114/sudorule.py:1584 #: ipaclient/remote_plugins/2_156/sudorule.py:1584 #: ipaclient/remote_plugins/2_164/sudorule.py:1584 #: ipaclient/remote_plugins/2_49/sudorule.py:1391 msgid "Remove users and groups for Sudo to execute as." msgstr "Удалить пользователей и группы для выполнения Sudo от их имени." #: ipaserver/plugins/sudorule.py:847 #: ipaclient/remote_plugins/2_114/sudorule.py:647 #: ipaclient/remote_plugins/2_156/sudorule.py:647 #: ipaclient/remote_plugins/2_164/sudorule.py:647 #: ipaclient/remote_plugins/2_49/sudorule.py:554 msgid "Add group for Sudo to execute as." msgstr "Добавить группу для выполнения Sudo от её имени." #: ipaserver/plugins/sudorule.py:875 #, python-format msgid "RunAsGroup does not accept '%(name)s' as a group name" msgstr "Имя группы \"%(name)s\" не принимается RunAsGroup" #: ipaserver/plugins/sudorule.py:895 #: ipaclient/remote_plugins/2_114/sudorule.py:1524 #: ipaclient/remote_plugins/2_156/sudorule.py:1524 #: ipaclient/remote_plugins/2_164/sudorule.py:1524 #: ipaclient/remote_plugins/2_49/sudorule.py:1338 msgid "Remove group for Sudo to execute as." msgstr "Удалить группу для выполнения Sudo от её имени." #: ipaserver/plugins/sudorule.py:914 #: ipaclient/remote_plugins/2_114/sudorule.py:592 #: ipaclient/remote_plugins/2_156/sudorule.py:592 #: ipaclient/remote_plugins/2_164/sudorule.py:592 #: ipaclient/remote_plugins/2_49/sudorule.py:529 msgid "Add an option to the Sudo Rule." msgstr "Добавить параметр в правило Sudo." #: ipaserver/plugins/sudorule.py:962 #: ipaclient/remote_plugins/2_114/sudorule.py:1469 #: ipaclient/remote_plugins/2_156/sudorule.py:1469 #: ipaclient/remote_plugins/2_164/sudorule.py:1469 #: ipaclient/remote_plugins/2_49/sudorule.py:1313 msgid "Remove an option from Sudo Rule." msgstr "Удалить параметр из правила Sudo." #: ipaserver/plugins/topology.py:24 msgid "" "\n" "Topology\n" "\n" "Management of a replication topology at domain level 1.\n" msgstr "" "\n" "Топология\n" "\n" "Управление топологией репликации на уровне домена 1.\n" #: ipaserver/plugins/topology.py:28 msgid "" "\n" "IPA server's data is stored in LDAP server in two suffixes:\n" "* domain suffix, e.g., 'dc=example,dc=com', contains all domain related " "data\n" "* ca suffix, 'o=ipaca', is present only on server with CA installed. It\n" " contains data for Certificate Server component\n" msgstr "" "\n" "Данные IPA-сервера хранятся на LDAP-сервере в двух суффиксах:\n" "* суффикс домена (domain), например, \"dc=example,dc=com\", содержит все " "связанные с доменом данные\n" "* суффикс центра сертификации (ca), \"o=ipaca\", имеется только на серверах " "с установленным CA. Он содержит данные для компонента сервера сертификатов\n" #: ipaserver/plugins/topology.py:33 msgid "" "\n" "Data stored on IPA servers is replicated to other IPA servers. The way it " "is\n" "replicated is defined by replication agreements. Replication agreements " "needs\n" "to be set for both suffixes separately. On domain level 0 they are managed\n" "using ipa-replica-manage and ipa-csreplica-manage tools. With domain level " "1\n" "they are managed centrally using `ipa topology*` commands.\n" msgstr "" "\n" "Данные, которые хранятся на IPA-серверах, реплицируются на другие IPA-" "серверы. Способ репликации определяется соглашениями о репликации. " "Соглашения о репликации необходимо устанавливать для каждого из суффиксов " "отдельно. На уровне домена 0 управление ими выполняется с помощью средств " "ipa-replica-manage и ipa-csreplica-manage. На уровне домена 1 управление " "выполняется централизованно с помощью команд \"ipa topology*\".\n" #: ipaserver/plugins/topology.py:39 msgid "" "\n" "Agreements are represented by topology segments. By default topology " "segment\n" "represents 2 replication agreements - one for each direction, e.g., A to B " "and\n" "B to A. Creation of unidirectional segments is not allowed.\n" msgstr "" "\n" "Соглашения представляются сегментами топологии. По умолчанию сегмент " "топологии представляет 2 соглашения о репликации: по одному для каждого " "направления, например, от A до B и от B до A. Создание однонаправленных " "сегментов запрещено.\n" #: ipaserver/plugins/topology.py:43 msgid "" "\n" "To verify that no server is disconnected in the topology of the given " "suffix,\n" "use:\n" " ipa topologysuffix-verify $suffix\n" msgstr "" "\n" "Чтобы проверить, что ни один сервер не отключается в топологии указанного " "суффикса, используйте эту команду:\n" " ipa topologysuffix-verify $suffix\n" #: ipaserver/plugins/topology.py:47 msgid "" "\n" "\n" "Examples:\n" " Find all IPA servers:\n" " ipa server-find\n" msgstr "" "\n" "\n" "Примеры:\n" " Найти все IPA-серверы:\n" " ipa server-find\n" #: ipaserver/plugins/topology.py:52 msgid "" "\n" " Find all suffixes:\n" " ipa topologysuffix-find\n" msgstr "" "\n" " Найти все суффиксы:\n" " ipa topologysuffix-find\n" #: ipaserver/plugins/topology.py:55 msgid "" "\n" " Add topology segment to 'domain' suffix:\n" " ipa topologysegment-add domain --left IPA_SERVER_A --right IPA_SERVER_B\n" msgstr "" "\n" " Добавить сегмент топологии к суффиксу \"domain\":\n" " ipa topologysegment-add domain --left IPA_SERVER_A --right IPA_SERVER_B\n" #: ipaserver/plugins/topology.py:58 msgid "" "\n" " Add topology segment to 'ca' suffix:\n" " ipa topologysegment-add ca --left IPA_SERVER_A --right IPA_SERVER_B\n" msgstr "" "\n" " Добавить сегмент топологии в суффикс \"ca\":\n" " ipa topologysegment-add ca --left IPA_SERVER_A --right IPA_SERVER_B\n" #: ipaserver/plugins/topology.py:61 msgid "" "\n" " List all topology segments in 'domain' suffix:\n" " ipa topologysegment-find domain\n" msgstr "" "\n" " Вывести список всех сегментов топологии в суффиксе \"domain\":\n" " ipa topologysegment-find domain\n" #: ipaserver/plugins/topology.py:64 msgid "" "\n" " List all topology segments in 'ca' suffix:\n" " ipa topologysegment-find ca\n" msgstr "" "\n" " Вывести список всех сегментов топологии в суффиксе \"ca\":\n" " ipa topologysegment-find ca\n" #: ipaserver/plugins/topology.py:67 msgid "" "\n" " Delete topology segment in 'domain' suffix:\n" " ipa topologysegment-del domain segment_name\n" msgstr "" "\n" " Удалить сегмент топологии в суффиксе \"domain\":\n" " ipa topologysegment-del domain segment_name\n" #: ipaserver/plugins/topology.py:70 msgid "" "\n" " Delete topology segment in 'ca' suffix:\n" " ipa topologysegment-del ca segment_name\n" msgstr "" "\n" " Удалить сегмент топологии в суффиксе \"ca\":\n" " ipa topologysegment-del ca segment_name\n" #: ipaserver/plugins/topology.py:73 msgid "" "\n" " Verify topology of 'domain' suffix:\n" " ipa topologysuffix-verify domain\n" msgstr "" "\n" " Проверить топологию суффикса \"domain\":\n" " ipa topologysuffix-verify domain\n" #: ipaserver/plugins/topology.py:76 msgid "" "\n" " Verify topology of 'ca' suffix:\n" " ipa topologysuffix-verify ca\n" msgstr "" "\n" " Проверить топологию суффикса \"ca\":\n" " ipa topologysuffix-verify ca\n" #: ipaserver/plugins/topology.py:88 #, python-brace-format msgid "Topology management requires minimum domain level {0} " msgstr "Управление топологией требует уровня домена не ниже {0}" #: ipaserver/plugins/topology.py:100 msgid "segment" msgstr "сегмент" #: ipaserver/plugins/topology.py:101 msgid "segments" msgstr "сегменты" #: ipaserver/plugins/topology.py:115 msgid "Topology Segments" msgstr "Сегменты топологии" #: ipaserver/plugins/topology.py:116 msgid "Topology Segment" msgstr "Сегмент топологии" #: ipaserver/plugins/topology.py:124 #: ipaclient/remote_plugins/2_156/topology.py:36 #: ipaclient/remote_plugins/2_156/topology.py:117 #: ipaclient/remote_plugins/2_156/topology.py:248 #: ipaclient/remote_plugins/2_156/topology.py:304 #: ipaclient/remote_plugins/2_156/topology.py:447 #: ipaclient/remote_plugins/2_156/topology.py:568 #: ipaclient/remote_plugins/2_156/topology.py:632 #: ipaclient/remote_plugins/2_164/topology.py:85 #: ipaclient/remote_plugins/2_164/topology.py:164 #: ipaclient/remote_plugins/2_164/topology.py:294 #: ipaclient/remote_plugins/2_164/topology.py:348 #: ipaclient/remote_plugins/2_164/topology.py:489 #: ipaclient/remote_plugins/2_164/topology.py:608 #: ipaclient/remote_plugins/2_164/topology.py:670 msgid "Segment name" msgstr "Имя сегмента" #: ipaserver/plugins/topology.py:128 #: ipaclient/remote_plugins/2_156/topology.py:37 #: ipaclient/remote_plugins/2_156/topology.py:118 #: ipaclient/remote_plugins/2_156/topology.py:249 #: ipaclient/remote_plugins/2_156/topology.py:305 #: ipaclient/remote_plugins/2_156/topology.py:448 #: ipaclient/remote_plugins/2_156/topology.py:569 #: ipaclient/remote_plugins/2_156/topology.py:633 #: ipaclient/remote_plugins/2_164/topology.py:86 #: ipaclient/remote_plugins/2_164/topology.py:165 #: ipaclient/remote_plugins/2_164/topology.py:295 #: ipaclient/remote_plugins/2_164/topology.py:349 #: ipaclient/remote_plugins/2_164/topology.py:490 #: ipaclient/remote_plugins/2_164/topology.py:609 #: ipaclient/remote_plugins/2_164/topology.py:671 msgid "Arbitrary string identifying the segment" msgstr "Обязательная строка, которая идентифицирует сегмент" #: ipaserver/plugins/topology.py:136 #: ipaclient/remote_plugins/2_156/topology.py:41 #: ipaclient/remote_plugins/2_156/topology.py:129 #: ipaclient/remote_plugins/2_156/topology.py:315 #: ipaclient/remote_plugins/2_164/topology.py:90 #: ipaclient/remote_plugins/2_164/topology.py:176 #: ipaclient/remote_plugins/2_164/topology.py:359 msgid "Left node" msgstr "Левый узел" #: ipaserver/plugins/topology.py:138 #: ipaclient/remote_plugins/2_156/topology.py:42 #: ipaclient/remote_plugins/2_156/topology.py:130 #: ipaclient/remote_plugins/2_156/topology.py:316 #: ipaclient/remote_plugins/2_164/topology.py:91 #: ipaclient/remote_plugins/2_164/topology.py:177 #: ipaclient/remote_plugins/2_164/topology.py:360 msgid "Left replication node - an IPA server" msgstr "Левый узел репликации — IPA-сервер" #: ipaserver/plugins/topology.py:147 #: ipaclient/remote_plugins/2_156/topology.py:46 #: ipaclient/remote_plugins/2_156/topology.py:136 #: ipaclient/remote_plugins/2_156/topology.py:323 #: ipaclient/remote_plugins/2_164/topology.py:95 #: ipaclient/remote_plugins/2_164/topology.py:183 #: ipaclient/remote_plugins/2_164/topology.py:367 msgid "Right node" msgstr "Правый узел" #: ipaserver/plugins/topology.py:149 #: ipaclient/remote_plugins/2_156/topology.py:47 #: ipaclient/remote_plugins/2_156/topology.py:137 #: ipaclient/remote_plugins/2_156/topology.py:324 #: ipaclient/remote_plugins/2_164/topology.py:96 #: ipaclient/remote_plugins/2_164/topology.py:184 #: ipaclient/remote_plugins/2_164/topology.py:368 msgid "Right replication node - an IPA server" msgstr "Правый узел репликации — IPA-сервер" #: ipaserver/plugins/topology.py:155 #: ipaclient/remote_plugins/2_156/topology.py:51 #: ipaclient/remote_plugins/2_156/topology.py:144 #: ipaclient/remote_plugins/2_156/topology.py:332 #: ipaclient/remote_plugins/2_164/topology.py:100 #: ipaclient/remote_plugins/2_164/topology.py:191 #: ipaclient/remote_plugins/2_164/topology.py:376 msgid "Connectivity" msgstr "Возможность подключения" #: ipaserver/plugins/topology.py:159 #: ipaclient/remote_plugins/2_156/topology.py:52 #: ipaclient/remote_plugins/2_156/topology.py:145 #: ipaclient/remote_plugins/2_156/topology.py:333 #: ipaclient/remote_plugins/2_164/topology.py:101 #: ipaclient/remote_plugins/2_164/topology.py:192 #: ipaclient/remote_plugins/2_164/topology.py:377 msgid "Direction of replication between left and right replication node" msgstr "Направление репликации между левым и правым узлами репликации" #: ipaserver/plugins/topology.py:166 #: ipaclient/remote_plugins/2_156/topology.py:57 #: ipaclient/remote_plugins/2_156/topology.py:153 #: ipaclient/remote_plugins/2_156/topology.py:341 #: ipaclient/remote_plugins/2_156/topology.py:460 #: ipaclient/remote_plugins/2_164/topology.py:106 #: ipaclient/remote_plugins/2_164/topology.py:201 #: ipaclient/remote_plugins/2_164/topology.py:385 #: ipaclient/remote_plugins/2_164/topology.py:502 msgid "Attributes to strip" msgstr "Атрибуты, которые следует убрать" #: ipaserver/plugins/topology.py:168 #: ipaclient/remote_plugins/2_156/topology.py:58 #: ipaclient/remote_plugins/2_156/topology.py:154 #: ipaclient/remote_plugins/2_156/topology.py:342 #: ipaclient/remote_plugins/2_156/topology.py:461 #: ipaclient/remote_plugins/2_164/topology.py:107 #: ipaclient/remote_plugins/2_164/topology.py:202 #: ipaclient/remote_plugins/2_164/topology.py:386 #: ipaclient/remote_plugins/2_164/topology.py:503 msgid "" "A space separated list of attributes which are removed from replication " "updates." msgstr "" "Разделённый пробелами список атрибутов, которые удалены из обновлений " "репликации" #: ipaserver/plugins/topology.py:175 #: ipaclient/remote_plugins/2_156/topology.py:64 #: ipaclient/remote_plugins/2_156/topology.py:162 #: ipaclient/remote_plugins/2_156/topology.py:350 #: ipaclient/remote_plugins/2_156/topology.py:469 #: ipaclient/remote_plugins/2_164/topology.py:113 #: ipaclient/remote_plugins/2_164/topology.py:210 #: ipaclient/remote_plugins/2_164/topology.py:394 #: ipaclient/remote_plugins/2_164/topology.py:511 msgid "" "Attributes that are not replicated to a consumer server during a fractional " "update. E.g., `(objectclass=*) $ EXCLUDE accountlockout memberof" msgstr "" "Атрибуты, которые не реплицируются на сервер-потребитель при частичном " "обновлении. Например, `(objectclass=*) $ EXCLUDE accountlockout memberof" #: ipaserver/plugins/topology.py:182 #: ipaclient/remote_plugins/2_156/topology.py:69 #: ipaclient/remote_plugins/2_156/topology.py:168 #: ipaclient/remote_plugins/2_156/topology.py:356 #: ipaclient/remote_plugins/2_156/topology.py:475 #: ipaclient/remote_plugins/2_164/topology.py:118 #: ipaclient/remote_plugins/2_164/topology.py:216 #: ipaclient/remote_plugins/2_164/topology.py:400 #: ipaclient/remote_plugins/2_164/topology.py:517 msgid "Attributes for total update" msgstr "Атрибуты для общего обновления" #: ipaserver/plugins/topology.py:183 #: ipaclient/remote_plugins/2_156/topology.py:70 #: ipaclient/remote_plugins/2_156/topology.py:169 #: ipaclient/remote_plugins/2_156/topology.py:357 #: ipaclient/remote_plugins/2_156/topology.py:476 #: ipaclient/remote_plugins/2_164/topology.py:119 #: ipaclient/remote_plugins/2_164/topology.py:217 #: ipaclient/remote_plugins/2_164/topology.py:401 #: ipaclient/remote_plugins/2_164/topology.py:518 msgid "" "Attributes that are not replicated to a consumer server during a total " "update. E.g. (objectclass=*) $ EXCLUDE accountlockout" msgstr "" "Атрибуты, которые не реплицируются на сервер-потребитель при общем " "обновлении. Например, (objectclass=*) $ EXCLUDE accountlockout memberof" #: ipaserver/plugins/topology.py:190 #: ipaclient/remote_plugins/2_156/topology.py:75 #: ipaclient/remote_plugins/2_156/topology.py:175 #: ipaclient/remote_plugins/2_156/topology.py:363 #: ipaclient/remote_plugins/2_156/topology.py:482 #: ipaclient/remote_plugins/2_164/topology.py:124 #: ipaclient/remote_plugins/2_164/topology.py:223 #: ipaclient/remote_plugins/2_164/topology.py:407 #: ipaclient/remote_plugins/2_164/topology.py:524 msgid "Session timeout" msgstr "Время ожидания сеанса" #: ipaserver/plugins/topology.py:192 #: ipaclient/remote_plugins/2_156/topology.py:76 #: ipaclient/remote_plugins/2_156/topology.py:176 #: ipaclient/remote_plugins/2_156/topology.py:364 #: ipaclient/remote_plugins/2_156/topology.py:483 #: ipaclient/remote_plugins/2_164/topology.py:125 #: ipaclient/remote_plugins/2_164/topology.py:224 #: ipaclient/remote_plugins/2_164/topology.py:408 #: ipaclient/remote_plugins/2_164/topology.py:525 msgid "" "Number of seconds outbound LDAP operations waits for a response from the " "remote replica before timing out and failing" msgstr "" "Количество секунд, в течение которого исходящие операции LDAP ожидают ответа " "от удалённой реплики, прежде чем будет превышено время ожидания и выдано " "сообщение об ошибке" #: ipaserver/plugins/topology.py:199 #: ipaclient/remote_plugins/2_156/topology.py:81 #: ipaclient/remote_plugins/2_156/topology.py:183 #: ipaclient/remote_plugins/2_156/topology.py:371 #: ipaclient/remote_plugins/2_156/topology.py:490 #: ipaclient/remote_plugins/2_164/topology.py:130 #: ipaclient/remote_plugins/2_164/topology.py:231 #: ipaclient/remote_plugins/2_164/topology.py:415 #: ipaclient/remote_plugins/2_164/topology.py:532 msgid "Replication agreement enabled" msgstr "Соглашение о репликации включено" #: ipaserver/plugins/topology.py:200 #: ipaclient/remote_plugins/2_156/topology.py:82 #: ipaclient/remote_plugins/2_156/topology.py:184 #: ipaclient/remote_plugins/2_156/topology.py:372 #: ipaclient/remote_plugins/2_156/topology.py:491 #: ipaclient/remote_plugins/2_164/topology.py:131 #: ipaclient/remote_plugins/2_164/topology.py:232 #: ipaclient/remote_plugins/2_164/topology.py:416 #: ipaclient/remote_plugins/2_164/topology.py:533 msgid "" "Whether a replication agreement is active, meaning whether replication is " "occurring per that agreement" msgstr "" "Активно ли соглашение о репликации, то есть выполняется ли репликация по " "этому соглашению" #: ipaserver/plugins/topology.py:222 #, python-format msgid "left node is not a topology node: %(leftnode)s" msgstr "левый узел не является узлом топологии: %(leftnode)s" #: ipaserver/plugins/topology.py:229 #, python-format msgid "right node is not a topology node: %(rightnode)s" msgstr "правый узел не является узлом топологии: %(rightnode)s" #: ipaserver/plugins/topology.py:246 msgid "left node and right node must not be the same" msgstr "левый узел и правый узел должны быть разными узлами" #: ipaserver/plugins/topology.py:257 #, python-brace-format msgid "left node ({host}) does not support suffix '{suff}'" msgstr "в левом узле ({host}) не предусмотрена поддержка суффикса '{suff}'" #: ipaserver/plugins/topology.py:265 #, python-brace-format msgid "right node ({host}) does not support suffix '{suff}'" msgstr "в правом узле ({host}) не предусмотрена поддержка суффикса '{suff}'" #: ipaserver/plugins/topology.py:273 #: ipaclient/remote_plugins/2_156/topology.py:283 #: ipaclient/remote_plugins/2_164/topology.py:329 msgid "Search for topology segments." msgstr "Поиск сегментов топологии." #: ipaserver/plugins/topology.py:276 #, python-format msgid "%(count)d segment matched" msgid_plural "%(count)d segments matched" msgstr[0] "установлено соответствие %(count)d сегмента" msgstr[1] "установлено соответствие %(count)d сегментов" msgstr[2] "установлено соответствие %(count)d сегментов" #: ipaserver/plugins/topology.py:283 #: ipaclient/remote_plugins/2_156/topology.py:104 #: ipaclient/remote_plugins/2_164/topology.py:153 msgid "Add a new segment." msgstr "Добавить новый сегмент." #: ipaserver/plugins/topology.py:285 #, python-format msgid "Added segment \"%(value)s\"" msgstr "Добавлен сегмент \"%(value)s\"" #: ipaserver/plugins/topology.py:296 #: ipaclient/remote_plugins/2_156/topology.py:234 #: ipaclient/remote_plugins/2_164/topology.py:282 msgid "Delete a segment." msgstr "Удалить сегмент." #: ipaserver/plugins/topology.py:298 #, python-format msgid "Deleted segment \"%(value)s\"" msgstr "Удалён сегмент \"%(value)s\"" #: ipaserver/plugins/topology.py:308 #: ipaclient/remote_plugins/2_156/topology.py:434 #: ipaclient/remote_plugins/2_164/topology.py:478 msgid "Modify a segment." msgstr "Изменить сегмент." #: ipaserver/plugins/topology.py:310 #, python-format msgid "Modified segment \"%(value)s\"" msgstr "Изменён сегмент \"%(value)s\"" #: ipaserver/plugins/topology.py:321 #: ipaclient/remote_plugins/2_156/topology.py:555 #: ipaclient/remote_plugins/2_164/topology.py:597 msgid "" "Request a full re-initialization of the node retrieving data from the other " "node." msgstr "" "Отправить запрос на полную повторную инициализацию узла, чтобы получить " "данные с другого узла." #: ipaserver/plugins/topology.py:325 #, python-format msgid "%(value)s" msgstr "%(value)s" #: ipaserver/plugins/topology.py:330 #: ipaclient/remote_plugins/2_156/topology.py:580 #: ipaclient/remote_plugins/2_164/topology.py:620 msgid "Initialize left node" msgstr "Инициализировать левый узел" #: ipaserver/plugins/topology.py:335 #: ipaclient/remote_plugins/2_156/topology.py:587 #: ipaclient/remote_plugins/2_164/topology.py:627 msgid "Initialize right node" msgstr "Инициализировать правый узел" #: ipaserver/plugins/topology.py:340 #: ipaclient/remote_plugins/2_156/topology.py:594 #: ipaclient/remote_plugins/2_164/topology.py:634 msgid "Stop already started refresh of chosen node(s)" msgstr "Остановить уже начатое обновление выбранного узла (узлов)" #: ipaserver/plugins/topology.py:361 msgid "left or right node has to be specified" msgstr "следует указать левый или правый узел" #: ipaserver/plugins/topology.py:366 msgid "only one node can be specified" msgstr "можно указать только один узел" #: ipaserver/plugins/topology.py:370 #, python-format msgid "Replication refresh for segment: \"%(pkey)s\" requested." msgstr "Обновление репликации для сегмента: направлен запрос \"%(pkey)s\"." #: ipaserver/plugins/topology.py:373 #, python-format msgid "Stopping of replication refresh for segment: \"%(pkey)s\" requested." msgstr "Остановка репликации для сегмента: направлен запрос \"%(pkey)s\"." #: ipaserver/plugins/topology.py:394 #: ipaclient/remote_plugins/2_156/topology.py:619 #: ipaclient/remote_plugins/2_164/topology.py:659 msgid "Display a segment." msgstr "Показать сегмент." #: ipaserver/plugins/topology.py:403 #: ipaclient/remote_plugins/2_164/server.py:228 #: ipaclient/remote_plugins/2_164/server.py:236 msgid "suffix" msgstr "суффикс" #: ipaserver/plugins/topology.py:404 msgid "suffixes" msgstr "суффиксы" #: ipaserver/plugins/topology.py:408 msgid "Topology suffixes" msgstr "Суффиксы топологии" #: ipaserver/plugins/topology.py:409 msgid "Topology suffix" msgstr "Суффикс топологии" #: ipaserver/plugins/topology.py:416 #: ipaclient/remote_plugins/2_156/topology.py:93 #: ipaclient/remote_plugins/2_156/topology.py:112 #: ipaclient/remote_plugins/2_156/topology.py:242 #: ipaclient/remote_plugins/2_156/topology.py:291 #: ipaclient/remote_plugins/2_156/topology.py:442 #: ipaclient/remote_plugins/2_156/topology.py:563 #: ipaclient/remote_plugins/2_156/topology.py:627 #: ipaclient/remote_plugins/2_156/topology.py:689 #: ipaclient/remote_plugins/2_156/topology.py:755 #: ipaclient/remote_plugins/2_156/topology.py:801 #: ipaclient/remote_plugins/2_156/topology.py:877 #: ipaclient/remote_plugins/2_156/topology.py:957 #: ipaclient/remote_plugins/2_156/topology.py:1017 #: ipaclient/remote_plugins/2_164/topology.py:142 #: ipaclient/remote_plugins/2_164/topology.py:159 #: ipaclient/remote_plugins/2_164/topology.py:288 #: ipaclient/remote_plugins/2_164/topology.py:335 #: ipaclient/remote_plugins/2_164/topology.py:484 #: ipaclient/remote_plugins/2_164/topology.py:603 #: ipaclient/remote_plugins/2_164/topology.py:665 #: ipaclient/remote_plugins/2_164/topology.py:727 #: ipaclient/remote_plugins/2_164/topology.py:792 #: ipaclient/remote_plugins/2_164/topology.py:836 #: ipaclient/remote_plugins/2_164/topology.py:911 #: ipaclient/remote_plugins/2_164/topology.py:988 #: ipaclient/remote_plugins/2_164/topology.py:1046 msgid "Suffix name" msgstr "Имя суффикса" #: ipaserver/plugins/topology.py:421 #: ipaclient/remote_plugins/2_164/topology.py:146 #: ipaclient/remote_plugins/2_164/topology.py:734 #: ipaclient/remote_plugins/2_164/topology.py:842 #: ipaclient/remote_plugins/2_164/topology.py:919 msgid "Managed LDAP suffix DN" msgstr "DN управляемого суффикса LDAP" #: ipaserver/plugins/topology.py:428 #: ipaclient/remote_plugins/2_164/topology.py:822 msgid "Search for topology suffixes." msgstr "Поиск суффиксов топологии." #: ipaserver/plugins/topology.py:431 #, python-format msgid "%(count)d topology suffix matched" msgid_plural "%(count)d topology suffixes matched" msgstr[0] "установлено соответствие %(count)d суффикса топологии" msgstr[1] "установлено соответствие %(count)d суффиксов топологии" msgstr[2] "установлено соответствие %(count)d суффиксов топологии" #: ipaserver/plugins/topology.py:438 #: ipaclient/remote_plugins/2_156/topology.py:746 #: ipaclient/remote_plugins/2_164/topology.py:783 msgid "Delete a topology suffix." msgstr "Удалить суффикс топологии." #: ipaserver/plugins/topology.py:442 #, python-format msgid "Deleted topology suffix \"%(value)s\"" msgstr "Удалён суффикс топологии \"%(value)s\"" #: ipaserver/plugins/topology.py:452 #: ipaclient/remote_plugins/2_156/topology.py:681 #: ipaclient/remote_plugins/2_164/topology.py:719 msgid "Add a new topology suffix to be managed." msgstr "Добавить новый суффикс топологии, которым следует управлять." #: ipaserver/plugins/topology.py:456 #, python-format msgid "Added topology suffix \"%(value)s\"" msgstr "Добавлен суффикс топологии \"%(value)s\"" #: ipaserver/plugins/topology.py:466 #: ipaclient/remote_plugins/2_156/topology.py:869 #: ipaclient/remote_plugins/2_164/topology.py:903 msgid "Modify a topology suffix." msgstr "Изменить суффикс топологии." #: ipaserver/plugins/topology.py:470 #, python-format msgid "Modified topology suffix \"%(value)s\"" msgstr "Изменён суффикс топологии \"%(value)s\"" #: ipaserver/plugins/topology.py:480 #: ipaclient/remote_plugins/2_156/topology.py:949 #: ipaclient/remote_plugins/2_164/topology.py:982 msgid "Show managed suffix." msgstr "Показать управляемый суффикс." #: ipaserver/plugins/topology.py:485 msgid "" "\n" "Verify replication topology for suffix.\n" "\n" "Checks done:\n" " 1. check if a topology is not disconnected. In other words if there are\n" " replication paths between all servers.\n" " 2. check if servers don't have more than the recommended number of\n" " replication agreements\n" msgstr "" "\n" "Проверка топологии репликации для суффикса.\n" "\n" "Проверки, которые выполняются:\n" " 1. проверка того, не отключена ли топология (иначе говоря, имеются ли пути " "репликации между всеми серверами).\n" " 2. проверка того, не превышено ли рекомендованное количество соглашений о " "репликации между серверами.\n" " \n" #: ipaserver/plugins/servicedelegation.py:26 #: ipaclient/remote_plugins/2_156/servicedelegation.py:19 #: ipaclient/remote_plugins/2_164/servicedelegation.py:19 msgid "" "\n" "Service Constrained Delegation\n" "\n" "Manage rules to allow constrained delegation of credentials so\n" "that a service can impersonate a user when communicating with another\n" "service without requiring the user to actually forward their TGT.\n" "This makes for a much better method of delegating credentials as it\n" "prevents exposure of the short term secret of the user.\n" "\n" "The naming convention is to append the word \"target\" or \"targets\" to\n" "a matching rule name. This is not mandatory but helps conceptually\n" "to associate rules and targets.\n" "\n" "A rule consists of two things:\n" " - A list of targets the rule applies to\n" " - A list of memberPrincipals that are allowed to delegate for\n" " those targets\n" "\n" "A target consists of a list of principals that can be delegated.\n" "\n" "In English, a rule says that this principal can delegate as this\n" "list of principals, as defined by these targets.\n" "\n" "EXAMPLES:\n" "\n" " Add a new constrained delegation rule:\n" " ipa servicedelegationrule-add ftp-delegation\n" "\n" " Add a new constrained delegation target:\n" " ipa servicedelegationtarget-add ftp-delegation-target\n" "\n" " Add a principal to the rule:\n" " ipa servicedelegationrule-add-member --principals=ftp/ipa.example." "com ftp-delegation\n" "\n" " Add our target to the rule:\n" " ipa servicedelegationrule-add-target --servicedelegationtargets=ftp-" "delegation-target ftp-delegation\n" "\n" " Add a principal to the target:\n" " ipa servicedelegationtarget-add-member --principals=ldap/ipa.example." "com ftp-delegation-target\n" "\n" " Display information about a named delegation rule and target:\n" " ipa servicedelegationrule_show ftp-delegation\n" " ipa servicedelegationtarget_show ftp-delegation-target\n" "\n" " Remove a constrained delegation:\n" " ipa servicedelegationrule-del ftp-delegation-target\n" " ipa servicedelegationtarget-del ftp-delegation\n" "\n" "In this example the ftp service can get a TGT for the ldap service on\n" "the bound user's behalf.\n" "\n" "It is strongly discouraged to modify the delegations that ship with\n" "IPA, ipa-http-delegation and its targets ipa-cifs-delegation-targets and\n" "ipa-ldap-delegation-targets. Incorrect changes can remove the ability\n" "to delegate, causing the framework to stop functioning.\n" msgstr "" "\n" "Ограниченное делегирование служб\n" "\n" "Управление правилами, с помощью которых можно ограничить делегирование " "учётных данных таким образом, что служба сможет выполнять олицетворение " "пользователя при обмене данными с другой службой без необходимости для " "пользователя самом деле перенаправлять билет для получения билета (TGT). " "Такой метод делегирования учётных данных значительно лучше, так как " "предотвращает раскрытие краткосрочного секрета пользователя.\n" "\n" "В соответствии с соглашением об именовании к имени соответствующего правила " "добавляется слово \"target\" или \"targets\". Такая схема имён не является " "обязательной, но она помогает концептуально связать правила и их " "назначения.\n" "\n" "Правило состоит из двух компонентов:\n" " - Список целей (назначений), к которым применяется правило\n" " - Список memberPrincipals, которым разрешено делегирование для этих " "целей \n" "\n" "Цель состоит из списка учётных записей, которые можно делегировать.\n" "\n" "Если проще, правило утверждает, что определённую учетную запись можно " "делегировать как указанный список учётных записей, согласно заданному списку " "целей.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новое правило ограниченного делегирования:\n" " ipa servicedelegationrule-add ftp-delegation\n" "\n" " Добавить новую цель ограниченного делегирования:\n" " ipa servicedelegationtarget-add ftp-delegation-target\n" "\n" " Добавить учётную запись в правило:\n" " ipa servicedelegationrule-add-member --principals=ftp/ipa.example." "com ftp-delegation\n" "\n" " Добавить цель в правило:\n" " ipa servicedelegationrule-add-target --servicedelegationtargets=ftp-" "delegation-target ftp-delegation\n" "\n" " Добавить учётную запись в цель:\n" " ipa servicedelegationtarget-add-member --principals=ldap/ipa.example." "com ftp-delegation-target\n" "\n" " Показать сведения об именованном правиле делегирования и цели:\n" " ipa servicedelegationrule_show ftp-delegation\n" " ipa servicedelegationtarget_show ftp-delegation-target\n" "\n" " Удалить ограниченное делегирование:\n" " ipa servicedelegationrule-del ftp-delegation-target\n" " ipa servicedelegationtarget-del ftp-delegation\n" "\n" "В этом примере служба ftp может получать билет для получения билета для " "службы ldap от имени связанного пользователя.\n" "\n" "Настоятельно не рекомендуется изменять делегирования, которые поставляются с " "IPA, ipa-http-delegation и его цели ipa-cifs-delegation-targets и Ipa-ldap-" "delegation-targets. Неправильная настройка может привести к потере " "возможности делегирования, что повлечет неработоспособность всей системы.\n" #: ipaserver/plugins/servicedelegation.py:151 #: ipaserver/plugins/delegation.py:75 ipaserver/plugins/delegation.py:76 #: ipaclient/remote_plugins/2_114/delegation.py:54 #: ipaclient/remote_plugins/2_114/delegation.py:90 #: ipaclient/remote_plugins/2_114/delegation.py:158 #: ipaclient/remote_plugins/2_114/delegation.py:197 #: ipaclient/remote_plugins/2_114/delegation.py:280 #: ipaclient/remote_plugins/2_114/delegation.py:351 #: ipaclient/remote_plugins/2_156/delegation.py:54 #: ipaclient/remote_plugins/2_156/delegation.py:90 #: ipaclient/remote_plugins/2_156/delegation.py:158 #: ipaclient/remote_plugins/2_156/delegation.py:197 #: ipaclient/remote_plugins/2_156/delegation.py:280 #: ipaclient/remote_plugins/2_156/delegation.py:351 #: ipaclient/remote_plugins/2_156/servicedelegation.py:85 #: ipaclient/remote_plugins/2_156/servicedelegation.py:100 #: ipaclient/remote_plugins/2_156/servicedelegation.py:113 #: ipaclient/remote_plugins/2_156/servicedelegation.py:177 #: ipaclient/remote_plugins/2_156/servicedelegation.py:237 #: ipaclient/remote_plugins/2_156/servicedelegation.py:298 #: ipaclient/remote_plugins/2_156/servicedelegation.py:342 #: ipaclient/remote_plugins/2_156/servicedelegation.py:416 #: ipaclient/remote_plugins/2_156/servicedelegation.py:476 #: ipaclient/remote_plugins/2_156/servicedelegation.py:536 #: ipaclient/remote_plugins/2_156/servicedelegation.py:593 #: ipaclient/remote_plugins/2_156/servicedelegation.py:650 #: ipaclient/remote_plugins/2_156/servicedelegation.py:704 #: ipaclient/remote_plugins/2_156/servicedelegation.py:748 #: ipaclient/remote_plugins/2_156/servicedelegation.py:815 #: ipaclient/remote_plugins/2_156/servicedelegation.py:868 #: ipaclient/remote_plugins/2_164/delegation.py:54 #: ipaclient/remote_plugins/2_164/delegation.py:90 #: ipaclient/remote_plugins/2_164/delegation.py:158 #: ipaclient/remote_plugins/2_164/delegation.py:197 #: ipaclient/remote_plugins/2_164/delegation.py:280 #: ipaclient/remote_plugins/2_164/delegation.py:351 #: ipaclient/remote_plugins/2_164/servicedelegation.py:85 #: ipaclient/remote_plugins/2_164/servicedelegation.py:100 #: ipaclient/remote_plugins/2_164/servicedelegation.py:113 #: ipaclient/remote_plugins/2_164/servicedelegation.py:177 #: ipaclient/remote_plugins/2_164/servicedelegation.py:237 #: ipaclient/remote_plugins/2_164/servicedelegation.py:298 #: ipaclient/remote_plugins/2_164/servicedelegation.py:342 #: ipaclient/remote_plugins/2_164/servicedelegation.py:416 #: ipaclient/remote_plugins/2_164/servicedelegation.py:476 #: ipaclient/remote_plugins/2_164/servicedelegation.py:536 #: ipaclient/remote_plugins/2_164/servicedelegation.py:593 #: ipaclient/remote_plugins/2_164/servicedelegation.py:650 #: ipaclient/remote_plugins/2_164/servicedelegation.py:704 #: ipaclient/remote_plugins/2_164/servicedelegation.py:748 #: ipaclient/remote_plugins/2_164/servicedelegation.py:815 #: ipaclient/remote_plugins/2_164/servicedelegation.py:868 #: ipaclient/remote_plugins/2_49/delegation.py:54 #: ipaclient/remote_plugins/2_49/delegation.py:90 #: ipaclient/remote_plugins/2_49/delegation.py:159 #: ipaclient/remote_plugins/2_49/delegation.py:196 #: ipaclient/remote_plugins/2_49/delegation.py:279 #: ipaclient/remote_plugins/2_49/delegation.py:351 msgid "Delegation name" msgstr "Имя делегирования" #: ipaserver/plugins/servicedelegation.py:156 #: ipaclient/remote_plugins/2_156/servicedelegation.py:89 #: ipaclient/remote_plugins/2_164/servicedelegation.py:89 msgid "Allowed Target" msgstr "Допустимая цель" #: ipaserver/plugins/servicedelegation.py:161 msgid "Allowed to Impersonate" msgstr "Разрешено олицетворять" #: ipaserver/plugins/servicedelegation.py:166 msgid "Member principals" msgstr "Учётные записи — участники" #: ipaserver/plugins/servicedelegation.py:173 msgid "Add target to a named service delegation." msgstr "Добавить цель в именованное делегирование служб." #: ipaserver/plugins/servicedelegation.py:252 msgid "Remove member from a named service delegation." msgstr "Удалить участника из именованного делегирования служб." #: ipaserver/plugins/servicedelegation.py:343 #: ipaserver/plugins/servicedelegation.py:376 msgid "service delegation rule" msgstr "правило делегирования служб" #: ipaserver/plugins/servicedelegation.py:344 msgid "service delegation rules" msgstr "правила делегирования служб" #: ipaserver/plugins/servicedelegation.py:355 msgid "Service delegation rules" msgstr "Правила делегирования служб" #: ipaserver/plugins/servicedelegation.py:356 msgid "Service delegation rule" msgstr "Правило делегирования служб" #: ipaserver/plugins/servicedelegation.py:361 #: ipaclient/remote_plugins/2_156/servicedelegation.py:107 #: ipaclient/remote_plugins/2_164/servicedelegation.py:107 msgid "Create a new service delegation rule." msgstr "Создать новое правило делегирования служб." #: ipaserver/plugins/servicedelegation.py:363 #, python-format msgid "Added service delegation rule \"%(value)s\"" msgstr "Добавлено правило делегирования служб \"%(value)s\"" #: ipaserver/plugins/servicedelegation.py:368 #: ipaclient/remote_plugins/2_156/servicedelegation.py:291 #: ipaclient/remote_plugins/2_164/servicedelegation.py:291 msgid "Delete service delegation." msgstr "Удалить делегирование служб." #: ipaserver/plugins/servicedelegation.py:370 #, python-format msgid "Deleted service delegation \"%(value)s\"" msgstr "Удалено делегирование служб \"%(value)s\"" #: ipaserver/plugins/servicedelegation.py:378 msgid "privileged service delegation rule" msgstr "правило делегирования привилегированных служб" #: ipaserver/plugins/servicedelegation.py:385 #: ipaclient/remote_plugins/2_156/servicedelegation.py:328 #: ipaclient/remote_plugins/2_164/servicedelegation.py:328 msgid "Search for service delegations rule." msgstr "Поиск правила делегирования служб." #: ipaserver/plugins/servicedelegation.py:388 #, python-format msgid "%(count)d service delegation rule matched" msgid_plural "%(count)d service delegation rules matched" msgstr[0] "установлено соответствие %(count)d правила делегирования служб" msgstr[1] "установлено соответствие %(count)d правил делегирования служб" msgstr[2] "установлено соответствие %(count)d правил делегирования служб" #: ipaserver/plugins/servicedelegation.py:395 #: ipaclient/remote_plugins/2_156/servicedelegation.py:530 #: ipaclient/remote_plugins/2_164/servicedelegation.py:530 msgid "Display information about a named service delegation rule." msgstr "Показать сведения об именованном правиле делегирования служб." #: ipaserver/plugins/servicedelegation.py:400 #: ipaclient/remote_plugins/2_156/servicedelegation.py:171 #: ipaclient/remote_plugins/2_164/servicedelegation.py:171 msgid "Add member to a named service delegation rule." msgstr "Добавить участника в именованное правило делегирования служб." #: ipaserver/plugins/servicedelegation.py:409 #: ipaclient/remote_plugins/2_156/servicedelegation.py:410 #: ipaclient/remote_plugins/2_164/servicedelegation.py:410 msgid "Remove member from a named service delegation rule." msgstr "Удалить участника из именованного правила делегирования служб." #: ipaserver/plugins/servicedelegation.py:417 #: ipaclient/remote_plugins/2_156/servicedelegation.py:231 #: ipaclient/remote_plugins/2_164/servicedelegation.py:231 msgid "Add target to a named service delegation rule." msgstr "Добавить цель в именованное правило делегирования служб." #: ipaserver/plugins/servicedelegation.py:427 #: ipaclient/remote_plugins/2_156/servicedelegation.py:470 #: ipaclient/remote_plugins/2_164/servicedelegation.py:470 msgid "Remove target from a named service delegation rule." msgstr "Удалить цель из именованного правила делегирования служб." #: ipaserver/plugins/servicedelegation.py:436 #: ipaserver/plugins/servicedelegation.py:465 msgid "service delegation target" msgstr "цель делегирования служб" #: ipaserver/plugins/servicedelegation.py:437 msgid "service delegation targets" msgstr "цели делегирования служб" #: ipaserver/plugins/servicedelegation.py:444 msgid "Service delegation targets" msgstr "Цели делегирования служб" #: ipaserver/plugins/servicedelegation.py:445 msgid "Service delegation target" msgstr "Цель делегирования служб" #: ipaserver/plugins/servicedelegation.py:450 #: ipaclient/remote_plugins/2_156/servicedelegation.py:587 #: ipaclient/remote_plugins/2_164/servicedelegation.py:587 msgid "Create a new service delegation target." msgstr "Создать новую цель делегирования служб." #: ipaserver/plugins/servicedelegation.py:452 #, python-format msgid "Added service delegation target \"%(value)s\"" msgstr "Добавлена цель делегирования служб \"%(value)s\"" #: ipaserver/plugins/servicedelegation.py:457 #: ipaclient/remote_plugins/2_156/servicedelegation.py:697 #: ipaclient/remote_plugins/2_164/servicedelegation.py:697 msgid "Delete service delegation target." msgstr "Удалить цель делегирования служб." #: ipaserver/plugins/servicedelegation.py:459 #, python-format msgid "Deleted service delegation target \"%(value)s\"" msgstr "Удалена цель делегирования служб \"%(value)s\"" #: ipaserver/plugins/servicedelegation.py:467 msgid "privileged service delegation target" msgstr "цель делегирования привилегированных служб" #: ipaserver/plugins/servicedelegation.py:474 #: ipaclient/remote_plugins/2_156/servicedelegation.py:734 #: ipaclient/remote_plugins/2_164/servicedelegation.py:734 msgid "Search for service delegation target." msgstr "Поиск цели делегирования служб." #: ipaserver/plugins/servicedelegation.py:477 #, python-format msgid "%(count)d service delegation target matched" msgid_plural "%(count)d service delegation targets matched" msgstr[0] "установлено соответствие %(count)d цели делегирования служб" msgstr[1] "установлено соответствие %(count)d целей делегирования служб" msgstr[2] "установлено соответствие %(count)d целей делегирования служб" #: ipaserver/plugins/servicedelegation.py:510 #: ipaclient/remote_plugins/2_156/servicedelegation.py:862 #: ipaclient/remote_plugins/2_164/servicedelegation.py:862 msgid "Display information about a named service delegation target." msgstr "Показать сведения об именованной цели делегирования служб." #: ipaserver/plugins/servicedelegation.py:515 #: ipaclient/remote_plugins/2_156/servicedelegation.py:644 #: ipaclient/remote_plugins/2_164/servicedelegation.py:644 msgid "Add member to a named service delegation target." msgstr "Добавить участника в именованную цель делегирования служб." #: ipaserver/plugins/servicedelegation.py:524 #: ipaclient/remote_plugins/2_156/servicedelegation.py:809 #: ipaclient/remote_plugins/2_164/servicedelegation.py:809 msgid "Remove member from a named service delegation target." msgstr "Удалить участника из именованной цели делегирования служб." #: ipaserver/plugins/delegation.py:29 #: ipaclient/remote_plugins/2_114/delegation.py:19 #: ipaclient/remote_plugins/2_156/delegation.py:19 #: ipaclient/remote_plugins/2_164/delegation.py:19 msgid "" "\n" "Group to Group Delegation\n" "\n" "A permission enables fine-grained delegation of permissions. Access Control\n" "Rules, or instructions (ACIs), grant permission to permissions to perform\n" "given tasks such as adding a user, modifying a group, etc.\n" "\n" "Group to Group Delegations grants the members of one group to update a set\n" "of attributes of members of another group.\n" "\n" "EXAMPLES:\n" "\n" " Add a delegation rule to allow managers to edit employee's addresses:\n" " ipa delegation-add --attrs=street --group=managers --" "membergroup=employees \"managers edit employees' street\"\n" "\n" " When managing the list of attributes you need to include all attributes\n" " in the list, including existing ones. Add postalCode to the list:\n" " ipa delegation-mod --attrs=street --attrs=postalCode --group=managers --" "membergroup=employees \"managers edit employees' street\"\n" "\n" " Display our updated rule:\n" " ipa delegation-show \"managers edit employees' street\"\n" "\n" " Delete a rule:\n" " ipa delegation-del \"managers edit employees' street\"\n" msgstr "" "\n" "Межгрупповое делегирование\n" "\n" "С помощью разрешений самообслуживания можно очень точно делегировать " "разрешения. Правила или инструкции управления доступом (ACI) предоставляют " "разрешениям разрешение на выполнение конкретных задач, таких как добавление " "пользователя, изменение группы и так далее.\n" "\n" "Межгрупповое делегирование предоставляет участникам одной группы возможность " "обновлять набор атрибутов участников другой группы. \n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить правило делегирования, чтобы разрешить руководителям редактировать " "адреса сотрудников:\n" " ipa delegation-add --attrs=street --group=managers --" "membergroup=employees \"managers edit employees\" street\"\n" "\n" "В список атрибутов необходимо включить все атрибуты, в том числе уже " "существующие. Добавить postalCode в список:\n" " ipa delegation-mod --attrs=street --attrs=postalCode --group=managers --" "membergroup=employees \"managers edit employees\" street\"\n" "\n" " Показать обновлённое правило:\n" " ipa delegation-show \"managers edit employees\" street\"\n" "\n" " Удалить правило:\n" " ipa delegation-del \"managers edit employees\" street\"\n" #: ipaserver/plugins/delegation.py:67 msgid "delegation" msgstr "делегирование" #: ipaserver/plugins/delegation.py:68 msgid "delegations" msgstr "делегирования" #: ipaserver/plugins/delegation.py:69 msgid "Delegations" msgstr "Делегирования" #: ipaserver/plugins/delegation.py:70 msgid "Delegation" msgstr "Делегирование" #: ipaserver/plugins/delegation.py:87 #: ipaclient/remote_plugins/2_114/delegation.py:67 #: ipaclient/remote_plugins/2_114/delegation.py:105 #: ipaclient/remote_plugins/2_114/delegation.py:211 #: ipaclient/remote_plugins/2_114/delegation.py:296 #: ipaclient/remote_plugins/2_156/delegation.py:67 #: ipaclient/remote_plugins/2_156/delegation.py:105 #: ipaclient/remote_plugins/2_156/delegation.py:211 #: ipaclient/remote_plugins/2_156/delegation.py:296 #: ipaclient/remote_plugins/2_164/delegation.py:67 #: ipaclient/remote_plugins/2_164/delegation.py:105 #: ipaclient/remote_plugins/2_164/delegation.py:211 #: ipaclient/remote_plugins/2_164/delegation.py:296 msgid "Attributes to which the delegation applies" msgstr "Атрибуты, к которым применяется делегирование" #: ipaserver/plugins/delegation.py:92 #: ipaclient/remote_plugins/2_114/delegation.py:71 #: ipaclient/remote_plugins/2_114/delegation.py:111 #: ipaclient/remote_plugins/2_114/delegation.py:218 #: ipaclient/remote_plugins/2_114/delegation.py:303 #: ipaclient/remote_plugins/2_156/delegation.py:71 #: ipaclient/remote_plugins/2_156/delegation.py:111 #: ipaclient/remote_plugins/2_156/delegation.py:218 #: ipaclient/remote_plugins/2_156/delegation.py:303 #: ipaclient/remote_plugins/2_164/delegation.py:71 #: ipaclient/remote_plugins/2_164/delegation.py:111 #: ipaclient/remote_plugins/2_164/delegation.py:218 #: ipaclient/remote_plugins/2_164/delegation.py:303 #: ipaclient/remote_plugins/2_49/delegation.py:71 #: ipaclient/remote_plugins/2_49/delegation.py:111 #: ipaclient/remote_plugins/2_49/delegation.py:217 #: ipaclient/remote_plugins/2_49/delegation.py:302 msgid "Member user group" msgstr "Группа пользователей — участник" #: ipaserver/plugins/delegation.py:93 #: ipaclient/remote_plugins/2_114/delegation.py:72 #: ipaclient/remote_plugins/2_114/delegation.py:112 #: ipaclient/remote_plugins/2_114/delegation.py:219 #: ipaclient/remote_plugins/2_114/delegation.py:304 #: ipaclient/remote_plugins/2_156/delegation.py:72 #: ipaclient/remote_plugins/2_156/delegation.py:112 #: ipaclient/remote_plugins/2_156/delegation.py:219 #: ipaclient/remote_plugins/2_156/delegation.py:304 #: ipaclient/remote_plugins/2_164/delegation.py:72 #: ipaclient/remote_plugins/2_164/delegation.py:112 #: ipaclient/remote_plugins/2_164/delegation.py:219 #: ipaclient/remote_plugins/2_164/delegation.py:304 #: ipaclient/remote_plugins/2_49/delegation.py:72 #: ipaclient/remote_plugins/2_49/delegation.py:112 #: ipaclient/remote_plugins/2_49/delegation.py:218 #: ipaclient/remote_plugins/2_49/delegation.py:303 msgid "User group to apply delegation to" msgstr "Группа пользователей, к которой следует применить делегирование" #: ipaserver/plugins/delegation.py:130 #: ipaclient/remote_plugins/2_114/delegation.py:84 #: ipaclient/remote_plugins/2_156/delegation.py:84 #: ipaclient/remote_plugins/2_164/delegation.py:84 #: ipaclient/remote_plugins/2_49/delegation.py:84 msgid "Add a new delegation." msgstr "Добавить новое делегирование." #: ipaserver/plugins/delegation.py:132 #, python-format msgid "Added delegation \"%(value)s\"" msgstr "Добавлено делегирование \"%(value)s\"" #: ipaserver/plugins/delegation.py:150 #: ipaclient/remote_plugins/2_114/delegation.py:152 #: ipaclient/remote_plugins/2_156/delegation.py:152 #: ipaclient/remote_plugins/2_164/delegation.py:152 #: ipaclient/remote_plugins/2_49/delegation.py:153 msgid "Delete a delegation." msgstr "Удалить делегирование." #: ipaserver/plugins/delegation.py:153 #, python-format msgid "Deleted delegation \"%(value)s\"" msgstr "Удалено делегирование \"%(value)s\"" #: ipaserver/plugins/delegation.py:168 #: ipaclient/remote_plugins/2_114/delegation.py:274 #: ipaclient/remote_plugins/2_156/delegation.py:274 #: ipaclient/remote_plugins/2_164/delegation.py:274 #: ipaclient/remote_plugins/2_49/delegation.py:273 msgid "Modify a delegation." msgstr "Изменить делегирование." #: ipaserver/plugins/delegation.py:170 #, python-format msgid "Modified delegation \"%(value)s\"" msgstr "Изменено делегирование \"%(value)s\"" #: ipaserver/plugins/delegation.py:186 #: ipaclient/remote_plugins/2_114/delegation.py:183 #: ipaclient/remote_plugins/2_156/delegation.py:183 #: ipaclient/remote_plugins/2_164/delegation.py:183 #: ipaclient/remote_plugins/2_49/delegation.py:183 msgid "Search for delegations." msgstr "Поиск делегирований." #: ipaserver/plugins/delegation.py:189 #, python-format msgid "%(count)d delegation matched" msgid_plural "%(count)d delegations matched" msgstr[0] "установлено соответствие %(count)d делегирования" msgstr[1] "установлено соответствие %(count)d делегирований" msgstr[2] "установлено соответствие %(count)d делегирований" #: ipaserver/plugins/delegation.py:211 #: ipaclient/remote_plugins/2_114/delegation.py:345 #: ipaclient/remote_plugins/2_156/delegation.py:345 #: ipaclient/remote_plugins/2_164/delegation.py:345 #: ipaclient/remote_plugins/2_49/delegation.py:345 msgid "Display information about a delegation." msgstr "Показать сведения о делегировании." #: ipaserver/plugins/serverroles.py:82 #, python-brace-format msgid "{role}: role not found" msgstr "{role}: роль не найдена" #: ipaserver/plugins/serverroles.py:167 #, python-brace-format msgid "{attr}: no such attribute" msgstr "{attr}: атрибут не найден" #: ipaserver/plugins/whoami.py:15 msgid "" "\n" "Return information about currently authenticated identity\n" "\n" "Who am I command returns information on how to get\n" "more details about the identity authenticated for this\n" "request. The information includes:\n" "\n" " * type of object\n" " * command to retrieve details of the object\n" " * arguments and options to pass to the command\n" "\n" "The information is returned as a dictionary. Examples below use\n" "'key: value' output for illustrative purposes.\n" "\n" "EXAMPLES:\n" "\n" " Look up as IPA user:\n" " kinit admin\n" " ipa console\n" " >> api.Command.whoami()\n" " ------------------------------------------\n" " object: user\n" " command: user_show/1\n" " arguments: admin\n" " ------------------------------------------\n" "\n" " Look up as a user from a trusted domain:\n" " kinit user@AD.DOMAIN\n" " ipa console\n" " >> api.Command.whoami()\n" " ------------------------------------------\n" " object: idoverrideuser\n" " command: idoverrideuser_show/1\n" " arguments: ('default trust view', 'user@ad.domain')\n" " ------------------------------------------\n" "\n" " Look up as a host:\n" " kinit -k\n" " ipa console\n" " >> api.Command.whoami()\n" " ------------------------------------------\n" " object: host\n" " command: host_show/1\n" " arguments: ipa.example.com\n" " ------------------------------------------\n" "\n" " Look up as a Kerberos service:\n" " kinit -k -t /path/to/keytab HTTP/ipa.example.com\n" " ipa console\n" " >> api.Command.whoami()\n" " ------------------------------------------\n" " object: service\n" " command: service_show/1\n" " arguments: HTTP/ipa.example.com\n" " ------------------------------------------\n" msgstr "" "\n" "Возврат сведений о текущем прошедшем аутентификацию профиле \n" "\n" "Команда определения профиля возвращает сведения о том, как получить больше " "данных о профиле, прошедшем аутентификацию для этого запроса. Данные " "включают:\n" "\n" " * тип объекта\n" " * команду для получения сведений об объекте\n" " * аргументы и параметры, которые следует передать команде\n" "\n" "Сведения возвращаются в виде словаря. Ниже в качестве примера приведён вывод " "в формате \"ключ: значение\".\n" "\n" "ПРИМЕРЫ:\n" "\n" " Поиск от имени пользователя IPA:\n" " kinit admin\n" " ipa console\n" " >> api.Command.whoami()\n" " ------------------------------------------\n" " object: user\n" " command: user_show/1\n" " arguments: admin\n" " ------------------------------------------\n" "\n" " Поиск от имени пользователя из доверенного домена:\n" " kinit user@AD.DOMAIN\n" " ipa console\n" " >> api.Command.whoami()\n" " ------------------------------------------\n" " object: idoverrideuser\n" " command: idoverrideuser_show/1\n" " arguments: ('default trust view', 'user@ad.domain')\n" " ------------------------------------------\n" "\n" " Поиск от имени узла:\n" " kinit -k\n" " ipa console\n" " >> api.Command.whoami()\n" " ------------------------------------------\n" " object: host\n" " command: host_show/1\n" " arguments: ipa.example.com\n" " ------------------------------------------\n" "\n" " Поиск от имени службы Kerberos:\n" " kinit -k -t /path/to/keytab HTTP/ipa.example.com\n" " ipa console\n" " >> api.Command.whoami()\n" " ------------------------------------------\n" " object: service\n" " command: service_show/1\n" " arguments: HTTP/ipa.example.com\n" #: ipaserver/plugins/whoami.py:77 msgid "Describe currently authenticated identity." msgstr "Показать описание текущего прошедшего аутентификацию профиля." #: ipaserver/plugins/whoami.py:82 ipaserver/plugins/whoami.py:88 msgid "Object class name" msgstr "Имя класса объектов." #: ipaserver/plugins/whoami.py:83 ipaserver/plugins/whoami.py:89 msgid "Function to get details" msgstr "Функция для получения сведений" #: ipaserver/plugins/whoami.py:84 ipaserver/plugins/whoami.py:91 msgid "Arguments to details function" msgstr "Аргументы функции для получения сведений" #: ipaserver/plugins/whoami.py:111 msgid "Cannot query Directory Manager with API" msgstr "" "Не удалось отправить запрос средству управления каталогом (Directory " "Manager) с помощью программного интерфейса" #: ipaserver/plugins/certmap.py:50 msgid "" "\n" "Certificate Identity Mapping\n" msgstr "" "\n" "Сопоставление сертификатов с записями пользователей\n" #: ipaserver/plugins/certmap.py:52 msgid "" "\n" "Manage Certificate Identity Mapping configuration and rules.\n" msgstr "" "\n" "Управление конфигурацией и правилами сопоставления сертификатов с записями " "пользователей.\n" #: ipaserver/plugins/certmap.py:54 msgid "" "\n" "IPA supports the use of certificates for authentication. Certificates can\n" "either be stored in the user entry (full certificate in the usercertificate\n" "attribute), or simply linked to the user entry through a mapping.\n" "This code enables the management of the rules allowing to link a\n" "certificate to a user entry.\n" msgstr "" "\n" "В IPA предусмотрена поддержка использования сертификатов для аутентификации. " "Сертификаты могут храниться или в записи пользователя (весь сертификат в " "атрибуте usercertificate), или просто привязываться к записи пользователя " "путём сопоставления. С помощью этого кода можно управлять правилами, которые " "позволяют связывать сертификат с записью пользователя.\n" #: ipaserver/plugins/certmap.py:62 msgid "" "\n" " Display the Certificate Identity Mapping global configuration:\n" " ipa certmapconfig-show\n" msgstr "" "\n" "Показать глобальную конфигурацию сопоставления сертификатов с записями " "пользователей:\n" " ipa certmapconfig-show\n" #: ipaserver/plugins/certmap.py:65 msgid "" "\n" " Modify Certificate Identity Mapping global configuration:\n" " ipa certmapconfig-mod --promptusername=TRUE\n" msgstr "" "\n" " Изменить глобальную конфигурацию сопоставления сертификатов с записями " "пользователей:\n" " ipa certmapconfig-mod --promptusername=TRUE\n" #: ipaserver/plugins/certmap.py:68 msgid "" "\n" " Create a new Certificate Identity Mapping Rule:\n" " ipa certmaprule-add rule1 --desc=\"Link certificate with subject and " "issuer\"\n" msgstr "" "\n" " Создать новое правило сопоставления сертификатов с записями пользователей:\n" " ipa certmaprule-add rule1 --desc=\"Link certificate with subject and " "issuer\"\n" #: ipaserver/plugins/certmap.py:71 msgid "" "\n" " Modify a Certificate Identity Mapping Rule:\n" " ipa certmaprule-mod rule1 --maprule=\"\"\n" msgstr "" "\n" " Изменить правило сопоставления сертификатов с записями пользователей:\n" " ipa certmaprule-mod rule1 --maprule=\"\"\n" #: ipaserver/plugins/certmap.py:74 msgid "" "\n" " Disable a Certificate Identity Mapping Rule:\n" " ipa certmaprule-disable rule1\n" msgstr "" "\n" " Отключить правило сопоставления сертификатов с записями пользователей:\n" " ipa certmaprule-disable rule1\n" #: ipaserver/plugins/certmap.py:77 msgid "" "\n" " Enable a Certificate Identity Mapping Rule:\n" " ipa certmaprule-enable rule1\n" msgstr "" "\n" " Включить правило сопоставления сертификатов с записями пользователей:\n" " ipa certmaprule-enable rule1\n" #: ipaserver/plugins/certmap.py:80 msgid "" "\n" " Display information about a Certificate Identity Mapping Rule:\n" " ipa certmaprule-show rule1\n" msgstr "" "\n" " Показать сведения о правиле сопоставления сертификатов с записями " "пользователей:\n" " ipa certmaprule-show rule1\n" #: ipaserver/plugins/certmap.py:83 msgid "" "\n" " Find all Certificate Identity Mapping Rules with the specified domain:\n" " ipa certmaprule-find --domain example.com\n" msgstr "" "\n" " Найти все правила сопоставления сертификатов с записями пользователей в " "указанном домене:\n" " ipa certmaprule-find --domain example.com\n" #: ipaserver/plugins/certmap.py:86 msgid "" "\n" " Delete a Certificate Identity Mapping Rule:\n" " ipa certmaprule-del rule1\n" msgstr "" "\n" " Удалить правило сопоставления сертификатов с записями пользователей:\n" " ipa certmaprule-del rule1\n" #: ipaserver/plugins/certmap.py:114 ipaserver/plugins/trust.py:818 msgid "domain" msgstr "домен" #: ipaserver/plugins/certmap.py:115 #, python-format msgid "The domain %s is neither IPA domain nor a trusteddomain." msgstr "Домен %s не является ни доменом IPA, ни доверенным доменом." #: ipaserver/plugins/certmap.py:125 msgid "Certificate Identity Mapping configuration options" msgstr "" "Параметры конфигурации сопоставления сертификатов с записями пользователей" #: ipaserver/plugins/certmap.py:130 ipaserver/plugins/certmap.py:131 msgid "Certificate Identity Mapping Global Configuration" msgstr "" "Глобальная конфигурация сопоставления сертификатов с записями пользователей" #: ipaserver/plugins/certmap.py:137 msgid "Prompt for the username" msgstr "Запрос имени пользователя" #: ipaserver/plugins/certmap.py:138 msgid "" "Prompt for the username when multiple identities are mapped to a certificate" msgstr "" "Запрашивать имя пользователя, когда с сертификатом сопоставляются несколько " "записей пользователей" #: ipaserver/plugins/certmap.py:168 msgid "Modify Certificate Identity Mapping configuration." msgstr "" "Изменить конфигурацию сопоставления сертификатов с записями пользователей." #: ipaserver/plugins/certmap.py:173 msgid "Show the current Certificate Identity Mapping configuration." msgstr "" "Показать текущую конфигурацию сопоставления сертификатов с записями " "пользователей." #: ipaserver/plugins/certmap.py:182 ipaserver/plugins/certmap.py:186 msgid "Certificate Identity Mapping Rules" msgstr "Правила сопоставления сертификатов с записями пользователей" #: ipaserver/plugins/certmap.py:183 ipaserver/plugins/certmap.py:185 msgid "Certificate Identity Mapping Rule" msgstr "Правило сопоставления сертификатов с записями пользователей" #: ipaserver/plugins/certmap.py:213 msgid "Certificate Identity Mapping Rule name" msgstr "Имя правила сопоставления сертификатов с записями пользователей" #: ipaserver/plugins/certmap.py:219 msgid "Certificate Identity Mapping Rule description" msgstr "Описание правила сопоставления сертификатов с записями пользователей" #: ipaserver/plugins/certmap.py:224 msgid "Mapping rule" msgstr "Правило сопоставления" #: ipaserver/plugins/certmap.py:225 msgid "Rule used to map the certificate with a user entry" msgstr "" "Правило, которое используется для сопоставления сертификата с записью " "пользователя" #: ipaserver/plugins/certmap.py:230 msgid "Matching rule" msgstr "Правило соответствия" #: ipaserver/plugins/certmap.py:231 msgid "Rule used to check if a certificate can be used for authentication" msgstr "" "Правило, которое используется для определения того, пригоден ли сертификат " "для аутентификации" #: ipaserver/plugins/certmap.py:237 ipaserver/plugins/trust.py:1550 #: ipaclient/remote_plugins/2_114/trust.py:168 #: ipaclient/remote_plugins/2_114/trust.py:862 #: ipaclient/remote_plugins/2_114/trust.py:951 #: ipaclient/remote_plugins/2_114/trust.py:992 #: ipaclient/remote_plugins/2_114/trust.py:1028 #: ipaclient/remote_plugins/2_114/trust.py:1072 #: ipaclient/remote_plugins/2_114/trust.py:1164 #: ipaclient/remote_plugins/2_156/trust.py:168 #: ipaclient/remote_plugins/2_156/trust.py:876 #: ipaclient/remote_plugins/2_156/trust.py:965 #: ipaclient/remote_plugins/2_156/trust.py:1006 #: ipaclient/remote_plugins/2_156/trust.py:1042 #: ipaclient/remote_plugins/2_156/trust.py:1086 #: ipaclient/remote_plugins/2_156/trust.py:1178 #: ipaclient/remote_plugins/2_164/trust.py:168 #: ipaclient/remote_plugins/2_164/trust.py:876 #: ipaclient/remote_plugins/2_164/trust.py:965 #: ipaclient/remote_plugins/2_164/trust.py:1006 #: ipaclient/remote_plugins/2_164/trust.py:1042 #: ipaclient/remote_plugins/2_164/trust.py:1086 #: ipaclient/remote_plugins/2_164/trust.py:1178 msgid "Domain name" msgstr "Имя домена" #: ipaserver/plugins/certmap.py:238 msgid "Domain where the user entry will be searched" msgstr "Домен, в котором будет выполняться поиск записи пользователя" #: ipaserver/plugins/certmap.py:244 msgid "Priority of the rule (higher number means lower priority" msgstr "Приоритет правила (чем больше число, тем ниже приоритет)" #: ipaserver/plugins/certmap.py:295 msgid "Create a new Certificate Identity Mapping Rule." msgstr "" "Создать новое правило сопоставления сертификатов с записями пользователей." #: ipaserver/plugins/certmap.py:297 #, python-format msgid "Added Certificate Identity Mapping Rule \"%(value)s\"" msgstr "" "Добавлено правило сопоставления сертификатов с записями пользователей " "\"%(value)s\"" #: ipaserver/plugins/certmap.py:307 msgid "Modify a Certificate Identity Mapping Rule." msgstr "Изменить правило сопоставления сертификатов с записями пользователей." #: ipaserver/plugins/certmap.py:309 #, python-format msgid "Modified Certificate Identity Mapping Rule \"%(value)s\"" msgstr "" "Изменено правило сопоставления сертификатов с записями пользователей " "\"%(value)s\"" #: ipaserver/plugins/certmap.py:319 msgid "Search for Certificate Identity Mapping Rules." msgstr "Поиск правил сопоставления сертификатов с записями пользователей." #: ipaserver/plugins/certmap.py:322 #, python-format msgid "%(count)d Certificate Identity Mapping Rule matched" msgid_plural "%(count)d Certificate Identity Mapping Rules matched" msgstr[0] "" "установлено соответствие %(count)d правила сопоставления сертификатов с " "записями пользователей" msgstr[1] "" "установлено соответствие %(count)d правил сопоставления сертификатов с " "записями пользователей" msgstr[2] "" "установлено соответствие %(count)d правил сопоставления сертификатов с " "записями пользователей" #: ipaserver/plugins/certmap.py:329 msgid "Display information about a Certificate Identity Mapping Rule." msgstr "" "Показать сведения о правиле сопоставления сертификатов с записями " "пользователей." #: ipaserver/plugins/certmap.py:335 msgid "Delete a Certificate Identity Mapping Rule." msgstr "Удалить правило сопоставления сертификатов с записями пользователей." #: ipaserver/plugins/certmap.py:337 #, python-format msgid "Deleted Certificate Identity Mapping Rule \"%(value)s\"" msgstr "" "Удалено правило сопоставления сертификатов с записями пользователей " "\"%(value)s\"" #: ipaserver/plugins/certmap.py:342 msgid "Enable a Certificate Identity Mapping Rule." msgstr "Включить правило сопоставления сертификатов с записями пользователей." #: ipaserver/plugins/certmap.py:344 #, python-format msgid "Enabled Certificate Identity Mapping Rule \"%(value)s\"" msgstr "" "Включено правило сопоставления сертификатов с записями пользователей " "\"%(value)s\"" #: ipaserver/plugins/certmap.py:371 msgid "Disable a Certificate Identity Mapping Rule." msgstr "Отключить правило сопоставления сертификатов с записями пользователей." #: ipaserver/plugins/certmap.py:373 #, python-format msgid "Disabled Certificate Identity Mapping Rule \"%(value)s\"" msgstr "" "Отключено правило сопоставления сертификатов с записями пользователей " "\"%(value)s\"" #: ipaserver/plugins/certmap.py:427 msgid "Failed to connect to sssd over SystemBus. See details in the error_log" msgstr "" "Не удалось установить соединение с sssd с помощью SystemBus. Подробные " "сведения доступны в файле error_log" #: ipaserver/plugins/certmap.py:481 msgid "Failed to find users over SystemBus. See details in the error_log" msgstr "" "Не удалось найти пользователей с помощью SystemBus. Подробные сведения " "доступны в файле error_log" #: ipaserver/plugins/certmap.py:498 msgid "User logins" msgstr "Имена входа пользователя" #: ipaserver/plugins/certmap.py:506 msgid "" "\n" " Search for users matching the provided certificate.\n" "\n" " This command relies on SSSD to retrieve the list of matching users and\n" " may return cached data. For more information on purging SSSD cache,\n" " please refer to sss_cache documentation.\n" " " msgstr "" "\n" " Поиск пользователей, соответствующих предоставленному сертификату.\n" "\n" " Чтобы получить список соответствующих пользователей, эта команда " "использует данные SSSD, следовательно, она может возвращать кэшированные " "данные. Подробнее об очистке кэша SSSD можно узнать из документации к " "sss_cache.\n" " " #: ipaserver/plugins/certmap.py:514 #, python-format msgid "%(count)s user matched" msgid_plural "%(count)s users matched" msgstr[0] "установлено соответствие %(count)s пользователя" msgstr[1] "установлено соответствие %(count)s пользователей" msgstr[2] "установлено соответствие %(count)s пользователей" #: ipaserver/plugins/certprofile.py:21 msgid "" "\n" "Manage Certificate Profiles\n" "\n" "Certificate Profiles are used by Certificate Authority (CA) in the signing " "of\n" "certificates to determine if a Certificate Signing Request (CSR) is " "acceptable,\n" "and if so what features and extensions will be present on the certificate.\n" "\n" "The Certificate Profile format is the property-list format understood by " "the\n" "Dogtag or Red Hat Certificate System CA.\n" "\n" "PROFILE ID SYNTAX:\n" "\n" "A Profile ID is a string without spaces or punctuation starting with a " "letter\n" "and followed by a sequence of letters, digits or underscore (\"_\").\n" "\n" "EXAMPLES:\n" "\n" " Import a profile that will not store issued certificates:\n" " ipa certprofile-import ShortLivedUserCert \\\n" " --file UserCert.profile --desc \"User Certificates\" \\\n" " --store=false\n" "\n" " Delete a certificate profile:\n" " ipa certprofile-del ShortLivedUserCert\n" "\n" " Show information about a profile:\n" " ipa certprofile-show ShortLivedUserCert\n" "\n" " Save profile configuration to a file:\n" " ipa certprofile-show caIPAserviceCert --out caIPAserviceCert.cfg\n" "\n" " Search for profiles that do not store certificates:\n" " ipa certprofile-find --store=false\n" "\n" "PROFILE CONFIGURATION FORMAT:\n" "\n" "The profile configuration format is the raw property-list format\n" "used by Dogtag Certificate System. The XML format is not supported.\n" "\n" "The following restrictions apply to profiles managed by FreeIPA:\n" "\n" "- When importing a profile the \"profileId\" field, if present, must\n" " match the ID given on the command line.\n" "\n" "- The \"classId\" field must be set to \"caEnrollImpl\"\n" "\n" "- The \"auth.instance_id\" field must be set to \"raCertAuth\"\n" "\n" "- The \"certReqInputImpl\" input class and \"certOutputImpl\" output\n" " class must be used.\n" "\n" msgstr "" "\n" "Управление профилями сертификатов\n" "\n" "Профили сертификатов используются центром сертификации (Certificate " "Authority, CA) во время подписи сертификатов, чтобы определить, является ли " "приемлемым запрос подписи сертификата (Certificate Signing Request, CSR), и, " "если это так, определить, какие возможности и расширения будут предоставлены " "сертификатом.\n" "\n" "Формат профиля сертификатов — это формат в виде списка свойств, который " "распознаётся Dogtag или системой сертификации центра сертификации Red Hat.\n" "\n" "СИНТАКСИС ИДЕНТИФИКАТОРА ПРОФИЛЯ:\n" "\n" "Идентификатор профиля — это строка без пробелов и знаков препинания, она " "начинается с буквы, за которой следуют другие буквы, цифры или символы " "подчёркивания (\"_\").\n" "\n" "ПРИМЕРЫ:\n" "\n" " Импортировать профиль, в котором не будут храниться выданные сертификаты:\n" " ipa certprofile-import ShortLivedUserCert\n" " --file UserCert.profile --desc \"User Certificates\"\n" " --store=false\n" "\n" " Удалить профиль сертификатов:\n" " ipa certprofile-del ShortLivedUserCert\n" "\n" " Показать сведения о профиле:\n" " ipa certprofile-show ShortLivedUserCert\n" "\n" " Сохранить конфигурацию профиля в файл:\n" " ipa certprofile-show caIPAserviceCert --out caIPAserviceCert.cfg\n" "\n" " Поиск профилей, в которых не хранятся сертификаты:\n" " ipa certprofile-find --store=false\n" "\n" "ФОРМАТ КОНФИГУРАЦИИ ПРОФИЛЯ:\n" "\n" "Формат конфигурации профиля — это формат в виде необработанного списка " "свойств, который используется системой сертификации Dogtag Certificate " "System. Поддержка формата XML не предусмотрена.\n" "\n" "К профилям под управлением FreeIPA применяются следующие ограничения:\n" "\n" "- При импорте профиля значение поля \"profileId\", если это поле имеется, " "должно совпадать с идентификатором, указанным в командной строке.\n" "\n" "- Значением поля \"classId\" должно быть \"caEnrollImpl\".\n" "\n" "- Значением поля \"auth.instance_id\" должно быть \"raCertAuth\".\n" "\n" "- Должны использоваться входной класс \"certReqInputImpl\" и выходной класс " "\"certOutputImpl\".\n" #: ipaserver/plugins/certprofile.py:95 msgid "invalid Profile ID" msgstr "недопустимый идентификатор профиля" #: ipaserver/plugins/certprofile.py:106 ipaserver/plugins/certprofile.py:116 msgid "Certificate Profile" msgstr "Профиль сертификатов" #: ipaserver/plugins/certprofile.py:107 ipaserver/plugins/certprofile.py:115 msgid "Certificate Profiles" msgstr "Профили сертификатов" #: ipaserver/plugins/certprofile.py:123 #: ipaclient/remote_plugins/2_156/certprofile.py:81 #: ipaclient/remote_plugins/2_156/certprofile.py:106 #: ipaclient/remote_plugins/2_156/certprofile.py:151 #: ipaclient/remote_plugins/2_156/certprofile.py:234 #: ipaclient/remote_plugins/2_156/certprofile.py:295 #: ipaclient/remote_plugins/2_156/certprofile.py:387 #: ipaclient/remote_plugins/2_164/certprofile.py:81 #: ipaclient/remote_plugins/2_164/certprofile.py:106 #: ipaclient/remote_plugins/2_164/certprofile.py:151 #: ipaclient/remote_plugins/2_164/certprofile.py:234 #: ipaclient/remote_plugins/2_164/certprofile.py:295 #: ipaclient/remote_plugins/2_164/certprofile.py:387 msgid "Profile ID for referring to this profile" msgstr "Идентификатор профиля для ссылки на этот профиль" #: ipaserver/plugins/certprofile.py:126 msgid "Profile configuration" msgstr "Конфигурация профиля" #: ipaserver/plugins/certprofile.py:132 #: ipaclient/remote_plugins/2_156/certprofile.py:85 #: ipaclient/remote_plugins/2_156/certprofile.py:157 #: ipaclient/remote_plugins/2_156/certprofile.py:241 #: ipaclient/remote_plugins/2_156/certprofile.py:303 #: ipaclient/remote_plugins/2_164/certprofile.py:85 #: ipaclient/remote_plugins/2_164/certprofile.py:157 #: ipaclient/remote_plugins/2_164/certprofile.py:241 #: ipaclient/remote_plugins/2_164/certprofile.py:303 msgid "Profile description" msgstr "Описание профиля" #: ipaserver/plugins/certprofile.py:133 #: ipaclient/remote_plugins/2_156/certprofile.py:86 #: ipaclient/remote_plugins/2_156/certprofile.py:158 #: ipaclient/remote_plugins/2_156/certprofile.py:242 #: ipaclient/remote_plugins/2_156/certprofile.py:304 #: ipaclient/remote_plugins/2_164/certprofile.py:86 #: ipaclient/remote_plugins/2_164/certprofile.py:158 #: ipaclient/remote_plugins/2_164/certprofile.py:242 #: ipaclient/remote_plugins/2_164/certprofile.py:304 msgid "Brief description of this profile" msgstr "Краткое описание этого профиля" #: ipaserver/plugins/certprofile.py:138 #: ipaclient/remote_plugins/2_156/certprofile.py:90 #: ipaclient/remote_plugins/2_156/certprofile.py:164 #: ipaclient/remote_plugins/2_156/certprofile.py:247 #: ipaclient/remote_plugins/2_156/certprofile.py:310 #: ipaclient/remote_plugins/2_164/certprofile.py:90 #: ipaclient/remote_plugins/2_164/certprofile.py:164 #: ipaclient/remote_plugins/2_164/certprofile.py:247 #: ipaclient/remote_plugins/2_164/certprofile.py:310 msgid "Store issued certificates" msgstr "Сохранять выданные сертификаты" #: ipaserver/plugins/certprofile.py:139 #: ipaclient/remote_plugins/2_156/certprofile.py:91 #: ipaclient/remote_plugins/2_156/certprofile.py:165 #: ipaclient/remote_plugins/2_156/certprofile.py:248 #: ipaclient/remote_plugins/2_156/certprofile.py:311 #: ipaclient/remote_plugins/2_164/certprofile.py:91 #: ipaclient/remote_plugins/2_164/certprofile.py:165 #: ipaclient/remote_plugins/2_164/certprofile.py:248 #: ipaclient/remote_plugins/2_164/certprofile.py:311 msgid "Whether to store certs issued using this profile" msgstr "" "Определяет, следует ли сохранять сертификаты, выданные с помощью этого " "профиля" #: ipaserver/plugins/certprofile.py:188 #: ipaclient/remote_plugins/2_156/certprofile.py:136 #: ipaclient/remote_plugins/2_164/certprofile.py:136 msgid "Search for Certificate Profiles." msgstr "Поиск профилей сертификатов." #: ipaserver/plugins/certprofile.py:190 #, python-format msgid "%(count)d profile matched" msgid_plural "%(count)d profiles matched" msgstr[0] "установлено соответствие %(count)d профиля" msgstr[1] "установлено соответствие %(count)d профилей" msgstr[2] "установлено соответствие %(count)d профилей" #: ipaserver/plugins/certprofile.py:200 #: ipaclient/remote_plugins/2_156/certprofile.py:380 #: ipaclient/remote_plugins/2_164/certprofile.py:380 msgid "Display the properties of a Certificate Profile." msgstr "Показать свойства профиля сертификатов." #: ipaserver/plugins/certprofile.py:204 #: ipaclient/remote_plugins/2_156/certprofile.py:401 #: ipaclient/remote_plugins/2_164/certprofile.py:401 msgid "Write profile configuration to file" msgstr "Записать конфигурацию профиля в файл" #: ipaserver/plugins/certprofile.py:221 #: ipaclient/remote_plugins/2_156/certprofile.py:227 #: ipaclient/remote_plugins/2_164/certprofile.py:227 msgid "Import a Certificate Profile." msgstr "Импортировать профиль сертификатов." #: ipaserver/plugins/certprofile.py:222 #, python-format msgid "Imported profile \"%(value)s\"" msgstr "Импортирован профиль \"%(value)s\"" #: ipaserver/plugins/certprofile.py:226 #: ipaclient/remote_plugins/2_156/certprofile.py:253 #: ipaclient/remote_plugins/2_164/certprofile.py:253 msgid "Filename of a raw profile. The XML format is not supported." msgstr "" "Имя файла необработанного профиля. Поддержка формата XML не предусмотрена." #: ipaserver/plugins/certprofile.py:247 #, python-format msgid "Profile data specifies profileId multiple times: %(values)s" msgstr "" "В данных профиля несколько раз указан идентификатор \"profileId\": %(values)s" #: ipaserver/plugins/certprofile.py:255 #, python-format msgid "Profile ID '%(cli_value)s' does not match profile data '%(file_value)s'" msgstr "" "Идентификатор профиля \"%(cli_value)s\" не соответствует данным профиля " "\"%(file_value)s\"" #: ipaserver/plugins/certprofile.py:281 #: ipaclient/remote_plugins/2_156/certprofile.py:98 #: ipaclient/remote_plugins/2_164/certprofile.py:98 msgid "Delete a Certificate Profile." msgstr "Удалить профиль сертификатов." #: ipaserver/plugins/certprofile.py:282 #, python-format msgid "Deleted profile \"%(value)s\"" msgstr "Удалён профиль \"%(value)s\"" #: ipaserver/plugins/certprofile.py:289 #, python-format msgid "Predefined profile '%(profile_id)s' cannot be deleted" msgstr "Предустановленный профиль \"%(profile_id)s\" невозможно удалить" #: ipaserver/plugins/certprofile.py:304 #: ipaclient/remote_plugins/2_156/certprofile.py:288 #: ipaclient/remote_plugins/2_164/certprofile.py:288 msgid "Modify Certificate Profile configuration." msgstr "Изменить конфигурацию профиля сертификатов." #: ipaserver/plugins/certprofile.py:305 #, python-format msgid "Modified Certificate Profile \"%(value)s\"" msgstr "Изменён профиль сертификатов \"%(value)s\"" #: ipaserver/plugins/certprofile.py:310 #: ipaclient/remote_plugins/2_156/certprofile.py:345 #: ipaclient/remote_plugins/2_164/certprofile.py:345 msgid "File containing profile configuration" msgstr "Файл, который содержит конфигурацию профиля" #: ipaserver/plugins/certprofile.py:322 msgid "Certificate profiles cannot be renamed" msgstr "Профили сертификатов невозможно переименовать" #: ipaserver/plugins/certprofile.py:327 msgid "Insufficient privilege to modify a certificate profile." msgstr "Недостаточно привилегий для внесения изменений в профиль сертификатов." #: ipaserver/plugins/group.py:62 msgid "" "\n" "Groups of users\n" "\n" "Manage groups of users, groups, or services. By default, new groups are " "POSIX\n" "groups. You can add the --nonposix option to the group-add command to mark " "a\n" "new group as non-POSIX. You can use the --posix argument with the group-mod\n" "command to convert a non-POSIX group into a POSIX group. POSIX groups cannot " "be\n" "converted to non-POSIX groups.\n" "\n" "Every group must have a description.\n" "\n" "POSIX groups must have a Group ID (GID) number. Changing a GID is\n" "supported but can have an impact on your file permissions. It is not " "necessary\n" "to supply a GID when creating a group. IPA will generate one automatically\n" "if it is not provided.\n" "\n" "Groups members can be users, other groups, and Kerberos services. In POSIX\n" "environments only users will be visible as group members, but nested groups " "and\n" "groups of services can be used for IPA management purposes.\n" "\n" "EXAMPLES:\n" "\n" " Add a new group:\n" " ipa group-add --desc='local administrators' localadmins\n" "\n" " Add a new non-POSIX group:\n" " ipa group-add --nonposix --desc='remote administrators' remoteadmins\n" "\n" " Convert a non-POSIX group to posix:\n" " ipa group-mod --posix remoteadmins\n" "\n" " Add a new POSIX group with a specific Group ID number:\n" " ipa group-add --gid=500 --desc='unix admins' unixadmins\n" "\n" " Add a new POSIX group and let IPA assign a Group ID number:\n" " ipa group-add --desc='printer admins' printeradmins\n" "\n" " Remove a group:\n" " ipa group-del unixadmins\n" "\n" " To add the \"remoteadmins\" group to the \"localadmins\" group:\n" " ipa group-add-member --groups=remoteadmins localadmins\n" "\n" " Add multiple users to the \"localadmins\" group:\n" " ipa group-add-member --users=test1 --users=test2 localadmins\n" "\n" " To add Kerberos services to the \"printer admins\" group:\n" " ipa group-add-member --services=CUPS/some.host printeradmins\n" "\n" " Remove a user from the \"localadmins\" group:\n" " ipa group-remove-member --users=test2 localadmins\n" "\n" " Display information about a named group.\n" " ipa group-show localadmins\n" "\n" "External group membership is designed to allow users from trusted domains\n" "to be mapped to local POSIX groups in order to actually use IPA resources.\n" "External members should be added to groups that specifically created as\n" "external and non-POSIX. Such group later should be included into one of " "POSIX\n" "groups.\n" "\n" "An external group member is currently a Security Identifier (SID) as defined " "by\n" "the trusted domain. When adding external group members, it is possible to\n" "specify them in either SID, or DOM\\name, or name@domain format. IPA will " "attempt\n" "to resolve passed name to SID with the use of Global Catalog of the trusted " "domain.\n" "\n" "Example:\n" "\n" "1. Create group for the trusted domain admins' mapping and their local POSIX " "group:\n" "\n" " ipa group-add --desc=' admins external map' ad_admins_external " "--external\n" " ipa group-add --desc=' admins' ad_admins\n" "\n" "2. Add security identifier of Domain Admins of the to the " "ad_admins_external\n" " group:\n" "\n" " ipa group-add-member ad_admins_external --external 'AD\\Domain Admins'\n" "\n" "3. Allow members of ad_admins_external group to be associated with ad_admins " "POSIX group:\n" "\n" " ipa group-add-member ad_admins --groups ad_admins_external\n" "\n" "4. List members of external members of ad_admins_external group to see their " "SIDs:\n" "\n" " ipa group-show ad_admins_external\n" msgstr "" "\n" "Группы пользователей\n" "\n" "Управление группами пользователей, групп или служб. По умолчанию все новые " "группы являются POSIX-группами. Можно добавить параметр --nonposix в команду " "group-add, чтобы отметить новую группу в качестве не-POSIX-группы. В команде " "group-mod можно использовать аргумент --posix, чтобы преобразовать не-POSIX-" "группу в POSIX-группу. POSIX-группы нельзя преобразовать в не-POSIX-" "группы. \n" "\n" "У каждой группы должно быть описание.\n" "\n" "У POSIX-групп должен быть идентификатор группы (GID). Изменение GID " "поддерживается, но может повлиять на разрешения для файлов. При создании " "группы необязательно предоставлять GID. Если он не будет предоставлен, IPA " "создаст его автоматически.\n" "\n" "Участниками групп могут быть пользователи, другие группы и службы Kerberos. " "В средах POSIX в качестве участников группы будут видны только пользователи, " "но вложенные группы и группы служб могут использоваться в целях управления " "IPA.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новую группу:\n" " ipa group-add --desc='local administrators' localadmins\n" "\n" " Добавить новую не-POSIX-группу:\n" " ipa group-add --nonposix --desc='remote administrators' remoteadmins\n" "\n" " Преобразовать не-POSIX-группу в posix-группу:\n" " ipa group-mod --posix remoteadmins\n" "\n" " Добавить новую POSIX-группу с определённым ID группы:\n" " ipa group-add --gid=500 --desc='unix admins' unixadmins\n" "\n" " Добавить новую POSIX-группу и позволить IPA назначить ID группы:\n" " ipa group-add --desc='printer admins' printeradmins\n" "\n" " Удалить группу:\n" " ipa group-del unixadmins\n" "\n" " Чтобы добавить группу \"remoteadmins\" в группу \"localadmins\":\n" " ipa group-add-member --groups=remoteadmins localadmins\n" "\n" " Добавить нескольких пользователей в группу \"localadmins\":\n" " ipa group-add-member --users=test1 --users=test2 localadmins\n" "\n" " Добавить службы Kerberos в группу \"printer admins\":¶\n" " ipa group-add-member --services=CUPS/some.host printeradmins¶\n" "\n" " Удалить пользователя из группы \"localadmins\":\n" " ipa group-remove-member --users=test2 localadmins\n" "\n" " Показать сведения об именованной группе:\n" " ipa group-show localadmins\n" "\n" "Участие внешних групп создано для того, чтобы сделать возможной привязку " "пользователей из доверенных доменов к локальным POSIX-группам с целью " "использования ресурсов IPA. Внешние участники должны быть добавлены в " "группы, которые специально созданы, как внешние и не-POSIX. Такая группа " "затем должна быть включена в одну из групп POSIX.\n" "\n" "В текущей версии участник внешней группы является идентификатором " "безопасности (Security Identifier или SID), определённым доверенным доменом. " "Добавление участников внешней группы можно выполнить в формате SID, DOM\\имя " "или имя@домен. IPA попытается определить SID по переданному имени путём " "использования общего каталога доверенного домена.\n" "\n" "Пример:\n" "\n" "1. Создать группу для привязки администраторов (admins) доверенного домена и " "их локальную POSIX-группу:\n" "\n" " ipa group-add --desc='<домен.ad> admins external map' ad_admins_external " "--external\n" " ipa group-add --desc='<домен.ad> admins' ad_admins\n" "\n" "2. Добавить идентификатор безопасности Domain Admins домена <домен.ad> " "группе ad_admins_external:\n" "\n" " ipa group-add-member ad_admins_external --external 'AD\\Domain Admins'\n" "\n" "3. Разрешить привязку группы ad_admins_external к POSIX-группе ad_admins:\n" "\n" " ipa group-add-member ad_admins --groups ad_admins_external\n" "\n" "4. Вывести список внешних участников группы ad_admins_external, чтобы " "определить их SID:\n" "\n" " ipa group-show ad_admins_external\n" #: ipaserver/plugins/group.py:156 ipaclient/remote_plugins/2_114/group.py:304 #: ipaclient/remote_plugins/2_114/group.py:797 #: ipaclient/remote_plugins/2_156/group.py:304 #: ipaclient/remote_plugins/2_156/group.py:797 #: ipaclient/remote_plugins/2_164/group.py:304 #: ipaclient/remote_plugins/2_164/group.py:797 #: ipaclient/remote_plugins/2_49/group.py:296 #: ipaclient/remote_plugins/2_49/group.py:752 msgid "External member" msgstr "Внешний участник" #: ipaserver/plugins/group.py:157 ipaclient/remote_plugins/2_114/group.py:305 #: ipaclient/remote_plugins/2_114/group.py:798 #: ipaclient/remote_plugins/2_156/group.py:305 #: ipaclient/remote_plugins/2_156/group.py:798 #: ipaclient/remote_plugins/2_164/group.py:305 #: ipaclient/remote_plugins/2_164/group.py:798 msgid "Members of a trusted domain in DOM\\name or name@domain form" msgstr "Участники доверенного домена в формате DOM\\имя или имя@домен" #: ipaserver/plugins/group.py:169 msgid "groups" msgstr "группы" #: ipaserver/plugins/group.py:288 msgid "User Group" msgstr "Группа пользователей" #: ipaserver/plugins/group.py:303 ipaserver/plugins/sudocmdgroup.py:131 #: ipaclient/remote_plugins/2_114/group.py:114 #: ipaclient/remote_plugins/2_114/group.py:213 #: ipaclient/remote_plugins/2_114/group.py:458 #: ipaclient/remote_plugins/2_114/group.py:685 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:57 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:95 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:272 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:356 #: ipaclient/remote_plugins/2_156/group.py:114 #: ipaclient/remote_plugins/2_156/group.py:213 #: ipaclient/remote_plugins/2_156/group.py:458 #: ipaclient/remote_plugins/2_156/group.py:685 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:57 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:95 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:272 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:356 #: ipaclient/remote_plugins/2_164/group.py:114 #: ipaclient/remote_plugins/2_164/group.py:213 #: ipaclient/remote_plugins/2_164/group.py:458 #: ipaclient/remote_plugins/2_164/group.py:685 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:57 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:95 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:272 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:356 #: ipaclient/remote_plugins/2_49/group.py:113 #: ipaclient/remote_plugins/2_49/group.py:211 #: ipaclient/remote_plugins/2_49/group.py:444 #: ipaclient/remote_plugins/2_49/group.py:646 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:56 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:93 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:259 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:336 msgid "Group description" msgstr "Описание группы" #: ipaserver/plugins/group.py:308 ipaclient/remote_plugins/2_114/group.py:120 #: ipaclient/remote_plugins/2_114/group.py:220 #: ipaclient/remote_plugins/2_114/group.py:465 #: ipaclient/remote_plugins/2_114/group.py:692 #: ipaclient/remote_plugins/2_156/group.py:120 #: ipaclient/remote_plugins/2_156/group.py:220 #: ipaclient/remote_plugins/2_156/group.py:465 #: ipaclient/remote_plugins/2_156/group.py:692 #: ipaclient/remote_plugins/2_164/group.py:120 #: ipaclient/remote_plugins/2_164/group.py:220 #: ipaclient/remote_plugins/2_164/group.py:465 #: ipaclient/remote_plugins/2_164/group.py:692 #: ipaclient/remote_plugins/2_49/group.py:119 #: ipaclient/remote_plugins/2_49/group.py:218 #: ipaclient/remote_plugins/2_49/group.py:451 #: ipaclient/remote_plugins/2_49/group.py:653 msgid "GID (use this option to set it manually)" msgstr "GID (используйте этот параметр, чтобы установить его вручную)" #: ipaserver/plugins/group.py:317 ipaclient/remote_plugins/2_114/group.py:197 #: ipaclient/remote_plugins/2_156/group.py:197 #: ipaclient/remote_plugins/2_164/group.py:197 #: ipaclient/remote_plugins/2_49/group.py:196 msgid "Create a new group." msgstr "Создать новую группу." #: ipaserver/plugins/group.py:319 #, python-format msgid "Added group \"%(value)s\"" msgstr "Добавлена группа «%(value)s»" #: ipaserver/plugins/group.py:324 ipaclient/remote_plugins/2_114/group.py:238 #: ipaclient/remote_plugins/2_156/group.py:238 #: ipaclient/remote_plugins/2_164/group.py:238 #: ipaclient/remote_plugins/2_49/group.py:236 msgid "Create as a non-POSIX group" msgstr "Создать как не-POSIX-группу " #: ipaserver/plugins/group.py:329 ipaclient/remote_plugins/2_114/group.py:244 #: ipaclient/remote_plugins/2_156/group.py:244 #: ipaclient/remote_plugins/2_164/group.py:244 #: ipaclient/remote_plugins/2_49/group.py:242 msgid "Allow adding external non-IPA members from trusted domains" msgstr "Разрешить добавление внешних не IPA-участников из доверенных доменов" #: ipaserver/plugins/group.py:342 msgid "gid cannot be set for external group" msgstr "невозможно указать gid для внешней группы" #: ipaserver/plugins/group.py:352 ipaclient/remote_plugins/2_114/group.py:366 #: ipaclient/remote_plugins/2_156/group.py:366 #: ipaclient/remote_plugins/2_164/group.py:366 #: ipaclient/remote_plugins/2_49/group.py:351 msgid "Delete group." msgstr "Удалить группу." #: ipaserver/plugins/group.py:354 #, python-format msgid "Deleted group \"%(value)s\"" msgstr "Удалена группа «%(value)s»" #: ipaserver/plugins/group.py:368 msgid "privileged group" msgstr "привилегированная группа" #: ipaserver/plugins/group.py:398 ipaclient/remote_plugins/2_114/group.py:669 #: ipaclient/remote_plugins/2_156/group.py:669 #: ipaclient/remote_plugins/2_164/group.py:669 #: ipaclient/remote_plugins/2_49/group.py:630 msgid "Modify a group." msgstr "Изменить группу." #: ipaserver/plugins/group.py:400 #, python-format msgid "Modified group \"%(value)s\"" msgstr "Изменена группа «%(value)s»" #: ipaserver/plugins/group.py:405 ipaclient/remote_plugins/2_114/group.py:724 #: ipaclient/remote_plugins/2_156/group.py:724 #: ipaclient/remote_plugins/2_164/group.py:724 #: ipaclient/remote_plugins/2_49/group.py:685 msgid "change to a POSIX group" msgstr "изменить на группу POSIX" #: ipaserver/plugins/group.py:409 ipaclient/remote_plugins/2_114/group.py:730 #: ipaclient/remote_plugins/2_156/group.py:730 #: ipaclient/remote_plugins/2_164/group.py:730 #: ipaclient/remote_plugins/2_49/group.py:691 msgid "change to support external non-IPA members from trusted domains" msgstr "" "Изменить для добавления поддержки внешних не IPA-участников из доверенных " "доменов" #: ipaserver/plugins/group.py:469 ipaclient/remote_plugins/2_114/group.py:436 #: ipaclient/remote_plugins/2_156/group.py:436 #: ipaclient/remote_plugins/2_164/group.py:436 #: ipaclient/remote_plugins/2_49/group.py:422 msgid "Search for groups." msgstr "Поиск групп." #: ipaserver/plugins/group.py:474 #, python-format msgid "%(count)d group matched" msgid_plural "%(count)d groups matched" msgstr[0] "Найдена %(count)d группа" msgstr[1] "Найдено %(count)d группы" msgstr[2] "Найдено %(count)d групп" #: ipaserver/plugins/group.py:480 ipaclient/remote_plugins/2_114/group.py:481 #: ipaclient/remote_plugins/2_156/group.py:481 #: ipaclient/remote_plugins/2_164/group.py:481 #: ipaclient/remote_plugins/2_49/group.py:467 msgid "search for private groups" msgstr "поиск личных групп" #: ipaserver/plugins/group.py:484 ipaclient/remote_plugins/2_114/group.py:487 #: ipaclient/remote_plugins/2_156/group.py:487 #: ipaclient/remote_plugins/2_164/group.py:487 msgid "search for POSIX groups" msgstr "Поиск POSIX-групп" #: ipaserver/plugins/group.py:488 ipaclient/remote_plugins/2_114/group.py:493 #: ipaclient/remote_plugins/2_156/group.py:493 #: ipaclient/remote_plugins/2_164/group.py:493 msgid "" "search for groups with support of external non-IPA members from trusted " "domains" msgstr "" "Поиск групп с поддержкой внешних не IPA-участников из доверенных доменов" #: ipaserver/plugins/group.py:492 ipaclient/remote_plugins/2_114/group.py:499 #: ipaclient/remote_plugins/2_156/group.py:499 #: ipaclient/remote_plugins/2_164/group.py:499 msgid "search for non-POSIX groups" msgstr "Поиск не POSIX-групп" #: ipaserver/plugins/group.py:539 ipaclient/remote_plugins/2_114/group.py:859 #: ipaclient/remote_plugins/2_156/group.py:859 #: ipaclient/remote_plugins/2_164/group.py:859 #: ipaclient/remote_plugins/2_49/group.py:807 msgid "Display information about a named group." msgstr "Показать сведения об именованной группе." #: ipaserver/plugins/group.py:560 ipaclient/remote_plugins/2_114/group.py:288 #: ipaclient/remote_plugins/2_156/group.py:288 #: ipaclient/remote_plugins/2_164/group.py:288 #: ipaclient/remote_plugins/2_49/group.py:280 msgid "Add members to a group." msgstr "Добавить участников в группу." #: ipaserver/plugins/group.py:574 ipaserver/plugins/group.py:631 #: ipaserver/plugins/trust.py:843 msgid "" "Cannot perform join operation without own domain configured. Make sure you " "have run ipa-adtrust-install on the IPA server first" msgstr "" "Без настройки собственного домена нельзя выполнять операцию присоединения. " "Убедитесь, что на IPA-сервере запущена команда ipa-adtrust-install" #: ipaserver/plugins/group.py:605 ipaclient/remote_plugins/2_114/group.py:781 #: ipaclient/remote_plugins/2_156/group.py:781 #: ipaclient/remote_plugins/2_164/group.py:781 #: ipaclient/remote_plugins/2_49/group.py:736 msgid "Remove members from a group." msgstr "Удалить участников из группы." #: ipaserver/plugins/group.py:662 ipaclient/remote_plugins/2_114/group.py:404 #: ipaclient/remote_plugins/2_156/group.py:404 #: ipaclient/remote_plugins/2_164/group.py:404 #: ipaclient/remote_plugins/2_49/group.py:391 msgid "Detach a managed group from a user." msgstr "Отсоединить управляемую группу от пользователя." #: ipaserver/plugins/group.py:665 #, python-format msgid "Detached group \"%(value)s\" from user \"%(value)s\"" msgstr "Отсоединена группа \"%(value)s\" от пользователя \"%(value)s\"" #: ipaserver/plugins/group.py:690 msgid "not allowed to modify user entries" msgstr "изменение записей пользователя не разрешено" #: ipaserver/plugins/group.py:701 msgid "not allowed to modify group entries" msgstr "изменение записей группы не разрешено" #: ipaserver/plugins/group.py:721 msgid "Not a managed group" msgstr "Нет управляемой группы" #: ipaserver/plugins/domainlevel.py:17 #: ipaclient/remote_plugins/2_156/domainlevel.py:19 #: ipaclient/remote_plugins/2_164/domainlevel.py:19 msgid "" "\n" "Raise the IPA Domain Level.\n" msgstr "" "\n" "Повысить уровень домена IPA.\n" #: ipaserver/plugins/domainlevel.py:26 #: ipaclient/remote_plugins/2_156/domainlevel.py:38 #: ipaclient/remote_plugins/2_156/domainlevel.py:62 #: ipaclient/remote_plugins/2_164/domainlevel.py:36 #: ipaclient/remote_plugins/2_164/domainlevel.py:58 msgid "Current domain level:" msgstr "Текущий уровень домена:" #: ipaserver/plugins/domainlevel.py:68 #, python-brace-format msgid "" "Domain Level cannot be raised to {0}, existing replication conflicts have to " "be resolved." msgstr "" "Уровень домена не может быть поднят до {0}, следует устранить существующие " "конфликты репликации." #: ipaserver/plugins/domainlevel.py:99 #: ipaclient/remote_plugins/2_156/domainlevel.py:28 #: ipaclient/remote_plugins/2_164/domainlevel.py:28 msgid "Query current Domain Level." msgstr "Запросить текущий уровень домена." #: ipaserver/plugins/domainlevel.py:115 #: ipaclient/remote_plugins/2_156/domainlevel.py:45 #: ipaclient/remote_plugins/2_164/domainlevel.py:43 msgid "Change current Domain Level." msgstr "Изменить текущий уровень домена." #: ipaserver/plugins/domainlevel.py:145 msgid "Domain Level cannot be lowered." msgstr "Уровень домена не может быть понижен." #: ipaserver/plugins/domainlevel.py:153 #, python-brace-format msgid "Domain Level cannot be raised to {0}, server {1} does not support it." msgstr "" "Уровень домена не может быть поднят до {0}, так на сервере {1} не " "предусмотрена поддержка такого уровня." #: ipaserver/plugins/netgroup.py:46 #: ipaclient/remote_plugins/2_114/netgroup.py:19 #: ipaclient/remote_plugins/2_156/netgroup.py:19 #: ipaclient/remote_plugins/2_164/netgroup.py:19 msgid "" "\n" "Netgroups\n" "\n" "A netgroup is a group used for permission checking. It can contain both\n" "user and host values.\n" "\n" "EXAMPLES:\n" "\n" " Add a new netgroup:\n" " ipa netgroup-add --desc=\"NFS admins\" admins\n" "\n" " Add members to the netgroup:\n" " ipa netgroup-add-member --users=tuser1 --users=tuser2 admins\n" "\n" " Remove a member from the netgroup:\n" " ipa netgroup-remove-member --users=tuser2 admins\n" "\n" " Display information about a netgroup:\n" " ipa netgroup-show admins\n" "\n" " Delete a netgroup:\n" " ipa netgroup-del admins\n" msgstr "" "\n" "Сетевые группы\n" "\n" "Сетевая группа — это группа, которая используется для проверки разрешений. " "Она может содержать как значения пользователей, так и значения узлов.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новую сетевую группу:\n" " ipa netgroup-add --desc=\"NFS admins\" admins\n" "\n" " Добавить участников в сетевую группу:\n" " ipa netgroup-add-member --users=tuser1 --users=tuser2 admins\n" "\n" "Удалить участника из сетевой группы:\n" " ipa netgroup-remove-member --users=tuser2 admins\n" "\n" "Показать сведения о сетевой группе:\n" " ipa netgroup-show admins\n" "\n" " Удалить сетевую группу:\n" " ipa netgroup-del admins\n" #: ipaserver/plugins/netgroup.py:88 #: ipaclient/remote_plugins/2_114/netgroup.py:117 #: ipaclient/remote_plugins/2_156/netgroup.py:117 #: ipaclient/remote_plugins/2_164/netgroup.py:117 #: ipaclient/remote_plugins/2_49/netgroup.py:116 msgid "Member Host" msgstr "Узел-участник" #: ipaserver/plugins/netgroup.py:102 #: ipaclient/remote_plugins/2_114/group.py:585 #: ipaclient/remote_plugins/2_114/group.py:593 #: ipaclient/remote_plugins/2_114/host.py:1112 #: ipaclient/remote_plugins/2_114/host.py:1120 #: ipaclient/remote_plugins/2_114/hostgroup.py:429 #: ipaclient/remote_plugins/2_114/hostgroup.py:437 #: ipaclient/remote_plugins/2_114/netgroup.py:484 #: ipaclient/remote_plugins/2_114/netgroup.py:492 #: ipaclient/remote_plugins/2_114/netgroup.py:564 #: ipaclient/remote_plugins/2_114/netgroup.py:572 #: ipaclient/remote_plugins/2_114/user.py:1054 #: ipaclient/remote_plugins/2_114/user.py:1062 #: ipaclient/remote_plugins/2_156/group.py:585 #: ipaclient/remote_plugins/2_156/group.py:593 #: ipaclient/remote_plugins/2_156/host.py:1175 #: ipaclient/remote_plugins/2_156/host.py:1183 #: ipaclient/remote_plugins/2_156/hostgroup.py:429 #: ipaclient/remote_plugins/2_156/hostgroup.py:437 #: ipaclient/remote_plugins/2_156/netgroup.py:484 #: ipaclient/remote_plugins/2_156/netgroup.py:492 #: ipaclient/remote_plugins/2_156/netgroup.py:564 #: ipaclient/remote_plugins/2_156/netgroup.py:572 #: ipaclient/remote_plugins/2_156/stageuser.py:1040 #: ipaclient/remote_plugins/2_156/stageuser.py:1048 #: ipaclient/remote_plugins/2_156/user.py:1154 #: ipaclient/remote_plugins/2_156/user.py:1162 #: ipaclient/remote_plugins/2_164/group.py:585 #: ipaclient/remote_plugins/2_164/group.py:593 #: ipaclient/remote_plugins/2_164/host.py:1175 #: ipaclient/remote_plugins/2_164/host.py:1183 #: ipaclient/remote_plugins/2_164/hostgroup.py:429 #: ipaclient/remote_plugins/2_164/hostgroup.py:437 #: ipaclient/remote_plugins/2_164/netgroup.py:484 #: ipaclient/remote_plugins/2_164/netgroup.py:492 #: ipaclient/remote_plugins/2_164/netgroup.py:564 #: ipaclient/remote_plugins/2_164/netgroup.py:572 #: ipaclient/remote_plugins/2_164/stageuser.py:1102 #: ipaclient/remote_plugins/2_164/stageuser.py:1110 #: ipaclient/remote_plugins/2_164/user.py:1216 #: ipaclient/remote_plugins/2_164/user.py:1224 #: ipaclient/remote_plugins/2_49/group.py:546 #: ipaclient/remote_plugins/2_49/group.py:554 #: ipaclient/remote_plugins/2_49/host.py:633 #: ipaclient/remote_plugins/2_49/host.py:641 #: ipaclient/remote_plugins/2_49/hostgroup.py:409 #: ipaclient/remote_plugins/2_49/hostgroup.py:417 #: ipaclient/remote_plugins/2_49/netgroup.py:464 #: ipaclient/remote_plugins/2_49/netgroup.py:472 #: ipaclient/remote_plugins/2_49/netgroup.py:544 #: ipaclient/remote_plugins/2_49/netgroup.py:552 #: ipaclient/remote_plugins/2_49/user.py:878 #: ipaclient/remote_plugins/2_49/user.py:886 msgid "netgroup" msgstr "сетевая группа" #: ipaserver/plugins/netgroup.py:103 msgid "netgroups" msgstr "сетевые группы" #: ipaserver/plugins/netgroup.py:197 msgid "Netgroup" msgstr "Сетевая группа" #: ipaserver/plugins/netgroup.py:204 #: ipaclient/remote_plugins/2_114/netgroup.py:52 #: ipaclient/remote_plugins/2_114/netgroup.py:135 #: ipaclient/remote_plugins/2_114/netgroup.py:236 #: ipaclient/remote_plugins/2_114/netgroup.py:334 #: ipaclient/remote_plugins/2_114/netgroup.py:379 #: ipaclient/remote_plugins/2_114/netgroup.py:606 #: ipaclient/remote_plugins/2_114/netgroup.py:721 #: ipaclient/remote_plugins/2_114/netgroup.py:818 #: ipaclient/remote_plugins/2_156/netgroup.py:52 #: ipaclient/remote_plugins/2_156/netgroup.py:135 #: ipaclient/remote_plugins/2_156/netgroup.py:236 #: ipaclient/remote_plugins/2_156/netgroup.py:334 #: ipaclient/remote_plugins/2_156/netgroup.py:379 #: ipaclient/remote_plugins/2_156/netgroup.py:606 #: ipaclient/remote_plugins/2_156/netgroup.py:721 #: ipaclient/remote_plugins/2_156/netgroup.py:818 #: ipaclient/remote_plugins/2_164/netgroup.py:52 #: ipaclient/remote_plugins/2_164/netgroup.py:135 #: ipaclient/remote_plugins/2_164/netgroup.py:236 #: ipaclient/remote_plugins/2_164/netgroup.py:334 #: ipaclient/remote_plugins/2_164/netgroup.py:379 #: ipaclient/remote_plugins/2_164/netgroup.py:606 #: ipaclient/remote_plugins/2_164/netgroup.py:721 #: ipaclient/remote_plugins/2_164/netgroup.py:818 #: ipaclient/remote_plugins/2_49/netgroup.py:52 #: ipaclient/remote_plugins/2_49/netgroup.py:134 #: ipaclient/remote_plugins/2_49/netgroup.py:228 #: ipaclient/remote_plugins/2_49/netgroup.py:319 #: ipaclient/remote_plugins/2_49/netgroup.py:366 #: ipaclient/remote_plugins/2_49/netgroup.py:586 #: ipaclient/remote_plugins/2_49/netgroup.py:695 #: ipaclient/remote_plugins/2_49/netgroup.py:785 msgid "Netgroup name" msgstr "Имя сетевой группы" #: ipaserver/plugins/netgroup.py:211 #: ipaclient/remote_plugins/2_114/netgroup.py:58 #: ipaclient/remote_plugins/2_114/netgroup.py:145 #: ipaclient/remote_plugins/2_114/netgroup.py:387 #: ipaclient/remote_plugins/2_114/netgroup.py:616 #: ipaclient/remote_plugins/2_156/netgroup.py:58 #: ipaclient/remote_plugins/2_156/netgroup.py:145 #: ipaclient/remote_plugins/2_156/netgroup.py:387 #: ipaclient/remote_plugins/2_156/netgroup.py:616 #: ipaclient/remote_plugins/2_164/netgroup.py:58 #: ipaclient/remote_plugins/2_164/netgroup.py:145 #: ipaclient/remote_plugins/2_164/netgroup.py:387 #: ipaclient/remote_plugins/2_164/netgroup.py:616 #: ipaclient/remote_plugins/2_49/netgroup.py:57 #: ipaclient/remote_plugins/2_49/netgroup.py:143 #: ipaclient/remote_plugins/2_49/netgroup.py:374 #: ipaclient/remote_plugins/2_49/netgroup.py:596 msgid "Netgroup description" msgstr "Описание сетевой группы" #: ipaserver/plugins/netgroup.py:217 #: ipaclient/remote_plugins/2_114/netgroup.py:63 #: ipaclient/remote_plugins/2_114/netgroup.py:151 #: ipaclient/remote_plugins/2_114/netgroup.py:393 #: ipaclient/remote_plugins/2_114/netgroup.py:622 #: ipaclient/remote_plugins/2_156/netgroup.py:63 #: ipaclient/remote_plugins/2_156/netgroup.py:151 #: ipaclient/remote_plugins/2_156/netgroup.py:393 #: ipaclient/remote_plugins/2_156/netgroup.py:622 #: ipaclient/remote_plugins/2_164/netgroup.py:63 #: ipaclient/remote_plugins/2_164/netgroup.py:151 #: ipaclient/remote_plugins/2_164/netgroup.py:393 #: ipaclient/remote_plugins/2_164/netgroup.py:622 #: ipaclient/remote_plugins/2_49/netgroup.py:62 #: ipaclient/remote_plugins/2_49/netgroup.py:149 #: ipaclient/remote_plugins/2_49/netgroup.py:380 #: ipaclient/remote_plugins/2_49/netgroup.py:602 msgid "NIS domain name" msgstr "Имя домена NIS" #: ipaserver/plugins/netgroup.py:222 #: ipaclient/remote_plugins/2_114/netgroup.py:68 #: ipaclient/remote_plugins/2_114/netgroup.py:69 #: ipaclient/remote_plugins/2_114/netgroup.py:399 #: ipaclient/remote_plugins/2_114/netgroup.py:400 #: ipaclient/remote_plugins/2_156/netgroup.py:68 #: ipaclient/remote_plugins/2_156/netgroup.py:69 #: ipaclient/remote_plugins/2_156/netgroup.py:399 #: ipaclient/remote_plugins/2_156/netgroup.py:400 #: ipaclient/remote_plugins/2_164/netgroup.py:68 #: ipaclient/remote_plugins/2_164/netgroup.py:69 #: ipaclient/remote_plugins/2_164/netgroup.py:399 #: ipaclient/remote_plugins/2_164/netgroup.py:400 #: ipaclient/remote_plugins/2_49/netgroup.py:67 #: ipaclient/remote_plugins/2_49/netgroup.py:68 #: ipaclient/remote_plugins/2_49/netgroup.py:386 #: ipaclient/remote_plugins/2_49/netgroup.py:387 msgid "IPA unique ID" msgstr "Уникальный ID IPA" #: ipaserver/plugins/netgroup.py:263 #: ipaclient/remote_plugins/2_114/netgroup.py:129 #: ipaclient/remote_plugins/2_156/netgroup.py:129 #: ipaclient/remote_plugins/2_164/netgroup.py:129 #: ipaclient/remote_plugins/2_49/netgroup.py:128 msgid "Add a new netgroup." msgstr "Добавить новую сетевую группу." #: ipaserver/plugins/netgroup.py:266 #, python-format msgid "Added netgroup \"%(value)s\"" msgstr "Добавлена сетевая группа \"%(value)s\"" #: ipaserver/plugins/netgroup.py:268 #, python-format msgid "" "hostgroup with name \"%s\" already exists. Hostgroups and netgroups share a " "common namespace" msgstr "" "группа узлов с именем \"%s\" уже существует. Группы узлов и сетевые группы " "имеют общее пространство имён" #: ipaserver/plugins/netgroup.py:299 #: ipaclient/remote_plugins/2_114/netgroup.py:327 #: ipaclient/remote_plugins/2_156/netgroup.py:327 #: ipaclient/remote_plugins/2_164/netgroup.py:327 #: ipaclient/remote_plugins/2_49/netgroup.py:312 msgid "Delete a netgroup." msgstr "Удалить сетевую группу." #: ipaserver/plugins/netgroup.py:301 #, python-format msgid "Deleted netgroup \"%(value)s\"" msgstr "Удалена сетевая группа \"%(value)s\"" #: ipaserver/plugins/netgroup.py:307 #: ipaclient/remote_plugins/2_114/netgroup.py:600 #: ipaclient/remote_plugins/2_156/netgroup.py:600 #: ipaclient/remote_plugins/2_164/netgroup.py:600 #: ipaclient/remote_plugins/2_49/netgroup.py:580 msgid "Modify a netgroup." msgstr "Изменить сетевую группу." #: ipaserver/plugins/netgroup.py:310 #, python-format msgid "Modified netgroup \"%(value)s\"" msgstr "Изменена сетевая группа \"%(value)s\"" #: ipaserver/plugins/netgroup.py:334 #: ipaclient/remote_plugins/2_114/netgroup.py:365 #: ipaclient/remote_plugins/2_156/netgroup.py:365 #: ipaclient/remote_plugins/2_164/netgroup.py:365 #: ipaclient/remote_plugins/2_49/netgroup.py:352 msgid "Search for a netgroup." msgstr "Поиск сетевой группы." #: ipaserver/plugins/netgroup.py:339 #, python-format msgid "%(count)d netgroup matched" msgid_plural "%(count)d netgroups matched" msgstr[0] "установлено соответствие %(count)d сетевой группы" msgstr[1] "установлено соответствие %(count)d сетевых групп" msgstr[2] "установлено соответствие %(count)d сетевых групп" #: ipaserver/plugins/netgroup.py:349 #: ipaclient/remote_plugins/2_114/netgroup.py:445 #: ipaclient/remote_plugins/2_156/netgroup.py:445 #: ipaclient/remote_plugins/2_164/netgroup.py:445 #: ipaclient/remote_plugins/2_49/netgroup.py:432 msgid "search for managed groups" msgstr "Поиск управляемых групп" #: ipaserver/plugins/netgroup.py:371 #: ipaclient/remote_plugins/2_114/netgroup.py:812 #: ipaclient/remote_plugins/2_156/netgroup.py:812 #: ipaclient/remote_plugins/2_164/netgroup.py:812 #: ipaclient/remote_plugins/2_49/netgroup.py:779 msgid "Display information about a netgroup." msgstr "Показать сведения о сетевой группе." #: ipaserver/plugins/netgroup.py:378 #: ipaclient/remote_plugins/2_114/netgroup.py:230 #: ipaclient/remote_plugins/2_156/netgroup.py:230 #: ipaclient/remote_plugins/2_164/netgroup.py:230 #: ipaclient/remote_plugins/2_49/netgroup.py:222 msgid "Add members to a netgroup." msgstr "Добавить участников в сетевую группу." #: ipaserver/plugins/netgroup.py:400 #: ipaclient/remote_plugins/2_114/netgroup.py:715 #: ipaclient/remote_plugins/2_156/netgroup.py:715 #: ipaclient/remote_plugins/2_164/netgroup.py:715 #: ipaclient/remote_plugins/2_49/netgroup.py:689 msgid "Remove members from a netgroup." msgstr "Удалить участников из сетевой группы." #: ipaserver/plugins/passwd.py:40 ipaclient/remote_plugins/2_114/passwd.py:19 #: ipaclient/remote_plugins/2_156/passwd.py:19 #: ipaclient/remote_plugins/2_164/passwd.py:19 #: ipaclient/remote_plugins/2_49/passwd.py:19 msgid "" "\n" "Set a user's password\n" "\n" "If someone other than a user changes that user's password (e.g., Helpdesk\n" "resets it) then the password will need to be changed the first time it\n" "is used. This is so the end-user is the only one who knows the password.\n" "\n" "The IPA password policy controls how often a password may be changed,\n" "what strength requirements exist, and the length of the password history.\n" "\n" "EXAMPLES:\n" "\n" " To reset your own password:\n" " ipa passwd\n" "\n" " To change another user's password:\n" " ipa passwd tuser1\n" msgstr "" "\n" "Установка пароля пользователя\n" "\n" "Если пароль пользователя изменяет кто-то кроме самого пользователя " "(например, его сбрасывает служба технической поддержки), пароль потребуется " "изменить при первом использовании. Это делается для того, чтобы пароль знал " "только конечный пользователь.\n" "\n" "Политика паролей IPA управляет частотой смены пароля, требованиями к " "надёжности пароля и размером журнала паролей.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Чтобы сбросить свой собственный пароль:\n" " ipa passwd\n" "\n" " Чтобы изменить пароль другого пользователя:\n" " ipa passwd tuser1\n" #: ipaserver/plugins/passwd.py:81 ipaclient/remote_plugins/2_114/passwd.py:43 #: ipaclient/remote_plugins/2_156/passwd.py:43 #: ipaclient/remote_plugins/2_164/passwd.py:43 #: ipaclient/remote_plugins/2_49/passwd.py:43 msgid "Set a user's password." msgstr "Установить пароль пользователя." #: ipaserver/plugins/passwd.py:108 ipaclient/remote_plugins/2_114/passwd.py:75 #: ipaclient/remote_plugins/2_156/passwd.py:75 #: ipaclient/remote_plugins/2_164/passwd.py:75 msgid "One Time Password" msgstr "Одноразовый пароль" #: ipaserver/plugins/passwd.py:114 #, python-format msgid "Changed password for \"%(value)s\"" msgstr "Изменён пароль \"%(value)s\"" #: ipaserver/plugins/passwd.py:143 ipaclient/plugins/vault.py:144 #: ipaclient/plugins/vault.py:163 msgid "Invalid credentials" msgstr "Недействительные учётные данные" #: ipaserver/plugins/config.py:40 ipaclient/remote_plugins/2_114/config.py:19 #: ipaclient/remote_plugins/2_156/config.py:19 #: ipaclient/remote_plugins/2_164/config.py:19 #: ipaclient/remote_plugins/2_49/config.py:19 msgid "" "\n" "Server configuration\n" "\n" "Manage the default values that IPA uses and some of its tuning parameters.\n" "\n" "NOTES:\n" "\n" "The password notification value (--pwdexpnotify) is stored here so it will\n" "be replicated. It is not currently used to notify users in advance of an\n" "expiring password.\n" "\n" "Some attributes are read-only, provided only for information purposes. " "These\n" "include:\n" "\n" "Certificate Subject base: the configured certificate subject base,\n" " e.g. O=EXAMPLE.COM. This is configurable only at install time.\n" "Password plug-in features: currently defines additional hashes that the\n" " password will generate (there may be other conditions).\n" "\n" "When setting the order list for mapping SELinux users you may need to\n" "quote the value so it isn't interpreted by the shell.\n" "\n" "EXAMPLES:\n" "\n" " Show basic server configuration:\n" " ipa config-show\n" "\n" " Show all configuration options:\n" " ipa config-show --all\n" "\n" " Change maximum username length to 99 characters:\n" " ipa config-mod --maxusername=99\n" "\n" " Increase default time and size limits for maximum IPA server search:\n" " ipa config-mod --searchtimelimit=10 --searchrecordslimit=2000\n" "\n" " Set default user e-mail domain:\n" " ipa config-mod --emaildomain=example.com\n" "\n" " Enable migration mode to make \"ipa migrate-ds\" command operational:\n" " ipa config-mod --enable-migration=TRUE\n" "\n" " Define SELinux user map order:\n" " ipa config-mod --ipaselinuxusermaporder='guest_u:s0$xguest_u:s0$user_u:s0-" "s0:c0.c1023$staff_u:s0-s0:c0.c1023$unconfined_u:s0-s0:c0.c1023'\n" msgstr "" "\n" "Конфигурация сервера\n" "\n" "Управление значениями по умолчанию, которые используются IPA, и некоторыми " "параметрами их настройки.\n" "\n" "ПРИМЕЧАНИЯ:\n" "\n" "Здесь хранится значение уведомления о пароле (--pwdexpnotify), поэтому оно " "будет реплицировано. В текущей версии оно не используется для " "заблаговременного уведомления пользователей об окончании срока действия " "пароля.\n" "\n" "Некоторые атрибуты предоставлены в ознакомительных целях и доступны только " "для чтения. Среди них:\n" "\n" "Основа субъекта сертификата: настроенная основа субъекта сертификата, " "например O=EXAMPLE.COM. Настраивается только во время установки.\n" "Возможности подключаемого модуля паролей: в текущей версии он определяет " "дополнительные хеши, которые создаются на основе пароля (могут быть и другие " "условия).\n" "\n" "При установке приоритета сопоставления пользователей SELinux, возможно, " "потребуется взять значение в кавычки, чтобы оно не обрабатывалось " "оболочкой.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Показать базовую конфигурацию сервера:\n" " ipa config-show\n" "\n" " Показать все параметры конфигурации:\n" " ipa config-show --all\n" "\n" " Изменить максимальную длину имени пользователя на 99 символов:\n" " ipa config-mod --maxusername=99\n" "\n" " Увеличить установленные по умолчанию ограничения времени и размера поиска " "IPA-сервера:\n" " ipa config-mod --searchtimelimit=10 --searchrecordslimit=2000\n" "\n" " Указать почтовый домен пользователей по умолчанию:\n" " ipa config-mod --emaildomain=example.com\n" "\n" " Включить режим миграции, чтобы сделать работоспособной команду \"ipa " "migrate-ds\":\n" " ipa config-mod --enable-migration=TRUE\n" "\n" " Определить порядок списка пользователей SELinux:\n" " ipa config-mod --ipaselinuxusermaporder='guest_u:s0$xguest_u:s0$user_u:s0-" "s0:c0.c1023$staff_u:s0-s0:c0.c1023$unconfined_u:s0-s0:c0.c1023'\n" #: ipaserver/plugins/config.py:97 msgid "must be at least 10" msgstr "должно быть не меньше 10" #: ipaserver/plugins/config.py:105 msgid "configuration options" msgstr "параметры конфигурации" #: ipaserver/plugins/config.py:139 ipaserver/plugins/config.py:140 msgid "Configuration" msgstr "Настройка" #: ipaserver/plugins/config.py:145 ipaclient/remote_plugins/2_114/config.py:73 #: ipaclient/remote_plugins/2_114/config.py:185 #: ipaclient/remote_plugins/2_156/config.py:73 #: ipaclient/remote_plugins/2_156/config.py:185 #: ipaclient/remote_plugins/2_164/config.py:73 #: ipaclient/remote_plugins/2_164/config.py:185 #: ipaclient/remote_plugins/2_49/config.py:73 #: ipaclient/remote_plugins/2_49/config.py:178 msgid "Maximum username length" msgstr "Максимальная длина имени пользователя" #: ipaserver/plugins/config.py:151 ipaclient/remote_plugins/2_114/config.py:77 #: ipaclient/remote_plugins/2_114/config.py:191 #: ipaclient/remote_plugins/2_156/config.py:77 #: ipaclient/remote_plugins/2_156/config.py:191 #: ipaclient/remote_plugins/2_164/config.py:77 #: ipaclient/remote_plugins/2_164/config.py:191 #: ipaclient/remote_plugins/2_49/config.py:77 #: ipaclient/remote_plugins/2_49/config.py:184 msgid "Home directory base" msgstr "Основа домашних каталогов" #: ipaserver/plugins/config.py:152 ipaclient/remote_plugins/2_114/config.py:78 #: ipaclient/remote_plugins/2_114/config.py:192 #: ipaclient/remote_plugins/2_156/config.py:78 #: ipaclient/remote_plugins/2_156/config.py:192 #: ipaclient/remote_plugins/2_164/config.py:78 #: ipaclient/remote_plugins/2_164/config.py:192 #: ipaclient/remote_plugins/2_49/config.py:78 #: ipaclient/remote_plugins/2_49/config.py:185 msgid "Default location of home directories" msgstr "Расположение домашних каталогов по умолчанию" #: ipaserver/plugins/config.py:156 ipaclient/remote_plugins/2_114/config.py:82 #: ipaclient/remote_plugins/2_114/config.py:198 #: ipaclient/remote_plugins/2_156/config.py:82 #: ipaclient/remote_plugins/2_156/config.py:198 #: ipaclient/remote_plugins/2_164/config.py:82 #: ipaclient/remote_plugins/2_164/config.py:198 #: ipaclient/remote_plugins/2_49/config.py:82 #: ipaclient/remote_plugins/2_49/config.py:191 msgid "Default shell" msgstr "Оболочка по умолчанию" #: ipaserver/plugins/config.py:157 ipaclient/remote_plugins/2_114/config.py:83 #: ipaclient/remote_plugins/2_114/config.py:199 #: ipaclient/remote_plugins/2_156/config.py:83 #: ipaclient/remote_plugins/2_156/config.py:199 #: ipaclient/remote_plugins/2_164/config.py:83 #: ipaclient/remote_plugins/2_164/config.py:199 #: ipaclient/remote_plugins/2_49/config.py:83 #: ipaclient/remote_plugins/2_49/config.py:192 msgid "Default shell for new users" msgstr "Оболочка по умолчанию для новых пользователей" #: ipaserver/plugins/config.py:161 ipaclient/remote_plugins/2_114/config.py:87 #: ipaclient/remote_plugins/2_114/config.py:205 #: ipaclient/remote_plugins/2_156/config.py:87 #: ipaclient/remote_plugins/2_156/config.py:205 #: ipaclient/remote_plugins/2_164/config.py:87 #: ipaclient/remote_plugins/2_164/config.py:205 #: ipaclient/remote_plugins/2_49/config.py:87 #: ipaclient/remote_plugins/2_49/config.py:198 msgid "Default users group" msgstr "Группа пользователей по умолчанию" #: ipaserver/plugins/config.py:162 ipaclient/remote_plugins/2_114/config.py:88 #: ipaclient/remote_plugins/2_114/config.py:206 #: ipaclient/remote_plugins/2_156/config.py:88 #: ipaclient/remote_plugins/2_156/config.py:206 #: ipaclient/remote_plugins/2_164/config.py:88 #: ipaclient/remote_plugins/2_164/config.py:206 #: ipaclient/remote_plugins/2_49/config.py:88 #: ipaclient/remote_plugins/2_49/config.py:199 msgid "Default group for new users" msgstr "Группа по умолчанию для новых пользователей" #: ipaserver/plugins/config.py:166 ipaserver/plugins/config.py:167 #: ipaclient/remote_plugins/2_114/config.py:93 #: ipaclient/remote_plugins/2_114/config.py:212 #: ipaclient/remote_plugins/2_156/config.py:93 #: ipaclient/remote_plugins/2_156/config.py:212 #: ipaclient/remote_plugins/2_164/config.py:93 #: ipaclient/remote_plugins/2_164/config.py:212 #: ipaclient/remote_plugins/2_49/config.py:93 #: ipaclient/remote_plugins/2_49/config.py:205 msgid "Default e-mail domain" msgstr "Почтовый домен по умолчанию" #: ipaserver/plugins/config.py:171 ipaclient/remote_plugins/2_114/config.py:97 #: ipaclient/remote_plugins/2_114/config.py:218 #: ipaclient/remote_plugins/2_156/config.py:97 #: ipaclient/remote_plugins/2_156/config.py:218 #: ipaclient/remote_plugins/2_164/config.py:97 #: ipaclient/remote_plugins/2_164/config.py:218 #: ipaclient/remote_plugins/2_49/config.py:97 #: ipaclient/remote_plugins/2_49/config.py:211 msgid "Search time limit" msgstr "Ограничение времени поиска" #: ipaserver/plugins/config.py:172 ipaclient/remote_plugins/2_156/config.py:98 #: ipaclient/remote_plugins/2_156/config.py:219 #: ipaclient/remote_plugins/2_164/config.py:98 #: ipaclient/remote_plugins/2_164/config.py:219 msgid "Maximum amount of time (seconds) for a search (-1 or 0 is unlimited)" msgstr "" "Максимальное количество времени (в секундах) для поиска (-1 или 0 означает " "отсутствие ограничения)" #: ipaserver/plugins/config.py:178 ipaclient/remote_plugins/2_114/config.py:102 #: ipaclient/remote_plugins/2_114/config.py:225 #: ipaclient/remote_plugins/2_156/config.py:102 #: ipaclient/remote_plugins/2_156/config.py:225 #: ipaclient/remote_plugins/2_164/config.py:102 #: ipaclient/remote_plugins/2_164/config.py:225 #: ipaclient/remote_plugins/2_49/config.py:102 #: ipaclient/remote_plugins/2_49/config.py:218 msgid "Search size limit" msgstr "Ограничение размера поиска" #: ipaserver/plugins/config.py:179 ipaclient/remote_plugins/2_156/config.py:103 #: ipaclient/remote_plugins/2_156/config.py:226 #: ipaclient/remote_plugins/2_164/config.py:103 #: ipaclient/remote_plugins/2_164/config.py:226 msgid "Maximum number of records to search (-1 or 0 is unlimited)" msgstr "" "Максимальное количество записей результатов поиска (-1 или 0 означает " "отсутствие ограничения)" #: ipaserver/plugins/config.py:183 ipaclient/remote_plugins/2_114/config.py:107 #: ipaclient/remote_plugins/2_114/config.py:232 #: ipaclient/remote_plugins/2_156/config.py:107 #: ipaclient/remote_plugins/2_156/config.py:232 #: ipaclient/remote_plugins/2_164/config.py:107 #: ipaclient/remote_plugins/2_164/config.py:232 #: ipaclient/remote_plugins/2_49/config.py:107 #: ipaclient/remote_plugins/2_49/config.py:225 msgid "User search fields" msgstr "Поля поиска пользователей" #: ipaserver/plugins/config.py:184 ipaclient/remote_plugins/2_114/config.py:108 #: ipaclient/remote_plugins/2_114/config.py:233 #: ipaclient/remote_plugins/2_156/config.py:108 #: ipaclient/remote_plugins/2_156/config.py:233 #: ipaclient/remote_plugins/2_164/config.py:108 #: ipaclient/remote_plugins/2_164/config.py:233 #: ipaclient/remote_plugins/2_49/config.py:108 #: ipaclient/remote_plugins/2_49/config.py:226 msgid "A comma-separated list of fields to search in when searching for users" msgstr "" "Разделённый запятыми список полей, по которым следует выполнять поиск при " "поиске пользователей" #: ipaserver/plugins/config.py:188 ipaclient/remote_plugins/2_114/config.py:112 #: ipaclient/remote_plugins/2_114/config.py:239 #: ipaclient/remote_plugins/2_156/config.py:112 #: ipaclient/remote_plugins/2_156/config.py:239 #: ipaclient/remote_plugins/2_164/config.py:112 #: ipaclient/remote_plugins/2_164/config.py:239 #: ipaclient/remote_plugins/2_49/config.py:112 #: ipaclient/remote_plugins/2_49/config.py:232 msgid "Group search fields" msgstr "Поля поиска групп" #: ipaserver/plugins/config.py:189 ipaclient/remote_plugins/2_114/config.py:113 #: ipaclient/remote_plugins/2_114/config.py:240 #: ipaclient/remote_plugins/2_156/config.py:113 #: ipaclient/remote_plugins/2_156/config.py:240 #: ipaclient/remote_plugins/2_164/config.py:113 #: ipaclient/remote_plugins/2_164/config.py:240 #: ipaclient/remote_plugins/2_49/config.py:113 #: ipaclient/remote_plugins/2_49/config.py:233 msgid "A comma-separated list of fields to search in when searching for groups" msgstr "" "Разделённый запятыми список полей, по которым следует выполнять поиск при " "поиске групп" #: ipaserver/plugins/config.py:193 ipaserver/plugins/config.py:194 #: ipaclient/remote_plugins/2_114/config.py:117 #: ipaclient/remote_plugins/2_114/config.py:246 #: ipaclient/remote_plugins/2_156/config.py:117 #: ipaclient/remote_plugins/2_156/config.py:246 #: ipaclient/remote_plugins/2_164/config.py:117 #: ipaclient/remote_plugins/2_164/config.py:246 #: ipaclient/remote_plugins/2_49/config.py:117 #: ipaclient/remote_plugins/2_49/config.py:239 msgid "Enable migration mode" msgstr "Включить режим миграции" #: ipaserver/plugins/config.py:198 ipaclient/remote_plugins/2_114/config.py:121 #: ipaclient/remote_plugins/2_156/config.py:121 #: ipaclient/remote_plugins/2_164/config.py:121 #: ipaclient/remote_plugins/2_49/config.py:121 msgid "Certificate Subject base" msgstr "Основа субъекта сертификата" #: ipaserver/plugins/config.py:199 ipaclient/remote_plugins/2_114/config.py:122 #: ipaclient/remote_plugins/2_156/config.py:122 #: ipaclient/remote_plugins/2_164/config.py:122 #: ipaclient/remote_plugins/2_49/config.py:122 msgid "Base for certificate subjects (OU=Test,O=Example)" msgstr "Основа для субъектов сертификатов (OU=Test,O=Example)" #: ipaserver/plugins/config.py:204 ipaclient/remote_plugins/2_114/config.py:127 #: ipaclient/remote_plugins/2_114/config.py:253 #: ipaclient/remote_plugins/2_156/config.py:127 #: ipaclient/remote_plugins/2_156/config.py:253 #: ipaclient/remote_plugins/2_164/config.py:127 #: ipaclient/remote_plugins/2_164/config.py:253 #: ipaclient/remote_plugins/2_49/config.py:127 #: ipaclient/remote_plugins/2_49/config.py:246 msgid "Default group objectclasses" msgstr "Классы объектов для групп по умолчанию" #: ipaserver/plugins/config.py:205 ipaclient/remote_plugins/2_114/config.py:128 #: ipaclient/remote_plugins/2_114/config.py:254 #: ipaclient/remote_plugins/2_156/config.py:128 #: ipaclient/remote_plugins/2_156/config.py:254 #: ipaclient/remote_plugins/2_164/config.py:128 #: ipaclient/remote_plugins/2_164/config.py:254 #: ipaclient/remote_plugins/2_49/config.py:128 #: ipaclient/remote_plugins/2_49/config.py:247 msgid "Default group objectclasses (comma-separated list)" msgstr "Классы объектов для групп по умолчанию (через запятую)" #: ipaserver/plugins/config.py:209 ipaclient/remote_plugins/2_114/config.py:133 #: ipaclient/remote_plugins/2_114/config.py:261 #: ipaclient/remote_plugins/2_156/config.py:133 #: ipaclient/remote_plugins/2_156/config.py:261 #: ipaclient/remote_plugins/2_164/config.py:133 #: ipaclient/remote_plugins/2_164/config.py:261 #: ipaclient/remote_plugins/2_49/config.py:133 #: ipaclient/remote_plugins/2_49/config.py:254 msgid "Default user objectclasses" msgstr "Классы объектов для пользователей по умолчанию" #: ipaserver/plugins/config.py:210 ipaclient/remote_plugins/2_114/config.py:134 #: ipaclient/remote_plugins/2_114/config.py:262 #: ipaclient/remote_plugins/2_156/config.py:134 #: ipaclient/remote_plugins/2_156/config.py:262 #: ipaclient/remote_plugins/2_164/config.py:134 #: ipaclient/remote_plugins/2_164/config.py:262 #: ipaclient/remote_plugins/2_49/config.py:134 #: ipaclient/remote_plugins/2_49/config.py:255 msgid "Default user objectclasses (comma-separated list)" msgstr "Классы объектов для пользователей по умолчанию (через запятую)" #: ipaserver/plugins/config.py:214 ipaclient/remote_plugins/2_114/config.py:138 #: ipaclient/remote_plugins/2_114/config.py:268 #: ipaclient/remote_plugins/2_156/config.py:138 #: ipaclient/remote_plugins/2_156/config.py:268 #: ipaclient/remote_plugins/2_164/config.py:138 #: ipaclient/remote_plugins/2_164/config.py:268 #: ipaclient/remote_plugins/2_49/config.py:138 #: ipaclient/remote_plugins/2_49/config.py:261 msgid "Password Expiration Notification (days)" msgstr "Оповещение об истечении пароля (в дня)" #: ipaserver/plugins/config.py:215 ipaclient/remote_plugins/2_114/config.py:139 #: ipaclient/remote_plugins/2_114/config.py:269 #: ipaclient/remote_plugins/2_156/config.py:139 #: ipaclient/remote_plugins/2_156/config.py:269 #: ipaclient/remote_plugins/2_164/config.py:139 #: ipaclient/remote_plugins/2_164/config.py:269 #: ipaclient/remote_plugins/2_49/config.py:139 #: ipaclient/remote_plugins/2_49/config.py:262 msgid "Number of days's notice of impending password expiration" msgstr "Уведомление о количестве дней, оставшихся до окончания действия пароля" #: ipaserver/plugins/config.py:220 ipaclient/remote_plugins/2_114/config.py:145 #: ipaclient/remote_plugins/2_114/config.py:276 #: ipaclient/remote_plugins/2_156/config.py:145 #: ipaclient/remote_plugins/2_156/config.py:276 #: ipaclient/remote_plugins/2_164/config.py:145 #: ipaclient/remote_plugins/2_164/config.py:276 #: ipaclient/remote_plugins/2_49/config.py:145 #: ipaclient/remote_plugins/2_49/config.py:269 msgid "Password plugin features" msgstr "Возможности подключаемого модуля паролей" #: ipaserver/plugins/config.py:221 ipaclient/remote_plugins/2_114/config.py:146 #: ipaclient/remote_plugins/2_114/config.py:277 #: ipaclient/remote_plugins/2_156/config.py:146 #: ipaclient/remote_plugins/2_156/config.py:277 #: ipaclient/remote_plugins/2_164/config.py:146 #: ipaclient/remote_plugins/2_164/config.py:277 #: ipaclient/remote_plugins/2_49/config.py:146 #: ipaclient/remote_plugins/2_49/config.py:270 msgid "Extra hashes to generate in password plug-in" msgstr "Дополнительные хеши для создания в подключаемом модуле паролей" #: ipaserver/plugins/config.py:227 ipaclient/remote_plugins/2_114/config.py:150 #: ipaclient/remote_plugins/2_114/config.py:282 #: ipaclient/remote_plugins/2_156/config.py:150 #: ipaclient/remote_plugins/2_156/config.py:282 #: ipaclient/remote_plugins/2_164/config.py:150 #: ipaclient/remote_plugins/2_164/config.py:282 #: ipaclient/remote_plugins/2_49/config.py:150 #: ipaclient/remote_plugins/2_49/config.py:275 msgid "SELinux user map order" msgstr "Порядок применения списка пользователей SELinux" #: ipaserver/plugins/config.py:228 ipaclient/remote_plugins/2_114/config.py:151 #: ipaclient/remote_plugins/2_114/config.py:283 #: ipaclient/remote_plugins/2_156/config.py:151 #: ipaclient/remote_plugins/2_156/config.py:283 #: ipaclient/remote_plugins/2_164/config.py:151 #: ipaclient/remote_plugins/2_164/config.py:283 #: ipaclient/remote_plugins/2_49/config.py:151 #: ipaclient/remote_plugins/2_49/config.py:276 msgid "Order in increasing priority of SELinux users, delimited by $" msgstr "" "В порядке увеличения приоритета пользователей SELinux, с разделителем $" #: ipaserver/plugins/config.py:231 ipaclient/remote_plugins/2_114/config.py:156 #: ipaclient/remote_plugins/2_114/config.py:288 #: ipaclient/remote_plugins/2_156/config.py:156 #: ipaclient/remote_plugins/2_156/config.py:288 #: ipaclient/remote_plugins/2_164/config.py:156 #: ipaclient/remote_plugins/2_164/config.py:288 #: ipaclient/remote_plugins/2_49/config.py:156 #: ipaclient/remote_plugins/2_49/config.py:281 msgid "Default SELinux user" msgstr "Пользователь SELinux по умолчанию" #: ipaserver/plugins/config.py:232 ipaclient/remote_plugins/2_114/config.py:157 #: ipaclient/remote_plugins/2_114/config.py:289 #: ipaclient/remote_plugins/2_156/config.py:157 #: ipaclient/remote_plugins/2_156/config.py:289 #: ipaclient/remote_plugins/2_164/config.py:157 #: ipaclient/remote_plugins/2_164/config.py:289 #: ipaclient/remote_plugins/2_49/config.py:157 #: ipaclient/remote_plugins/2_49/config.py:282 msgid "Default SELinux user when no match is found in SELinux map rule" msgstr "" "Пользователь SELinux по умолчанию, когда в правиле списка SELinux не найдено " "соответствие" #: ipaserver/plugins/config.py:236 ipaclient/remote_plugins/2_114/config.py:163 #: ipaclient/remote_plugins/2_114/config.py:297 #: ipaclient/remote_plugins/2_156/config.py:163 #: ipaclient/remote_plugins/2_156/config.py:297 #: ipaclient/remote_plugins/2_164/config.py:163 #: ipaclient/remote_plugins/2_164/config.py:297 #: ipaclient/remote_plugins/2_49/config.py:163 #: ipaclient/remote_plugins/2_49/config.py:290 msgid "Default PAC types" msgstr "Типы PAC по умолчанию" #: ipaserver/plugins/config.py:237 ipaclient/remote_plugins/2_114/config.py:164 #: ipaclient/remote_plugins/2_114/config.py:298 #: ipaclient/remote_plugins/2_156/config.py:164 #: ipaclient/remote_plugins/2_156/config.py:298 #: ipaclient/remote_plugins/2_164/config.py:164 #: ipaclient/remote_plugins/2_164/config.py:298 #: ipaclient/remote_plugins/2_49/config.py:164 #: ipaclient/remote_plugins/2_49/config.py:291 msgid "Default types of PAC supported for services" msgstr "Типы PAC по умолчанию, которые поддерживаются для служб" #: ipaserver/plugins/config.py:242 ipaclient/remote_plugins/2_114/config.py:170 #: ipaclient/remote_plugins/2_114/config.py:306 #: ipaclient/remote_plugins/2_156/config.py:170 #: ipaclient/remote_plugins/2_156/config.py:306 #: ipaclient/remote_plugins/2_164/config.py:170 #: ipaclient/remote_plugins/2_164/config.py:306 msgid "Default user authentication types" msgstr "Стандартные типы аутентификации пользователей" #: ipaserver/plugins/config.py:243 ipaclient/remote_plugins/2_114/config.py:171 #: ipaclient/remote_plugins/2_114/config.py:307 #: ipaclient/remote_plugins/2_156/config.py:171 #: ipaclient/remote_plugins/2_156/config.py:307 #: ipaclient/remote_plugins/2_164/config.py:171 #: ipaclient/remote_plugins/2_164/config.py:307 msgid "Default types of supported user authentication" msgstr "Стандартные типы поддерживаемой аутентификации пользователей" #: ipaserver/plugins/config.py:248 msgid "IPA masters" msgstr "Главные IPA-серверы" #: ipaserver/plugins/config.py:249 msgid "List of all IPA masters" msgstr "Список всех главных IPA-серверов" #: ipaserver/plugins/config.py:254 msgid "IPA CA servers" msgstr "Серверы CA IPA" #: ipaserver/plugins/config.py:255 msgid "IPA servers configured as certificate authority" msgstr "IPA-серверы, настроенные в качестве центра сертификации" #: ipaserver/plugins/config.py:260 msgid "IPA CA renewal master" msgstr "Главный сервер обновления CA IPA" #: ipaserver/plugins/config.py:261 msgid "Renewal master for IPA certificate authority" msgstr "Главный сервер обновления центра сертификации IPA" #: ipaserver/plugins/config.py:266 msgid "IPA master capable of PKINIT" msgstr "Главный IPA-сервер с поддержкой PKINIT" #: ipaserver/plugins/config.py:267 msgid "IPA master which can process PKINIT requests" msgstr "Главный IPA-сервер, которой может обрабатывать запросы PKINIT" #: ipaserver/plugins/config.py:351 msgid "Empty domain is not allowed" msgstr "Использование пустого домена запрещено" #: ipaserver/plugins/config.py:359 #, python-format msgid "Invalid domain name '%(domain)s': %(e)s" msgstr "Недопустимое имя домена \"%(domain)s\": %(e)s" #: ipaserver/plugins/config.py:364 #, python-format msgid "Server has no information about domain '%(domain)s'" msgstr "На сервере нет сведений о домене \"%(domain)s\"" #: ipaserver/plugins/config.py:371 #, python-format msgid "Disabled domain '%(domain)s' is not allowed" msgstr "Отключённый домен \"%(domain)s\" нельзя использовать" #: ipaserver/plugins/config.py:414 ipaclient/remote_plugins/2_114/config.py:178 #: ipaclient/remote_plugins/2_156/config.py:178 #: ipaclient/remote_plugins/2_164/config.py:178 #: ipaclient/remote_plugins/2_49/config.py:171 msgid "Modify configuration options." msgstr "Изменить параметры конфигурации." #: ipaserver/plugins/config.py:423 msgid "The group doesn't exist" msgstr "Группа не существует" #: ipaserver/plugins/config.py:441 #, python-format msgid "attribute \"%s\" not allowed" msgstr "атрибут \"%s\" нельзя использовать" #: ipaserver/plugins/config.py:461 msgid "May not be empty" msgstr "Не может быть пустым" #: ipaserver/plugins/config.py:480 #, python-format msgid "%(obj)s default attribute %(attr)s would not be allowed!" msgstr "Атрибут %(obj)s по умолчанию, %(attr)s, не будет разрешён!" #: ipaserver/plugins/config.py:512 msgid "A list of SELinux users delimited by $ expected" msgstr "Ожидается список пользователей SELinux, с разделителем $" #: ipaserver/plugins/config.py:516 #, python-format msgid "SELinux user '%(user)s' is not valid: %(error)s" msgstr "" "Запись пользователя SELinux \"%(user)s\" не является корректной: %(error)s" #: ipaserver/plugins/config.py:528 msgid "SELinux user map default user not in order list" msgstr "" "Пользователя списка соответствия пользователей SELinux по умолчанию нет в " "порядковом списке" #: ipaserver/plugins/config.py:563 ipaclient/remote_plugins/2_114/config.py:370 #: ipaclient/remote_plugins/2_156/config.py:370 #: ipaclient/remote_plugins/2_164/config.py:370 #: ipaclient/remote_plugins/2_49/config.py:355 msgid "Show the current configuration." msgstr "Показать текущую конфигурацию." #: ipaserver/plugins/sudocmdgroup.py:34 msgid "" "\n" "Groups of Sudo Commands\n" "\n" "Manage groups of Sudo Commands.\n" "\n" "EXAMPLES:\n" "\n" " Add a new Sudo Command Group:\n" " ipa sudocmdgroup-add --desc='administrators commands' admincmds\n" "\n" " Remove a Sudo Command Group:\n" " ipa sudocmdgroup-del admincmds\n" "\n" " Manage Sudo Command Group membership, commands:\n" " ipa sudocmdgroup-add-member --sudocmds=/usr/bin/less --sudocmds=/usr/bin/" "vim admincmds\n" "\n" " Manage Sudo Command Group membership, commands:\n" " ipa sudocmdgroup-remove-member --sudocmds=/usr/bin/less admincmds\n" "\n" " Show a Sudo Command Group:\n" " ipa sudocmdgroup-show admincmds\n" msgstr "" "\n" "Группы команд Sudo\n" "\n" "Управление группами команд Sudo.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новую группу команд Sudo:\n" " ipa sudocmdgroup-add --desc='administrators commands' admincmds\n" "\n" " Удалить группу команд Sudo:\n" " ipa sudocmdgroup-del admincmds\n" "\n" " Управлять участием в группе команд Sudo, команды:\n" " ipa sudocmdgroup-add-member --sudocmds=/usr/bin/less --sudocmds=/usr/bin/" "vim admincmds\n" "\n" " Управлять участием в группе команд Sudo, команды:\n" " ipa sudocmdgroup-remove-member --sudocmds=/usr/bin/less admincmds\n" "\n" " Показать группу команд Sudo:\n" " ipa sudocmdgroup-show admincmds\n" #: ipaserver/plugins/sudocmdgroup.py:67 msgid "sudo command group" msgstr "группа команд Sudo" #: ipaserver/plugins/sudocmdgroup.py:68 msgid "sudo command groups" msgstr "группы команд Sudo" #: ipaserver/plugins/sudocmdgroup.py:119 ipaserver/plugins/sudocmdgroup.py:124 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:51 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:85 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:157 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:219 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:264 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:346 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:432 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:493 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:51 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:85 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:157 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:219 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:264 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:346 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:432 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:493 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:51 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:85 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:157 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:219 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:264 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:346 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:432 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:493 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:51 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:84 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:149 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:204 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:251 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:326 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:406 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:460 msgid "Sudo Command Group" msgstr "Группа команд Sudo" #: ipaserver/plugins/sudocmdgroup.py:147 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:79 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:79 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:79 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:78 msgid "Create new Sudo Command Group." msgstr "Создать новую группу команд Sudo." #: ipaserver/plugins/sudocmdgroup.py:149 #, python-format msgid "Added Sudo Command Group \"%(value)s\"" msgstr "Добавлена группа команд Sudo \"%(value)s\"" #: ipaserver/plugins/sudocmdgroup.py:155 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:212 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:212 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:212 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:197 msgid "Delete Sudo Command Group." msgstr "Удалить группу команд Sudo." #: ipaserver/plugins/sudocmdgroup.py:157 #, python-format msgid "Deleted Sudo Command Group \"%(value)s\"" msgstr "Удалена группа команд Sudo \"%(value)s\"" #: ipaserver/plugins/sudocmdgroup.py:163 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:340 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:340 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:340 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:320 msgid "Modify Sudo Command Group." msgstr "Изменить группу команд Sudo." #: ipaserver/plugins/sudocmdgroup.py:165 #, python-format msgid "Modified Sudo Command Group \"%(value)s\"" msgstr "Изменена группа команд Sudo \"%(value)s\"" #: ipaserver/plugins/sudocmdgroup.py:171 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:250 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:250 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:250 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:237 msgid "Search for Sudo Command Groups." msgstr "Поиск групп команд Sudo." #: ipaserver/plugins/sudocmdgroup.py:174 #, python-format msgid "%(count)d Sudo Command Group matched" msgid_plural "%(count)d Sudo Command Groups matched" msgstr[0] "установлено соответствие %(count)d группы команд Sudo" msgstr[1] "установлено соответствие %(count)d групп команд Sudo" msgstr[2] "установлено соответствие %(count)d групп команд Sudo" #: ipaserver/plugins/sudocmdgroup.py:182 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:487 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:487 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:487 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:454 msgid "Display Sudo Command Group." msgstr "Показать группу команд Sudo." #: ipaserver/plugins/sudocmdgroup.py:188 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:151 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:151 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:151 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:143 msgid "Add members to Sudo Command Group." msgstr "Добавить участников в группу команд Sudo." #: ipaserver/plugins/sudocmdgroup.py:194 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:426 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:426 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:426 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:400 msgid "Remove members from Sudo Command Group." msgstr "Удалить участников из группы команд Sudo." #: ipaserver/plugins/trust.py:80 msgid "" "\n" "Cross-realm trusts\n" "\n" "Manage trust relationship between IPA and Active Directory domains.\n" "\n" "In order to allow users from a remote domain to access resources in IPA " "domain,\n" "trust relationship needs to be established. Currently IPA supports only " "trusts\n" "between IPA and Active Directory domains under control of Windows Server " "2008\n" "or later, with functional level 2008 or later.\n" "\n" "Please note that DNS on both IPA and Active Directory domain sides should " "be\n" "configured properly to discover each other. Trust relationship relies on\n" "ability to discover special resources in the other domain via DNS records.\n" "\n" "Examples:\n" "\n" "1. Establish cross-realm trust with Active Directory using AD administrator\n" " credentials:\n" "\n" " ipa trust-add --type=ad --admin --password\n" "\n" "2. List all existing trust relationships:\n" "\n" " ipa trust-find\n" "\n" "3. Show details of the specific trust relationship:\n" "\n" " ipa trust-show \n" "\n" "4. Delete existing trust relationship:\n" "\n" " ipa trust-del \n" "\n" "Once trust relationship is established, remote users will need to be mapped\n" "to local POSIX groups in order to actually use IPA resources. The mapping\n" "should be done via use of external membership of non-POSIX group and then\n" "this group should be included into one of local POSIX groups.\n" "\n" "Example:\n" "\n" "1. Create group for the trusted domain admins' mapping and their local " "POSIX\n" "group:\n" "\n" " ipa group-add --desc=' admins external map' " "ad_admins_external --external\n" " ipa group-add --desc=' admins' ad_admins\n" "\n" "2. Add security identifier of Domain Admins of the to the\n" " ad_admins_external group:\n" "\n" " ipa group-add-member ad_admins_external --external 'AD\\Domain Admins'\n" "\n" "3. Allow members of ad_admins_external group to be associated with\n" " ad_admins POSIX group:\n" "\n" " ipa group-add-member ad_admins --groups ad_admins_external\n" "\n" "4. List members of external members of ad_admins_external group to see\n" " their SIDs:\n" "\n" " ipa group-show ad_admins_external\n" "\n" "\n" "GLOBAL TRUST CONFIGURATION\n" "\n" "When IPA AD trust subpackage is installed and ipa-adtrust-install is run, a\n" "local domain configuration (SID, GUID, NetBIOS name) is generated. These\n" "identifiers are then used when communicating with a trusted domain of the\n" "particular type.\n" "\n" "1. Show global trust configuration for Active Directory type of trusts:\n" "\n" " ipa trustconfig-show --type ad\n" "\n" "2. Modify global configuration for all trusts of Active Directory type and " "set\n" " a different fallback primary group (fallback primary group GID is used as " "a\n" " primary user GID if user authenticating to IPA domain does not have any\n" " other primary GID already set):\n" "\n" " ipa trustconfig-mod --type ad --fallback-primary-group \"another AD group" "\"\n" "\n" "3. Change primary fallback group back to default hidden group (any group " "with\n" " posixGroup object class is allowed):\n" "\n" " ipa trustconfig-mod --type ad --fallback-primary-group \"Default SMB Group" "\"\n" msgstr "" "\n" "Отношения доверия между областями (realm)\n" "\n" "Управление отношениями доверия между доменами IPA и Active Directory.\n" "\n" "Чтобы разрешить пользователям из удалённого домена доступ к ресурсам в " "домене IPA, необходимо установить отношение доверия. В текущей версии IPA " "поддерживает только отношения доверия между доменами IPA и Active Directory " "под управлением Windows Server 2008 или более поздней версии с " "функциональными возможностями уровня 2008 или более поздней версии.\n" "\n" "Обратите внимание, что следует надлежащим образом настроить DNS на обоих " "доменах, IPA и Active Directory, чтобы домены могли обнаруживать друг друга. " "Работоспособность отношения доверия зависит от возможности обнаруживать " "специальные ресурсы в другом домене с помощью записей DNS.\n" "\n" "Примеры:\n" "\n" "1. Установить отношение доверия между областями (realm) с Active Directory с " "помощью учётных данных администратора AD:\n" "\n" " ipa trust-add --type=ad <домен.ad> --admin <администратор домена " "AD> --password\n" "\n" "2. Вывести список всех существующих отношений доверия:\n" "\n" " ipa trust-find\n" "\n" "3. Показать подробные сведения об определённом отношении доверия:\n" "\n" " ipa trust-show <домен.ad>\n" "\n" "4. Удалить существующее отношение доверия:\n" "\n" " ipa trust-del <домен.ad>\n" "\n" "Как только отношение доверия будет установлено, удалённых пользователей " "потребуется привязать к локальным POSIX-группам, чтобы воспользоваться " "ресурсами IPA. Привязку следует выполнить с помощью внешнего участия не-" "POSIX-группы, а затем эту группу необходимо включить в одну из локальных " "POSIX-групп.\n" "\n" "Пример:\n" "\n" "1. Создать группу для привязки администраторов (admins) доверенного домена и " "их локальную POSIX-группу:\n" "\n" " ipa group-add --desc='<домен.ad> admins external map' " "ad_admins_external --external\n" " ipa group-add --desc='<домен.ad> admins' ad_admins\n" "\n" "2. Добавить идентификатор безопасности Domain Admins домена <домен.ad> " "группе ad_admins_external:\n" "\n" " ipa group-add-member ad_admins_external --external 'AD\\Domain Admins'\n" "\n" "3. Разрешить привязку группы ad_admins_external к POSIX-группе ad_admins:\n" "\n" " ipa group-add-member ad_admins --groups ad_admins_external\n" "\n" "4. Вывести список участников внешних участников группы ad_admins_external, " "чтобы определить их SID:\n" "\n" " ipa group-show ad_admins_external\n" "\n" "\n" "ГЛОБАЛЬНАЯ КОНФИГУРАЦИЯ ОТНОШЕНИЙ ДОВЕРИЯ\n" "\n" "После установки субпакета доверия AD IPA и запуска ipa-adtrust-install " "создаётся конфигурация локального домена (SID, GUID, имя NetBIOS). Эти " "идентификаторы затем используются для связи с доверенным доменом конкретного " "типа.\n" "\n" "1. Показать глобальную конфигурацию отношений доверия для типа отношений " "доверия Active Directory:\n" "\n" " ipa trustconfig-show --type ad\n" "\n" "2. Изменить глобальную конфигурацию для всех отношений доверия типа Active " "Directory и указать другую резервную основную группу (GID резервной основной " "группы используется в качестве GID основного пользователя, если для " "пользователя, который выполняет аутентификацию в домене IPA, не был " "установлен другой основной GID):\n" "\n" " ipa trustconfig-mod --type ad --fallback-primary-group \"another AD group" "\"\n" "\n" "3. Изменить резервную основную группу обратно на скрытую группу по умолчанию " "(разрешена любая группа с классом объекта posixGroup):\n" "\n" " ipa trustconfig-mod --type ad --fallback-primary-group \"Default SMB Group" "\"\n" #: ipaserver/plugins/trust.py:175 ipaclient/remote_plugins/2_114/trust.py:275 #: ipaclient/remote_plugins/2_114/trust.py:761 #: ipaclient/remote_plugins/2_114/trust.py:812 #: ipaclient/remote_plugins/2_114/trust.py:902 #: ipaclient/remote_plugins/2_114/trust.py:1218 #: ipaclient/remote_plugins/2_156/trust.py:275 #: ipaclient/remote_plugins/2_156/trust.py:775 #: ipaclient/remote_plugins/2_156/trust.py:826 #: ipaclient/remote_plugins/2_156/trust.py:916 #: ipaclient/remote_plugins/2_156/trust.py:1232 #: ipaclient/remote_plugins/2_164/trust.py:275 #: ipaclient/remote_plugins/2_164/trust.py:775 #: ipaclient/remote_plugins/2_164/trust.py:826 #: ipaclient/remote_plugins/2_164/trust.py:916 #: ipaclient/remote_plugins/2_164/trust.py:1232 #: ipaclient/remote_plugins/2_49/trust.py:204 #: ipaclient/remote_plugins/2_49/trust.py:600 #: ipaclient/remote_plugins/2_49/trust.py:652 msgid "Trust type (ad for Active Directory, default)" msgstr "Тип отношения доверия (ad для Active Directory, значение по умолчанию)" #: ipaserver/plugins/trust.py:223 #, python-format msgid "" " Alternatively, following servers are capable of running this command: " "%(masters)s" msgstr "" " Кроме того, выполнить эту команду могут следующие серверы: %(masters)s" #: ipaserver/plugins/trust.py:236 ipaserver/plugins/trust.py:841 #: ipaserver/plugins/trust.py:857 ipaserver/plugins/trust.py:878 #: ipaserver/plugins/trust.py:888 ipaserver/plugins/trust.py:1041 #: ipaserver/plugins/trust.py:1076 msgid "AD Trust setup" msgstr "Настройка отношений доверия AD" #: ipaserver/plugins/trust.py:247 msgid "" "Cannot perform the selected command without Samba 4 support installed. Make " "sure you have installed server-trust-ad sub-package of IPA." msgstr "" "Невозможно выполнить выбранную команду без установленной поддержки Samba 4. " "Убедитесь, что субпакет IPA server-trust-ad установлен." #: ipaserver/plugins/trust.py:257 msgid "" "Cannot perform the selected command without Samba 4 instance configured on " "this machine. Make sure you have run ipa-adtrust-install on this server." msgstr "" "Невозможно выполнить выбранную команду без настройки экземпляра Samba 4 на " "этом компьютере. Убедитесь, что на этом сервере запущена команда ipa-adtrust-" "install." #: ipaserver/plugins/trust.py:450 msgid "" "Fetching domains from trusted forest failed. See details in the error_log" msgstr "" "Не удалось получить домены из доверенного леса. Подробные сведения доступны " "в файле error_log" #: ipaserver/plugins/trust.py:463 msgid "trust" msgstr "отношение доверия" #: ipaserver/plugins/trust.py:464 msgid "trusts" msgstr "отношения доверия" #: ipaserver/plugins/trust.py:507 msgid "Trust" msgstr "Отношение доверия" #: ipaserver/plugins/trust.py:512 client/ipa-rmkeytab.c:176 #: ipaclient/remote_plugins/2_114/trust.py:111 #: ipaclient/remote_plugins/2_114/trust.py:253 #: ipaclient/remote_plugins/2_114/trust.py:359 #: ipaclient/remote_plugins/2_114/trust.py:395 #: ipaclient/remote_plugins/2_114/trust.py:459 #: ipaclient/remote_plugins/2_114/trust.py:557 #: ipaclient/remote_plugins/2_114/trust.py:676 #: ipaclient/remote_plugins/2_114/trust.py:857 #: ipaclient/remote_plugins/2_114/trust.py:945 #: ipaclient/remote_plugins/2_114/trust.py:987 #: ipaclient/remote_plugins/2_114/trust.py:1023 #: ipaclient/remote_plugins/2_114/trust.py:1059 #: ipaclient/remote_plugins/2_114/trust.py:1159 #: ipaclient/remote_plugins/2_156/trust.py:111 #: ipaclient/remote_plugins/2_156/trust.py:253 #: ipaclient/remote_plugins/2_156/trust.py:367 #: ipaclient/remote_plugins/2_156/trust.py:403 #: ipaclient/remote_plugins/2_156/trust.py:473 #: ipaclient/remote_plugins/2_156/trust.py:571 #: ipaclient/remote_plugins/2_156/trust.py:690 #: ipaclient/remote_plugins/2_156/trust.py:871 #: ipaclient/remote_plugins/2_156/trust.py:959 #: ipaclient/remote_plugins/2_156/trust.py:1001 #: ipaclient/remote_plugins/2_156/trust.py:1037 #: ipaclient/remote_plugins/2_156/trust.py:1073 #: ipaclient/remote_plugins/2_156/trust.py:1173 #: ipaclient/remote_plugins/2_164/trust.py:111 #: ipaclient/remote_plugins/2_164/trust.py:253 #: ipaclient/remote_plugins/2_164/trust.py:367 #: ipaclient/remote_plugins/2_164/trust.py:403 #: ipaclient/remote_plugins/2_164/trust.py:473 #: ipaclient/remote_plugins/2_164/trust.py:571 #: ipaclient/remote_plugins/2_164/trust.py:690 #: ipaclient/remote_plugins/2_164/trust.py:871 #: ipaclient/remote_plugins/2_164/trust.py:959 #: ipaclient/remote_plugins/2_164/trust.py:1001 #: ipaclient/remote_plugins/2_164/trust.py:1037 #: ipaclient/remote_plugins/2_164/trust.py:1073 #: ipaclient/remote_plugins/2_164/trust.py:1173 #: ipaclient/remote_plugins/2_49/trust.py:111 #: ipaclient/remote_plugins/2_49/trust.py:182 #: ipaclient/remote_plugins/2_49/trust.py:284 #: ipaclient/remote_plugins/2_49/trust.py:330 #: ipaclient/remote_plugins/2_49/trust.py:428 #: ipaclient/remote_plugins/2_49/trust.py:514 msgid "Realm name" msgstr "Имя области (realm)" #: ipaserver/plugins/trust.py:525 ipaclient/remote_plugins/2_114/trust.py:125 #: ipaclient/remote_plugins/2_114/trust.py:478 #: ipaclient/remote_plugins/2_114/trust.py:566 #: ipaclient/remote_plugins/2_156/trust.py:125 #: ipaclient/remote_plugins/2_156/trust.py:492 #: ipaclient/remote_plugins/2_156/trust.py:580 #: ipaclient/remote_plugins/2_164/trust.py:125 #: ipaclient/remote_plugins/2_164/trust.py:492 #: ipaclient/remote_plugins/2_164/trust.py:580 #: ipaclient/remote_plugins/2_49/trust.py:125 #: ipaclient/remote_plugins/2_49/trust.py:349 #: ipaclient/remote_plugins/2_49/trust.py:437 msgid "SID blacklist incoming" msgstr "Входящий \"чёрный список\" SID" #: ipaserver/plugins/trust.py:529 ipaclient/remote_plugins/2_114/trust.py:131 #: ipaclient/remote_plugins/2_114/trust.py:485 #: ipaclient/remote_plugins/2_114/trust.py:573 #: ipaclient/remote_plugins/2_156/trust.py:131 #: ipaclient/remote_plugins/2_156/trust.py:499 #: ipaclient/remote_plugins/2_156/trust.py:587 #: ipaclient/remote_plugins/2_164/trust.py:131 #: ipaclient/remote_plugins/2_164/trust.py:499 #: ipaclient/remote_plugins/2_164/trust.py:587 #: ipaclient/remote_plugins/2_49/trust.py:131 #: ipaclient/remote_plugins/2_49/trust.py:356 #: ipaclient/remote_plugins/2_49/trust.py:444 msgid "SID blacklist outgoing" msgstr "Исходящий \"чёрный список\" SID" #: ipaserver/plugins/trust.py:545 msgid "UPN suffixes" msgstr "Суффиксы UPN" #: ipaserver/plugins/trust.py:562 #, python-brace-format msgid "invalid SID: {SID}" msgstr "недопустимый SID: {SID}" #: ipaserver/plugins/trust.py:630 msgid "" "\n" "Add new trust to use.\n" "\n" "This command establishes trust relationship to another domain\n" "which becomes 'trusted'. As result, users of the trusted domain\n" "may access resources of this domain.\n" "\n" "Only trusts to Active Directory domains are supported right now.\n" "\n" "The command can be safely run multiple times against the same domain,\n" "this will cause change to trust relationship credentials on both\n" "sides.\n" "\n" "Note that if the command was previously run with a specific range type,\n" "or with automatic detection of the range type, and you want to configure a\n" "different range type, you may need to delete first the ID range using\n" "ipa idrange-del before retrying the command with the desired range type.\n" " " msgstr "" "\n" "Добавление нового отношения доверия, которое следует использовать.\n" "\n" "Эта команда устанавливает отношение доверия с другим доменом, который " "становится \"доверенным\". В результате пользователи доверенного домена " "получают доступ к ресурсам этого домена.\n" "\n" "В текущей версии поддерживаются только отношения доверия с доменами Active " "Directory.\n" "\n" "Команду можно безопасно запускать несколько раз для одного и того же домена, " "такой запуск приводит к изменению учётных данных отношения доверия на обеих " "сторонах.\n" "\n" "Если команда уже выполнялась с определённым типом диапазона или с " "автоматическим определением типа диапазона, а теперь необходимо настроить " "другой тип диапазона, возможно, потребуется сначала удалить диапазон " "идентификаторов с помощью команды ipa idrange-del. Затем повторите команду с " "необходимым типом диапазона.\n" "\n" " " #: ipaserver/plugins/trust.py:659 ipaclient/remote_plugins/2_114/trust.py:283 #: ipaclient/remote_plugins/2_156/trust.py:283 #: ipaclient/remote_plugins/2_164/trust.py:283 #: ipaclient/remote_plugins/2_49/trust.py:212 msgid "Active Directory domain administrator" msgstr "Администратор домена Active Directory" #: ipaserver/plugins/trust.py:663 ipaclient/remote_plugins/2_114/trust.py:289 #: ipaclient/remote_plugins/2_156/trust.py:289 #: ipaclient/remote_plugins/2_164/trust.py:289 msgid "Active Directory domain administrator's password" msgstr "Пароль администратора домена Active Directory" #: ipaserver/plugins/trust.py:668 ipaserver/plugins/trust.py:1765 #: ipaclient/remote_plugins/2_114/trust.py:295 #: ipaclient/remote_plugins/2_156/trust.py:295 #: ipaclient/remote_plugins/2_156/trust.py:418 #: ipaclient/remote_plugins/2_164/trust.py:295 #: ipaclient/remote_plugins/2_164/trust.py:418 #: ipaclient/remote_plugins/2_49/trust.py:224 msgid "Domain controller for the Active Directory domain (optional)" msgstr "Контроллер домена для домена Active Directory (необязательно)" #: ipaserver/plugins/trust.py:673 ipaclient/remote_plugins/2_114/trust.py:300 #: ipaclient/remote_plugins/2_156/trust.py:300 #: ipaclient/remote_plugins/2_164/trust.py:300 #: ipaclient/remote_plugins/2_49/trust.py:229 msgid "Shared secret for the trust" msgstr "Общий секрет для отношения доверия" #: ipaserver/plugins/trust.py:678 ipaclient/remote_plugins/2_114/trust.py:305 #: ipaclient/remote_plugins/2_156/trust.py:305 #: ipaclient/remote_plugins/2_164/trust.py:305 #: ipaclient/remote_plugins/2_49/trust.py:234 msgid "First Posix ID of the range reserved for the trusted domain" msgstr "" "Первый идентификатор POSIX диапазона, зарезервированного для доверенного " "домена" #: ipaserver/plugins/trust.py:683 ipaclient/remote_plugins/2_114/trust.py:310 #: ipaclient/remote_plugins/2_156/trust.py:310 #: ipaclient/remote_plugins/2_164/trust.py:310 #: ipaclient/remote_plugins/2_49/trust.py:239 msgid "Size of the ID range reserved for the trusted domain" msgstr "" "Размер диапазона идентификаторов, зарезервированного для доверенного домена" #: ipaserver/plugins/trust.py:688 msgid "Type of trusted domain ID range, one of allowed values" msgstr "" "Тип диапазона идентификаторов доверенного домена, одно из разрешённых " "значений" #: ipaserver/plugins/trust.py:693 ipaserver/dcerpc_common.py:22 #: ipaclient/remote_plugins/2_156/trust.py:323 #: ipaclient/remote_plugins/2_164/trust.py:323 msgid "Two-way trust" msgstr "Двустороннее отношение доверия" #: ipaserver/plugins/trust.py:695 ipaclient/remote_plugins/2_156/trust.py:324 #: ipaclient/remote_plugins/2_164/trust.py:324 msgid "" "Establish bi-directional trust. By default trust is inbound one-way only." msgstr "" "Установить двунаправленное отношение доверия. По умолчанию устанавливается " "только одностороннее отношение." #: ipaserver/plugins/trust.py:700 msgid "External trust" msgstr "Внешнее отношение доверия" #: ipaserver/plugins/trust.py:702 msgid "" "Establish external trust to a domain in another forest. The trust is not " "transitive beyond the domain." msgstr "" "Установить внешнее отношение доверия с доменом в другом лесу. Отношение " "доверия не является транзитивным за пределами этого домена." #: ipaserver/plugins/trust.py:708 #, python-format msgid "Added Active Directory trust for realm \"%(value)s\"" msgstr "" "Добавлено отношение доверия Active Directory для области (realm) \"%(value)s" "\"" #: ipaserver/plugins/trust.py:709 #, python-format msgid "Re-established trust to domain \"%(value)s\"" msgstr "Повторно установлено отношение доверия с доменом \"%(value)s\"" #: ipaserver/plugins/trust.py:799 msgid "missing base_id" msgstr "отсутствует base_id" #: ipaserver/plugins/trust.py:801 msgid "pysss_murmur is not available on the server and no base-id is given." msgstr "pysss_murmur недоступен на сервере, base-id не предоставлен." #: ipaserver/plugins/trust.py:811 msgid "trust type" msgstr "тип отношения доверия" #: ipaserver/plugins/trust.py:812 msgid "only \"ad\" is supported" msgstr "предусмотрена поддержка только \"ad\"" #: ipaserver/plugins/trust.py:819 msgid "" "Cannot establish a trust to AD deployed in the same domain as IPA. Such " "setup is not supported." msgstr "" "Невозможно установить отношение доверия с AD, развёрнутой в том же домене, " "что и IPA. Поддержка такой настройки не предусмотрена." #: ipaserver/plugins/trust.py:832 msgid "Realm-domain mismatch" msgstr "Несоответствие области (realm) и домена" #: ipaserver/plugins/trust.py:833 msgid "" "To establish trust with Active Directory, the domain name and the realm name " "of the IPA server must match" msgstr "" "Для установления отношения доверия с Active Directory имя домена и имя " "области (realm) IPA-сервера должны совпадать" #: ipaserver/plugins/trust.py:859 #, python-format msgid "" "Trusted domain %(domain)s is included among IPA realm domains. It needs to " "be removed prior to establishing the trust. See the \"ipa realmdomains-mod --" "del-domain\" command." msgstr "" "Доверенный домен %(domain)s находится среди доменов области (realm) IPA. Его " "необходимо удалить до установления отношения доверия. Смотрите команду \"ipa " "realmdomains-mod --del-domain\"." #: ipaserver/plugins/trust.py:880 msgid "Trusted domain and administrator account use different realms" msgstr "" "Доверенным доменом и учётной записью администратора используются разные " "области (realms)" #: ipaserver/plugins/trust.py:889 msgid "Realm administrator password should be specified" msgstr "Следует указать пароль администратора области (realm)" #: ipaserver/plugins/trust.py:910 msgid "id range type" msgstr "тип диапазона идентификаторов" #: ipaserver/plugins/trust.py:912 msgid "" "Only the ipa-ad-trust and ipa-ad-trust-posix are allowed values for --range-" "type when adding an AD trust." msgstr "" "При добавлении отношения доверия AD значениями --range-type могут быть " "только ipa-ad-trust или ipa-ad-trust-posix." #: ipaserver/plugins/trust.py:922 msgid "id range" msgstr "диапазон идентификаторов" #: ipaserver/plugins/trust.py:924 msgid "" "An id range already exists for this trust. You should either delete the old " "range, or exclude --base-id/--range-size options from the command." msgstr "" "Для этого отношения доверия уже существует диапазон идентификаторов. Следует " "либо удалить старый диапазон, либо исключить из команды параметры --base-" "id/--range-size." #: ipaserver/plugins/trust.py:946 msgid "range exists" msgstr "диапазон существует" #: ipaserver/plugins/trust.py:948 msgid "" "ID range with the same name but different domain SID already exists. The ID " "range for the new trusted domain must be created manually." msgstr "" "Уже существует диапазон идентификаторов с тем же именем, но другим SID " "домена. Диапазон идентификаторов для нового доверенного домена необходимо " "создать вручную." #: ipaserver/plugins/trust.py:956 msgid "range type change" msgstr "изменение типа диапазона" #: ipaserver/plugins/trust.py:957 msgid "" "ID range for the trusted domain already exists, but it has a different type. " "Please remove the old range manually, or do not enforce type via --range-" "type option." msgstr "" "Диапазон идентификаторов для доверенного домена уже существует, но имеет " "другой тип. Удалите старый диапазон вручную или не устанавливайте тип " "принудительно с помощью параметра --range-type." #: ipaserver/plugins/trust.py:995 #, python-brace-format msgid "Unable to resolve domain controller for {domain} domain. " msgstr "Не удалось определить контроллер домена для домена {domain}. " #: ipaserver/plugins/trust.py:1009 msgid "" "Forward policy is defined for it in IPA DNS, perhaps forwarder points to " "incorrect host?" msgstr "" "В DNS IPA определена соответствующая политика перенаправления. Возможно, " "перенаправитель указывает на некорректный узел?" #: ipaserver/plugins/trust.py:1015 #, python-brace-format msgid "" "IPA manages DNS, please verify your DNS configuration and make sure that " "service records of the '{domain}' domain can be resolved. Examples how to " "configure DNS with CLI commands or the Web UI can be found in the " "documentation. " msgstr "" "IPA управляет DNS. Проверьте вашу конфигурацию DNS и убедитесь, что " "настройки позволяют определять адреса служебных записей домена \"{domain}\". " "Примеры настройки DNS с помощью команд CLI или веб-интерфейса доступны в " "документации. " #: ipaserver/plugins/trust.py:1027 #, python-brace-format msgid "" "Since IPA does not manage DNS records, ensure DNS is configured to resolve " "'{domain}' domain from IPA hosts and back." msgstr "" "Поскольку IPA не управляет записями DNS, следует настроить DNS так, чтобы " "система определяла адрес домена \"{domain}\" по данным узлов IPA и наоборот." #: ipaserver/plugins/trust.py:1042 msgid "Unable to verify write permissions to the AD" msgstr "Не удалось проверить разрешения на запись в AD" #: ipaserver/plugins/trust.py:1077 msgid "Not enough arguments specified to perform trust setup" msgstr "" "Указано недостаточно аргументов для выполнения настройки отношения доверия" #: ipaserver/plugins/trust.py:1083 ipaclient/remote_plugins/2_114/trust.py:352 #: ipaclient/remote_plugins/2_156/trust.py:360 #: ipaclient/remote_plugins/2_164/trust.py:360 #: ipaclient/remote_plugins/2_49/trust.py:277 msgid "Delete a trust." msgstr "Удалить отношение доверия." #: ipaserver/plugins/trust.py:1085 #, python-format msgid "Deleted trust \"%(value)s\"" msgstr "Удалено отношение доверия \"%(value)s\"" #: ipaserver/plugins/trust.py:1090 msgid "" "\n" " Modify a trust (for future use).\n" "\n" " Currently only the default option to modify the LDAP attributes is\n" " available. More specific options will be added in coming releases.\n" " " msgstr "" "\n" " Изменить отношение доверия (для будущего использования).\n" "\n" " В текущей версии для изменения атрибутов LDAP доступен только параметр " "по умолчанию. В последующих версиях будут добавлены более специфичные " "параметры.\n" " " #: ipaserver/plugins/trust.py:1097 #, python-format msgid "Modified trust \"%(value)s\" (change will be effective in 60 seconds)" msgstr "" "Изменено отношение доверия \"%(value)s\" (изменения будут применены через 60 " "секунд)" #: ipaserver/plugins/trust.py:1110 ipaclient/remote_plugins/2_114/trust.py:445 #: ipaclient/remote_plugins/2_156/trust.py:459 #: ipaclient/remote_plugins/2_164/trust.py:459 #: ipaclient/remote_plugins/2_49/trust.py:316 msgid "Search for trusts." msgstr "Поиск отношений доверия." #: ipaserver/plugins/trust.py:1115 #, python-format msgid "%(count)d trust matched" msgid_plural "%(count)d trusts matched" msgstr[0] "установлено соответствие %(count)d отношения доверия" msgstr[1] "установлено соответствие %(count)d отношений доверия" msgstr[2] "установлено соответствие %(count)d отношений доверия" #: ipaserver/plugins/trust.py:1153 ipaclient/remote_plugins/2_114/trust.py:670 #: ipaclient/remote_plugins/2_156/trust.py:684 #: ipaclient/remote_plugins/2_164/trust.py:684 #: ipaclient/remote_plugins/2_49/trust.py:508 msgid "Display information about a trust." msgstr "Показать сведения об отношении доверия." #: ipaserver/plugins/trust.py:1204 msgid "trust configuration" msgstr "конфигурация отношений доверия" #: ipaserver/plugins/trust.py:1210 ipaserver/plugins/trust.py:1211 msgid "Global Trust Configuration" msgstr "Глобальная конфигурация отношений доверия" #: ipaserver/plugins/trust.py:1219 ipaclient/remote_plugins/2_114/trust.py:145 #: ipaclient/remote_plugins/2_156/trust.py:145 #: ipaclient/remote_plugins/2_164/trust.py:145 #: ipaclient/remote_plugins/2_49/trust.py:145 msgid "Security Identifier" msgstr "Идентификатор безопасности" #: ipaserver/plugins/trust.py:1223 ipaclient/remote_plugins/2_114/trust.py:149 #: ipaclient/remote_plugins/2_156/trust.py:149 #: ipaclient/remote_plugins/2_164/trust.py:149 #: ipaclient/remote_plugins/2_49/trust.py:149 msgid "NetBIOS name" msgstr "Имя NetBIOS" #: ipaserver/plugins/trust.py:1227 ipaclient/remote_plugins/2_114/trust.py:153 #: ipaclient/remote_plugins/2_156/trust.py:153 #: ipaclient/remote_plugins/2_164/trust.py:153 #: ipaclient/remote_plugins/2_49/trust.py:153 msgid "Domain GUID" msgstr "GUID домена" #: ipaserver/plugins/trust.py:1232 ipaclient/remote_plugins/2_114/trust.py:157 #: ipaclient/remote_plugins/2_114/trust.py:727 #: ipaclient/remote_plugins/2_156/trust.py:157 #: ipaclient/remote_plugins/2_156/trust.py:741 #: ipaclient/remote_plugins/2_164/trust.py:157 #: ipaclient/remote_plugins/2_164/trust.py:741 #: ipaclient/remote_plugins/2_49/trust.py:157 #: ipaclient/remote_plugins/2_49/trust.py:566 msgid "Fallback primary group" msgstr "Резервная основная группа" #: ipaserver/plugins/trust.py:1236 msgid "IPA AD trust agents" msgstr "Агенты отношений доверия AD IPA" #: ipaserver/plugins/trust.py:1237 msgid "IPA servers configured as AD trust agents" msgstr "IPA-серверы, настроенные в качестве агентов отношений доверия AD" #: ipaserver/plugins/trust.py:1242 msgid "IPA AD trust controllers" msgstr "Контролёры отношений доверия AD IPA" #: ipaserver/plugins/trust.py:1243 msgid "IPA servers configured as AD trust controllers" msgstr "IPA-серверы, настроенные в качестве контролёров отношений доверия AD" #: ipaserver/plugins/trust.py:1257 msgid "unsupported trust type" msgstr "неподдерживаемый тип отношения доверия" #: ipaserver/plugins/trust.py:1321 ipaclient/remote_plugins/2_114/trust.py:720 #: ipaclient/remote_plugins/2_156/trust.py:734 #: ipaclient/remote_plugins/2_164/trust.py:734 #: ipaclient/remote_plugins/2_49/trust.py:559 msgid "Modify global trust configuration." msgstr "Изменить глобальную конфигурацию отношений доверия." #: ipaserver/plugins/trust.py:1324 #, python-format msgid "Modified \"%(value)s\" trust configuration" msgstr "Изменена конфигурация отношений доверия \"%(value)s\"" #: ipaserver/plugins/trust.py:1345 ipaclient/remote_plugins/2_114/trust.py:798 #: ipaclient/remote_plugins/2_156/trust.py:812 #: ipaclient/remote_plugins/2_164/trust.py:812 #: ipaclient/remote_plugins/2_49/trust.py:638 msgid "Show global trust configuration." msgstr "Показать глобальную конфигурацию отношений доверия." #: ipaserver/plugins/trust.py:1378 ipaclient/remote_plugins/2_114/trust.py:636 #: ipaclient/remote_plugins/2_156/trust.py:650 #: ipaclient/remote_plugins/2_164/trust.py:650 msgid "Resolve security identifiers of users and groups in trusted domains" msgstr "" "Определить идентификаторы безопасности пользователей и групп в доверенных " "доменах" #: ipaserver/plugins/trust.py:1383 ipaclient/remote_plugins/2_114/trust.py:644 #: ipaclient/remote_plugins/2_156/trust.py:658 #: ipaclient/remote_plugins/2_164/trust.py:658 msgid "Security Identifiers (SIDs)" msgstr "Идентификаторы безопасности (SID)" #: ipaserver/plugins/trust.py:1389 msgid "SID" msgstr "Идентификатор безопасности (SID)" #: ipaserver/plugins/trust.py:1421 ipaclient/remote_plugins/2_114/trust.py:190 #: ipaclient/remote_plugins/2_156/trust.py:190 #: ipaclient/remote_plugins/2_164/trust.py:190 msgid "Determine whether ipa-adtrust-install has been run on this system" msgstr "Определить, запущена ли в этой системе команда ipa-adtrust-install." #: ipaserver/plugins/trust.py:1447 ipaclient/remote_plugins/2_114/trust.py:205 #: ipaclient/remote_plugins/2_156/trust.py:205 #: ipaclient/remote_plugins/2_164/trust.py:205 msgid "" "Determine whether Schema Compatibility plugin is configured to serve trusted " "domain users and groups" msgstr "" "Определить, настроен ли подключаемый модуль совместимости схем (Schema " "Compatibility) для обслуживания пользователей и групп доверенных доменов." #: ipaserver/plugins/trust.py:1499 ipaclient/remote_plugins/2_114/trust.py:220 #: ipaclient/remote_plugins/2_156/trust.py:220 #: ipaclient/remote_plugins/2_164/trust.py:220 msgid "Determine whether ipa-adtrust-install has been run with sidgen task" msgstr "Определить, запущена ли команда ipa-adtrust-install с задачей sidgen." #: ipaserver/plugins/trust.py:1515 msgid "sidgen_was_run" msgstr "sidgen_was_run" #: ipaserver/plugins/trust.py:1517 msgid "" "This command relies on the existence of the \"editors\" group, but this " "group was not found." msgstr "" "Для выполнения этой команды должна существовать группа \"editors\", но такая " "группа не найдена." #: ipaserver/plugins/trust.py:1536 msgid "trust domain" msgstr "надёжный домен" #: ipaserver/plugins/trust.py:1537 msgid "trust domains" msgstr "надёжные домены" #: ipaserver/plugins/trust.py:1545 msgid "Trusted domains" msgstr "Доверенные домены" #: ipaserver/plugins/trust.py:1546 msgid "Trusted domain" msgstr "Доверенный домен" #: ipaserver/plugins/trust.py:1560 msgid "Domain enabled" msgstr "Домен включён" #: ipaserver/plugins/trust.py:1581 ipaclient/remote_plugins/2_114/trust.py:1053 #: ipaclient/remote_plugins/2_156/trust.py:1067 #: ipaclient/remote_plugins/2_164/trust.py:1067 msgid "Search domains of the trust" msgstr "Поиск доменов отношения доверия." #: ipaserver/plugins/trust.py:1607 ipaclient/remote_plugins/2_114/trust.py:1151 #: ipaclient/remote_plugins/2_156/trust.py:1165 #: ipaclient/remote_plugins/2_164/trust.py:1165 msgid "Modify trustdomain of the trust" msgstr "Изменить значение доверенного домена (trustdomain) отношения доверия." #: ipaserver/plugins/trust.py:1615 ipaclient/remote_plugins/2_114/trust.py:849 #: ipaclient/remote_plugins/2_156/trust.py:863 #: ipaclient/remote_plugins/2_164/trust.py:863 msgid "Allow access from the trusted domain" msgstr "Разрешить доступ из доверенного домена." #: ipaserver/plugins/trust.py:1629 ipaclient/remote_plugins/2_114/trust.py:939 #: ipaclient/remote_plugins/2_156/trust.py:953 #: ipaclient/remote_plugins/2_164/trust.py:953 msgid "Remove information about the domain associated with the trust." msgstr "Удалить сведения о домене, связанном с отношением доверия." #: ipaserver/plugins/trust.py:1632 #, python-format msgid "Removed information about the trusted domain \"%(value)s\"" msgstr "Удалены сведения о доверенном домене \"%(value)s\"" #: ipaserver/plugins/trust.py:1650 msgid "" "cannot delete root domain of the trust, use trust-del to delete the trust " "itself" msgstr "" "невозможно удалить корневой домен отношения доверия, используйте trust-del " "для удаления самого отношения доверия" #: ipaserver/plugins/trust.py:1759 ipaclient/remote_plugins/2_114/trust.py:389 #: ipaclient/remote_plugins/2_156/trust.py:397 #: ipaclient/remote_plugins/2_164/trust.py:397 msgid "Refresh list of the domains associated with the trust" msgstr "Обновить список доменов, связанных с отношением доверия." #: ipaserver/plugins/trust.py:1788 msgid "" "List of trust domains successfully refreshed. Use trustdomain-find command " "to list them." msgstr "" "Список надёжных доменов успешно обновлён. Используйте команду trustdomain-" "find для вывода этого списка." #: ipaserver/plugins/trust.py:1796 ipaclient/remote_plugins/2_114/trust.py:1017 #: ipaclient/remote_plugins/2_156/trust.py:1031 #: ipaclient/remote_plugins/2_164/trust.py:1031 msgid "Allow use of IPA resources by the domain of the trust" msgstr "Разрешить использование ресурсов IPA доменом отношения доверия." #: ipaserver/plugins/trust.py:1799 #, python-format msgid "Enabled trust domain \"%(value)s\"" msgstr "Включён надёжный домен \"%(value)s\"" #: ipaserver/plugins/trust.py:1808 msgid "Root domain of the trust is always enabled for the existing trust" msgstr "" "Корневой домен отношения доверия всегда включён для существующего доверия" #: ipaserver/plugins/trust.py:1838 ipaclient/remote_plugins/2_114/trust.py:981 #: ipaclient/remote_plugins/2_156/trust.py:995 #: ipaclient/remote_plugins/2_164/trust.py:995 msgid "Disable use of IPA resources by the domain of the trust" msgstr "Отключить использование ресурсов IPA доменом отношения доверия" #: ipaserver/plugins/trust.py:1841 #, python-format msgid "Disabled trust domain \"%(value)s\"" msgstr "Отключён надёжный домен \"%(value)s\"" #: ipaserver/plugins/trust.py:1850 msgid "" "cannot disable root domain of the trust, use trust-del to delete the trust " "itself" msgstr "" "невозможно отключить корневой домен отношения доверия, используйте trust-del " "для удаления самого отношения доверия" #: ipaserver/plugins/misc.py:24 ipaclient/remote_plugins/2_114/misc.py:19 #: ipaclient/remote_plugins/2_156/misc.py:19 #: ipaclient/remote_plugins/2_164/misc.py:19 #: ipaclient/remote_plugins/2_49/misc.py:19 msgid "" "\n" "Misc plug-ins\n" msgstr "" "\n" "Прочие подключаемые модули\n" #: ipaserver/plugins/dnsserver.py:35 msgid "" "\n" "DNS server configuration\n" msgstr "" "\n" "Конфигурация DNS-сервера\n" #: ipaserver/plugins/dnsserver.py:37 msgid "" "\n" "Manipulate DNS server configuration\n" msgstr "" "\n" "Управлять конфигурацией DNS-сервера\n" #: ipaserver/plugins/dnsserver.py:41 msgid "" "\n" " Show configuration of a specific DNS server:\n" " ipa dnsserver-show\n" msgstr "" "\n" " Показать конфигурацию определённого DNS-сервера:\n" " ipa dnsserver-show\n" #: ipaserver/plugins/dnsserver.py:44 msgid "" "\n" " Update configuration of a specific DNS server:\n" " ipa dnsserver-mod\n" msgstr "" "\n" " Обновить конфигурацию определённого DNS-сервера:\n" " ipa dnsserver-mod\n" #: ipaserver/plugins/dnsserver.py:62 msgid "DNS server" msgstr "DNS-сервер" #: ipaserver/plugins/dnsserver.py:63 msgid "DNS servers" msgstr "DNS-серверы" #: ipaserver/plugins/dnsserver.py:71 msgid "DNS Servers" msgstr "DNS-серверы" #: ipaserver/plugins/dnsserver.py:72 msgid "DNS Server" msgstr "DNS-сервер" #: ipaserver/plugins/dnsserver.py:113 msgid "DNS Server name" msgstr "Имя DNS-сервера" #: ipaserver/plugins/dnsserver.py:119 msgid "SOA mname override" msgstr "Переопределение mname SOA" #: ipaserver/plugins/dnsserver.py:120 msgid "SOA mname (authoritative server) override" msgstr "Переопределение mname SOA (полномочный сервер)" #: ipaserver/plugins/dnsserver.py:126 msgid "Forwarders" msgstr "Перенаправители" #: ipaserver/plugins/dnsserver.py:128 msgid "" "Per-server forwarders. A custom port can be specified for each forwarder " "using a standard format \"IP_ADDRESS port PORT\"" msgstr "" "Перенаправители для отдельных серверов. Для каждого перенаправителя можно " "указать отдельный порт с помощью стандартного формата \"IP_АДРЕС port ПОРТ\"" #: ipaserver/plugins/dnsserver.py:136 ipaserver/plugins/dns.py:2047 #: ipaserver/plugins/dns.py:4116 ipaclient/remote_plugins/2_114/dns.py:258 #: ipaclient/remote_plugins/2_114/dns.py:306 #: ipaclient/remote_plugins/2_114/dns.py:958 #: ipaclient/remote_plugins/2_114/dns.py:1124 #: ipaclient/remote_plugins/2_114/dns.py:1280 #: ipaclient/remote_plugins/2_114/dns.py:1528 #: ipaclient/remote_plugins/2_114/dns.py:1624 #: ipaclient/remote_plugins/2_114/dns.py:4437 #: ipaclient/remote_plugins/2_114/dns.py:4838 #: ipaclient/remote_plugins/2_114/dns.py:5078 #: ipaclient/remote_plugins/2_156/dns.py:258 #: ipaclient/remote_plugins/2_156/dns.py:306 #: ipaclient/remote_plugins/2_156/dns.py:923 #: ipaclient/remote_plugins/2_156/dns.py:1089 #: ipaclient/remote_plugins/2_156/dns.py:1245 #: ipaclient/remote_plugins/2_156/dns.py:1493 #: ipaclient/remote_plugins/2_156/dns.py:1589 #: ipaclient/remote_plugins/2_156/dns.py:4212 #: ipaclient/remote_plugins/2_156/dns.py:4613 #: ipaclient/remote_plugins/2_156/dns.py:4853 #: ipaclient/remote_plugins/2_164/dns.py:258 #: ipaclient/remote_plugins/2_164/dns.py:306 #: ipaclient/remote_plugins/2_164/dns.py:923 #: ipaclient/remote_plugins/2_164/dns.py:1091 #: ipaclient/remote_plugins/2_164/dns.py:1247 #: ipaclient/remote_plugins/2_164/dns.py:1501 #: ipaclient/remote_plugins/2_164/dns.py:1597 #: ipaclient/remote_plugins/2_164/dns.py:4220 #: ipaclient/remote_plugins/2_164/dns.py:4632 #: ipaclient/remote_plugins/2_164/dns.py:4872 #: ipaclient/remote_plugins/2_49/dns.py:222 #: ipaclient/remote_plugins/2_49/dns.py:1054 #: ipaclient/remote_plugins/2_49/dns.py:1138 #: ipaclient/remote_plugins/2_49/dns.py:4288 #: ipaclient/remote_plugins/2_49/dns.py:4671 #: ipaclient/remote_plugins/2_49/dns.py:4898 msgid "Forward policy" msgstr "Политика перенаправления" #: ipaserver/plugins/dnsserver.py:138 msgid "" "Per-server conditional forwarding policy. Set to \"none\" to disable " "forwarding to global forwarder for this zone. In that case, conditional zone " "forwarders are disregarded." msgstr "" "Условная политика перенаправления для отдельных серверов. Чтобы отключить " "для этой зоны перенаправление на глобальный перенаправитель, установите " "значение \"none\". В этом случае условные перенаправители зон не будут " "приниматься во внимание." #: ipaserver/plugins/dnsserver.py:148 ipaserver/plugins/dns.py:2061 #: ipaserver/plugins/dns.py:2227 ipaserver/plugins/dns.py:3175 #: ipaserver/plugins/dns.py:4183 msgid "DNS is not configured" msgstr "DNS не настроено" #: ipaserver/plugins/dnsserver.py:154 msgid "Modify DNS server configuration" msgstr "Изменить конфигурацию DNS-сервера" #: ipaserver/plugins/dnsserver.py:157 #, python-format msgid "Modified DNS server \"%(value)s\"" msgstr "Изменена запись DNS-сервера \"%(value)s\"" #: ipaserver/plugins/dnsserver.py:162 msgid "Search for DNS servers." msgstr "Поиск DNS-серверов." #: ipaserver/plugins/dnsserver.py:166 #, python-format msgid "%(count)d DNS server matched" msgid_plural "%(count)d DNS servers matched" msgstr[0] "установлено соответствие %(count)d DNS-сервера" msgstr[1] "установлено соответствие %(count)d DNS-серверов" msgstr[2] "установлено соответствие %(count)d DNS-серверов" #: ipaserver/plugins/dnsserver.py:176 msgid "IPA DNS Server is not installed" msgstr "DNS-сервер IPA не установлен" #: ipaserver/plugins/dnsserver.py:183 msgid "Display configuration of a DNS server." msgstr "Показать конфигурацию DNS-сервера." #: ipaserver/plugins/dnsserver.py:193 msgid "Add a new DNS server." msgstr "Добавить новый DNS-сервер." #: ipaserver/plugins/dnsserver.py:196 #, python-format msgid "Added new DNS server \"%(value)s\"" msgstr "Добавлен новый DNS-сервер \"%(value)s\"" #: ipaserver/plugins/dnsserver.py:205 msgid "Delete a DNS server" msgstr "Удалить DNS-сервер" #: ipaserver/plugins/dnsserver.py:208 #, python-format msgid "Deleted DNS server \"%(value)s\"" msgstr "Удалён DNS-сервер \"%(value)s\"" #: ipaserver/plugins/ca.py:20 msgid "" "\n" "Manage Certificate Authorities\n" msgstr "" "\n" "Управление службами сертификации\n" #: ipaserver/plugins/ca.py:22 msgid "" "\n" "Subordinate Certificate Authorities (Sub-CAs) can be added for scoped " "issuance\n" "of X.509 certificates.\n" msgstr "" "\n" "Подчинённые службы сертификации (Sub-CA) можно добавлять для выпуска с " "заданной областью сертификатов X.509.\n" #: ipaserver/plugins/ca.py:25 msgid "" "\n" "CAs are enabled on creation, but their use is subject to CA ACLs unless the\n" "operator has permission to bypass CA ACLs.\n" msgstr "" "\n" "Службы сертификации включаются при создании, но их использование " "регулируется ACL служб сертификации, если у оператора нет разрешения " "обходить ACL служб сертификации (CA).\n" #: ipaserver/plugins/ca.py:28 msgid "" "\n" "All CAs except the 'IPA' CA can be disabled or re-enabled. Disabling a CA\n" "prevents it from issuing certificates but does not affect the validity of " "its\n" "certificate.\n" msgstr "" "\n" "Все службы сертификации, кроме службы сертификации \"IPA\", можно отключать " "и включать повторно. Отключение службы сертификации приводит к тому, что ей " "запрещается выдавать сертификаты, но не влияет на действительность её " "сертификата.\n" #: ipaserver/plugins/ca.py:32 msgid "" "\n" "CAs (all except the 'IPA' CA) can be deleted. Deleting a CA causes its " "signing\n" "certificate to be revoked and its private key deleted.\n" msgstr "" "\n" "Службы сертификации (все, кроме службы сертификации \"IPA\") можно удалять. " "Удаление службы сертификации приводит к отзыву её сертификата для подписи и " "удалению её закрытого ключа.\n" #: ipaserver/plugins/ca.py:37 msgid "" "\n" " Create new CA, subordinate to the IPA CA.\n" "\n" " ipa ca-add puppet --desc \"Puppet\" \\\n" " --subject \"CN=Puppet CA,O=EXAMPLE.COM\"\n" msgstr "" "\n" " Создать новую службу сертификации, которая подчинена службе сертификации " "IPA.\n" "\n" " ipa ca-add puppet --desc \"Puppet\" \\\n" " --subject \"CN=Puppet CA,O=EXAMPLE.COM\"\n" #: ipaserver/plugins/ca.py:42 msgid "" "\n" " Disable a CA.\n" "\n" " ipa ca-disable puppet\n" msgstr "" "\n" " Отключить службу сертификации.\n" "\n" " ipa ca-disable puppet\n" #: ipaserver/plugins/ca.py:46 msgid "" "\n" " Re-enable a CA.\n" "\n" " ipa ca-enable puppet\n" msgstr "" "\n" " Повторно включить службу сертификации.\n" "\n" " ipa ca-enable puppet\n" #: ipaserver/plugins/ca.py:50 msgid "" "\n" " Delete a CA.\n" "\n" " ipa ca-del puppet\n" msgstr "" "\n" " Удалить службу сертификации.\n" "\n" " ipa ca-del puppet\n" #: ipaserver/plugins/ca.py:66 ipaserver/plugins/ca.py:76 msgid "Certificate Authority" msgstr "Центр сертификации" #: ipaserver/plugins/ca.py:67 ipaserver/plugins/ca.py:75 msgid "Certificate Authorities" msgstr "Центры сертификации" #: ipaserver/plugins/ca.py:83 msgid "Name for referencing the CA" msgstr "Имя для ссылки на CA" #: ipaserver/plugins/ca.py:88 msgid "Description of the purpose of the CA" msgstr "Описание предназначения CA" #: ipaserver/plugins/ca.py:92 msgid "Authority ID" msgstr "ID центра" #: ipaserver/plugins/ca.py:93 msgid "Dogtag Authority ID" msgstr "ID Dogtag центра " #: ipaserver/plugins/ca.py:98 ipaserver/plugins/ca.py:255 msgid "Subject DN" msgstr "DN субъекта" #: ipaserver/plugins/ca.py:99 msgid "Subject Distinguished Name" msgstr "Различающееся имя субъекта" #: ipaserver/plugins/ca.py:105 msgid "Issuer Distinguished Name" msgstr "Различающееся имя издателя" #: ipaserver/plugins/ca.py:191 msgid "Search for CAs." msgstr "Поиск CA." #: ipaserver/plugins/ca.py:193 #, python-format msgid "%(count)d CA matched" msgid_plural "%(count)d CAs matched" msgstr[0] "установлено соответствие %(count)d CA" msgstr[1] "установлено соответствие %(count)d CA" msgstr[2] "установлено соответствие %(count)d CA" #: ipaserver/plugins/ca.py:214 msgid "Display the properties of a CA." msgstr "Показать свойства CA." #: ipaserver/plugins/ca.py:229 msgid "Create a CA." msgstr "Создать запись CA." #: ipaserver/plugins/ca.py:230 #, python-format msgid "Created CA \"%(value)s\"" msgstr "Создана запись CA \"%(value)s\"" #: ipaserver/plugins/ca.py:240 #, python-format msgid "Insufficient 'add' privilege for entry '%s'." msgstr "Недостаточно привилегий \"add\" для записи \"%s\"." #: ipaserver/plugins/ca.py:256 #, python-format msgid "Unrecognized attributes: %(attrs)s" msgstr "Нераспознанные атрибуты: %(attrs)s" #: ipaserver/plugins/ca.py:271 #, python-format msgid "Subject DN is already used by CA '%s'" msgstr "DN субъекта уже используется CA \"%s\"" #: ipaserver/plugins/ca.py:293 msgid "Delete a CA." msgstr "Удалить запись CA." #: ipaserver/plugins/ca.py:295 #, python-format msgid "Deleted CA \"%(value)s\"" msgstr "Удалена запись CA \"%(value)s\"" #: ipaserver/plugins/ca.py:304 msgid "Insufficient privilege to delete a CA." msgstr "Недостаточно привилегий для удаления записи CA." #: ipaserver/plugins/ca.py:310 msgid "IPA CA cannot be deleted" msgstr "Невозможно удалить CA IPA" #: ipaserver/plugins/ca.py:322 msgid "Modify CA configuration." msgstr "Изменить конфигурацию CA." #: ipaserver/plugins/ca.py:323 #, python-format msgid "Modified CA \"%(value)s\"" msgstr "Изменена запись CA \"%(value)s\"" #: ipaserver/plugins/ca.py:349 msgid "Insufficient privilege to modify a CA." msgstr "Недостаточно привилегий для внесения изменений в запись CA." #: ipaserver/plugins/ca.py:365 msgid "Disable a CA." msgstr "Отключить службу сертификации." #: ipaserver/plugins/ca.py:366 #, python-format msgid "Disabled CA \"%(value)s\"" msgstr "Отключена служба сертификации \"%(value)s\"" #: ipaserver/plugins/ca.py:373 msgid "IPA CA cannot be disabled" msgstr "Службу сертификации IPA нельзя отключить" #: ipaserver/plugins/ca.py:383 msgid "Enable a CA." msgstr "Включить службу сертификации." #: ipaserver/plugins/ca.py:384 #, python-format msgid "Enabled CA \"%(value)s\"" msgstr "Включена служба сертификации \"%(value)s\"" #: ipaserver/plugins/caacl.py:21 msgid "" "\n" "Manage CA ACL rules.\n" "\n" "This plugin is used to define rules governing which CAs and profiles\n" "may be used to issue certificates to particular principals or groups\n" "of principals.\n" "\n" "SUBJECT PRINCIPAL SCOPE:\n" "\n" "For a certificate request to be allowed, the principal(s) that are\n" "the subject of a certificate request (not necessarily the principal\n" "actually requesting the certificate) must be included in the scope\n" "of a CA ACL that also includes the target CA and profile.\n" "\n" "Users can be included by name, group or the \"all users\" category.\n" "Hosts can be included by name, hostgroup or the \"all hosts\"\n" "category. Services can be included by service name or the \"all\n" "services\" category. CA ACLs may be associated with a single type of\n" "principal, or multiple types.\n" "\n" "CERTIFICATE AUTHORITY SCOPE:\n" "\n" "A CA ACL can be associated with one or more CAs by name, or by the\n" "\"all CAs\" category. For compatibility reasons, a CA ACL with no CA\n" "association implies an association with the 'ipa' CA (and only this\n" "CA).\n" "\n" "PROFILE SCOPE:\n" "\n" "A CA ACL can be associated with one or more profiles by Profile ID.\n" "The Profile ID is a string without spaces or punctuation starting\n" "with a letter and followed by a sequence of letters, digits or\n" "underscore (\"_\").\n" "\n" "EXAMPLES:\n" "\n" " Create a CA ACL \"test\" that grants all users access to the\n" " \"UserCert\" profile on all CAs:\n" " ipa caacl-add test --usercat=all --cacat=all\n" " ipa caacl-add-profile test --certprofiles UserCert\n" "\n" " Display the properties of a named CA ACL:\n" " ipa caacl-show test\n" "\n" " Create a CA ACL to let user \"alice\" use the \"DNP3\" profile on \"DNP3-CA" "\":\n" " ipa caacl-add alice_dnp3\n" " ipa caacl-add-ca alice_dnp3 --cas DNP3-CA\n" " ipa caacl-add-profile alice_dnp3 --certprofiles DNP3\n" " ipa caacl-add-user alice_dnp3 --user=alice\n" "\n" " Disable a CA ACL:\n" " ipa caacl-disable test\n" "\n" " Remove a CA ACL:\n" " ipa caacl-del test\n" msgstr "" "\n" "Управление правилами CA ACL.\n" "\n" "Этот подключаемый модуль используется для определения правил, которые " "управляют тем, какие службы сертификации и профили можно использовать для " "выдачи сертификатов конкретным учётным записям или группам учётных записей.\n" "\n" "ОБЛАСТЬ ДЕЙСТВИЯ УЧЁТНОЙ ЗАПИСИ СУБЪЕКТА:\n" "\n" "Чтобы разрешить запрос сертификата, учётная запись (записи), которая " "является субъектом запроса сертификата (это не обязательно должна быть та " "учётная запись, которая фактически запрашивает сертификат), должна быть " "включена в область действия ACL службы сертификации, которая также включает " "целевые службу сертификации и профиль.\n" "\n" "Пользователей можно включить по имени, группе или категорией \"все " "пользователи\". Узлы можно включить по имени, группе узлов или категорией " "\"все узлы\". Службы можно включить по имени службы или категорией \"все " "службы\". ACL служб сертификации могут быть связаны с одним типом учётных " "записей или с несколькими типами.\n" "\n" "ОБЛАСТЬ ДЕЙСТВИЯ СЛУЖБЫ СЕРТИФИКАЦИИ:\n" "\n" "ACL службы сертификации может быть связана с одной или несколькими службами " "сертификации по имени или по категории \"все CA\". По соображениям " "совместимости ACL службы сертификации без привязки к службе сертификации " "считается связанной со службой сертификации \"ipa\" (и только с этой службой " "сертификации).\n" "\n" "ОБЛАСТЬ ДЕЙСТВИЯ ПРОФИЛЯ:\n" "\n" "ACL службы сертификации может быть связана с одним или несколькими профилями " "по идентификатору профиля. Идентификатор профиля — это строка без пробелов и " "знаков препинания, она начинается с буквы, за которой следуют другие буквы, " "цифры или символы подчёркивания (\"_\").\n" "\n" "ПРИМЕРЫ:\n" "\n" " Создать ACL службы сертификации \"test\", которая предоставляет всем " "пользователям доступ к профилю \"UserCert\":\n" " ipa caacl-add test --usercat=all\n" " ipa caacl-add-profile test --certprofiles UserCert\n" "\n" " Показать свойства именованной ACL службы сертификации:\n" " ipa caacl-show test\n" "\n" " Создать ACL службы сертификации, чтобы разрешить пользователю \"alice\" " "использовать профиль \"DNP3\":\n" " ipa caacl-add-profile alice_dnp3 --certprofiles DNP3\n" " ipa caacl-add-user alice_dnp3 --user=alice\n" "\n" " Отключить ACL службы сертификации:\n" " ipa caacl-disable test\n" "\n" " Удалить ACL службы сертификации:\n" " ipa caacl-del test\n" #: ipaserver/plugins/caacl.py:87 ipaserver/plugins/caacl.py:165 #: ipaserver/plugins/caacl.py:263 msgid "CA ACL" msgstr "CA ACL" #: ipaserver/plugins/caacl.py:88 ipaserver/plugins/caacl.py:164 msgid "CA ACLs" msgstr "CA ACLs" #: ipaserver/plugins/caacl.py:170 ipaclient/remote_plugins/2_156/caacl.py:61 #: ipaclient/remote_plugins/2_156/caacl.py:138 #: ipaclient/remote_plugins/2_156/caacl.py:246 #: ipaclient/remote_plugins/2_156/caacl.py:315 #: ipaclient/remote_plugins/2_156/caacl.py:375 #: ipaclient/remote_plugins/2_156/caacl.py:435 #: ipaclient/remote_plugins/2_156/caacl.py:505 #: ipaclient/remote_plugins/2_156/caacl.py:541 #: ipaclient/remote_plugins/2_156/caacl.py:572 #: ipaclient/remote_plugins/2_156/caacl.py:611 #: ipaclient/remote_plugins/2_156/caacl.py:729 #: ipaclient/remote_plugins/2_156/caacl.py:851 #: ipaclient/remote_plugins/2_156/caacl.py:920 #: ipaclient/remote_plugins/2_156/caacl.py:980 #: ipaclient/remote_plugins/2_156/caacl.py:1040 #: ipaclient/remote_plugins/2_156/caacl.py:1109 #: ipaclient/remote_plugins/2_164/caacl.py:61 #: ipaclient/remote_plugins/2_164/caacl.py:138 #: ipaclient/remote_plugins/2_164/caacl.py:246 #: ipaclient/remote_plugins/2_164/caacl.py:315 #: ipaclient/remote_plugins/2_164/caacl.py:375 #: ipaclient/remote_plugins/2_164/caacl.py:435 #: ipaclient/remote_plugins/2_164/caacl.py:505 #: ipaclient/remote_plugins/2_164/caacl.py:541 #: ipaclient/remote_plugins/2_164/caacl.py:572 #: ipaclient/remote_plugins/2_164/caacl.py:611 #: ipaclient/remote_plugins/2_164/caacl.py:729 #: ipaclient/remote_plugins/2_164/caacl.py:851 #: ipaclient/remote_plugins/2_164/caacl.py:920 #: ipaclient/remote_plugins/2_164/caacl.py:980 #: ipaclient/remote_plugins/2_164/caacl.py:1040 #: ipaclient/remote_plugins/2_164/caacl.py:1109 msgid "ACL name" msgstr "ACL имя" #: ipaserver/plugins/caacl.py:183 msgid "CA category" msgstr "Категория CA" #: ipaserver/plugins/caacl.py:184 msgid "CA category the ACL applies to" msgstr "Категория CA, к которой применяется ACL" #: ipaserver/plugins/caacl.py:189 ipaclient/remote_plugins/2_156/caacl.py:76 #: ipaclient/remote_plugins/2_156/caacl.py:159 #: ipaclient/remote_plugins/2_156/caacl.py:630 #: ipaclient/remote_plugins/2_156/caacl.py:750 #: ipaclient/remote_plugins/2_164/caacl.py:76 #: ipaclient/remote_plugins/2_164/caacl.py:159 #: ipaclient/remote_plugins/2_164/caacl.py:630 #: ipaclient/remote_plugins/2_164/caacl.py:750 msgid "Profile category" msgstr "Категория профиля" #: ipaserver/plugins/caacl.py:190 ipaclient/remote_plugins/2_156/caacl.py:77 #: ipaclient/remote_plugins/2_156/caacl.py:160 #: ipaclient/remote_plugins/2_156/caacl.py:631 #: ipaclient/remote_plugins/2_156/caacl.py:751 #: ipaclient/remote_plugins/2_164/caacl.py:77 #: ipaclient/remote_plugins/2_164/caacl.py:160 #: ipaclient/remote_plugins/2_164/caacl.py:631 #: ipaclient/remote_plugins/2_164/caacl.py:751 msgid "Profile category the ACL applies to" msgstr "Категория профилей, к которой применяется ACL" #: ipaserver/plugins/caacl.py:196 ipaclient/remote_plugins/2_156/caacl.py:83 #: ipaclient/remote_plugins/2_156/caacl.py:168 #: ipaclient/remote_plugins/2_156/caacl.py:639 #: ipaclient/remote_plugins/2_156/caacl.py:759 #: ipaclient/remote_plugins/2_164/caacl.py:83 #: ipaclient/remote_plugins/2_164/caacl.py:168 #: ipaclient/remote_plugins/2_164/caacl.py:639 #: ipaclient/remote_plugins/2_164/caacl.py:759 msgid "User category the ACL applies to" msgstr "Категория пользователей, к которой применяется ACL" #: ipaserver/plugins/caacl.py:202 ipaclient/remote_plugins/2_156/caacl.py:89 #: ipaclient/remote_plugins/2_156/caacl.py:176 #: ipaclient/remote_plugins/2_156/caacl.py:647 #: ipaclient/remote_plugins/2_156/caacl.py:767 #: ipaclient/remote_plugins/2_164/caacl.py:89 #: ipaclient/remote_plugins/2_164/caacl.py:176 #: ipaclient/remote_plugins/2_164/caacl.py:647 #: ipaclient/remote_plugins/2_164/caacl.py:767 msgid "Host category the ACL applies to" msgstr "Категория узлов, к которой применяется ACL" #: ipaserver/plugins/caacl.py:208 ipaclient/remote_plugins/2_156/caacl.py:95 #: ipaclient/remote_plugins/2_156/caacl.py:184 #: ipaclient/remote_plugins/2_156/caacl.py:655 #: ipaclient/remote_plugins/2_156/caacl.py:775 #: ipaclient/remote_plugins/2_164/caacl.py:95 #: ipaclient/remote_plugins/2_164/caacl.py:184 #: ipaclient/remote_plugins/2_164/caacl.py:655 #: ipaclient/remote_plugins/2_164/caacl.py:775 msgid "Service category the ACL applies to" msgstr "Категория служб, к которой применяется ACL" #: ipaserver/plugins/caacl.py:212 msgid "CAs" msgstr "CA" #: ipaserver/plugins/caacl.py:244 ipaclient/remote_plugins/2_156/caacl.py:132 #: ipaclient/remote_plugins/2_164/caacl.py:132 msgid "Create a new CA ACL." msgstr "Создать новый CA ACL." #: ipaserver/plugins/caacl.py:246 #, python-format msgid "Added CA ACL \"%(value)s\"" msgstr "Добавлен CA ACL \"%(value)s\"" #: ipaserver/plugins/caacl.py:256 ipaclient/remote_plugins/2_156/caacl.py:498 #: ipaclient/remote_plugins/2_164/caacl.py:498 msgid "Delete a CA ACL." msgstr "Удалить CA ACL." #: ipaserver/plugins/caacl.py:258 #, python-format msgid "Deleted CA ACL \"%(value)s\"" msgstr "Удален CA ACL \"%(value)s\"" #: ipaserver/plugins/caacl.py:265 msgid "default CA ACL can be only disabled" msgstr "CA ACL по умолчанию можно только отключить" #: ipaserver/plugins/caacl.py:271 ipaclient/remote_plugins/2_156/caacl.py:723 #: ipaclient/remote_plugins/2_164/caacl.py:723 msgid "Modify a CA ACL." msgstr "Изменить CA ACL." #: ipaserver/plugins/caacl.py:273 #, python-format msgid "Modified CA ACL \"%(value)s\"" msgstr "Изменён CA ACL \"%(value)s\"" #: ipaserver/plugins/caacl.py:285 msgid "CA category cannot be set to 'all' while there are allowed CAs" msgstr "" "для категории CA нельзя установить значение \"all\", когда имеются " "разрешённые CA" #: ipaserver/plugins/caacl.py:290 msgid "" "profile category cannot be set to 'all' while there are allowed profiles" msgstr "" "для категории профилей нельзя установить значение \"all\", когда имеются " "разрешённые профили" #: ipaserver/plugins/caacl.py:309 ipaclient/remote_plugins/2_156/caacl.py:597 #: ipaclient/remote_plugins/2_164/caacl.py:597 msgid "Search for CA ACLs." msgstr "Поиск по CA ACLs." #: ipaserver/plugins/caacl.py:312 #, python-format msgid "%(count)d CA ACL matched" msgid_plural "%(count)d CA ACLs matched" msgstr[0] "установлено соответствие %(count)d CA ACL" msgstr[1] "установлено соответствие %(count)d CA ACL" msgstr[2] "установлено соответствие %(count)d CA ACL" #: ipaserver/plugins/caacl.py:318 ipaclient/remote_plugins/2_156/caacl.py:1103 #: ipaclient/remote_plugins/2_164/caacl.py:1103 msgid "Display the properties of a CA ACL." msgstr "Показать свойства of a CA ACL." #: ipaserver/plugins/caacl.py:323 ipaclient/remote_plugins/2_156/caacl.py:566 #: ipaclient/remote_plugins/2_164/caacl.py:566 msgid "Enable a CA ACL." msgstr "Включить CA ACL." #: ipaserver/plugins/caacl.py:325 #, python-format msgid "Enabled CA ACL \"%(value)s\"" msgstr "Включен CA ACL \"%(value)s\"" #: ipaserver/plugins/caacl.py:352 ipaclient/remote_plugins/2_156/caacl.py:535 #: ipaclient/remote_plugins/2_164/caacl.py:535 msgid "Disable a CA ACL." msgstr "Выключить CA ACL." #: ipaserver/plugins/caacl.py:354 #, python-format msgid "Disabled CA ACL \"%(value)s\"" msgstr "Выключен CA ACL \"%(value)s\"" #: ipaserver/plugins/caacl.py:381 ipaclient/remote_plugins/2_156/caacl.py:429 #: ipaclient/remote_plugins/2_164/caacl.py:429 msgid "Add users and groups to a CA ACL." msgstr "Добавить пользователей и группы в CA ACL." #: ipaserver/plugins/caacl.py:385 #, python-format msgid "%i user or group added." msgstr "%i пользователь или группа добавлены." #: ipaserver/plugins/caacl.py:386 #, python-format msgid "%i users or groups added." msgstr "%i пользователи или группы добавлены." #: ipaserver/plugins/caacl.py:403 ipaclient/remote_plugins/2_156/caacl.py:1034 #: ipaclient/remote_plugins/2_164/caacl.py:1034 msgid "Remove users and groups from a CA ACL." msgstr "Удалить пользователей из CA ACL." #: ipaserver/plugins/caacl.py:407 #, python-format msgid "%i user or group removed." msgstr "%i пользователь или группа удалена." #: ipaserver/plugins/caacl.py:408 #, python-format msgid "%i users or groups removed." msgstr "%i пользователи или группы удалены." #: ipaserver/plugins/caacl.py:413 ipaclient/remote_plugins/2_156/caacl.py:240 #: ipaclient/remote_plugins/2_164/caacl.py:240 msgid "Add target hosts and hostgroups to a CA ACL." msgstr "Добавить целевые хосты или группы хостов к CA ACL." #: ipaserver/plugins/caacl.py:417 #, python-format msgid "%i host or hostgroup added." msgstr "%i хост или группа добавлены." #: ipaserver/plugins/caacl.py:418 #, python-format msgid "%i hosts or hostgroups added." msgstr "%i хосты или группы добавлены." #: ipaserver/plugins/caacl.py:435 ipaclient/remote_plugins/2_156/caacl.py:845 #: ipaclient/remote_plugins/2_164/caacl.py:845 msgid "Remove target hosts and hostgroups from a CA ACL." msgstr "Удалить целевые хосты или группы хостов из CA ACL." #: ipaserver/plugins/caacl.py:439 #, python-format msgid "%i host or hostgroup removed." msgstr "%i хост или группа хостов удалены." #: ipaserver/plugins/caacl.py:440 #, python-format msgid "%i hosts or hostgroups removed." msgstr "%i хосты или группы хостов удалены." #: ipaserver/plugins/caacl.py:445 ipaclient/remote_plugins/2_156/caacl.py:369 #: ipaclient/remote_plugins/2_164/caacl.py:369 msgid "Add services to a CA ACL." msgstr "Добавить службы к CA ACL." #: ipaserver/plugins/caacl.py:448 #, python-format msgid "%i service added." msgstr "%i службу добавлен." #: ipaserver/plugins/caacl.py:448 #, python-format msgid "%i services added." msgstr "%i службы добавлены." #: ipaserver/plugins/caacl.py:465 ipaclient/remote_plugins/2_156/caacl.py:974 #: ipaclient/remote_plugins/2_164/caacl.py:974 msgid "Remove services from a CA ACL." msgstr "Удалить службу из CA ACL." #: ipaserver/plugins/caacl.py:468 #, python-format msgid "%i service removed." msgstr "%i служба удалена." #: ipaserver/plugins/caacl.py:468 #, python-format msgid "%i services removed." msgstr "%i службы удалены." #: ipaserver/plugins/caacl.py:473 ipaclient/frontend.py:62 msgid "Failed profiles" msgstr "Ошибка профилей" #: ipaserver/plugins/caacl.py:476 ipaclient/frontend.py:66 msgid "Failed CAs" msgstr "Ошибка центров сертификации (CA)" #: ipaserver/plugins/caacl.py:483 ipaclient/remote_plugins/2_156/caacl.py:309 #: ipaclient/remote_plugins/2_164/caacl.py:309 msgid "Add profiles to a CA ACL." msgstr "Добавить профили к CA ACL." #: ipaserver/plugins/caacl.py:488 #, python-format msgid "%i profile added." msgstr "%i профиль добавлен." #: ipaserver/plugins/caacl.py:488 #, python-format msgid "%i profiles added." msgstr "%i профили добавлены." #: ipaserver/plugins/caacl.py:499 msgid "profiles cannot be added when profile category='all'" msgstr "невозможно добавить профили, когда категория профилей=\"all\"" #: ipaserver/plugins/caacl.py:505 ipaclient/remote_plugins/2_156/caacl.py:914 #: ipaclient/remote_plugins/2_164/caacl.py:914 msgid "Remove profiles from a CA ACL." msgstr "Удалить профили из CA ACL." #: ipaserver/plugins/caacl.py:510 #, python-format msgid "%i profile removed." msgstr "%i профиль удалён." #: ipaserver/plugins/caacl.py:510 #, python-format msgid "%i profiles removed." msgstr "%i профили удалены." #: ipaserver/plugins/caacl.py:515 msgid "Add CAs to a CA ACL." msgstr "Добавить CA в CA ACL." #: ipaserver/plugins/caacl.py:520 #, python-format msgid "%i CA added." msgstr "Добавлена %i CA." #: ipaserver/plugins/caacl.py:520 #, python-format msgid "%i CAs added." msgstr "Добавлено CA: %i." #: ipaserver/plugins/caacl.py:531 msgid "CAs cannot be added when CA category='all'" msgstr "невозможно добавить CA, когда категория CA=\"all\"" #: ipaserver/plugins/caacl.py:537 msgid "Remove CAs from a CA ACL." msgstr "Удалить CA из CA ACL." #: ipaserver/plugins/caacl.py:542 #, python-format msgid "%i CA removed." msgstr "Удалена %i CA." #: ipaserver/plugins/caacl.py:542 #, python-format msgid "%i CAs removed." msgstr "Удалено CA: %i." #: ipaserver/plugins/dns.py:93 msgid "" "\n" "Domain Name System (DNS)\n" msgstr "" "\n" "Система доменных имён (DNS)\n" #: ipaserver/plugins/dns.py:95 msgid "" "\n" "Manage DNS zone and resource records.\n" msgstr "" "\n" "Управление записями зон и ресурсов DNS.\n" #: ipaserver/plugins/dns.py:97 msgid "" "\n" "SUPPORTED ZONE TYPES\n" "\n" " * Master zone (dnszone-*), contains authoritative data.\n" " * Forward zone (dnsforwardzone-*), forwards queries to configured " "forwarders\n" " (a set of DNS servers).\n" msgstr "" "\n" "ПОДДЕРЖИВАЕМЫЕ ТИПЫ ЗОН\n" "\n" " * Главная зона (dnszone-*), содержит надёжные данные.\n" " * Зона перенаправления (dnsforwardzone-*), перенаправляет запросы на " "настроенные перенаправители\n" " (набор DNS-серверов).\n" #: ipaserver/plugins/dns.py:103 msgid "" "\n" "USING STRUCTURED PER-TYPE OPTIONS\n" msgstr "" "\n" "ИСПОЛЬЗОВАНИЕ СТРУКТУРИРОВАННЫХ ПАРАМЕТРОВ ДЛЯ ОТДЕЛЬНЫХ ТИПОВ\n" #: ipaserver/plugins/dns.py:105 msgid "" "\n" "There are many structured DNS RR types where DNS data stored in LDAP server\n" "is not just a scalar value, for example an IP address or a domain name, but\n" "a data structure which may be often complex. A good example is a LOC record\n" "[RFC1876] which consists of many mandatory and optional parts (degrees,\n" "minutes, seconds of latitude and longitude, altitude or precision).\n" msgstr "" "\n" "Существует много структурированных типов записей ресурсов DNS, для которых " "данные DNS, хранящиеся на сервере LDAP, являются не просто скалярным " "значением, например IP-адрес или имя домена, а структурой данных, которая " "часто может быть сложной. Примером может быть запись LOC [RFC1876], которая " "состоит из многих обязательных и необязательных частей (градусов, минут, " "секунд широты и долготы, высоты и погрешности).\n" #: ipaserver/plugins/dns.py:111 msgid "" "\n" "It may be difficult to manipulate such DNS records without making a mistake\n" "and entering an invalid value. DNS module provides an abstraction over " "these\n" "raw records and allows to manipulate each RR type with specific options. " "For\n" "each supported RR type, DNS module provides a standard option to manipulate\n" "a raw records with format ---rec, e.g. --mx-rec, and special " "options\n" "for every part of the RR structure with format ---, e.g.\n" "--mx-preference and --mx-exchanger.\n" msgstr "" "\n" "При работе с такими записями DNS может быть сложно не допустить ошибок и " "ввести корректное значение. Модуль DNS предоставляет в ваше распоряжение " "абстракцию над этими необработанными записями и позволяет управлять каждым " "из типов записей ресурсов с помощью определённых параметров. Для каждого из " "поддерживаемых типов записей ресурсов в модуле DNS предусмотрен стандартный " "параметр для работы с необработанными записями с помощью формата --" "<тип_записи_ресурса>-rec, например --mx-rec, и специальные параметры для " "каждой из частей структуры записи ресурса с помощью формата --" "<тип_записи_ресурса>-<имя_части>, например --mx-preference и --mx-" "exchanger.\n" "\n" "\n" #: ipaserver/plugins/dns.py:119 msgid "" "\n" "When adding a record, either RR specific options or standard option for a " "raw\n" "value can be used, they just should not be combined in one add operation. " "When\n" "modifying an existing entry, new RR specific options can be used to change\n" "one part of a DNS record, where the standard option for raw value is used\n" "to specify the modified value. The following example demonstrates\n" "a modification of MX record preference from 0 to 1 in a record without\n" "modifying the exchanger:\n" "ipa dnsrecord-mod --mx-rec=\"0 mx.example.com.\" --mx-preference=1\n" msgstr "" "\n" "\n" "При добавлении записи можно воспользоваться параметрами, специально " "предназначенными для записей ресурсов, или стандартным параметром для " "необработанного значения (сочетать эти варианты в одном действии по " "добавлению нельзя). При внесении изменений в существующую запись можно " "воспользоваться для изменения одной части записи DNS новыми специальными " "параметрами записей ресурсов, причём для определения изменённого значения " "будет использован стандартный вариант необработанного значения. В " "приведенном ниже примере показано изменение приоритета записи MX с 0 на 1 в " "записи без внесения изменений в обменник:\n" "ipa dnsrecord-mod --mx-rec=\"0 mx.example.com.\" --mx-preference=1\n" #: ipaserver/plugins/dns.py:128 msgid "" "\n" "\n" "EXAMPLES:\n" msgstr "" "\n" "\n" "ПРИМЕРЫ:\n" #: ipaserver/plugins/dns.py:131 msgid "" "\n" " Add new zone:\n" " ipa dnszone-add example.com --admin-email=admin@example.com\n" msgstr "" "\n" "Добавить новую зону:\n" " ipa dnszone-add example.com --admin-email=admin@example.com\n" #: ipaserver/plugins/dns.py:134 msgid "" "\n" " Add system permission that can be used for per-zone privilege delegation:\n" " ipa dnszone-add-permission example.com\n" msgstr "" "\n" " Добавить общесистемные права доступа, которыми можно воспользоваться для " "делегирования привилегий для отдельных зон:\n" " ipa dnszone-add-permission example.com\n" #: ipaserver/plugins/dns.py:137 msgid "" "\n" " Modify the zone to allow dynamic updates for hosts own records in realm " "EXAMPLE.COM:\n" " ipa dnszone-mod example.com --dynamic-update=TRUE\n" msgstr "" "\n" " Изменить зону, чтобы разрешить динамическое обновление для собственных " "записей узлов в области (realm) EXAMPLE.COM:\n" " ipa dnszone-mod example.com --dynamic-update=TRUE\n" #: ipaserver/plugins/dns.py:140 msgid "" "\n" " This is the equivalent of:\n" " ipa dnszone-mod example.com --dynamic-update=TRUE \\\n" " --update-policy=\"grant EXAMPLE.COM krb5-self * A; grant EXAMPLE.COM " "krb5-self * AAAA; grant EXAMPLE.COM krb5-self * SSHFP;\"\n" msgstr "" "\n" " Эта команда эквивалентна следующим командам:\n" " ipa dnszone-mod example.com --dynamic-update=TRUE \\\n" " --update-policy=\"grant EXAMPLE.COM krb5-self * A; grant EXAMPLE.COM " "krb5-self * AAAA; grant EXAMPLE.COM krb5-self * SSHFP;\"\n" #: ipaserver/plugins/dns.py:144 msgid "" "\n" " Modify the zone to allow zone transfers for local network only:\n" " ipa dnszone-mod example.com --allow-transfer=192.0.2.0/24\n" msgstr "" "\n" " Изменить зону, чтобы разрешить перенос зоны только для локальной сети:\n" " ipa dnszone-mod example.com --allow-transfer=192.0.2.0/24\n" #: ipaserver/plugins/dns.py:147 msgid "" "\n" " Add new reverse zone specified by network IP address:\n" " ipa dnszone-add --name-from-ip=192.0.2.0/24\n" msgstr "" "\n" " Добавить новую обратную зону, указанную с помощью сетевого IP-адреса:\n" " ipa dnszone-add --name-from-ip=192.0.2.0/24\n" #: ipaserver/plugins/dns.py:150 msgid "" "\n" " Add second nameserver for example.com:\n" " ipa dnsrecord-add example.com @ --ns-rec=nameserver2.example.com\n" msgstr "" "\n" " Добавить другой сервер имён для example.com:\n" " ipa dnsrecord-add example.com @ --ns-rec=nameserver2.example.com\n" #: ipaserver/plugins/dns.py:153 msgid "" "\n" " Add a mail server for example.com:\n" " ipa dnsrecord-add example.com @ --mx-rec=\"10 mail1\"\n" msgstr "" "\n" " Добавить почтовый сервер для example.com:\n" " ipa dnsrecord-add example.com @ --mx-rec=\"10 mail1\"\n" #: ipaserver/plugins/dns.py:156 msgid "" "\n" " Add another record using MX record specific options:\n" " ipa dnsrecord-add example.com @ --mx-preference=20 --mx-exchanger=mail2\n" msgstr "" "\n" " Добавить другую запись с помощью специальных параметров записи MX:\n" " ipa dnsrecord-add example.com @ --mx-preference=20 --mx-exchanger=mail2\n" #: ipaserver/plugins/dns.py:159 msgid "" "\n" " Add another record using interactive mode (started when dnsrecord-add, " "dnsrecord-mod,\n" " or dnsrecord-del are executed with no options):\n" " ipa dnsrecord-add example.com @\n" " Please choose a type of DNS resource record to be added\n" " The most common types for this type of zone are: NS, MX, LOC\n" "\n" " DNS resource record type: MX\n" " MX Preference: 30\n" " MX Exchanger: mail3\n" " Record name: example.com\n" " MX record: 10 mail1, 20 mail2, 30 mail3\n" " NS record: nameserver.example.com., nameserver2.example.com.\n" msgstr "" "\n" "Добавить другую запись с помощью интерактивного режима (в который программа " "переходит в ответ на команды dnsrecord-add, dnsrecord-mod или dnsrecord-del " "без параметров):\n" " ipa dnsrecord-add example.com @\n" " Выберите тип записи ресурса DNS, который следует добавить\n" " Наиболее распространённые типы для этого типа зон: NS, MX, LOC\n" "\n" " Тип записи ресурса DNS: MX\n" " Приоритет MX: 30\n" " Обменник MX: mail3\n" " Имя записи: example.com\n" " Запись MX: 10 mail1, 20 mail2, 30 mail3\n" " Запись NS: nameserver.example.com., nameserver2.example.com.\n" #: ipaserver/plugins/dns.py:172 msgid "" "\n" " Delete previously added nameserver from example.com:\n" " ipa dnsrecord-del example.com @ --ns-rec=nameserver2.example.com.\n" msgstr "" "\n" " Удалить добавленный ранее сервер имён из example.com:\n" " ipa dnsrecord-del example.com @ --ns-rec=nameserver2.example.com.\n" #: ipaserver/plugins/dns.py:175 msgid "" "\n" " Add LOC record for example.com:\n" " ipa dnsrecord-add example.com @ --loc-rec=\"49 11 42.4 N 16 36 29.6 E " "227.64m\"\n" msgstr "" "\n" " Добавить запись LOC для example.com:\n" " ipa dnsrecord-add example.com @ --loc-rec=\"49 11 42.4 N 16 36 29.6 E " "227.64m\"\n" #: ipaserver/plugins/dns.py:178 msgid "" "\n" " Add new A record for www.example.com. Create a reverse record in " "appropriate\n" " reverse zone as well. In this case a PTR record \"2\" pointing to www." "example.com\n" " will be created in zone 2.0.192.in-addr.arpa.\n" " ipa dnsrecord-add example.com www --a-rec=192.0.2.2 --a-create-reverse\n" msgstr "" "\n" " Добавить новую запись A для www.example.com. Также создать обратную запись " "в соответствующей обратной зоне. В этом случае запись PTR \"2\", которая " "указывает на www.example.com, будет создана в зоне 2.0.192.in-addr.arpa.\n" " ipa dnsrecord-add example.com www --a-rec=192.0.2.2 --a-create-reverse\n" #: ipaserver/plugins/dns.py:183 msgid "" "\n" " Add new PTR record for www.example.com\n" " ipa dnsrecord-add 2.0.192.in-addr.arpa. 2 --ptr-rec=www.example.com.\n" msgstr "" "\n" " Добавить новую запись PTR для www.example.com:\n" " ipa dnsrecord-add 2.0.192.in-addr.arpa. 2 --ptr-rec=www.example.com.\n" #: ipaserver/plugins/dns.py:186 msgid "" "\n" " Add new SRV records for LDAP servers. Three quarters of the requests\n" " should go to fast.example.com, one quarter to slow.example.com. If neither\n" " is available, switch to backup.example.com.\n" " ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 3 389 fast.example." "com\"\n" " ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 1 389 slow.example." "com\"\n" " ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"1 1 389 backup." "example.com\"\n" msgstr "" "\n" " Добавить новые записи SRV для LDAP-серверов. Три четверти запросов должны " "отправляться на fast.example.com, одна четверть — на slow.example.com. Если " "обе службы недоступны, переключиться на backup.example.com.\n" " ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 3 389 fast.example." "com\"\n" " ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 1 389 slow.example." "com\"\n" " ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"1 1 389 backup." "example.com\"\n" #: ipaserver/plugins/dns.py:193 msgid "" "\n" " The interactive mode can be used for easy modification:\n" " ipa dnsrecord-mod example.com _ldap._tcp\n" " No option to modify specific record provided.\n" " Current DNS record contents:\n" "\n" " SRV record: 0 3 389 fast.example.com, 0 1 389 slow.example.com, 1 1 389 " "backup.example.com\n" "\n" " Modify SRV record '0 3 389 fast.example.com'? Yes/No (default No):\n" " Modify SRV record '0 1 389 slow.example.com'? Yes/No (default No): y\n" " SRV Priority [0]: (keep the default value)\n" " SRV Weight [1]: 2 (modified value)\n" " SRV Port [389]: (keep the default value)\n" " SRV Target [slow.example.com]: (keep the default value)\n" " 1 SRV record skipped. Only one value per DNS record type can be modified " "at one time.\n" " Record name: _ldap._tcp\n" " SRV record: 0 3 389 fast.example.com, 1 1 389 backup.example.com, 0 2 " "389 slow.example.com\n" msgstr "" "\n" "Для облегчения внесения изменений можно воспользоваться интерактивным " "режимом:\n" " ipa dnsrecord-mod example.com _ldap._tcp\n" " Возможность внесения изменений в определённую запись не предусмотрена.\n" " Текущее содержание записи DNS:\n" "\n" " Запись SRV: 0 3 389 fast.example.com, 0 1 389 slow.example.com, 1 1 389 " "backup.example.com\n" "\n" " Изменить запись SRV '0 3 389 fast.example.com'? Да/Нет (по умолчанию \"Нет" "\"):\n" " Изменить запись SRV '0 1 389 slow.example.com'? Да/Нет (по умолчанию \"Нет" "\"): y\n" " Приоритет SRV [0]: (сохранить значение по умолчанию)\n" " Вес SRV [1]: 2 (изменённое значение)\n" " Порт SRV [389]: (сохранить значение по умолчанию)\n" " Цель SRV [slow.example.com]: (сохранить значение по умолчанию)\n" " Пропущена 1 запись SRV. Одновременно можно изменять только одно значение " "на тип записи DNS.\n" " Имя записи: _ldap._tcp\n" " Запись SRV: 0 3 389 fast.example.com, 1 1 389 backup.example.com, 0 2 " "389 slow.example.com\n" #: ipaserver/plugins/dns.py:210 msgid "" "\n" " After this modification, three fifths of the requests should go to\n" " fast.example.com and two fifths to slow.example.com.\n" msgstr "" "\n" " После внесения этих изменений три пятых запросов должны направляться на " "fast.example.com, а две пятых — на slow.example.com.\n" #: ipaserver/plugins/dns.py:213 msgid "" "\n" " An example of the interactive mode for dnsrecord-del command:\n" " ipa dnsrecord-del example.com www\n" " No option to delete specific record provided.\n" " Delete all? Yes/No (default No): (do not delete all records)\n" " Current DNS record contents:\n" "\n" " A record: 192.0.2.2, 192.0.2.3\n" "\n" " Delete A record '192.0.2.2'? Yes/No (default No):\n" " Delete A record '192.0.2.3'? Yes/No (default No): y\n" " Record name: www\n" " A record: 192.0.2.2 (A record 192.0.2.3 has been " "deleted)\n" msgstr "" "\n" "Пример интерактивного режима для команды dnsrecord-del:\n" " ipa dnsrecord-del example.com www\n" " Не указан параметр удаления определённой записи.\n" " Удалить все? Да/Нет (по умолчанию \"Нет\"): (не удалять все записи)\n" " Текущее содержание записи DNS:\n" "\n" " Запись A: 192.0.2.2, 192.0.2.3\n" "\n" " Удалить запись A '192.0.2.2'? Да/Нет (по умолчанию \"Нет\"):\n" " Удалить запись A '192.0.2.3'? Да/Нет (по умолчанию \"Нет\"): y\n" " Имя записи: www\n" " Запись A: 192.0.2.2 (запись A 192.0.2.3 удалена)\n" #: ipaserver/plugins/dns.py:226 msgid "" "\n" " Show zone example.com:\n" " ipa dnszone-show example.com\n" msgstr "" "\n" " Показать зону example.com:\n" " ipa dnszone-show example.com\n" #: ipaserver/plugins/dns.py:229 msgid "" "\n" " Find zone with \"example\" in its domain name:\n" " ipa dnszone-find example\n" msgstr "" "\n" " Найти зону со словом \"example\" в имени домена:\n" " ipa dnszone-find example\n" #: ipaserver/plugins/dns.py:232 msgid "" "\n" " Find records for resources with \"www\" in their name in zone example.com:\n" " ipa dnsrecord-find example.com www\n" msgstr "" "\n" " Найти записи для ресурсов с \"www\" в имени в зоне example.com:\n" " ipa dnsrecord-find example.com www\n" #: ipaserver/plugins/dns.py:235 msgid "" "\n" " Find A records with value 192.0.2.2 in zone example.com\n" " ipa dnsrecord-find example.com --a-rec=192.0.2.2\n" msgstr "" "\n" " Найти записи A со значением 192.0.2.2 в зоне example.com:\n" " ipa dnsrecord-find example.com --a-rec=192.0.2.2\n" #: ipaserver/plugins/dns.py:238 msgid "" "\n" " Show records for resource www in zone example.com\n" " ipa dnsrecord-show example.com www\n" msgstr "" "\n" " Показать записи для ресурса www в зоне example.com:\n" " ipa dnsrecord-show example.com www\n" #: ipaserver/plugins/dns.py:241 msgid "" "\n" " Delegate zone sub.example to another nameserver:\n" " ipa dnsrecord-add example.com ns.sub --a-rec=203.0.113.1\n" " ipa dnsrecord-add example.com sub --ns-rec=ns.sub.example.com.\n" msgstr "" "\n" " Делегировать зону sub.example другому серверу имён:\n" " ipa dnsrecord-add example.com ns.sub --a-rec=203.0.113.1\n" " ipa dnsrecord-add example.com sub --ns-rec=ns.sub.example.com.\n" #: ipaserver/plugins/dns.py:245 msgid "" "\n" " Delete zone example.com with all resource records:\n" " ipa dnszone-del example.com\n" msgstr "" "\n" " Удалить зону example.com вместе со всеми записями ресурсов:\n" " ipa dnszone-del example.com\n" #: ipaserver/plugins/dns.py:248 msgid "" "\n" " If a global forwarder is configured, all queries for which this server is " "not\n" " authoritative (e.g. sub.example.com) will be routed to the global " "forwarder.\n" " Global forwarding configuration can be overridden per-zone.\n" msgstr "" "\n" "Если настроен глобальный перенаправитель, все запросы, для которых этот " "сервер не является полномочным (например, sub.example.com), будут " "перенаправлены на глобальный перенаправитель. Конфигурацию глобального " "перенаправления можно переопределить для отдельных зон.\n" #: ipaserver/plugins/dns.py:252 msgid "" "\n" " Semantics of forwarding in IPA matches BIND semantics and depends on the " "type\n" " of zone:\n" " * Master zone: local BIND replies authoritatively to queries for data in\n" " the given zone (including authoritative NXDOMAIN answers) and forwarding\n" " affects only queries for names below zone cuts (NS records) of locally\n" " served zones.\n" "\n" " * Forward zone: forward zone contains no authoritative data. BIND " "forwards\n" " queries, which cannot be answered from its local cache, to configured\n" " forwarders.\n" msgstr "" "\n" " Семантика перенаправления в IPA соответствует семантике BIND и зависит от " "типа зоны:\n" " * Главная зона: локальный BIND предоставляет надёжные ответы на запросы " "данных в указанной зоне (включая надёжные ответы NXDOMAIN), а " "перенаправление применяется только для запросов имён за пределами отрезков " "(записи NS) зон, которые обслуживаются локально.\n" "\n" " * Зона перенаправления: зона перенаправления не содержит надёжные данные. " "BIND перенаправляет запросы, на которые не удалось получить ответы из " "локального кэша, на настроенные перенаправители.\n" #: ipaserver/plugins/dns.py:263 msgid "" "\n" " Semantics of the --forward-policy option:\n" " * none - disable forwarding for the given zone.\n" " * first - forward all queries to configured forwarders. If they fail,\n" " do resolution using DNS root servers.\n" " * only - forward all queries to configured forwarders and if they fail,\n" " return failure.\n" msgstr "" "\n" " Семантика параметра --forward-policy:\n" " * none - отключить перенаправление для указанной зоны.\n" " * first - перенаправить все запросы на настроенные перенаправители. Если " "они не сработают,\n" " выполнить разрешение с помощью корневых серверов DNS.\n" " * only - перенаправить все запросы на настроенные перенаправители и " "вернуть сообщение об ошибке, если они не сработают.\n" #: ipaserver/plugins/dns.py:270 msgid "" "\n" " Disable global forwarding for given sub-tree:\n" " ipa dnszone-mod example.com --forward-policy=none\n" msgstr "" "\n" " Отключить глобальное перенаправление для указанного поддерева:\n" " ipa dnszone-mod example.com --forward-policy=none\n" #: ipaserver/plugins/dns.py:273 msgid "" "\n" " This configuration forwards all queries for names outside the example.com\n" " sub-tree to global forwarders. Normal recursive resolution process is used\n" " for names inside the example.com sub-tree (i.e. NS records are followed " "etc.).\n" msgstr "" "\n" " Эта конфигурация перенаправляет все запросы имён за пределами поддерева " "example.com на глобальные перенаправители. Для имён в пределах поддерева " "example.com используется обычный рекурсивный процесс разрешения (то есть с " "переходом по записям NS и так далее).\n" #: ipaserver/plugins/dns.py:277 msgid "" "\n" " Forward all requests for the zone external.example.com to another " "forwarder\n" " using a \"first\" policy (it will send the queries to the selected " "forwarder\n" " and if not answered it will use global root servers):\n" " ipa dnsforwardzone-add external.example.com --forward-policy=first \\\n" " --forwarder=203.0.113.1\n" msgstr "" "\n" " Перенаправлять все запросы для зоны external.example.com на другой " "перенаправитель с помощью политики \"first\" (запросы будут направлены на " "выбранный перенаправитель, а если он не ответит, будут использованы " "глобальные корневые серверы):\n" " ipa dnsforwardzone-add external.example.com --forward-policy=first \\\n" " --forwarder=203.0.113.1\n" #: ipaserver/plugins/dns.py:283 msgid "" "\n" " Change forward-policy for external.example.com:\n" " ipa dnsforwardzone-mod external.example.com --forward-policy=only\n" msgstr "" "\n" " Изменить политику перенаправления (параметр forward-policy) для external." "example.com:\n" " ipa dnsforwardzone-mod external.example.com --forward-policy=only\n" #: ipaserver/plugins/dns.py:286 msgid "" "\n" " Show forward zone external.example.com:\n" " ipa dnsforwardzone-show external.example.com\n" msgstr "" "\n" " Показать зону перенаправления external.example.com:\n" " ipa dnsforwardzone-show external.example.com\n" #: ipaserver/plugins/dns.py:289 msgid "" "\n" " List all forward zones:\n" " ipa dnsforwardzone-find\n" msgstr "" "\n" " Вывести список всех зон перенаправления:\n" " ipa dnsforwardzone-find\n" #: ipaserver/plugins/dns.py:292 msgid "" "\n" " Delete forward zone external.example.com:\n" " ipa dnsforwardzone-del external.example.com\n" msgstr "" "\n" " Удалить зону перенаправления external.example.com:\n" " ipa dnsforwardzone-del external.example.com\n" #: ipaserver/plugins/dns.py:295 msgid "" "\n" " Resolve a host name to see if it exists (will add default IPA domain\n" " if one is not included):\n" " ipa dns-resolve www.example.com\n" " ipa dns-resolve www\n" msgstr "" "\n" "Определить адрес по имени узла, чтобы узнать, существует ли он (будет " "добавлен стандартный домен IPA, если он не включён):\n" " ipa dns-resolve www.example.com\n" " ipa dns-resolve www\n" #: ipaserver/plugins/dns.py:300 msgid "" "\n" "\n" "GLOBAL DNS CONFIGURATION\n" msgstr "" "\n" "\n" "ГЛОБАЛЬНАЯ КОНФИГУРАЦИЯ DNS\n" #: ipaserver/plugins/dns.py:303 msgid "" "\n" "DNS configuration passed to command line install script is stored in a " "local\n" "configuration file on each IPA server where DNS service is configured. " "These\n" "local settings can be overridden with a common configuration stored in LDAP\n" "server:\n" msgstr "" "\n" "Конфигурация DNS, которая передаётся сценарию командной строки для " "установки, хранится в локальном файле конфигурации на каждом IPA-сервере, " "где настроена служба DNS. Эти локальные настройки могут быть переопределены " "с помощью общей конфигурации, которая хранится на LDAP-сервере:\n" #: ipaserver/plugins/dns.py:308 msgid "" "\n" " Show global DNS configuration:\n" " ipa dnsconfig-show\n" msgstr "" "\n" " Показать глобальную конфигурацию DNS:\n" " ipa dnsconfig-show\n" #: ipaserver/plugins/dns.py:311 msgid "" "\n" " Modify global DNS configuration and set a list of global forwarders:\n" " ipa dnsconfig-mod --forwarder=203.0.113.113\n" msgstr "" "\n" "Изменить глобальную конфигурацию DNS и установить список глобальных " "перенаправителей:\n" " ipa dnsconfig-mod --forwarder=203.0.113.113\n" #: ipaserver/plugins/dns.py:348 ipaclient/remote_plugins/2_114/dns.py:1360 #: ipaclient/remote_plugins/2_114/dns.py:1718 #: ipaclient/remote_plugins/2_114/dns.py:4670 #: ipaclient/remote_plugins/2_114/dns.py:5316 #: ipaclient/remote_plugins/2_156/dns.py:1325 #: ipaclient/remote_plugins/2_156/dns.py:1683 #: ipaclient/remote_plugins/2_156/dns.py:4445 #: ipaclient/remote_plugins/2_156/dns.py:5091 #: ipaclient/remote_plugins/2_164/dns.py:1333 #: ipaclient/remote_plugins/2_164/dns.py:1691 #: ipaclient/remote_plugins/2_164/dns.py:4464 #: ipaclient/remote_plugins/2_164/dns.py:5110 msgid "Permission value" msgstr "Значение разрешения" #: ipaserver/plugins/dns.py:399 msgid "invalid IP network format" msgstr "неправильный формат подсети" #: ipaserver/plugins/dns.py:408 msgid "each ACL element must be terminated with a semicolon" msgstr "каждый элемент ACL должен заканчиваться точкой с запятой" #: ipaserver/plugins/dns.py:424 msgid "invalid address format" msgstr "недопустимый формат адреса" #: ipaserver/plugins/dns.py:468 msgid "" "expected format: <0-255> <0-255> <0-65535> even-" "length_hexadecimal_digits_or_hyphen" msgstr "" "ожидаемый формат: <0-255> <0-255> <0-65535> " "шестнадцатеричные_цифры_равной_длины_или_дефис" #: ipaserver/plugins/dns.py:477 msgid "algorithm value: allowed interval 0-255" msgstr "значение алгоритма: допустимый интервал 0-255" #: ipaserver/plugins/dns.py:480 msgid "flags value: allowed interval 0-255" msgstr "значение флагов: допустимый интервал от 0 до 255" #: ipaserver/plugins/dns.py:483 msgid "iterations value: allowed interval 0-65535" msgstr "значение количества итераций: допустимый интервал от 0 до 65535" #: ipaserver/plugins/dns.py:491 #, python-format msgid "salt value: %(err)s" msgstr "значение соли: %(err)s" #: ipaserver/plugins/dns.py:498 msgid "invalid domain-name: not fully qualified" msgstr "недействительное имя домена: не является полным" #: ipaserver/plugins/dns.py:507 msgid "should not be a wildcard domain name (RFC 4592 section 4)" msgstr "" "не должно быть именем домена с подстановочными знаками (RFC 4592, раздел 4)" #: ipaserver/plugins/dns.py:548 #, python-format msgid "" "All nameservers failed to answer the query for DNS reverse zone %(revdns)s" msgstr "Ни один сервер имён не ответил на запрос обратной зоны DNS %(revdns)s" #: ipaserver/plugins/dns.py:557 #, python-format msgid "" "DNS reverse zone %(revzone)s for IP address %(addr)s is not managed by this " "server" msgstr "" "Обратная зона DNS %(revzone)s для IP-адреса %(addr)s не управляется этим " "сервером" #: ipaserver/plugins/dns.py:574 #, python-format msgid "DNS zone %(zone)s not found" msgstr "Зона DNS %(zone)s не найдена" #: ipaserver/plugins/dns.py:589 #, python-format msgid "IP address %(ip)s is already assigned in domain %(domain)s." msgstr "IP-адрес %(ip)s уже назначен в домене %(domain)s." #: ipaserver/plugins/dns.py:599 #, python-format msgid "" "Reverse record for IP address %(ip)s already exists in reverse zone %(zone)s." msgstr "" "Обратная запись для IP-адреса %(ip)s уже существует в обратной зоне %(zone)s." #: ipaserver/plugins/dns.py:674 #, python-format msgid "%s record" msgstr "запись %s" #: ipaserver/plugins/dns.py:676 #, python-format msgid "Raw %s records" msgstr "Необработанные записи %s" #: ipaserver/plugins/dns.py:677 #, python-format msgid "%s Record" msgstr "Запись %s" #: ipaserver/plugins/dns.py:678 #, python-format msgid "(see RFC %s for details)" msgstr "(см. RFC %s для деталей)" #: ipaserver/plugins/dns.py:740 #, python-format msgid "'%s' is a required part of DNS record" msgstr "\"%s\" является обязательной частью DNS-записи" #: ipaserver/plugins/dns.py:747 msgid "Invalid number of parts!" msgstr "Неверное количество частей!" #: ipaserver/plugins/dns.py:799 #, python-format msgid "DNS RR type \"%s\" is not supported by bind-dyndb-ldap plugin" msgstr "" "В подключаемом модуле bind-dyndb-ldap не предусмотрена поддержка типа записи " "ресурсов DNS \"%s\"" #: ipaserver/plugins/dns.py:815 #, python-format msgid "format must be specified as \"%(format)s\" %(rfcs)s" msgstr "формат должен быть указан следующим образом: \"%(format)s\" %(rfcs)s" #: ipaserver/plugins/dns.py:890 msgid "Create reverse" msgstr "Создать обратную запись" #: ipaserver/plugins/dns.py:891 ipaclient/remote_plugins/2_114/dns.py:361 #: ipaclient/remote_plugins/2_114/dns.py:380 #: ipaclient/remote_plugins/2_114/dns.py:1836 #: ipaclient/remote_plugins/2_114/dns.py:1863 #: ipaclient/remote_plugins/2_156/dns.py:361 #: ipaclient/remote_plugins/2_156/dns.py:380 #: ipaclient/remote_plugins/2_156/dns.py:1801 #: ipaclient/remote_plugins/2_156/dns.py:1828 #: ipaclient/remote_plugins/2_164/dns.py:361 #: ipaclient/remote_plugins/2_164/dns.py:380 #: ipaclient/remote_plugins/2_164/dns.py:1809 #: ipaclient/remote_plugins/2_164/dns.py:1836 #: ipaclient/remote_plugins/2_49/dns.py:291 #: ipaclient/remote_plugins/2_49/dns.py:310 #: ipaclient/remote_plugins/2_49/dns.py:1313 #: ipaclient/remote_plugins/2_49/dns.py:1340 msgid "Create reverse record for this IP Address" msgstr "Создать обратную запись для этого IP-адреса" #: ipaserver/plugins/dns.py:926 #, python-format msgid "Cannot create reverse record for \"%(value)s\": %(exc)s" msgstr "Не удалось создать обратную запись для \"%(value)s\": %(exc)s" #: ipaserver/plugins/dns.py:955 ipaserver/plugins/dns.py:1542 #: ipaclient/remote_plugins/2_114/dns.py:342 #: ipaclient/remote_plugins/2_114/dns.py:393 #: ipaclient/remote_plugins/2_114/dns.py:1882 #: ipaclient/remote_plugins/2_114/dns.py:3541 #: ipaclient/remote_plugins/2_156/dns.py:342 #: ipaclient/remote_plugins/2_156/dns.py:393 #: ipaclient/remote_plugins/2_156/dns.py:1847 #: ipaclient/remote_plugins/2_156/dns.py:3366 #: ipaclient/remote_plugins/2_164/dns.py:342 #: ipaclient/remote_plugins/2_164/dns.py:393 #: ipaclient/remote_plugins/2_164/dns.py:1855 #: ipaclient/remote_plugins/2_164/dns.py:3374 #: ipaclient/remote_plugins/2_49/dns.py:272 #: ipaclient/remote_plugins/2_49/dns.py:323 #: ipaclient/remote_plugins/2_49/dns.py:1359 #: ipaclient/remote_plugins/2_49/dns.py:3145 msgid "Record data" msgstr "Данные записи" #: ipaserver/plugins/dns.py:978 ipaclient/remote_plugins/2_114/dns.py:406 #: ipaclient/remote_plugins/2_114/dns.py:1899 #: ipaclient/remote_plugins/2_114/dns.py:3558 #: ipaclient/remote_plugins/2_156/dns.py:406 #: ipaclient/remote_plugins/2_156/dns.py:1864 #: ipaclient/remote_plugins/2_156/dns.py:3383 #: ipaclient/remote_plugins/2_164/dns.py:406 #: ipaclient/remote_plugins/2_164/dns.py:1872 #: ipaclient/remote_plugins/2_164/dns.py:3391 #: ipaclient/remote_plugins/2_49/dns.py:336 #: ipaclient/remote_plugins/2_49/dns.py:1376 #: ipaclient/remote_plugins/2_49/dns.py:3162 msgid "Subtype" msgstr "Подтип" #: ipaserver/plugins/dns.py:983 ipaserver/plugins/dns.py:1020 #: ipaserver/plugins/dns.py:1269 ipaserver/plugins/dns.py:1332 #: ipaclient/remote_plugins/2_114/dns.py:412 #: ipaclient/remote_plugins/2_114/dns.py:746 #: ipaclient/remote_plugins/2_114/dns.py:1083 #: ipaclient/remote_plugins/2_114/dns.py:1907 #: ipaclient/remote_plugins/2_114/dns.py:2362 #: ipaclient/remote_plugins/2_114/dns.py:3566 #: ipaclient/remote_plugins/2_114/dns.py:4021 #: ipaclient/remote_plugins/2_156/dns.py:412 #: ipaclient/remote_plugins/2_156/dns.py:739 #: ipaclient/remote_plugins/2_156/dns.py:1048 #: ipaclient/remote_plugins/2_156/dns.py:1872 #: ipaclient/remote_plugins/2_156/dns.py:2317 #: ipaclient/remote_plugins/2_156/dns.py:3391 #: ipaclient/remote_plugins/2_156/dns.py:3836 #: ipaclient/remote_plugins/2_164/dns.py:412 #: ipaclient/remote_plugins/2_164/dns.py:739 #: ipaclient/remote_plugins/2_164/dns.py:1880 #: ipaclient/remote_plugins/2_164/dns.py:2325 #: ipaclient/remote_plugins/2_164/dns.py:3399 #: ipaclient/remote_plugins/2_164/dns.py:3844 #: ipaclient/remote_plugins/2_49/dns.py:342 #: ipaclient/remote_plugins/2_49/dns.py:676 #: ipaclient/remote_plugins/2_49/dns.py:1098 #: ipaclient/remote_plugins/2_49/dns.py:1384 #: ipaclient/remote_plugins/2_49/dns.py:1839 #: ipaclient/remote_plugins/2_49/dns.py:3170 #: ipaclient/remote_plugins/2_49/dns.py:3625 msgid "Hostname" msgstr "Имя узла" #: ipaserver/plugins/dns.py:996 ipaclient/remote_plugins/2_114/dns.py:432 #: ipaclient/remote_plugins/2_114/dns.py:1934 #: ipaclient/remote_plugins/2_114/dns.py:3593 #: ipaclient/remote_plugins/2_156/dns.py:432 #: ipaclient/remote_plugins/2_156/dns.py:1899 #: ipaclient/remote_plugins/2_156/dns.py:3418 #: ipaclient/remote_plugins/2_164/dns.py:432 #: ipaclient/remote_plugins/2_164/dns.py:1907 #: ipaclient/remote_plugins/2_164/dns.py:3426 #: ipaclient/remote_plugins/2_49/dns.py:362 #: ipaclient/remote_plugins/2_49/dns.py:1411 #: ipaclient/remote_plugins/2_49/dns.py:3197 msgid "Certificate Type" msgstr "Тип сертификата" #: ipaserver/plugins/dns.py:1001 ipaserver/plugins/dns.py:1044 #: ipaclient/remote_plugins/2_114/dns.py:438 #: ipaclient/remote_plugins/2_114/dns.py:483 #: ipaclient/remote_plugins/2_114/dns.py:534 #: ipaclient/remote_plugins/2_114/dns.py:1942 #: ipaclient/remote_plugins/2_114/dns.py:2002 #: ipaclient/remote_plugins/2_114/dns.py:2070 #: ipaclient/remote_plugins/2_114/dns.py:3601 #: ipaclient/remote_plugins/2_114/dns.py:3661 #: ipaclient/remote_plugins/2_114/dns.py:3729 #: ipaclient/remote_plugins/2_156/dns.py:438 #: ipaclient/remote_plugins/2_156/dns.py:483 #: ipaclient/remote_plugins/2_156/dns.py:527 #: ipaclient/remote_plugins/2_156/dns.py:1907 #: ipaclient/remote_plugins/2_156/dns.py:1967 #: ipaclient/remote_plugins/2_156/dns.py:2025 #: ipaclient/remote_plugins/2_156/dns.py:3426 #: ipaclient/remote_plugins/2_156/dns.py:3486 #: ipaclient/remote_plugins/2_156/dns.py:3544 #: ipaclient/remote_plugins/2_164/dns.py:438 #: ipaclient/remote_plugins/2_164/dns.py:483 #: ipaclient/remote_plugins/2_164/dns.py:527 #: ipaclient/remote_plugins/2_164/dns.py:1915 #: ipaclient/remote_plugins/2_164/dns.py:1975 #: ipaclient/remote_plugins/2_164/dns.py:2033 #: ipaclient/remote_plugins/2_164/dns.py:3434 #: ipaclient/remote_plugins/2_164/dns.py:3494 #: ipaclient/remote_plugins/2_164/dns.py:3552 #: ipaclient/remote_plugins/2_49/dns.py:368 #: ipaclient/remote_plugins/2_49/dns.py:440 #: ipaclient/remote_plugins/2_49/dns.py:772 #: ipaclient/remote_plugins/2_49/dns.py:840 #: ipaclient/remote_plugins/2_49/dns.py:1419 #: ipaclient/remote_plugins/2_49/dns.py:1516 #: ipaclient/remote_plugins/2_49/dns.py:1970 #: ipaclient/remote_plugins/2_49/dns.py:2062 #: ipaclient/remote_plugins/2_49/dns.py:3205 #: ipaclient/remote_plugins/2_49/dns.py:3302 #: ipaclient/remote_plugins/2_49/dns.py:3756 #: ipaclient/remote_plugins/2_49/dns.py:3848 msgid "Key Tag" msgstr "Тег ключа" #: ipaserver/plugins/dns.py:1011 ipaclient/remote_plugins/2_114/dns.py:450 #: ipaclient/remote_plugins/2_114/dns.py:1958 #: ipaclient/remote_plugins/2_114/dns.py:3617 #: ipaclient/remote_plugins/2_156/dns.py:450 #: ipaclient/remote_plugins/2_156/dns.py:1923 #: ipaclient/remote_plugins/2_156/dns.py:3442 #: ipaclient/remote_plugins/2_164/dns.py:450 #: ipaclient/remote_plugins/2_164/dns.py:1931 #: ipaclient/remote_plugins/2_164/dns.py:3450 #: ipaclient/remote_plugins/2_49/dns.py:380 #: ipaclient/remote_plugins/2_49/dns.py:1435 #: ipaclient/remote_plugins/2_49/dns.py:3221 msgid "Certificate/CRL" msgstr "Сертификат/СОС" #: ipaserver/plugins/dns.py:1021 ipaclient/remote_plugins/2_114/dns.py:463 #: ipaclient/remote_plugins/2_114/dns.py:1975 #: ipaclient/remote_plugins/2_114/dns.py:3634 #: ipaclient/remote_plugins/2_156/dns.py:463 #: ipaclient/remote_plugins/2_156/dns.py:1940 #: ipaclient/remote_plugins/2_156/dns.py:3459 #: ipaclient/remote_plugins/2_164/dns.py:463 #: ipaclient/remote_plugins/2_164/dns.py:1948 #: ipaclient/remote_plugins/2_164/dns.py:3467 #: ipaclient/remote_plugins/2_49/dns.py:393 #: ipaclient/remote_plugins/2_49/dns.py:1452 #: ipaclient/remote_plugins/2_49/dns.py:3238 msgid "A hostname which this alias hostname points to" msgstr "Имя узла, на который указывает этот псевдоним узла" #: ipaserver/plugins/dns.py:1054 ipaclient/remote_plugins/2_114/dns.py:495 #: ipaclient/remote_plugins/2_114/dns.py:546 #: ipaclient/remote_plugins/2_114/dns.py:2018 #: ipaclient/remote_plugins/2_114/dns.py:2086 #: ipaclient/remote_plugins/2_114/dns.py:3677 #: ipaclient/remote_plugins/2_114/dns.py:3745 #: ipaclient/remote_plugins/2_156/dns.py:495 #: ipaclient/remote_plugins/2_156/dns.py:539 #: ipaclient/remote_plugins/2_156/dns.py:1983 #: ipaclient/remote_plugins/2_156/dns.py:2041 #: ipaclient/remote_plugins/2_156/dns.py:3502 #: ipaclient/remote_plugins/2_156/dns.py:3560 #: ipaclient/remote_plugins/2_164/dns.py:495 #: ipaclient/remote_plugins/2_164/dns.py:539 #: ipaclient/remote_plugins/2_164/dns.py:1991 #: ipaclient/remote_plugins/2_164/dns.py:2049 #: ipaclient/remote_plugins/2_164/dns.py:3510 #: ipaclient/remote_plugins/2_164/dns.py:3568 #: ipaclient/remote_plugins/2_49/dns.py:452 #: ipaclient/remote_plugins/2_49/dns.py:1532 #: ipaclient/remote_plugins/2_49/dns.py:3318 msgid "Digest Type" msgstr "Тип дайджеста" #: ipaserver/plugins/dns.py:1059 ipaclient/remote_plugins/2_114/dns.py:501 #: ipaclient/remote_plugins/2_114/dns.py:552 #: ipaclient/remote_plugins/2_114/dns.py:2026 #: ipaclient/remote_plugins/2_114/dns.py:2094 #: ipaclient/remote_plugins/2_114/dns.py:3685 #: ipaclient/remote_plugins/2_114/dns.py:3753 #: ipaclient/remote_plugins/2_156/dns.py:501 #: ipaclient/remote_plugins/2_156/dns.py:545 #: ipaclient/remote_plugins/2_156/dns.py:1991 #: ipaclient/remote_plugins/2_156/dns.py:2049 #: ipaclient/remote_plugins/2_156/dns.py:3510 #: ipaclient/remote_plugins/2_156/dns.py:3568 #: ipaclient/remote_plugins/2_164/dns.py:501 #: ipaclient/remote_plugins/2_164/dns.py:545 #: ipaclient/remote_plugins/2_164/dns.py:1999 #: ipaclient/remote_plugins/2_164/dns.py:2057 #: ipaclient/remote_plugins/2_164/dns.py:3518 #: ipaclient/remote_plugins/2_164/dns.py:3576 #: ipaclient/remote_plugins/2_49/dns.py:458 #: ipaclient/remote_plugins/2_49/dns.py:1540 #: ipaclient/remote_plugins/2_49/dns.py:3326 msgid "Digest" msgstr "Дайджест" #: ipaserver/plugins/dns.py:1095 ipaserver/plugins/dns.py:1252 #: ipaserver/plugins/dns.py:1300 ipaclient/remote_plugins/2_114/dns.py:709 #: ipaclient/remote_plugins/2_114/dns.py:2312 #: ipaclient/remote_plugins/2_114/dns.py:3971 #: ipaclient/remote_plugins/2_156/dns.py:702 #: ipaclient/remote_plugins/2_156/dns.py:2267 #: ipaclient/remote_plugins/2_156/dns.py:3786 #: ipaclient/remote_plugins/2_164/dns.py:702 #: ipaclient/remote_plugins/2_164/dns.py:2275 #: ipaclient/remote_plugins/2_164/dns.py:3794 #: ipaclient/remote_plugins/2_49/dns.py:639 #: ipaclient/remote_plugins/2_49/dns.py:1789 #: ipaclient/remote_plugins/2_49/dns.py:3575 msgid "Preference" msgstr "Приоритет" #: ipaserver/plugins/dns.py:1096 ipaserver/plugins/dns.py:1253 #: ipaclient/remote_plugins/2_114/dns.py:586 #: ipaclient/remote_plugins/2_114/dns.py:684 #: ipaclient/remote_plugins/2_114/dns.py:2141 #: ipaclient/remote_plugins/2_114/dns.py:2279 #: ipaclient/remote_plugins/2_114/dns.py:3800 #: ipaclient/remote_plugins/2_114/dns.py:3938 #: ipaclient/remote_plugins/2_156/dns.py:579 #: ipaclient/remote_plugins/2_156/dns.py:677 #: ipaclient/remote_plugins/2_156/dns.py:2096 #: ipaclient/remote_plugins/2_156/dns.py:2234 #: ipaclient/remote_plugins/2_156/dns.py:3615 #: ipaclient/remote_plugins/2_156/dns.py:3753 #: ipaclient/remote_plugins/2_164/dns.py:579 #: ipaclient/remote_plugins/2_164/dns.py:677 #: ipaclient/remote_plugins/2_164/dns.py:2104 #: ipaclient/remote_plugins/2_164/dns.py:2242 #: ipaclient/remote_plugins/2_164/dns.py:3623 #: ipaclient/remote_plugins/2_164/dns.py:3761 #: ipaclient/remote_plugins/2_49/dns.py:516 #: ipaclient/remote_plugins/2_49/dns.py:614 #: ipaclient/remote_plugins/2_49/dns.py:1618 #: ipaclient/remote_plugins/2_49/dns.py:1756 #: ipaclient/remote_plugins/2_49/dns.py:3404 #: ipaclient/remote_plugins/2_49/dns.py:3542 msgid "Preference given to this exchanger. Lower values are more preferred" msgstr "" "Приоритет, указанный для этого обменника. Чем ниже значение, тем выше " "приоритет." #: ipaserver/plugins/dns.py:1101 ipaserver/plugins/dns.py:1258 msgid "Exchanger" msgstr "Обменник" #: ipaserver/plugins/dns.py:1102 ipaclient/remote_plugins/2_114/dns.py:592 #: ipaclient/remote_plugins/2_114/dns.py:2149 #: ipaclient/remote_plugins/2_114/dns.py:3808 #: ipaclient/remote_plugins/2_156/dns.py:585 #: ipaclient/remote_plugins/2_156/dns.py:2104 #: ipaclient/remote_plugins/2_156/dns.py:3623 #: ipaclient/remote_plugins/2_164/dns.py:585 #: ipaclient/remote_plugins/2_164/dns.py:2112 #: ipaclient/remote_plugins/2_164/dns.py:3631 #: ipaclient/remote_plugins/2_49/dns.py:522 #: ipaclient/remote_plugins/2_49/dns.py:1626 #: ipaclient/remote_plugins/2_49/dns.py:3412 msgid "A host willing to act as a key exchanger" msgstr "Узел, который может работать как обменник ключей" #: ipaserver/plugins/dns.py:1111 ipaclient/remote_plugins/2_114/dns.py:605 #: ipaclient/remote_plugins/2_114/dns.py:2166 #: ipaclient/remote_plugins/2_114/dns.py:3825 #: ipaclient/remote_plugins/2_156/dns.py:598 #: ipaclient/remote_plugins/2_156/dns.py:2121 #: ipaclient/remote_plugins/2_156/dns.py:3640 #: ipaclient/remote_plugins/2_164/dns.py:598 #: ipaclient/remote_plugins/2_164/dns.py:2129 #: ipaclient/remote_plugins/2_164/dns.py:3648 #: ipaclient/remote_plugins/2_49/dns.py:535 #: ipaclient/remote_plugins/2_49/dns.py:1643 #: ipaclient/remote_plugins/2_49/dns.py:3429 msgid "Degrees Latitude" msgstr "Градусы широты" #: ipaserver/plugins/dns.py:1116 ipaclient/remote_plugins/2_114/dns.py:611 #: ipaclient/remote_plugins/2_114/dns.py:2174 #: ipaclient/remote_plugins/2_114/dns.py:3833 #: ipaclient/remote_plugins/2_156/dns.py:604 #: ipaclient/remote_plugins/2_156/dns.py:2129 #: ipaclient/remote_plugins/2_156/dns.py:3648 #: ipaclient/remote_plugins/2_164/dns.py:604 #: ipaclient/remote_plugins/2_164/dns.py:2137 #: ipaclient/remote_plugins/2_164/dns.py:3656 #: ipaclient/remote_plugins/2_49/dns.py:541 #: ipaclient/remote_plugins/2_49/dns.py:1651 #: ipaclient/remote_plugins/2_49/dns.py:3437 msgid "Minutes Latitude" msgstr "Минуты широты" #: ipaserver/plugins/dns.py:1121 ipaclient/remote_plugins/2_114/dns.py:617 #: ipaclient/remote_plugins/2_114/dns.py:2182 #: ipaclient/remote_plugins/2_114/dns.py:3841 #: ipaclient/remote_plugins/2_156/dns.py:610 #: ipaclient/remote_plugins/2_156/dns.py:2137 #: ipaclient/remote_plugins/2_156/dns.py:3656 #: ipaclient/remote_plugins/2_164/dns.py:610 #: ipaclient/remote_plugins/2_164/dns.py:2145 #: ipaclient/remote_plugins/2_164/dns.py:3664 #: ipaclient/remote_plugins/2_49/dns.py:547 #: ipaclient/remote_plugins/2_49/dns.py:1659 #: ipaclient/remote_plugins/2_49/dns.py:3445 msgid "Seconds Latitude" msgstr "Секунды широты" #: ipaserver/plugins/dns.py:1127 ipaclient/remote_plugins/2_114/dns.py:623 #: ipaclient/remote_plugins/2_114/dns.py:2192 #: ipaclient/remote_plugins/2_114/dns.py:3851 #: ipaclient/remote_plugins/2_156/dns.py:616 #: ipaclient/remote_plugins/2_156/dns.py:2147 #: ipaclient/remote_plugins/2_156/dns.py:3666 #: ipaclient/remote_plugins/2_164/dns.py:616 #: ipaclient/remote_plugins/2_164/dns.py:2155 #: ipaclient/remote_plugins/2_164/dns.py:3674 #: ipaclient/remote_plugins/2_49/dns.py:553 #: ipaclient/remote_plugins/2_49/dns.py:1669 #: ipaclient/remote_plugins/2_49/dns.py:3455 msgid "Direction Latitude" msgstr "Направление широты" #: ipaserver/plugins/dns.py:1131 ipaclient/remote_plugins/2_114/dns.py:629 #: ipaclient/remote_plugins/2_114/dns.py:2200 #: ipaclient/remote_plugins/2_114/dns.py:3859 #: ipaclient/remote_plugins/2_156/dns.py:622 #: ipaclient/remote_plugins/2_156/dns.py:2155 #: ipaclient/remote_plugins/2_156/dns.py:3674 #: ipaclient/remote_plugins/2_164/dns.py:622 #: ipaclient/remote_plugins/2_164/dns.py:2163 #: ipaclient/remote_plugins/2_164/dns.py:3682 #: ipaclient/remote_plugins/2_49/dns.py:559 #: ipaclient/remote_plugins/2_49/dns.py:1677 #: ipaclient/remote_plugins/2_49/dns.py:3463 msgid "Degrees Longitude" msgstr "Градусы долготы" #: ipaserver/plugins/dns.py:1136 ipaclient/remote_plugins/2_114/dns.py:635 #: ipaclient/remote_plugins/2_114/dns.py:2208 #: ipaclient/remote_plugins/2_114/dns.py:3867 #: ipaclient/remote_plugins/2_156/dns.py:628 #: ipaclient/remote_plugins/2_156/dns.py:2163 #: ipaclient/remote_plugins/2_156/dns.py:3682 #: ipaclient/remote_plugins/2_164/dns.py:628 #: ipaclient/remote_plugins/2_164/dns.py:2171 #: ipaclient/remote_plugins/2_164/dns.py:3690 #: ipaclient/remote_plugins/2_49/dns.py:565 #: ipaclient/remote_plugins/2_49/dns.py:1685 #: ipaclient/remote_plugins/2_49/dns.py:3471 msgid "Minutes Longitude" msgstr "Минуты долготы" #: ipaserver/plugins/dns.py:1141 ipaclient/remote_plugins/2_114/dns.py:641 #: ipaclient/remote_plugins/2_114/dns.py:2216 #: ipaclient/remote_plugins/2_114/dns.py:3875 #: ipaclient/remote_plugins/2_156/dns.py:634 #: ipaclient/remote_plugins/2_156/dns.py:2171 #: ipaclient/remote_plugins/2_156/dns.py:3690 #: ipaclient/remote_plugins/2_164/dns.py:634 #: ipaclient/remote_plugins/2_164/dns.py:2179 #: ipaclient/remote_plugins/2_164/dns.py:3698 #: ipaclient/remote_plugins/2_49/dns.py:571 #: ipaclient/remote_plugins/2_49/dns.py:1693 #: ipaclient/remote_plugins/2_49/dns.py:3479 msgid "Seconds Longitude" msgstr "Секунды долготы" #: ipaserver/plugins/dns.py:1147 ipaclient/remote_plugins/2_114/dns.py:647 #: ipaclient/remote_plugins/2_114/dns.py:2226 #: ipaclient/remote_plugins/2_114/dns.py:3885 #: ipaclient/remote_plugins/2_156/dns.py:640 #: ipaclient/remote_plugins/2_156/dns.py:2181 #: ipaclient/remote_plugins/2_156/dns.py:3700 #: ipaclient/remote_plugins/2_164/dns.py:640 #: ipaclient/remote_plugins/2_164/dns.py:2189 #: ipaclient/remote_plugins/2_164/dns.py:3708 #: ipaclient/remote_plugins/2_49/dns.py:577 #: ipaclient/remote_plugins/2_49/dns.py:1703 #: ipaclient/remote_plugins/2_49/dns.py:3489 msgid "Direction Longitude" msgstr "Направление долготы" #: ipaserver/plugins/dns.py:1151 ipaclient/remote_plugins/2_114/dns.py:653 #: ipaclient/remote_plugins/2_114/dns.py:2234 #: ipaclient/remote_plugins/2_114/dns.py:3893 #: ipaclient/remote_plugins/2_156/dns.py:646 #: ipaclient/remote_plugins/2_156/dns.py:2189 #: ipaclient/remote_plugins/2_156/dns.py:3708 #: ipaclient/remote_plugins/2_164/dns.py:646 #: ipaclient/remote_plugins/2_164/dns.py:2197 #: ipaclient/remote_plugins/2_164/dns.py:3716 #: ipaclient/remote_plugins/2_49/dns.py:583 #: ipaclient/remote_plugins/2_49/dns.py:1711 #: ipaclient/remote_plugins/2_49/dns.py:3497 msgid "Altitude" msgstr "Высота над уровнем моря" #: ipaserver/plugins/dns.py:1157 ipaclient/remote_plugins/2_114/dns.py:659 #: ipaclient/remote_plugins/2_114/dns.py:2243 #: ipaclient/remote_plugins/2_114/dns.py:3902 #: ipaclient/remote_plugins/2_156/dns.py:652 #: ipaclient/remote_plugins/2_156/dns.py:2198 #: ipaclient/remote_plugins/2_156/dns.py:3717 #: ipaclient/remote_plugins/2_164/dns.py:652 #: ipaclient/remote_plugins/2_164/dns.py:2206 #: ipaclient/remote_plugins/2_164/dns.py:3725 #: ipaclient/remote_plugins/2_49/dns.py:589 #: ipaclient/remote_plugins/2_49/dns.py:1720 #: ipaclient/remote_plugins/2_49/dns.py:3506 msgid "Size" msgstr "Размер" #: ipaserver/plugins/dns.py:1163 ipaclient/remote_plugins/2_114/dns.py:665 #: ipaclient/remote_plugins/2_114/dns.py:2252 #: ipaclient/remote_plugins/2_114/dns.py:3911 #: ipaclient/remote_plugins/2_156/dns.py:658 #: ipaclient/remote_plugins/2_156/dns.py:2207 #: ipaclient/remote_plugins/2_156/dns.py:3726 #: ipaclient/remote_plugins/2_164/dns.py:658 #: ipaclient/remote_plugins/2_164/dns.py:2215 #: ipaclient/remote_plugins/2_164/dns.py:3734 #: ipaclient/remote_plugins/2_49/dns.py:595 #: ipaclient/remote_plugins/2_49/dns.py:1729 #: ipaclient/remote_plugins/2_49/dns.py:3515 msgid "Horizontal Precision" msgstr "Горизонтальная точность" #: ipaserver/plugins/dns.py:1169 ipaclient/remote_plugins/2_114/dns.py:671 #: ipaclient/remote_plugins/2_114/dns.py:2261 #: ipaclient/remote_plugins/2_114/dns.py:3920 #: ipaclient/remote_plugins/2_156/dns.py:664 #: ipaclient/remote_plugins/2_156/dns.py:2216 #: ipaclient/remote_plugins/2_156/dns.py:3735 #: ipaclient/remote_plugins/2_164/dns.py:664 #: ipaclient/remote_plugins/2_164/dns.py:2224 #: ipaclient/remote_plugins/2_164/dns.py:3743 #: ipaclient/remote_plugins/2_49/dns.py:601 #: ipaclient/remote_plugins/2_49/dns.py:1738 #: ipaclient/remote_plugins/2_49/dns.py:3524 msgid "Vertical Precision" msgstr "Вертикальная точность" #: ipaserver/plugins/dns.py:1176 msgid "" "format must be specified as\n" " \"d1 [m1 [s1]] {\"N\"|\"S\"} d2 [m2 [s2]] {\"E\"|\"W\"} alt[\"m\"] " "[siz[\"m\"] [hp[\"m\"] [vp[\"m\"]]]]\"\n" " where:\n" " d1: [0 .. 90] (degrees latitude)\n" " d2: [0 .. 180] (degrees longitude)\n" " m1, m2: [0 .. 59] (minutes latitude/longitude)\n" " s1, s2: [0 .. 59.999] (seconds latitude/longitude)\n" " alt: [-100000.00 .. 42849672.95] BY .01 (altitude in meters)\n" " siz, hp, vp: [0 .. 90000000.00] (size/precision in meters)\n" " See RFC 1876 for details" msgstr "" "формат должен быть указан следующим образом:\n" " \"d1 [m1 [s1]] {\"N\"|\"S\"} d2 [m2 [s2]] {\"E\"|\"W\"} alt[\"m\"] " "[siz[\"m\"] [hp[\"m\"] [vp[\"m\"]]]]\"\n" " где:\n" " d1: [0 .. 90] (градусы широты)\n" " d2: [0 .. 180] (градусы долготы)\n" " m1, m2: [0 .. 59] (минуты широты / долготы)\n" " s1, s2: [0 .. 59.999] (секунды широты / долготы)\n" " alt: [-100000.00 .. 42849672.95] BY .01 (высота в метрах)\n" " siz, hp, vp: [0 .. 90000000.00] (размер / точность в метрах)\n" " Подробные сведения доступны в RFC 1876" #: ipaserver/plugins/dns.py:1230 #, python-format msgid "'%(required)s' must not be empty when '%(name)s' is set" msgstr "\"%(required)s\" не должно быть пустым, если указано \"%(name)s\"" #: ipaserver/plugins/dns.py:1259 ipaclient/remote_plugins/2_114/dns.py:690 #: ipaclient/remote_plugins/2_114/dns.py:2287 #: ipaclient/remote_plugins/2_114/dns.py:3946 #: ipaclient/remote_plugins/2_156/dns.py:683 #: ipaclient/remote_plugins/2_156/dns.py:2242 #: ipaclient/remote_plugins/2_156/dns.py:3761 #: ipaclient/remote_plugins/2_164/dns.py:683 #: ipaclient/remote_plugins/2_164/dns.py:2250 #: ipaclient/remote_plugins/2_164/dns.py:3769 #: ipaclient/remote_plugins/2_49/dns.py:620 #: ipaclient/remote_plugins/2_49/dns.py:1764 #: ipaclient/remote_plugins/2_49/dns.py:3550 msgid "A host willing to act as a mail exchanger" msgstr "Узел, который может работать как почтовый обменник" #: ipaserver/plugins/dns.py:1285 msgid "flags must be one of \"S\", \"A\", \"U\", or \"P\"" msgstr "" "значением флагов должна быть одна из следующих букв: \"S\", \"A\", \"U\" или " "\"P\"" #: ipaserver/plugins/dns.py:1295 ipaclient/remote_plugins/2_114/dns.py:703 #: ipaclient/remote_plugins/2_114/dns.py:2304 #: ipaclient/remote_plugins/2_114/dns.py:3963 #: ipaclient/remote_plugins/2_156/dns.py:696 #: ipaclient/remote_plugins/2_156/dns.py:2259 #: ipaclient/remote_plugins/2_156/dns.py:3778 #: ipaclient/remote_plugins/2_164/dns.py:696 #: ipaclient/remote_plugins/2_164/dns.py:2267 #: ipaclient/remote_plugins/2_164/dns.py:3786 #: ipaclient/remote_plugins/2_49/dns.py:633 #: ipaclient/remote_plugins/2_49/dns.py:1781 #: ipaclient/remote_plugins/2_49/dns.py:3567 msgid "Order" msgstr "Порядок" #: ipaserver/plugins/dns.py:1306 ipaclient/remote_plugins/2_114/dns.py:715 #: ipaclient/remote_plugins/2_114/dns.py:2320 #: ipaclient/remote_plugins/2_114/dns.py:3979 #: ipaclient/remote_plugins/2_156/dns.py:708 #: ipaclient/remote_plugins/2_156/dns.py:2275 #: ipaclient/remote_plugins/2_156/dns.py:3794 #: ipaclient/remote_plugins/2_164/dns.py:708 #: ipaclient/remote_plugins/2_164/dns.py:2283 #: ipaclient/remote_plugins/2_164/dns.py:3802 #: ipaclient/remote_plugins/2_49/dns.py:485 #: ipaclient/remote_plugins/2_49/dns.py:645 #: ipaclient/remote_plugins/2_49/dns.py:1577 #: ipaclient/remote_plugins/2_49/dns.py:1797 #: ipaclient/remote_plugins/2_49/dns.py:3363 #: ipaclient/remote_plugins/2_49/dns.py:3583 msgid "Flags" msgstr "Флаги" #: ipaserver/plugins/dns.py:1313 ipaclient/remote_plugins/2_114/dns.py:727 #: ipaclient/remote_plugins/2_114/dns.py:2337 #: ipaclient/remote_plugins/2_114/dns.py:3996 #: ipaclient/remote_plugins/2_156/dns.py:720 #: ipaclient/remote_plugins/2_156/dns.py:2292 #: ipaclient/remote_plugins/2_156/dns.py:3811 #: ipaclient/remote_plugins/2_164/dns.py:720 #: ipaclient/remote_plugins/2_164/dns.py:2300 #: ipaclient/remote_plugins/2_164/dns.py:3819 #: ipaclient/remote_plugins/2_49/dns.py:657 #: ipaclient/remote_plugins/2_49/dns.py:1814 #: ipaclient/remote_plugins/2_49/dns.py:3600 msgid "Regular Expression" msgstr "Регулярное выражение" #: ipaserver/plugins/dns.py:1316 ipaclient/remote_plugins/2_114/dns.py:733 #: ipaclient/remote_plugins/2_114/dns.py:2345 #: ipaclient/remote_plugins/2_114/dns.py:4004 #: ipaclient/remote_plugins/2_156/dns.py:726 #: ipaclient/remote_plugins/2_156/dns.py:2300 #: ipaclient/remote_plugins/2_156/dns.py:3819 #: ipaclient/remote_plugins/2_164/dns.py:726 #: ipaclient/remote_plugins/2_164/dns.py:2308 #: ipaclient/remote_plugins/2_164/dns.py:3827 #: ipaclient/remote_plugins/2_49/dns.py:663 #: ipaclient/remote_plugins/2_49/dns.py:1822 #: ipaclient/remote_plugins/2_49/dns.py:3608 msgid "Replacement" msgstr "Замена" #: ipaserver/plugins/dns.py:1333 ipaclient/remote_plugins/2_114/dns.py:773 #: ipaclient/remote_plugins/2_114/dns.py:2399 #: ipaclient/remote_plugins/2_114/dns.py:4058 #: ipaclient/remote_plugins/2_156/dns.py:759 #: ipaclient/remote_plugins/2_156/dns.py:2344 #: ipaclient/remote_plugins/2_156/dns.py:3863 #: ipaclient/remote_plugins/2_164/dns.py:759 #: ipaclient/remote_plugins/2_164/dns.py:2352 #: ipaclient/remote_plugins/2_164/dns.py:3871 #: ipaclient/remote_plugins/2_49/dns.py:723 #: ipaclient/remote_plugins/2_49/dns.py:1903 #: ipaclient/remote_plugins/2_49/dns.py:3689 msgid "The hostname this reverse record points to" msgstr "Имя узла, на которое указывает эта обратная запись" #: ipaserver/plugins/dns.py:1346 ipaserver/plugins/dns.py:1476 msgid "Priority (order)" msgstr "Приоритет (порядок)" #: ipaserver/plugins/dns.py:1347 msgid "" "Lower number means higher priority. Clients will attempt to contact the " "server with the lowest-numbered priority they can reach." msgstr "" "Чем меньше число, тем выше приоритет. Клиентские части попытаются связаться " "с тем доступным для них сервером, у которого ниже число приоритета. " #: ipaserver/plugins/dns.py:1354 ipaserver/plugins/dns.py:1484 #: ipaclient/remote_plugins/2_114/dns.py:820 #: ipaclient/remote_plugins/2_114/dns.py:2464 #: ipaclient/remote_plugins/2_114/dns.py:4123 #: ipaclient/remote_plugins/2_156/dns.py:806 #: ipaclient/remote_plugins/2_156/dns.py:2409 #: ipaclient/remote_plugins/2_156/dns.py:3928 #: ipaclient/remote_plugins/2_164/dns.py:806 #: ipaclient/remote_plugins/2_164/dns.py:2417 #: ipaclient/remote_plugins/2_164/dns.py:3936 #: ipaclient/remote_plugins/2_49/dns.py:878 #: ipaclient/remote_plugins/2_49/dns.py:2113 #: ipaclient/remote_plugins/2_49/dns.py:3899 msgid "Weight" msgstr "Вес" #: ipaserver/plugins/dns.py:1355 ipaserver/plugins/dns.py:1485 msgid "Relative weight for entries with the same priority." msgstr "Относительный вес записей с одинаковым приоритетом" #: ipaserver/plugins/dns.py:1360 ipaclient/remote_plugins/2_114/dns.py:826 #: ipaclient/remote_plugins/2_114/dns.py:2472 #: ipaclient/remote_plugins/2_114/dns.py:4131 #: ipaclient/remote_plugins/2_156/dns.py:812 #: ipaclient/remote_plugins/2_156/dns.py:2417 #: ipaclient/remote_plugins/2_156/dns.py:3936 #: ipaclient/remote_plugins/2_164/dns.py:812 #: ipaclient/remote_plugins/2_164/dns.py:2425 #: ipaclient/remote_plugins/2_164/dns.py:3944 #: ipaclient/remote_plugins/2_49/dns.py:884 #: ipaclient/remote_plugins/2_49/dns.py:2121 #: ipaclient/remote_plugins/2_49/dns.py:3907 msgid "Port" msgstr "Порт" #: ipaserver/plugins/dns.py:1366 ipaclient/remote_plugins/2_114/dns.py:832 #: ipaclient/remote_plugins/2_114/dns.py:2480 #: ipaclient/remote_plugins/2_114/dns.py:4139 #: ipaclient/remote_plugins/2_156/dns.py:818 #: ipaclient/remote_plugins/2_156/dns.py:2425 #: ipaclient/remote_plugins/2_156/dns.py:3944 #: ipaclient/remote_plugins/2_164/dns.py:818 #: ipaclient/remote_plugins/2_164/dns.py:2433 #: ipaclient/remote_plugins/2_164/dns.py:3952 #: ipaclient/remote_plugins/2_49/dns.py:890 #: ipaclient/remote_plugins/2_49/dns.py:2129 #: ipaclient/remote_plugins/2_49/dns.py:3915 msgid "" "The domain name of the target host or '.' if the service is decidedly not " "available at this domain" msgstr "" "Имя домена целевого узла или \".\", если служба явно недоступна на этом " "домене" #: ipaserver/plugins/dns.py:1375 msgid "the value does not follow \"YYYYMMDDHHMMSS\" time format" msgstr "значение не подходит под формат времени «ГГГГММДДЧЧММСС»" #: ipaserver/plugins/dns.py:1403 ipaclient/remote_plugins/2_114/dns.py:851 #: ipaclient/remote_plugins/2_114/dns.py:2505 #: ipaclient/remote_plugins/2_114/dns.py:4164 #: ipaclient/remote_plugins/2_156/dns.py:837 #: ipaclient/remote_plugins/2_156/dns.py:2450 #: ipaclient/remote_plugins/2_156/dns.py:3969 #: ipaclient/remote_plugins/2_164/dns.py:837 #: ipaclient/remote_plugins/2_164/dns.py:2458 #: ipaclient/remote_plugins/2_164/dns.py:3977 #: ipaclient/remote_plugins/2_49/dns.py:909 #: ipaclient/remote_plugins/2_49/dns.py:2154 #: ipaclient/remote_plugins/2_49/dns.py:3940 msgid "Fingerprint Type" msgstr "Тип отпечатка" #: ipaserver/plugins/dns.py:1408 ipaclient/remote_plugins/2_114/dns.py:857 #: ipaclient/remote_plugins/2_114/dns.py:2513 #: ipaclient/remote_plugins/2_114/dns.py:4172 #: ipaclient/remote_plugins/2_156/dns.py:843 #: ipaclient/remote_plugins/2_156/dns.py:2458 #: ipaclient/remote_plugins/2_156/dns.py:3977 #: ipaclient/remote_plugins/2_164/dns.py:843 #: ipaclient/remote_plugins/2_164/dns.py:2466 #: ipaclient/remote_plugins/2_164/dns.py:3985 #: ipaclient/remote_plugins/2_49/dns.py:915 #: ipaclient/remote_plugins/2_49/dns.py:2162 #: ipaclient/remote_plugins/2_49/dns.py:3948 msgid "Fingerprint" msgstr "Отпечаток" #: ipaserver/plugins/dns.py:1425 ipaclient/remote_plugins/2_114/dns.py:877 #: ipaclient/remote_plugins/2_114/dns.py:2540 #: ipaclient/remote_plugins/2_114/dns.py:4199 #: ipaclient/remote_plugins/2_156/dns.py:856 #: ipaclient/remote_plugins/2_156/dns.py:2475 #: ipaclient/remote_plugins/2_156/dns.py:3994 #: ipaclient/remote_plugins/2_164/dns.py:856 #: ipaclient/remote_plugins/2_164/dns.py:2483 #: ipaclient/remote_plugins/2_164/dns.py:4002 msgid "Certificate Usage" msgstr "Использование сертификата" #: ipaserver/plugins/dns.py:1430 ipaclient/remote_plugins/2_114/dns.py:883 #: ipaclient/remote_plugins/2_114/dns.py:2548 #: ipaclient/remote_plugins/2_114/dns.py:4207 #: ipaclient/remote_plugins/2_156/dns.py:862 #: ipaclient/remote_plugins/2_156/dns.py:2483 #: ipaclient/remote_plugins/2_156/dns.py:4002 #: ipaclient/remote_plugins/2_164/dns.py:862 #: ipaclient/remote_plugins/2_164/dns.py:2491 #: ipaclient/remote_plugins/2_164/dns.py:4010 msgid "Selector" msgstr "Селектор" #: ipaserver/plugins/dns.py:1435 ipaclient/remote_plugins/2_114/dns.py:889 #: ipaclient/remote_plugins/2_114/dns.py:2556 #: ipaclient/remote_plugins/2_114/dns.py:4215 #: ipaclient/remote_plugins/2_156/dns.py:868 #: ipaclient/remote_plugins/2_156/dns.py:2491 #: ipaclient/remote_plugins/2_156/dns.py:4010 #: ipaclient/remote_plugins/2_164/dns.py:868 #: ipaclient/remote_plugins/2_164/dns.py:2499 #: ipaclient/remote_plugins/2_164/dns.py:4018 msgid "Matching Type" msgstr "Тип соответствия" #: ipaserver/plugins/dns.py:1440 ipaclient/remote_plugins/2_114/dns.py:895 #: ipaclient/remote_plugins/2_114/dns.py:2564 #: ipaclient/remote_plugins/2_114/dns.py:4223 #: ipaclient/remote_plugins/2_156/dns.py:874 #: ipaclient/remote_plugins/2_156/dns.py:2499 #: ipaclient/remote_plugins/2_156/dns.py:4018 #: ipaclient/remote_plugins/2_164/dns.py:874 #: ipaclient/remote_plugins/2_164/dns.py:2507 #: ipaclient/remote_plugins/2_164/dns.py:4026 msgid "Certificate Association Data" msgstr "Данные сопоставления сертификата " #: ipaserver/plugins/dns.py:1450 ipaclient/remote_plugins/2_114/dns.py:922 #: ipaclient/remote_plugins/2_114/dns.py:2601 #: ipaclient/remote_plugins/2_114/dns.py:4260 #: ipaclient/remote_plugins/2_156/dns.py:887 #: ipaclient/remote_plugins/2_156/dns.py:2516 #: ipaclient/remote_plugins/2_156/dns.py:4035 #: ipaclient/remote_plugins/2_164/dns.py:887 #: ipaclient/remote_plugins/2_164/dns.py:2524 #: ipaclient/remote_plugins/2_164/dns.py:4043 #: ipaclient/remote_plugins/2_49/dns.py:949 #: ipaclient/remote_plugins/2_49/dns.py:2209 #: ipaclient/remote_plugins/2_49/dns.py:3995 msgid "Text Data" msgstr "Текстовые данные" #: ipaserver/plugins/dns.py:1477 msgid "" "Lower number means higher priority. Clients will attempt to contact the URI " "with the lowest-numbered priority they can reach." msgstr "" "Чем меньше число, тем выше приоритет. Клиентские части попытаются связаться " "с тем доступным для них адресом, у которого ниже число приоритета. " #: ipaserver/plugins/dns.py:1490 msgid "Target Uniform Resource Identifier" msgstr "Универсальный код ресурса (URI) запрошенного конечного объекта " #: ipaserver/plugins/dns.py:1491 msgid "Target Uniform Resource Identifier according to RFC 3986" msgstr "" "Универсальный код ресурса (URI) запрошенного конечного объекта в " "соответствии с RFC 3986" #: ipaserver/plugins/dns.py:1536 ipaclient/remote_plugins/2_114/dns.py:332 #: ipaclient/remote_plugins/2_156/dns.py:332 #: ipaclient/remote_plugins/2_164/dns.py:332 #: ipaclient/remote_plugins/2_49/dns.py:262 msgid "Records" msgstr "Записи" #: ipaserver/plugins/dns.py:1539 ipaclient/remote_plugins/2_114/dns.py:337 #: ipaclient/remote_plugins/2_156/dns.py:337 #: ipaclient/remote_plugins/2_164/dns.py:337 #: ipaclient/remote_plugins/2_49/dns.py:267 msgid "Record type" msgstr "Тип записи" #: ipaserver/plugins/dns.py:1573 #, python-format msgid "Nameserver '%(host)s' does not have a corresponding A/AAAA record" msgstr "У сервера имен «%(host)s» не соответствующей A/AAAA-записи" #: ipaserver/plugins/dns.py:2020 ipaclient/remote_plugins/2_114/dns.py:281 #: ipaclient/remote_plugins/2_114/dns.py:933 #: ipaclient/remote_plugins/2_114/dns.py:1252 #: ipaclient/remote_plugins/2_114/dns.py:1336 #: ipaclient/remote_plugins/2_114/dns.py:1374 #: ipaclient/remote_plugins/2_114/dns.py:1415 #: ipaclient/remote_plugins/2_114/dns.py:1451 #: ipaclient/remote_plugins/2_114/dns.py:1495 #: ipaclient/remote_plugins/2_114/dns.py:1596 #: ipaclient/remote_plugins/2_114/dns.py:1694 #: ipaclient/remote_plugins/2_114/dns.py:1731 #: ipaclient/remote_plugins/2_114/dns.py:1786 #: ipaclient/remote_plugins/2_114/dns.py:2671 #: ipaclient/remote_plugins/2_114/dns.py:3026 #: ipaclient/remote_plugins/2_114/dns.py:3073 #: ipaclient/remote_plugins/2_114/dns.py:3465 #: ipaclient/remote_plugins/2_114/dns.py:4342 #: ipaclient/remote_plugins/2_114/dns.py:4409 #: ipaclient/remote_plugins/2_114/dns.py:4646 #: ipaclient/remote_plugins/2_114/dns.py:4684 #: ipaclient/remote_plugins/2_114/dns.py:4725 #: ipaclient/remote_plugins/2_114/dns.py:4761 #: ipaclient/remote_plugins/2_114/dns.py:4805 #: ipaclient/remote_plugins/2_114/dns.py:5050 #: ipaclient/remote_plugins/2_114/dns.py:5292 #: ipaclient/remote_plugins/2_114/dns.py:5329 #: ipaclient/remote_plugins/2_156/dns.py:281 #: ipaclient/remote_plugins/2_156/dns.py:898 #: ipaclient/remote_plugins/2_156/dns.py:1217 #: ipaclient/remote_plugins/2_156/dns.py:1301 #: ipaclient/remote_plugins/2_156/dns.py:1339 #: ipaclient/remote_plugins/2_156/dns.py:1380 #: ipaclient/remote_plugins/2_156/dns.py:1416 #: ipaclient/remote_plugins/2_156/dns.py:1460 #: ipaclient/remote_plugins/2_156/dns.py:1561 #: ipaclient/remote_plugins/2_156/dns.py:1659 #: ipaclient/remote_plugins/2_156/dns.py:1696 #: ipaclient/remote_plugins/2_156/dns.py:1751 #: ipaclient/remote_plugins/2_156/dns.py:2586 #: ipaclient/remote_plugins/2_156/dns.py:2896 #: ipaclient/remote_plugins/2_156/dns.py:2943 #: ipaclient/remote_plugins/2_156/dns.py:3290 #: ipaclient/remote_plugins/2_156/dns.py:4117 #: ipaclient/remote_plugins/2_156/dns.py:4184 #: ipaclient/remote_plugins/2_156/dns.py:4421 #: ipaclient/remote_plugins/2_156/dns.py:4459 #: ipaclient/remote_plugins/2_156/dns.py:4500 #: ipaclient/remote_plugins/2_156/dns.py:4536 #: ipaclient/remote_plugins/2_156/dns.py:4580 #: ipaclient/remote_plugins/2_156/dns.py:4825 #: ipaclient/remote_plugins/2_156/dns.py:5067 #: ipaclient/remote_plugins/2_156/dns.py:5104 #: ipaclient/remote_plugins/2_164/dns.py:281 #: ipaclient/remote_plugins/2_164/dns.py:898 #: ipaclient/remote_plugins/2_164/dns.py:1219 #: ipaclient/remote_plugins/2_164/dns.py:1309 #: ipaclient/remote_plugins/2_164/dns.py:1347 #: ipaclient/remote_plugins/2_164/dns.py:1388 #: ipaclient/remote_plugins/2_164/dns.py:1424 #: ipaclient/remote_plugins/2_164/dns.py:1468 #: ipaclient/remote_plugins/2_164/dns.py:1569 #: ipaclient/remote_plugins/2_164/dns.py:1667 #: ipaclient/remote_plugins/2_164/dns.py:1704 #: ipaclient/remote_plugins/2_164/dns.py:1759 #: ipaclient/remote_plugins/2_164/dns.py:2594 #: ipaclient/remote_plugins/2_164/dns.py:2904 #: ipaclient/remote_plugins/2_164/dns.py:2951 #: ipaclient/remote_plugins/2_164/dns.py:3298 #: ipaclient/remote_plugins/2_164/dns.py:4125 #: ipaclient/remote_plugins/2_164/dns.py:4192 #: ipaclient/remote_plugins/2_164/dns.py:4440 #: ipaclient/remote_plugins/2_164/dns.py:4478 #: ipaclient/remote_plugins/2_164/dns.py:4519 #: ipaclient/remote_plugins/2_164/dns.py:4555 #: ipaclient/remote_plugins/2_164/dns.py:4599 #: ipaclient/remote_plugins/2_164/dns.py:4844 #: ipaclient/remote_plugins/2_164/dns.py:5086 #: ipaclient/remote_plugins/2_164/dns.py:5123 #: ipaclient/remote_plugins/2_49/dns.py:960 #: ipaclient/remote_plugins/2_49/dns.py:1267 #: ipaclient/remote_plugins/2_49/dns.py:2280 #: ipaclient/remote_plugins/2_49/dns.py:2643 #: ipaclient/remote_plugins/2_49/dns.py:2687 #: ipaclient/remote_plugins/2_49/dns.py:3073 #: ipaclient/remote_plugins/2_49/dns.py:4078 #: ipaclient/remote_plugins/2_49/dns.py:4141 #: ipaclient/remote_plugins/2_49/dns.py:4364 #: ipaclient/remote_plugins/2_49/dns.py:4400 #: ipaclient/remote_plugins/2_49/dns.py:4443 #: ipaclient/remote_plugins/2_49/dns.py:4478 #: ipaclient/remote_plugins/2_49/dns.py:4521 #: ipaclient/remote_plugins/2_49/dns.py:4753 #: ipaclient/remote_plugins/2_49/dns.py:4983 #: ipaclient/remote_plugins/2_49/dns.py:5018 msgid "Zone name" msgstr "Имя зоны" #: ipaserver/plugins/dns.py:2021 ipaclient/remote_plugins/2_114/dns.py:282 #: ipaclient/remote_plugins/2_114/dns.py:934 #: ipaclient/remote_plugins/2_114/dns.py:1253 #: ipaclient/remote_plugins/2_114/dns.py:1337 #: ipaclient/remote_plugins/2_114/dns.py:1375 #: ipaclient/remote_plugins/2_114/dns.py:1416 #: ipaclient/remote_plugins/2_114/dns.py:1452 #: ipaclient/remote_plugins/2_114/dns.py:1496 #: ipaclient/remote_plugins/2_114/dns.py:1597 #: ipaclient/remote_plugins/2_114/dns.py:1695 #: ipaclient/remote_plugins/2_114/dns.py:1732 #: ipaclient/remote_plugins/2_114/dns.py:1787 #: ipaclient/remote_plugins/2_114/dns.py:2672 #: ipaclient/remote_plugins/2_114/dns.py:3027 #: ipaclient/remote_plugins/2_114/dns.py:3074 #: ipaclient/remote_plugins/2_114/dns.py:3466 #: ipaclient/remote_plugins/2_114/dns.py:4343 #: ipaclient/remote_plugins/2_114/dns.py:4410 #: ipaclient/remote_plugins/2_114/dns.py:4647 #: ipaclient/remote_plugins/2_114/dns.py:4685 #: ipaclient/remote_plugins/2_114/dns.py:4726 #: ipaclient/remote_plugins/2_114/dns.py:4762 #: ipaclient/remote_plugins/2_114/dns.py:4806 #: ipaclient/remote_plugins/2_114/dns.py:5051 #: ipaclient/remote_plugins/2_114/dns.py:5293 #: ipaclient/remote_plugins/2_114/dns.py:5330 #: ipaclient/remote_plugins/2_156/dns.py:282 #: ipaclient/remote_plugins/2_156/dns.py:899 #: ipaclient/remote_plugins/2_156/dns.py:1218 #: ipaclient/remote_plugins/2_156/dns.py:1302 #: ipaclient/remote_plugins/2_156/dns.py:1340 #: ipaclient/remote_plugins/2_156/dns.py:1381 #: ipaclient/remote_plugins/2_156/dns.py:1417 #: ipaclient/remote_plugins/2_156/dns.py:1461 #: ipaclient/remote_plugins/2_156/dns.py:1562 #: ipaclient/remote_plugins/2_156/dns.py:1660 #: ipaclient/remote_plugins/2_156/dns.py:1697 #: ipaclient/remote_plugins/2_156/dns.py:1752 #: ipaclient/remote_plugins/2_156/dns.py:2587 #: ipaclient/remote_plugins/2_156/dns.py:2897 #: ipaclient/remote_plugins/2_156/dns.py:2944 #: ipaclient/remote_plugins/2_156/dns.py:3291 #: ipaclient/remote_plugins/2_156/dns.py:4118 #: ipaclient/remote_plugins/2_156/dns.py:4185 #: ipaclient/remote_plugins/2_156/dns.py:4422 #: ipaclient/remote_plugins/2_156/dns.py:4460 #: ipaclient/remote_plugins/2_156/dns.py:4501 #: ipaclient/remote_plugins/2_156/dns.py:4537 #: ipaclient/remote_plugins/2_156/dns.py:4581 #: ipaclient/remote_plugins/2_156/dns.py:4826 #: ipaclient/remote_plugins/2_156/dns.py:5068 #: ipaclient/remote_plugins/2_156/dns.py:5105 #: ipaclient/remote_plugins/2_164/dns.py:282 #: ipaclient/remote_plugins/2_164/dns.py:899 #: ipaclient/remote_plugins/2_164/dns.py:1220 #: ipaclient/remote_plugins/2_164/dns.py:1310 #: ipaclient/remote_plugins/2_164/dns.py:1348 #: ipaclient/remote_plugins/2_164/dns.py:1389 #: ipaclient/remote_plugins/2_164/dns.py:1425 #: ipaclient/remote_plugins/2_164/dns.py:1469 #: ipaclient/remote_plugins/2_164/dns.py:1570 #: ipaclient/remote_plugins/2_164/dns.py:1668 #: ipaclient/remote_plugins/2_164/dns.py:1705 #: ipaclient/remote_plugins/2_164/dns.py:1760 #: ipaclient/remote_plugins/2_164/dns.py:2595 #: ipaclient/remote_plugins/2_164/dns.py:2905 #: ipaclient/remote_plugins/2_164/dns.py:2952 #: ipaclient/remote_plugins/2_164/dns.py:3299 #: ipaclient/remote_plugins/2_164/dns.py:4126 #: ipaclient/remote_plugins/2_164/dns.py:4193 #: ipaclient/remote_plugins/2_164/dns.py:4441 #: ipaclient/remote_plugins/2_164/dns.py:4479 #: ipaclient/remote_plugins/2_164/dns.py:4520 #: ipaclient/remote_plugins/2_164/dns.py:4556 #: ipaclient/remote_plugins/2_164/dns.py:4600 #: ipaclient/remote_plugins/2_164/dns.py:4845 #: ipaclient/remote_plugins/2_164/dns.py:5087 #: ipaclient/remote_plugins/2_164/dns.py:5124 #: ipaclient/remote_plugins/2_49/dns.py:961 #: ipaclient/remote_plugins/2_49/dns.py:4142 #: ipaclient/remote_plugins/2_49/dns.py:4365 #: ipaclient/remote_plugins/2_49/dns.py:4401 #: ipaclient/remote_plugins/2_49/dns.py:4444 #: ipaclient/remote_plugins/2_49/dns.py:4479 #: ipaclient/remote_plugins/2_49/dns.py:4522 #: ipaclient/remote_plugins/2_49/dns.py:4754 #: ipaclient/remote_plugins/2_49/dns.py:4984 #: ipaclient/remote_plugins/2_49/dns.py:5019 msgid "Zone name (FQDN)" msgstr "Имя зоны (FQDN)" #: ipaserver/plugins/dns.py:2027 ipaclient/remote_plugins/2_114/dns.py:287 #: ipaclient/remote_plugins/2_114/dns.py:939 #: ipaclient/remote_plugins/2_114/dns.py:1264 #: ipaclient/remote_plugins/2_114/dns.py:1505 #: ipaclient/remote_plugins/2_114/dns.py:1608 #: ipaclient/remote_plugins/2_114/dns.py:4421 #: ipaclient/remote_plugins/2_114/dns.py:4815 #: ipaclient/remote_plugins/2_114/dns.py:5062 #: ipaclient/remote_plugins/2_156/dns.py:287 #: ipaclient/remote_plugins/2_156/dns.py:904 #: ipaclient/remote_plugins/2_156/dns.py:1229 #: ipaclient/remote_plugins/2_156/dns.py:1470 #: ipaclient/remote_plugins/2_156/dns.py:1573 #: ipaclient/remote_plugins/2_156/dns.py:4196 #: ipaclient/remote_plugins/2_156/dns.py:4590 #: ipaclient/remote_plugins/2_156/dns.py:4837 #: ipaclient/remote_plugins/2_164/dns.py:287 #: ipaclient/remote_plugins/2_164/dns.py:904 #: ipaclient/remote_plugins/2_164/dns.py:1231 #: ipaclient/remote_plugins/2_164/dns.py:1478 #: ipaclient/remote_plugins/2_164/dns.py:1581 #: ipaclient/remote_plugins/2_164/dns.py:4204 #: ipaclient/remote_plugins/2_164/dns.py:4609 #: ipaclient/remote_plugins/2_164/dns.py:4856 #: ipaclient/remote_plugins/2_49/dns.py:966 #: ipaclient/remote_plugins/2_49/dns.py:4153 #: ipaclient/remote_plugins/2_49/dns.py:4531 #: ipaclient/remote_plugins/2_49/dns.py:4765 msgid "Reverse zone IP network" msgstr "Зона обратных адресов" #: ipaserver/plugins/dns.py:2028 ipaclient/remote_plugins/2_114/dns.py:288 #: ipaclient/remote_plugins/2_114/dns.py:940 #: ipaclient/remote_plugins/2_114/dns.py:1265 #: ipaclient/remote_plugins/2_114/dns.py:1506 #: ipaclient/remote_plugins/2_114/dns.py:1609 #: ipaclient/remote_plugins/2_114/dns.py:4422 #: ipaclient/remote_plugins/2_114/dns.py:4816 #: ipaclient/remote_plugins/2_114/dns.py:5063 #: ipaclient/remote_plugins/2_156/dns.py:288 #: ipaclient/remote_plugins/2_156/dns.py:905 #: ipaclient/remote_plugins/2_156/dns.py:1230 #: ipaclient/remote_plugins/2_156/dns.py:1471 #: ipaclient/remote_plugins/2_156/dns.py:1574 #: ipaclient/remote_plugins/2_156/dns.py:4197 #: ipaclient/remote_plugins/2_156/dns.py:4591 #: ipaclient/remote_plugins/2_156/dns.py:4838 #: ipaclient/remote_plugins/2_164/dns.py:288 #: ipaclient/remote_plugins/2_164/dns.py:905 #: ipaclient/remote_plugins/2_164/dns.py:1232 #: ipaclient/remote_plugins/2_164/dns.py:1479 #: ipaclient/remote_plugins/2_164/dns.py:1582 #: ipaclient/remote_plugins/2_164/dns.py:4205 #: ipaclient/remote_plugins/2_164/dns.py:4610 #: ipaclient/remote_plugins/2_164/dns.py:4857 #: ipaclient/remote_plugins/2_49/dns.py:967 #: ipaclient/remote_plugins/2_49/dns.py:4154 #: ipaclient/remote_plugins/2_49/dns.py:4532 #: ipaclient/remote_plugins/2_49/dns.py:4766 msgid "IP network to create reverse zone name from" msgstr "IP-сеть для создания имени обратной зоны" #: ipaserver/plugins/dns.py:2033 ipaclient/remote_plugins/2_114/dns.py:293 #: ipaclient/remote_plugins/2_114/dns.py:945 #: ipaclient/remote_plugins/2_114/dns.py:1512 #: ipaclient/remote_plugins/2_114/dns.py:4822 #: ipaclient/remote_plugins/2_156/dns.py:293 #: ipaclient/remote_plugins/2_156/dns.py:910 #: ipaclient/remote_plugins/2_156/dns.py:1477 #: ipaclient/remote_plugins/2_156/dns.py:4597 #: ipaclient/remote_plugins/2_164/dns.py:293 #: ipaclient/remote_plugins/2_164/dns.py:910 #: ipaclient/remote_plugins/2_164/dns.py:1485 #: ipaclient/remote_plugins/2_164/dns.py:4616 #: ipaclient/remote_plugins/2_49/dns.py:1023 #: ipaclient/remote_plugins/2_49/dns.py:4629 msgid "Active zone" msgstr "Активная зона" #: ipaserver/plugins/dns.py:2034 ipaclient/remote_plugins/2_114/dns.py:294 #: ipaclient/remote_plugins/2_114/dns.py:946 #: ipaclient/remote_plugins/2_114/dns.py:1513 #: ipaclient/remote_plugins/2_114/dns.py:4823 #: ipaclient/remote_plugins/2_156/dns.py:294 #: ipaclient/remote_plugins/2_156/dns.py:911 #: ipaclient/remote_plugins/2_156/dns.py:1478 #: ipaclient/remote_plugins/2_156/dns.py:4598 #: ipaclient/remote_plugins/2_164/dns.py:294 #: ipaclient/remote_plugins/2_164/dns.py:911 #: ipaclient/remote_plugins/2_164/dns.py:1486 #: ipaclient/remote_plugins/2_164/dns.py:4617 #: ipaclient/remote_plugins/2_49/dns.py:1024 #: ipaclient/remote_plugins/2_49/dns.py:4630 msgid "Is zone active?" msgstr "Зона активна?" #: ipaserver/plugins/dns.py:2041 ipaclient/remote_plugins/2_114/dns.py:300 #: ipaclient/remote_plugins/2_114/dns.py:952 #: ipaclient/remote_plugins/2_114/dns.py:1272 #: ipaclient/remote_plugins/2_114/dns.py:1520 #: ipaclient/remote_plugins/2_114/dns.py:1616 #: ipaclient/remote_plugins/2_114/dns.py:4429 #: ipaclient/remote_plugins/2_114/dns.py:4830 #: ipaclient/remote_plugins/2_114/dns.py:5070 #: ipaclient/remote_plugins/2_156/dns.py:300 #: ipaclient/remote_plugins/2_156/dns.py:917 #: ipaclient/remote_plugins/2_156/dns.py:1237 #: ipaclient/remote_plugins/2_156/dns.py:1485 #: ipaclient/remote_plugins/2_156/dns.py:1581 #: ipaclient/remote_plugins/2_156/dns.py:4204 #: ipaclient/remote_plugins/2_156/dns.py:4605 #: ipaclient/remote_plugins/2_156/dns.py:4845 #: ipaclient/remote_plugins/2_164/dns.py:300 #: ipaclient/remote_plugins/2_164/dns.py:917 #: ipaclient/remote_plugins/2_164/dns.py:1239 #: ipaclient/remote_plugins/2_164/dns.py:1493 #: ipaclient/remote_plugins/2_164/dns.py:1589 #: ipaclient/remote_plugins/2_164/dns.py:4212 #: ipaclient/remote_plugins/2_164/dns.py:4624 #: ipaclient/remote_plugins/2_164/dns.py:4864 #: ipaclient/remote_plugins/2_49/dns.py:1048 #: ipaclient/remote_plugins/2_49/dns.py:4280 #: ipaclient/remote_plugins/2_49/dns.py:4663 #: ipaclient/remote_plugins/2_49/dns.py:4890 msgid "Zone forwarders" msgstr "Перенаправители зон" #: ipaserver/plugins/dns.py:2042 ipaclient/remote_plugins/2_114/dns.py:301 #: ipaclient/remote_plugins/2_114/dns.py:953 #: ipaclient/remote_plugins/2_114/dns.py:1273 #: ipaclient/remote_plugins/2_114/dns.py:1521 #: ipaclient/remote_plugins/2_114/dns.py:1617 #: ipaclient/remote_plugins/2_114/dns.py:4430 #: ipaclient/remote_plugins/2_114/dns.py:4831 #: ipaclient/remote_plugins/2_114/dns.py:5071 #: ipaclient/remote_plugins/2_156/dns.py:301 #: ipaclient/remote_plugins/2_156/dns.py:918 #: ipaclient/remote_plugins/2_156/dns.py:1238 #: ipaclient/remote_plugins/2_156/dns.py:1486 #: ipaclient/remote_plugins/2_156/dns.py:1582 #: ipaclient/remote_plugins/2_156/dns.py:4205 #: ipaclient/remote_plugins/2_156/dns.py:4606 #: ipaclient/remote_plugins/2_156/dns.py:4846 #: ipaclient/remote_plugins/2_164/dns.py:301 #: ipaclient/remote_plugins/2_164/dns.py:918 #: ipaclient/remote_plugins/2_164/dns.py:1240 #: ipaclient/remote_plugins/2_164/dns.py:1494 #: ipaclient/remote_plugins/2_164/dns.py:1590 #: ipaclient/remote_plugins/2_164/dns.py:4213 #: ipaclient/remote_plugins/2_164/dns.py:4625 #: ipaclient/remote_plugins/2_164/dns.py:4865 msgid "" "Per-zone forwarders. A custom port can be specified for each forwarder using " "a standard format \"IP_ADDRESS port PORT\"" msgstr "" "Перенаправители для отдельных зон. Для каждого перенаправителя можно указать " "отдельный порт с помощью стандартного формата \"IP_АДРЕС port ПОРТ\"" #: ipaserver/plugins/dns.py:2048 ipaclient/remote_plugins/2_114/dns.py:307 #: ipaclient/remote_plugins/2_114/dns.py:959 #: ipaclient/remote_plugins/2_114/dns.py:1281 #: ipaclient/remote_plugins/2_114/dns.py:1529 #: ipaclient/remote_plugins/2_114/dns.py:1625 #: ipaclient/remote_plugins/2_114/dns.py:4438 #: ipaclient/remote_plugins/2_114/dns.py:4839 #: ipaclient/remote_plugins/2_114/dns.py:5079 #: ipaclient/remote_plugins/2_156/dns.py:307 #: ipaclient/remote_plugins/2_156/dns.py:924 #: ipaclient/remote_plugins/2_156/dns.py:1246 #: ipaclient/remote_plugins/2_156/dns.py:1494 #: ipaclient/remote_plugins/2_156/dns.py:1590 #: ipaclient/remote_plugins/2_156/dns.py:4213 #: ipaclient/remote_plugins/2_156/dns.py:4614 #: ipaclient/remote_plugins/2_156/dns.py:4854 #: ipaclient/remote_plugins/2_164/dns.py:307 #: ipaclient/remote_plugins/2_164/dns.py:924 #: ipaclient/remote_plugins/2_164/dns.py:1248 #: ipaclient/remote_plugins/2_164/dns.py:1502 #: ipaclient/remote_plugins/2_164/dns.py:1598 #: ipaclient/remote_plugins/2_164/dns.py:4221 #: ipaclient/remote_plugins/2_164/dns.py:4633 #: ipaclient/remote_plugins/2_164/dns.py:4873 #: ipaclient/remote_plugins/2_49/dns.py:1055 #: ipaclient/remote_plugins/2_49/dns.py:4289 #: ipaclient/remote_plugins/2_49/dns.py:4672 #: ipaclient/remote_plugins/2_49/dns.py:4899 msgid "" "Per-zone conditional forwarding policy. Set to \"none\" to disable " "forwarding to global forwarder for this zone. In that case, conditional zone " "forwarders are disregarded." msgstr "" "Условная политика перенаправления для отдельных зон. Чтобы отключить для " "этой зоны перенаправление на глобальный перенаправитель, установите значение " "\"none\". В этом случае условные перенаправители зон не будут приниматься во " "внимание." #: ipaserver/plugins/dns.py:2054 msgid "Managedby permission" msgstr "Разрешение managedby" #: ipaserver/plugins/dns.py:2142 ipaclient/remote_plugins/2_164/dns.py:1266 #: ipaclient/remote_plugins/2_164/dns.py:4380 msgid "Force DNS zone creation even if it will overlap with an existing zone." msgstr "" "Принудительно создать зону DNS, даже если она будет пересекаться с " "существующей зоной" #: ipaserver/plugins/dns.py:2159 msgid "Only one zone type is allowed per zone name" msgstr "Для одного имени зоны можно использовать только один тип зоны" #: ipaserver/plugins/dns.py:2198 ipaserver/plugins/dns.py:2916 #: ipaclient/remote_plugins/2_114/dns.py:4791 #: ipaclient/remote_plugins/2_156/dns.py:4566 #: ipaclient/remote_plugins/2_164/dns.py:4585 #: ipaclient/remote_plugins/2_49/dns.py:4507 msgid "Search for DNS zones (SOA records)." msgstr "Поиск зон DNS (записей SOA)." #: ipaserver/plugins/dns.py:2302 #, python-format msgid "Added system permission \"%(value)s\"" msgstr "Добавлено системное разрешение \"%(value)s\"" #: ipaserver/plugins/dns.py:2332 #, python-format msgid "permission \"%(value)s\" already exists" msgstr "разрешение \"%(value)s\" уже существует" #: ipaserver/plugins/dns.py:2360 #, python-format msgid "Removed system permission \"%(value)s\"" msgstr "Удалено системное разрешение \"%(value)s\"" #: ipaserver/plugins/dns.py:2396 msgid "DNS zone" msgstr "зона DNS" #: ipaserver/plugins/dns.py:2397 msgid "DNS zones" msgstr "зоны DNS" #: ipaserver/plugins/dns.py:2404 msgid "DNS Zones" msgstr "Зоны DNS" #: ipaserver/plugins/dns.py:2405 msgid "DNS Zone" msgstr "Зона DNS" #: ipaserver/plugins/dns.py:2410 ipaclient/remote_plugins/2_114/dns.py:964 #: ipaclient/remote_plugins/2_114/dns.py:4444 #: ipaclient/remote_plugins/2_114/dns.py:4845 #: ipaclient/remote_plugins/2_114/dns.py:5085 #: ipaclient/remote_plugins/2_156/dns.py:929 #: ipaclient/remote_plugins/2_156/dns.py:4219 #: ipaclient/remote_plugins/2_156/dns.py:4620 #: ipaclient/remote_plugins/2_156/dns.py:4860 #: ipaclient/remote_plugins/2_164/dns.py:929 #: ipaclient/remote_plugins/2_164/dns.py:4227 #: ipaclient/remote_plugins/2_164/dns.py:4639 #: ipaclient/remote_plugins/2_164/dns.py:4879 #: ipaclient/remote_plugins/2_49/dns.py:971 #: ipaclient/remote_plugins/2_49/dns.py:4159 #: ipaclient/remote_plugins/2_49/dns.py:4538 #: ipaclient/remote_plugins/2_49/dns.py:4772 msgid "Authoritative nameserver" msgstr "Полномочный сервер имён" #: ipaserver/plugins/dns.py:2411 ipaclient/remote_plugins/2_114/dns.py:965 #: ipaclient/remote_plugins/2_114/dns.py:4445 #: ipaclient/remote_plugins/2_114/dns.py:4846 #: ipaclient/remote_plugins/2_114/dns.py:5086 #: ipaclient/remote_plugins/2_156/dns.py:930 #: ipaclient/remote_plugins/2_156/dns.py:4220 #: ipaclient/remote_plugins/2_156/dns.py:4621 #: ipaclient/remote_plugins/2_156/dns.py:4861 #: ipaclient/remote_plugins/2_164/dns.py:930 #: ipaclient/remote_plugins/2_164/dns.py:4228 #: ipaclient/remote_plugins/2_164/dns.py:4640 #: ipaclient/remote_plugins/2_164/dns.py:4880 #: ipaclient/remote_plugins/2_49/dns.py:972 #: ipaclient/remote_plugins/2_49/dns.py:4160 #: ipaclient/remote_plugins/2_49/dns.py:4539 #: ipaclient/remote_plugins/2_49/dns.py:4773 msgid "Authoritative nameserver domain name" msgstr "Имя домена полномочного сервера имён" #: ipaserver/plugins/dns.py:2417 ipaserver/plugins/dns.py:2418 #: ipaclient/remote_plugins/2_114/dns.py:969 #: ipaclient/remote_plugins/2_114/dns.py:4450 #: ipaclient/remote_plugins/2_114/dns.py:4852 #: ipaclient/remote_plugins/2_114/dns.py:5092 #: ipaclient/remote_plugins/2_156/dns.py:934 #: ipaclient/remote_plugins/2_156/dns.py:4225 #: ipaclient/remote_plugins/2_156/dns.py:4627 #: ipaclient/remote_plugins/2_156/dns.py:4867 #: ipaclient/remote_plugins/2_164/dns.py:934 #: ipaclient/remote_plugins/2_164/dns.py:4233 #: ipaclient/remote_plugins/2_164/dns.py:4646 #: ipaclient/remote_plugins/2_164/dns.py:4886 #: ipaclient/remote_plugins/2_49/dns.py:976 #: ipaclient/remote_plugins/2_49/dns.py:4166 #: ipaclient/remote_plugins/2_49/dns.py:4546 #: ipaclient/remote_plugins/2_49/dns.py:4780 msgid "Administrator e-mail address" msgstr "Адрес электронной почты администратора" #: ipaserver/plugins/dns.py:2425 ipaclient/remote_plugins/2_114/dns.py:973 #: ipaclient/remote_plugins/2_114/dns.py:4458 #: ipaclient/remote_plugins/2_114/dns.py:4860 #: ipaclient/remote_plugins/2_114/dns.py:5100 #: ipaclient/remote_plugins/2_156/dns.py:938 #: ipaclient/remote_plugins/2_156/dns.py:4233 #: ipaclient/remote_plugins/2_156/dns.py:4635 #: ipaclient/remote_plugins/2_156/dns.py:4875 #: ipaclient/remote_plugins/2_164/dns.py:938 #: ipaclient/remote_plugins/2_164/dns.py:4241 #: ipaclient/remote_plugins/2_164/dns.py:4654 #: ipaclient/remote_plugins/2_164/dns.py:4894 #: ipaclient/remote_plugins/2_49/dns.py:980 #: ipaclient/remote_plugins/2_49/dns.py:4173 #: ipaclient/remote_plugins/2_49/dns.py:4554 #: ipaclient/remote_plugins/2_49/dns.py:4788 msgid "SOA serial" msgstr "Номер SOA" #: ipaserver/plugins/dns.py:2426 ipaclient/remote_plugins/2_114/dns.py:974 #: ipaclient/remote_plugins/2_114/dns.py:4459 #: ipaclient/remote_plugins/2_114/dns.py:4861 #: ipaclient/remote_plugins/2_114/dns.py:5101 #: ipaclient/remote_plugins/2_156/dns.py:939 #: ipaclient/remote_plugins/2_156/dns.py:4234 #: ipaclient/remote_plugins/2_156/dns.py:4636 #: ipaclient/remote_plugins/2_156/dns.py:4876 #: ipaclient/remote_plugins/2_164/dns.py:939 #: ipaclient/remote_plugins/2_164/dns.py:4242 #: ipaclient/remote_plugins/2_164/dns.py:4655 #: ipaclient/remote_plugins/2_164/dns.py:4895 #: ipaclient/remote_plugins/2_49/dns.py:981 #: ipaclient/remote_plugins/2_49/dns.py:4174 #: ipaclient/remote_plugins/2_49/dns.py:4555 #: ipaclient/remote_plugins/2_49/dns.py:4789 msgid "SOA record serial number" msgstr "Серийный номер записи SOA" #: ipaserver/plugins/dns.py:2434 ipaclient/remote_plugins/2_114/dns.py:978 #: ipaclient/remote_plugins/2_114/dns.py:4477 #: ipaclient/remote_plugins/2_114/dns.py:4879 #: ipaclient/remote_plugins/2_114/dns.py:5119 #: ipaclient/remote_plugins/2_156/dns.py:943 #: ipaclient/remote_plugins/2_156/dns.py:4252 #: ipaclient/remote_plugins/2_156/dns.py:4654 #: ipaclient/remote_plugins/2_156/dns.py:4894 #: ipaclient/remote_plugins/2_164/dns.py:943 #: ipaclient/remote_plugins/2_164/dns.py:4260 #: ipaclient/remote_plugins/2_164/dns.py:4673 #: ipaclient/remote_plugins/2_164/dns.py:4913 #: ipaclient/remote_plugins/2_49/dns.py:985 #: ipaclient/remote_plugins/2_49/dns.py:4192 #: ipaclient/remote_plugins/2_49/dns.py:4573 #: ipaclient/remote_plugins/2_49/dns.py:4807 msgid "SOA refresh" msgstr "Обновление SOA" #: ipaserver/plugins/dns.py:2435 ipaclient/remote_plugins/2_114/dns.py:979 #: ipaclient/remote_plugins/2_114/dns.py:4478 #: ipaclient/remote_plugins/2_114/dns.py:4880 #: ipaclient/remote_plugins/2_114/dns.py:5120 #: ipaclient/remote_plugins/2_156/dns.py:944 #: ipaclient/remote_plugins/2_156/dns.py:4253 #: ipaclient/remote_plugins/2_156/dns.py:4655 #: ipaclient/remote_plugins/2_156/dns.py:4895 #: ipaclient/remote_plugins/2_164/dns.py:944 #: ipaclient/remote_plugins/2_164/dns.py:4261 #: ipaclient/remote_plugins/2_164/dns.py:4674 #: ipaclient/remote_plugins/2_164/dns.py:4914 #: ipaclient/remote_plugins/2_49/dns.py:986 #: ipaclient/remote_plugins/2_49/dns.py:4193 #: ipaclient/remote_plugins/2_49/dns.py:4574 #: ipaclient/remote_plugins/2_49/dns.py:4808 msgid "SOA record refresh time" msgstr "Время обновления записи SOA" #: ipaserver/plugins/dns.py:2443 ipaclient/remote_plugins/2_114/dns.py:983 #: ipaclient/remote_plugins/2_114/dns.py:4485 #: ipaclient/remote_plugins/2_114/dns.py:4887 #: ipaclient/remote_plugins/2_114/dns.py:5127 #: ipaclient/remote_plugins/2_156/dns.py:948 #: ipaclient/remote_plugins/2_156/dns.py:4260 #: ipaclient/remote_plugins/2_156/dns.py:4662 #: ipaclient/remote_plugins/2_156/dns.py:4902 #: ipaclient/remote_plugins/2_164/dns.py:948 #: ipaclient/remote_plugins/2_164/dns.py:4268 #: ipaclient/remote_plugins/2_164/dns.py:4681 #: ipaclient/remote_plugins/2_164/dns.py:4921 #: ipaclient/remote_plugins/2_49/dns.py:990 #: ipaclient/remote_plugins/2_49/dns.py:4200 #: ipaclient/remote_plugins/2_49/dns.py:4581 #: ipaclient/remote_plugins/2_49/dns.py:4815 msgid "SOA retry" msgstr "Повторный запрос SOA" #: ipaserver/plugins/dns.py:2444 ipaclient/remote_plugins/2_114/dns.py:984 #: ipaclient/remote_plugins/2_114/dns.py:4486 #: ipaclient/remote_plugins/2_114/dns.py:4888 #: ipaclient/remote_plugins/2_114/dns.py:5128 #: ipaclient/remote_plugins/2_156/dns.py:949 #: ipaclient/remote_plugins/2_156/dns.py:4261 #: ipaclient/remote_plugins/2_156/dns.py:4663 #: ipaclient/remote_plugins/2_156/dns.py:4903 #: ipaclient/remote_plugins/2_164/dns.py:949 #: ipaclient/remote_plugins/2_164/dns.py:4269 #: ipaclient/remote_plugins/2_164/dns.py:4682 #: ipaclient/remote_plugins/2_164/dns.py:4922 #: ipaclient/remote_plugins/2_49/dns.py:991 #: ipaclient/remote_plugins/2_49/dns.py:4201 #: ipaclient/remote_plugins/2_49/dns.py:4582 #: ipaclient/remote_plugins/2_49/dns.py:4816 msgid "SOA record retry time" msgstr "Интервал между повторными запросами записи SOA" #: ipaserver/plugins/dns.py:2452 ipaclient/remote_plugins/2_114/dns.py:988 #: ipaclient/remote_plugins/2_114/dns.py:4493 #: ipaclient/remote_plugins/2_114/dns.py:4895 #: ipaclient/remote_plugins/2_114/dns.py:5135 #: ipaclient/remote_plugins/2_156/dns.py:953 #: ipaclient/remote_plugins/2_156/dns.py:4268 #: ipaclient/remote_plugins/2_156/dns.py:4670 #: ipaclient/remote_plugins/2_156/dns.py:4910 #: ipaclient/remote_plugins/2_164/dns.py:953 #: ipaclient/remote_plugins/2_164/dns.py:4276 #: ipaclient/remote_plugins/2_164/dns.py:4689 #: ipaclient/remote_plugins/2_164/dns.py:4929 #: ipaclient/remote_plugins/2_49/dns.py:995 #: ipaclient/remote_plugins/2_49/dns.py:4208 #: ipaclient/remote_plugins/2_49/dns.py:4589 #: ipaclient/remote_plugins/2_49/dns.py:4823 msgid "SOA expire" msgstr "Окончание действия SOA" #: ipaserver/plugins/dns.py:2453 ipaclient/remote_plugins/2_114/dns.py:989 #: ipaclient/remote_plugins/2_114/dns.py:4494 #: ipaclient/remote_plugins/2_114/dns.py:4896 #: ipaclient/remote_plugins/2_114/dns.py:5136 #: ipaclient/remote_plugins/2_156/dns.py:954 #: ipaclient/remote_plugins/2_156/dns.py:4269 #: ipaclient/remote_plugins/2_156/dns.py:4671 #: ipaclient/remote_plugins/2_156/dns.py:4911 #: ipaclient/remote_plugins/2_164/dns.py:954 #: ipaclient/remote_plugins/2_164/dns.py:4277 #: ipaclient/remote_plugins/2_164/dns.py:4690 #: ipaclient/remote_plugins/2_164/dns.py:4930 #: ipaclient/remote_plugins/2_49/dns.py:996 #: ipaclient/remote_plugins/2_49/dns.py:4209 #: ipaclient/remote_plugins/2_49/dns.py:4590 #: ipaclient/remote_plugins/2_49/dns.py:4824 msgid "SOA record expire time" msgstr "Срок окончания действия записи SOA" #: ipaserver/plugins/dns.py:2461 ipaclient/remote_plugins/2_114/dns.py:993 #: ipaclient/remote_plugins/2_114/dns.py:4501 #: ipaclient/remote_plugins/2_114/dns.py:4903 #: ipaclient/remote_plugins/2_114/dns.py:5143 #: ipaclient/remote_plugins/2_156/dns.py:958 #: ipaclient/remote_plugins/2_156/dns.py:4276 #: ipaclient/remote_plugins/2_156/dns.py:4678 #: ipaclient/remote_plugins/2_156/dns.py:4918 #: ipaclient/remote_plugins/2_164/dns.py:958 #: ipaclient/remote_plugins/2_164/dns.py:4284 #: ipaclient/remote_plugins/2_164/dns.py:4697 #: ipaclient/remote_plugins/2_164/dns.py:4937 #: ipaclient/remote_plugins/2_49/dns.py:1000 #: ipaclient/remote_plugins/2_49/dns.py:4216 #: ipaclient/remote_plugins/2_49/dns.py:4597 #: ipaclient/remote_plugins/2_49/dns.py:4831 msgid "SOA minimum" msgstr "Минимальный срок жизни SOA" #: ipaserver/plugins/dns.py:2462 ipaclient/remote_plugins/2_114/dns.py:994 #: ipaclient/remote_plugins/2_114/dns.py:4502 #: ipaclient/remote_plugins/2_114/dns.py:4904 #: ipaclient/remote_plugins/2_114/dns.py:5144 #: ipaclient/remote_plugins/2_156/dns.py:959 #: ipaclient/remote_plugins/2_156/dns.py:4277 #: ipaclient/remote_plugins/2_156/dns.py:4679 #: ipaclient/remote_plugins/2_156/dns.py:4919 #: ipaclient/remote_plugins/2_164/dns.py:959 #: ipaclient/remote_plugins/2_164/dns.py:4285 #: ipaclient/remote_plugins/2_164/dns.py:4698 #: ipaclient/remote_plugins/2_164/dns.py:4938 #: ipaclient/remote_plugins/2_49/dns.py:1001 #: ipaclient/remote_plugins/2_49/dns.py:4217 #: ipaclient/remote_plugins/2_49/dns.py:4598 #: ipaclient/remote_plugins/2_49/dns.py:4832 msgid "How long should negative responses be cached" msgstr "Как долго следует кэшировать отрицательные ответы" #: ipaserver/plugins/dns.py:2470 ipaserver/plugins/dns.py:3032 #: ipaserver/plugins/dns.py:3033 ipaclient/remote_plugins/2_114/dns.py:323 #: ipaclient/remote_plugins/2_114/dns.py:999 #: ipaclient/remote_plugins/2_114/dns.py:1804 #: ipaclient/remote_plugins/2_114/dns.py:2689 #: ipaclient/remote_plugins/2_114/dns.py:3097 #: ipaclient/remote_plugins/2_114/dns.py:3483 #: ipaclient/remote_plugins/2_114/dns.py:4510 #: ipaclient/remote_plugins/2_114/dns.py:4911 #: ipaclient/remote_plugins/2_114/dns.py:5151 #: ipaclient/remote_plugins/2_156/dns.py:323 #: ipaclient/remote_plugins/2_156/dns.py:964 #: ipaclient/remote_plugins/2_156/dns.py:1769 #: ipaclient/remote_plugins/2_156/dns.py:2604 #: ipaclient/remote_plugins/2_156/dns.py:2967 #: ipaclient/remote_plugins/2_156/dns.py:3308 #: ipaclient/remote_plugins/2_156/dns.py:4285 #: ipaclient/remote_plugins/2_156/dns.py:4686 #: ipaclient/remote_plugins/2_156/dns.py:4926 #: ipaclient/remote_plugins/2_164/dns.py:323 #: ipaclient/remote_plugins/2_164/dns.py:964 #: ipaclient/remote_plugins/2_164/dns.py:1777 #: ipaclient/remote_plugins/2_164/dns.py:2612 #: ipaclient/remote_plugins/2_164/dns.py:2975 #: ipaclient/remote_plugins/2_164/dns.py:3316 #: ipaclient/remote_plugins/2_164/dns.py:4293 #: ipaclient/remote_plugins/2_164/dns.py:4705 #: ipaclient/remote_plugins/2_164/dns.py:4945 #: ipaclient/remote_plugins/2_49/dns.py:251 #: ipaclient/remote_plugins/2_49/dns.py:1280 #: ipaclient/remote_plugins/2_49/dns.py:2293 #: ipaclient/remote_plugins/2_49/dns.py:2706 #: ipaclient/remote_plugins/2_49/dns.py:3086 msgid "Time to live" msgstr "Время жизни" #: ipaserver/plugins/dns.py:2471 ipaclient/remote_plugins/2_114/dns.py:1000 #: ipaclient/remote_plugins/2_114/dns.py:4511 #: ipaclient/remote_plugins/2_114/dns.py:4912 #: ipaclient/remote_plugins/2_114/dns.py:5152 #: ipaclient/remote_plugins/2_156/dns.py:965 #: ipaclient/remote_plugins/2_156/dns.py:4286 #: ipaclient/remote_plugins/2_156/dns.py:4687 #: ipaclient/remote_plugins/2_156/dns.py:4927 #: ipaclient/remote_plugins/2_164/dns.py:965 #: ipaclient/remote_plugins/2_164/dns.py:4294 #: ipaclient/remote_plugins/2_164/dns.py:4706 #: ipaclient/remote_plugins/2_164/dns.py:4946 msgid "Time to live for records at zone apex" msgstr "Срок жизни записей в начале зоны" #: ipaserver/plugins/dns.py:2477 msgid "Default time to live" msgstr "Срок жизни по умолчанию" #: ipaserver/plugins/dns.py:2478 msgid "Time to live for records without explicit TTL definition" msgstr "Срок жизни записей без явного определения срока жизни" #: ipaserver/plugins/dns.py:2490 ipaserver/plugins/dns.py:2491 #: ipaclient/remote_plugins/2_114/dns.py:1009 #: ipaclient/remote_plugins/2_114/dns.py:4524 #: ipaclient/remote_plugins/2_114/dns.py:4925 #: ipaclient/remote_plugins/2_114/dns.py:5165 #: ipaclient/remote_plugins/2_156/dns.py:974 #: ipaclient/remote_plugins/2_156/dns.py:4299 #: ipaclient/remote_plugins/2_156/dns.py:4700 #: ipaclient/remote_plugins/2_156/dns.py:4940 #: ipaclient/remote_plugins/2_164/dns.py:974 #: ipaclient/remote_plugins/2_164/dns.py:4307 #: ipaclient/remote_plugins/2_164/dns.py:4719 #: ipaclient/remote_plugins/2_164/dns.py:4959 #: ipaclient/remote_plugins/2_49/dns.py:1018 #: ipaclient/remote_plugins/2_49/dns.py:4240 #: ipaclient/remote_plugins/2_49/dns.py:4620 #: ipaclient/remote_plugins/2_49/dns.py:4854 msgid "BIND update policy" msgstr "Политика обновления BIND" #: ipaserver/plugins/dns.py:2497 ipaclient/remote_plugins/2_114/dns.py:1014 #: ipaclient/remote_plugins/2_114/dns.py:4534 #: ipaclient/remote_plugins/2_114/dns.py:4934 #: ipaclient/remote_plugins/2_114/dns.py:5174 #: ipaclient/remote_plugins/2_156/dns.py:979 #: ipaclient/remote_plugins/2_156/dns.py:4309 #: ipaclient/remote_plugins/2_156/dns.py:4709 #: ipaclient/remote_plugins/2_156/dns.py:4949 #: ipaclient/remote_plugins/2_164/dns.py:979 #: ipaclient/remote_plugins/2_164/dns.py:4317 #: ipaclient/remote_plugins/2_164/dns.py:4728 #: ipaclient/remote_plugins/2_164/dns.py:4968 #: ipaclient/remote_plugins/2_49/dns.py:1029 #: ipaclient/remote_plugins/2_49/dns.py:4250 #: ipaclient/remote_plugins/2_49/dns.py:4636 #: ipaclient/remote_plugins/2_49/dns.py:4863 msgid "Dynamic update" msgstr "Динамическое обновление" #: ipaserver/plugins/dns.py:2498 ipaclient/remote_plugins/2_114/dns.py:1015 #: ipaclient/remote_plugins/2_114/dns.py:4535 #: ipaclient/remote_plugins/2_114/dns.py:4935 #: ipaclient/remote_plugins/2_114/dns.py:5175 #: ipaclient/remote_plugins/2_156/dns.py:980 #: ipaclient/remote_plugins/2_156/dns.py:4310 #: ipaclient/remote_plugins/2_156/dns.py:4710 #: ipaclient/remote_plugins/2_156/dns.py:4950 #: ipaclient/remote_plugins/2_164/dns.py:980 #: ipaclient/remote_plugins/2_164/dns.py:4318 #: ipaclient/remote_plugins/2_164/dns.py:4729 #: ipaclient/remote_plugins/2_164/dns.py:4969 #: ipaclient/remote_plugins/2_49/dns.py:1030 #: ipaclient/remote_plugins/2_49/dns.py:4251 #: ipaclient/remote_plugins/2_49/dns.py:4637 #: ipaclient/remote_plugins/2_49/dns.py:4864 msgid "Allow dynamic updates." msgstr "Разрешить динамические обновления." #: ipaserver/plugins/dns.py:2507 ipaclient/remote_plugins/2_114/dns.py:1020 #: ipaclient/remote_plugins/2_114/dns.py:4543 #: ipaclient/remote_plugins/2_114/dns.py:4942 #: ipaclient/remote_plugins/2_114/dns.py:5182 #: ipaclient/remote_plugins/2_156/dns.py:985 #: ipaclient/remote_plugins/2_156/dns.py:4318 #: ipaclient/remote_plugins/2_156/dns.py:4717 #: ipaclient/remote_plugins/2_156/dns.py:4957 #: ipaclient/remote_plugins/2_164/dns.py:985 #: ipaclient/remote_plugins/2_164/dns.py:4326 #: ipaclient/remote_plugins/2_164/dns.py:4736 #: ipaclient/remote_plugins/2_164/dns.py:4976 #: ipaclient/remote_plugins/2_49/dns.py:1035 #: ipaclient/remote_plugins/2_49/dns.py:4259 #: ipaclient/remote_plugins/2_49/dns.py:4644 #: ipaclient/remote_plugins/2_49/dns.py:4871 msgid "Allow query" msgstr "Разрешить запрос" #: ipaserver/plugins/dns.py:2508 ipaclient/remote_plugins/2_114/dns.py:1021 #: ipaclient/remote_plugins/2_114/dns.py:4544 #: ipaclient/remote_plugins/2_114/dns.py:4943 #: ipaclient/remote_plugins/2_114/dns.py:5183 #: ipaclient/remote_plugins/2_156/dns.py:986 #: ipaclient/remote_plugins/2_156/dns.py:4319 #: ipaclient/remote_plugins/2_156/dns.py:4718 #: ipaclient/remote_plugins/2_156/dns.py:4958 #: ipaclient/remote_plugins/2_164/dns.py:986 #: ipaclient/remote_plugins/2_164/dns.py:4327 #: ipaclient/remote_plugins/2_164/dns.py:4737 #: ipaclient/remote_plugins/2_164/dns.py:4977 #: ipaclient/remote_plugins/2_49/dns.py:1036 #: ipaclient/remote_plugins/2_49/dns.py:4260 #: ipaclient/remote_plugins/2_49/dns.py:4645 #: ipaclient/remote_plugins/2_49/dns.py:4872 msgid "" "Semicolon separated list of IP addresses or networks which are allowed to " "issue queries" msgstr "" "Разделённый точками с запятой список IP-адресов или сетей, которым разрешено " "выдавать запросы" #: ipaserver/plugins/dns.py:2516 ipaclient/remote_plugins/2_114/dns.py:1026 #: ipaclient/remote_plugins/2_114/dns.py:4553 #: ipaclient/remote_plugins/2_114/dns.py:4951 #: ipaclient/remote_plugins/2_114/dns.py:5191 #: ipaclient/remote_plugins/2_156/dns.py:991 #: ipaclient/remote_plugins/2_156/dns.py:4328 #: ipaclient/remote_plugins/2_156/dns.py:4726 #: ipaclient/remote_plugins/2_156/dns.py:4966 #: ipaclient/remote_plugins/2_164/dns.py:991 #: ipaclient/remote_plugins/2_164/dns.py:4336 #: ipaclient/remote_plugins/2_164/dns.py:4745 #: ipaclient/remote_plugins/2_164/dns.py:4985 #: ipaclient/remote_plugins/2_49/dns.py:1041 #: ipaclient/remote_plugins/2_49/dns.py:4269 #: ipaclient/remote_plugins/2_49/dns.py:4653 #: ipaclient/remote_plugins/2_49/dns.py:4880 msgid "Allow transfer" msgstr "Разрешить перенос" #: ipaserver/plugins/dns.py:2517 ipaclient/remote_plugins/2_114/dns.py:1027 #: ipaclient/remote_plugins/2_114/dns.py:4554 #: ipaclient/remote_plugins/2_114/dns.py:4952 #: ipaclient/remote_plugins/2_114/dns.py:5192 #: ipaclient/remote_plugins/2_156/dns.py:992 #: ipaclient/remote_plugins/2_156/dns.py:4329 #: ipaclient/remote_plugins/2_156/dns.py:4727 #: ipaclient/remote_plugins/2_156/dns.py:4967 #: ipaclient/remote_plugins/2_164/dns.py:992 #: ipaclient/remote_plugins/2_164/dns.py:4337 #: ipaclient/remote_plugins/2_164/dns.py:4746 #: ipaclient/remote_plugins/2_164/dns.py:4986 #: ipaclient/remote_plugins/2_49/dns.py:1042 #: ipaclient/remote_plugins/2_49/dns.py:4270 #: ipaclient/remote_plugins/2_49/dns.py:4654 #: ipaclient/remote_plugins/2_49/dns.py:4881 msgid "" "Semicolon separated list of IP addresses or networks which are allowed to " "transfer the zone" msgstr "" "Разделённый точками с запятой список IP-адресов или сетей, которым разрешено " "переносить зону" #: ipaserver/plugins/dns.py:2523 ipaserver/plugins/dns.py:4123 #: ipaclient/remote_plugins/2_114/dns.py:264 #: ipaclient/remote_plugins/2_114/dns.py:1032 #: ipaclient/remote_plugins/2_114/dns.py:1131 #: ipaclient/remote_plugins/2_114/dns.py:4563 #: ipaclient/remote_plugins/2_114/dns.py:4960 #: ipaclient/remote_plugins/2_114/dns.py:5200 #: ipaclient/remote_plugins/2_156/dns.py:264 #: ipaclient/remote_plugins/2_156/dns.py:997 #: ipaclient/remote_plugins/2_156/dns.py:1096 #: ipaclient/remote_plugins/2_156/dns.py:4338 #: ipaclient/remote_plugins/2_156/dns.py:4735 #: ipaclient/remote_plugins/2_156/dns.py:4975 #: ipaclient/remote_plugins/2_164/dns.py:264 #: ipaclient/remote_plugins/2_164/dns.py:997 #: ipaclient/remote_plugins/2_164/dns.py:1098 #: ipaclient/remote_plugins/2_164/dns.py:4346 #: ipaclient/remote_plugins/2_164/dns.py:4754 #: ipaclient/remote_plugins/2_164/dns.py:4994 #: ipaclient/remote_plugins/2_49/dns.py:228 #: ipaclient/remote_plugins/2_49/dns.py:1060 #: ipaclient/remote_plugins/2_49/dns.py:1145 #: ipaclient/remote_plugins/2_49/dns.py:4295 #: ipaclient/remote_plugins/2_49/dns.py:4678 #: ipaclient/remote_plugins/2_49/dns.py:4905 msgid "Allow PTR sync" msgstr "Разрешить PTR-синхронизацию" #: ipaserver/plugins/dns.py:2524 ipaclient/remote_plugins/2_114/dns.py:1033 #: ipaclient/remote_plugins/2_114/dns.py:4564 #: ipaclient/remote_plugins/2_114/dns.py:4961 #: ipaclient/remote_plugins/2_114/dns.py:5201 #: ipaclient/remote_plugins/2_156/dns.py:998 #: ipaclient/remote_plugins/2_156/dns.py:4339 #: ipaclient/remote_plugins/2_156/dns.py:4736 #: ipaclient/remote_plugins/2_156/dns.py:4976 #: ipaclient/remote_plugins/2_164/dns.py:998 #: ipaclient/remote_plugins/2_164/dns.py:4347 #: ipaclient/remote_plugins/2_164/dns.py:4755 #: ipaclient/remote_plugins/2_164/dns.py:4995 #: ipaclient/remote_plugins/2_49/dns.py:1061 #: ipaclient/remote_plugins/2_49/dns.py:4296 #: ipaclient/remote_plugins/2_49/dns.py:4679 #: ipaclient/remote_plugins/2_49/dns.py:4906 msgid "" "Allow synchronization of forward (A, AAAA) and reverse (PTR) records in the " "zone" msgstr "" "Разрешить синхронизацию прямых (A, AAAA) и обратных (PTR) записей в зоне" #: ipaserver/plugins/dns.py:2529 ipaclient/remote_plugins/2_114/dns.py:1038 #: ipaclient/remote_plugins/2_114/dns.py:4570 #: ipaclient/remote_plugins/2_114/dns.py:4967 #: ipaclient/remote_plugins/2_114/dns.py:5207 #: ipaclient/remote_plugins/2_156/dns.py:1003 #: ipaclient/remote_plugins/2_156/dns.py:4345 #: ipaclient/remote_plugins/2_156/dns.py:4742 #: ipaclient/remote_plugins/2_156/dns.py:4982 #: ipaclient/remote_plugins/2_164/dns.py:1003 #: ipaclient/remote_plugins/2_164/dns.py:4353 #: ipaclient/remote_plugins/2_164/dns.py:4761 #: ipaclient/remote_plugins/2_164/dns.py:5001 msgid "Allow in-line DNSSEC signing" msgstr "Разрешить линейную подпись DNSSEC" #: ipaserver/plugins/dns.py:2530 ipaclient/remote_plugins/2_114/dns.py:1039 #: ipaclient/remote_plugins/2_114/dns.py:4571 #: ipaclient/remote_plugins/2_114/dns.py:4968 #: ipaclient/remote_plugins/2_114/dns.py:5208 #: ipaclient/remote_plugins/2_156/dns.py:1004 #: ipaclient/remote_plugins/2_156/dns.py:4346 #: ipaclient/remote_plugins/2_156/dns.py:4743 #: ipaclient/remote_plugins/2_156/dns.py:4983 #: ipaclient/remote_plugins/2_164/dns.py:1004 #: ipaclient/remote_plugins/2_164/dns.py:4354 #: ipaclient/remote_plugins/2_164/dns.py:4762 #: ipaclient/remote_plugins/2_164/dns.py:5002 msgid "Allow inline DNSSEC signing of records in the zone" msgstr "Разрешить линейную подпись DNSSEC записей в зоне" #: ipaserver/plugins/dns.py:2535 ipaclient/remote_plugins/2_114/dns.py:1044 #: ipaclient/remote_plugins/2_114/dns.py:4578 #: ipaclient/remote_plugins/2_114/dns.py:4975 #: ipaclient/remote_plugins/2_114/dns.py:5215 #: ipaclient/remote_plugins/2_156/dns.py:1009 #: ipaclient/remote_plugins/2_156/dns.py:4353 #: ipaclient/remote_plugins/2_156/dns.py:4750 #: ipaclient/remote_plugins/2_156/dns.py:4990 #: ipaclient/remote_plugins/2_164/dns.py:1009 #: ipaclient/remote_plugins/2_164/dns.py:4361 #: ipaclient/remote_plugins/2_164/dns.py:4769 #: ipaclient/remote_plugins/2_164/dns.py:5009 #: ipaclient/remote_plugins/2_49/dns.py:709 #: ipaclient/remote_plugins/2_49/dns.py:1884 #: ipaclient/remote_plugins/2_49/dns.py:2491 #: ipaclient/remote_plugins/2_49/dns.py:2904 #: ipaclient/remote_plugins/2_49/dns.py:3670 msgid "NSEC3PARAM record" msgstr "Запись NSEC3PARAM" #: ipaserver/plugins/dns.py:2536 ipaclient/remote_plugins/2_114/dns.py:1045 #: ipaclient/remote_plugins/2_114/dns.py:4579 #: ipaclient/remote_plugins/2_114/dns.py:4976 #: ipaclient/remote_plugins/2_114/dns.py:5216 #: ipaclient/remote_plugins/2_156/dns.py:1010 #: ipaclient/remote_plugins/2_156/dns.py:4354 #: ipaclient/remote_plugins/2_156/dns.py:4751 #: ipaclient/remote_plugins/2_156/dns.py:4991 #: ipaclient/remote_plugins/2_164/dns.py:1010 #: ipaclient/remote_plugins/2_164/dns.py:4362 #: ipaclient/remote_plugins/2_164/dns.py:4770 #: ipaclient/remote_plugins/2_164/dns.py:5010 msgid "" "NSEC3PARAM record for zone in format: hash_algorithm flags iterations salt" msgstr "" "Запись NSEC3PARAM для зоны в формате: алгоритм_хеширования флаги итерации " "соль" #: ipaserver/plugins/dns.py:2693 msgid "setting Authoritative nameserver" msgstr "установка полномочного сервера имён" #: ipaserver/plugins/dns.py:2694 msgid "It is used only for setting the SOA MNAME attribute." msgstr "Используется только для установки атрибута MNAME SOA" #: ipaserver/plugins/dns.py:2696 msgid "NS record(s) can be edited in zone apex - '@'. " msgstr "Запись (записи) NS можно изменять в начале зоны: \"@\". " #: ipaserver/plugins/dns.py:2731 msgid "" msgstr "<все серверы DNS IPA>" #: ipaserver/plugins/dns.py:2738 ipaclient/remote_plugins/2_114/dns.py:4403 #: ipaclient/remote_plugins/2_156/dns.py:4178 #: ipaclient/remote_plugins/2_164/dns.py:4186 #: ipaclient/remote_plugins/2_49/dns.py:4135 msgid "Create new DNS zone (SOA record)." msgstr "Создать новую зону DNS (SOA-запись)" #: ipaserver/plugins/dns.py:2742 ipaclient/remote_plugins/2_164/dns.py:4386 msgid "" "Force DNS zone creation even if nameserver is not resolvable. (Deprecated)" msgstr "" "Принудительно создать зону DNS, даже если не удаётся определить сервер имён. " "(Больше не поддерживается.)" #: ipaserver/plugins/dns.py:2747 ipaclient/remote_plugins/2_114/dns.py:4598 #: ipaclient/remote_plugins/2_156/dns.py:4373 #: ipaclient/remote_plugins/2_164/dns.py:4392 #: ipaclient/remote_plugins/2_49/dns.py:4315 msgid "Force DNS zone creation even if nameserver is not resolvable." msgstr "" "Принудительно создать зону DNS, даже если не удаётся определить сервер имён" #: ipaserver/plugins/dns.py:2787 msgid "Nameserver for reverse zone cannot be a relative DNS name" msgstr "Сервер имён для обратной зоны не может быть относительным DNS-именем" #: ipaserver/plugins/dns.py:2840 ipaclient/remote_plugins/2_114/dns.py:4677 #: ipaclient/remote_plugins/2_156/dns.py:4452 #: ipaclient/remote_plugins/2_164/dns.py:4471 #: ipaclient/remote_plugins/2_49/dns.py:4393 msgid "Delete DNS zone (SOA record)." msgstr "Удалить зону DNS (запись SOA)." #: ipaserver/plugins/dns.py:2842 #, python-format msgid "Deleted DNS zone \"%(value)s\"" msgstr "Удалена зона DNS \"%(value)s\"" #: ipaserver/plugins/dns.py:2873 ipaclient/remote_plugins/2_114/dns.py:5044 #: ipaclient/remote_plugins/2_156/dns.py:4819 #: ipaclient/remote_plugins/2_164/dns.py:4838 #: ipaclient/remote_plugins/2_49/dns.py:4747 msgid "Modify DNS zone (SOA record)." msgstr "Изменить зону DNS (запись SOA)." #: ipaserver/plugins/dns.py:2878 ipaclient/remote_plugins/2_114/dns.py:5249 #: ipaclient/remote_plugins/2_156/dns.py:5024 #: ipaclient/remote_plugins/2_164/dns.py:5043 #: ipaclient/remote_plugins/2_49/dns.py:4939 msgid "Force nameserver change even if nameserver not in DNS" msgstr "Принудительно изменить сервер имён, даже если он отсутствует в DNS" #: ipaserver/plugins/dns.py:2895 msgid "is required" msgstr "следует указать" #: ipaserver/plugins/dns.py:2920 ipaclient/remote_plugins/2_114/dns.py:4992 #: ipaclient/remote_plugins/2_156/dns.py:4767 #: ipaclient/remote_plugins/2_164/dns.py:4786 #: ipaclient/remote_plugins/2_49/dns.py:4695 msgid "Forward zones only" msgstr "Только зоны перенаправления" #: ipaserver/plugins/dns.py:2922 ipaclient/remote_plugins/2_114/dns.py:4993 #: ipaclient/remote_plugins/2_156/dns.py:4768 #: ipaclient/remote_plugins/2_164/dns.py:4787 #: ipaclient/remote_plugins/2_49/dns.py:4696 msgid "Search for forward zones only" msgstr "Поиск только зон перенаправления" #: ipaserver/plugins/dns.py:2957 ipaclient/remote_plugins/2_114/dns.py:5323 #: ipaclient/remote_plugins/2_156/dns.py:5098 #: ipaclient/remote_plugins/2_164/dns.py:5117 #: ipaclient/remote_plugins/2_49/dns.py:5012 msgid "Display information about a DNS zone (SOA record)." msgstr "Показать сведения о зоне DNS (записи SOA)." #: ipaserver/plugins/dns.py:2975 ipaclient/remote_plugins/2_114/dns.py:4719 #: ipaclient/remote_plugins/2_156/dns.py:4494 #: ipaclient/remote_plugins/2_164/dns.py:4513 #: ipaclient/remote_plugins/2_49/dns.py:4437 msgid "Disable DNS Zone." msgstr "Отключить зону DNS." #: ipaserver/plugins/dns.py:2976 #, python-format msgid "Disabled DNS zone \"%(value)s\"" msgstr "Отключена зона DNS \"%(value)s\"" #: ipaserver/plugins/dns.py:2986 ipaclient/remote_plugins/2_114/dns.py:4755 #: ipaclient/remote_plugins/2_156/dns.py:4530 #: ipaclient/remote_plugins/2_164/dns.py:4549 #: ipaclient/remote_plugins/2_49/dns.py:4472 msgid "Enable DNS Zone." msgstr "Включить зону DNS." #: ipaserver/plugins/dns.py:2987 #, python-format msgid "Enabled DNS zone \"%(value)s\"" msgstr "Включена зона DNS \"%(value)s\"" #: ipaserver/plugins/dns.py:2997 ipaclient/remote_plugins/2_114/dns.py:4640 #: ipaclient/remote_plugins/2_156/dns.py:4415 #: ipaclient/remote_plugins/2_164/dns.py:4434 #: ipaclient/remote_plugins/2_49/dns.py:4358 msgid "Add a permission for per-zone access delegation." msgstr "Добавить разрешение для делегирования прав доступа для отдельных зон." #: ipaserver/plugins/dns.py:3002 ipaclient/remote_plugins/2_114/dns.py:5286 #: ipaclient/remote_plugins/2_156/dns.py:5061 #: ipaclient/remote_plugins/2_164/dns.py:5080 #: ipaclient/remote_plugins/2_49/dns.py:4977 msgid "Remove a permission for per-zone access delegation." msgstr "Удалить разрешение для делегирования прав доступа для отдельных зон." #: ipaserver/plugins/dns.py:3012 msgid "DNS resource record" msgstr "запись ресурса DNS" #: ipaserver/plugins/dns.py:3013 msgid "DNS resource records" msgstr "записи ресурсов DNS" #: ipaserver/plugins/dns.py:3020 msgid "DNS Resource Records" msgstr "Записи ресурсов DNS" #: ipaserver/plugins/dns.py:3021 msgid "DNS Resource Record" msgstr "Запись ресурса DNS" #: ipaserver/plugins/dns.py:3026 ipaserver/plugins/dns.py:3027 #: ipaclient/remote_plugins/2_114/dns.py:318 #: ipaclient/remote_plugins/2_114/dns.py:1796 #: ipaclient/remote_plugins/2_114/dns.py:2681 #: ipaclient/remote_plugins/2_114/dns.py:3037 #: ipaclient/remote_plugins/2_114/dns.py:3091 #: ipaclient/remote_plugins/2_114/dns.py:3475 #: ipaclient/remote_plugins/2_114/dns.py:4352 #: ipaclient/remote_plugins/2_156/dns.py:318 #: ipaclient/remote_plugins/2_156/dns.py:1761 #: ipaclient/remote_plugins/2_156/dns.py:2596 #: ipaclient/remote_plugins/2_156/dns.py:2907 #: ipaclient/remote_plugins/2_156/dns.py:2961 #: ipaclient/remote_plugins/2_156/dns.py:3300 #: ipaclient/remote_plugins/2_156/dns.py:4127 #: ipaclient/remote_plugins/2_164/dns.py:318 #: ipaclient/remote_plugins/2_164/dns.py:1769 #: ipaclient/remote_plugins/2_164/dns.py:2604 #: ipaclient/remote_plugins/2_164/dns.py:2915 #: ipaclient/remote_plugins/2_164/dns.py:2969 #: ipaclient/remote_plugins/2_164/dns.py:3308 #: ipaclient/remote_plugins/2_164/dns.py:4135 #: ipaclient/remote_plugins/2_49/dns.py:246 #: ipaclient/remote_plugins/2_49/dns.py:1272 #: ipaclient/remote_plugins/2_49/dns.py:2285 #: ipaclient/remote_plugins/2_49/dns.py:2649 #: ipaclient/remote_plugins/2_49/dns.py:2700 #: ipaclient/remote_plugins/2_49/dns.py:3078 #: ipaclient/remote_plugins/2_49/dns.py:4083 msgid "Record name" msgstr "Имя записи" #: ipaserver/plugins/dns.py:3044 ipaclient/remote_plugins/2_114/dns.py:2627 #: ipaclient/remote_plugins/2_114/dns.py:2993 #: ipaclient/remote_plugins/2_114/dns.py:3407 #: ipaclient/remote_plugins/2_114/dns.py:4292 #: ipaclient/remote_plugins/2_114/dns.py:4365 #: ipaclient/remote_plugins/2_156/dns.py:2542 #: ipaclient/remote_plugins/2_156/dns.py:2863 #: ipaclient/remote_plugins/2_156/dns.py:3232 #: ipaclient/remote_plugins/2_156/dns.py:4067 #: ipaclient/remote_plugins/2_156/dns.py:4140 #: ipaclient/remote_plugins/2_164/dns.py:2550 #: ipaclient/remote_plugins/2_164/dns.py:2871 #: ipaclient/remote_plugins/2_164/dns.py:3240 #: ipaclient/remote_plugins/2_164/dns.py:4075 #: ipaclient/remote_plugins/2_164/dns.py:4148 #: ipaclient/remote_plugins/2_49/dns.py:2235 #: ipaclient/remote_plugins/2_49/dns.py:2596 #: ipaclient/remote_plugins/2_49/dns.py:3015 #: ipaclient/remote_plugins/2_49/dns.py:4027 #: ipaclient/remote_plugins/2_49/dns.py:4096 msgid "Structured" msgstr "Структурировано" #: ipaserver/plugins/dns.py:3045 ipaclient/remote_plugins/2_114/dns.py:2628 #: ipaclient/remote_plugins/2_114/dns.py:2994 #: ipaclient/remote_plugins/2_114/dns.py:3408 #: ipaclient/remote_plugins/2_114/dns.py:4293 #: ipaclient/remote_plugins/2_114/dns.py:4366 #: ipaclient/remote_plugins/2_156/dns.py:2543 #: ipaclient/remote_plugins/2_156/dns.py:2864 #: ipaclient/remote_plugins/2_156/dns.py:3233 #: ipaclient/remote_plugins/2_156/dns.py:4068 #: ipaclient/remote_plugins/2_156/dns.py:4141 #: ipaclient/remote_plugins/2_164/dns.py:2551 #: ipaclient/remote_plugins/2_164/dns.py:2872 #: ipaclient/remote_plugins/2_164/dns.py:3241 #: ipaclient/remote_plugins/2_164/dns.py:4076 #: ipaclient/remote_plugins/2_164/dns.py:4149 #: ipaclient/remote_plugins/2_49/dns.py:2236 #: ipaclient/remote_plugins/2_49/dns.py:2597 #: ipaclient/remote_plugins/2_49/dns.py:3016 #: ipaclient/remote_plugins/2_49/dns.py:4028 #: ipaclient/remote_plugins/2_49/dns.py:4097 msgid "Parse all raw DNS records and return them in a structured way" msgstr "" "Проанализировать все необработанные записи DNS и вернуть их в " "структурированном виде" #: ipaserver/plugins/dns.py:3054 msgid "DS record must not be in zone apex (RFC 4035 section 2.4)" msgstr "запись DS не должна находиться в начале зоны (RFC 4035, раздел 2.4)" #: ipaserver/plugins/dns.py:3071 msgid "" "out-of-zone data: record name must be a subdomain of the zone or a relative " "name" msgstr "" "данные вне зоны: имя записи должно быть поддоменом зоны или относительным " "именем" #: ipaserver/plugins/dns.py:3082 #, python-format msgid "" "owner of %(types)s records should not be a wildcard domain name (RFC 4592 " "section 4)" msgstr "" "нельзя использовать шаблон имени домена в поле владельца записей %(types)s " "(RFC 4592, раздел 4)" #: ipaserver/plugins/dns.py:3111 #, python-format msgid "" "Reverse zone for PTR record should be a sub-zone of one the following fully " "qualified domains: %s" msgstr "" "Обратная зона для записи PTR должна быть дочерней зоной одного из следующих " "полноформатных доменов: %s" #: ipaserver/plugins/dns.py:3126 #, python-format msgid "" "Reverse zone %(name)s requires exactly %(count)d IP address components, " "%(user_count)d given" msgstr "" "Обратной зоне %(name)s требуется ровно %(count)d компонтов IP-адресов, " "предоставлено %(user_count)d" #: ipaserver/plugins/dns.py:3168 msgid "only master zones can contain records" msgstr "только главные зоны могут содержать записи" #: ipaserver/plugins/dns.py:3281 msgid "only one CNAME record is allowed per name (RFC 2136, section 1.1.5)" msgstr "" "для одного имени можно использовать только одну запись CNAME (RFC 2136, " "раздел 1.1.5)" #: ipaserver/plugins/dns.py:3287 msgid "" "CNAME record is not allowed to coexist with any other record (RFC 1034, " "section 3.6.2)" msgstr "" "Запись CNAME нельзя использовать вместе с любыми другими записями (RFC 1034, " "раздел 3.6.2)" #: ipaserver/plugins/dns.py:3295 msgid "only one DNAME record is allowed per name (RFC 6672, section 2.4)" msgstr "" "для одного имени можно использовать только одну запись DNAME (RFC 6672, " "раздел 2.4)" #: ipaserver/plugins/dns.py:3311 #, python-format msgid "" "NS record is not allowed to coexist with an %(type)s record except when " "located in a zone root record (RFC 2181, section 6.1)" msgstr "" "Запись NS нельзя использовать вместе с записью %(type)s, если только они не " "расположены в корневой записи зоны (RFC 2181, раздел 6.1)" #: ipaserver/plugins/dns.py:3327 msgid "" "DS record requires to coexist with an NS record (RFC 4592 section 4.6, RFC " "4035 section 2.4)" msgstr "" "запись DS должна использоваться вместе с записью NS (RFC 4592, раздел 4.6, " "RFC 4035, раздел 2.4)" #: ipaserver/plugins/dns.py:3557 ipaclient/plugins/dns.py:137 msgid "Split DNS record to parts" msgstr "Разделить запись DNS на части" #: ipaserver/plugins/dns.py:3572 ipaclient/remote_plugins/2_114/dns.py:1780 #: ipaclient/remote_plugins/2_156/dns.py:1745 #: ipaclient/remote_plugins/2_164/dns.py:1753 #: ipaclient/remote_plugins/2_49/dns.py:1261 msgid "Add new DNS resource record." msgstr "Добавить новую запись ресурса DNS." #: ipaserver/plugins/dns.py:3580 ipaclient/remote_plugins/2_114/dns.py:2620 #: ipaclient/remote_plugins/2_156/dns.py:2535 #: ipaclient/remote_plugins/2_164/dns.py:2543 #: ipaclient/remote_plugins/2_49/dns.py:2228 msgid "force NS record creation even if its hostname is not in DNS" msgstr "" "Принудительно создать запись NS, даже если соответствующее имя узла " "отсутствует в DNS" #: ipaserver/plugins/dns.py:3610 #, python-format msgid "Raw value of a DNS record was already set by \"%(name)s\" option" msgstr "Необработанное значение записи DNS уже задано параметром \"%(name)s\"" #: ipaserver/plugins/dns.py:3719 ipaclient/remote_plugins/2_114/dns.py:3459 #: ipaclient/remote_plugins/2_156/dns.py:3284 #: ipaclient/remote_plugins/2_164/dns.py:3292 #: ipaclient/remote_plugins/2_49/dns.py:3067 msgid "Modify a DNS resource record." msgstr "Изменить запись ресурса DNS." #: ipaserver/plugins/dns.py:3736 msgid "DNS zone root record cannot be renamed" msgstr "Невозможно переименовать корневую запись зоны DNS" #: ipaserver/plugins/dns.py:3754 msgid "DNS records can be only updated one at a time" msgstr "Записи DNS можно обновлять только по одной" #: ipaserver/plugins/dns.py:3846 ipaclient/remote_plugins/2_114/dns.py:3018 #: ipaclient/remote_plugins/2_156/dns.py:2888 #: ipaclient/remote_plugins/2_164/dns.py:2896 #: ipaclient/remote_plugins/2_49/dns.py:2635 msgid "Delete DNS record entry." msgstr "Удалить пункт записи DNS." #: ipaserver/plugins/dns.py:3847 #, python-format msgid "Deleted record \"%(value)s\"" msgstr "Удалена запись \"%(value)s\"" #: ipaserver/plugins/dns.py:3854 ipaclient/remote_plugins/2_114/dns.py:2665 #: ipaclient/remote_plugins/2_156/dns.py:2580 #: ipaclient/remote_plugins/2_164/dns.py:2588 #: ipaclient/remote_plugins/2_49/dns.py:2274 msgid "Delete DNS resource record." msgstr "Удалить запись ресурса DNS." #: ipaserver/plugins/dns.py:3858 ipaclient/plugins/dns.py:329 msgid "" "Neither --del-all nor options to delete a specific record provided.\n" "Command help may be consulted for all supported record types." msgstr "" "Не предоставлено ни --del-all, ни параметров удаления определённой записи.\n" "Все поддерживаемые типы записей можно посмотреть с помощью команды help." #: ipaserver/plugins/dns.py:3864 ipaclient/remote_plugins/2_114/dns.py:2987 #: ipaclient/remote_plugins/2_156/dns.py:2857 #: ipaclient/remote_plugins/2_164/dns.py:2865 #: ipaclient/remote_plugins/2_49/dns.py:2590 msgid "Delete all associated records" msgstr "Удалить все связанные записи" #: ipaserver/plugins/dns.py:3939 #, python-format msgid "Zone record '%s' cannot be deleted" msgstr "Невозможно удалить запись зоны \"%s\"" #: ipaserver/plugins/dns.py:3980 ipaclient/remote_plugins/2_114/dns.py:4336 #: ipaclient/remote_plugins/2_156/dns.py:4111 #: ipaclient/remote_plugins/2_164/dns.py:4119 #: ipaclient/remote_plugins/2_49/dns.py:4072 msgid "Display DNS resource." msgstr "Показать ресурс DNS." #: ipaserver/plugins/dns.py:3997 ipaclient/remote_plugins/2_114/dns.py:3067 #: ipaclient/remote_plugins/2_156/dns.py:2937 #: ipaclient/remote_plugins/2_164/dns.py:2945 #: ipaclient/remote_plugins/2_49/dns.py:2681 msgid "Search for DNS resources." msgstr "Поиск ресурсов DNS." #: ipaserver/plugins/dns.py:4036 ipaclient/remote_plugins/2_164/dns.py:1043 msgid "Resolve a host name in DNS. (Deprecated)" msgstr "Определить адрес по имени узла в DNS. (Больше не поддерживается.)" #: ipaserver/plugins/dns.py:4041 #, python-format msgid "Found '%(value)s'" msgstr "Найдено: \"%(value)s\"" #: ipaserver/plugins/dns.py:4045 ipaclient/remote_plugins/2_164/dns.py:1050 msgid "Hostname (FQDN)" msgstr "Имя узла (FQDN)" #: ipaserver/plugins/dns.py:4056 #, python-format msgid "Host '%(host)s' not found" msgstr "Узел \"%(host)s\" не найден" #: ipaserver/plugins/dns.py:4073 ipaclient/remote_plugins/2_114/dns.py:1052 #: ipaclient/remote_plugins/2_156/dns.py:1017 #: ipaclient/remote_plugins/2_164/dns.py:1017 #: ipaclient/remote_plugins/2_49/dns.py:1068 msgid "Checks if any of the servers has the DNS service enabled." msgstr "Проверяет, включена ли служба DNS на каких-либо серверах." #: ipaserver/plugins/dns.py:4098 msgid "DNS configuration options" msgstr "Параметры конфигурации DNS" #: ipaserver/plugins/dns.py:4103 ipaserver/plugins/dns.py:4104 msgid "DNS Global Configuration" msgstr "Глобальная конфигурация DNS" #: ipaserver/plugins/dns.py:4110 ipaclient/remote_plugins/2_114/dns.py:252 #: ipaclient/remote_plugins/2_114/dns.py:1116 #: ipaclient/remote_plugins/2_156/dns.py:252 #: ipaclient/remote_plugins/2_156/dns.py:1081 #: ipaclient/remote_plugins/2_164/dns.py:252 #: ipaclient/remote_plugins/2_164/dns.py:1083 #: ipaclient/remote_plugins/2_49/dns.py:216 #: ipaclient/remote_plugins/2_49/dns.py:1130 msgid "Global forwarders" msgstr "Глобальные перенаправители" #: ipaserver/plugins/dns.py:4111 ipaclient/remote_plugins/2_114/dns.py:253 #: ipaclient/remote_plugins/2_114/dns.py:1117 #: ipaclient/remote_plugins/2_156/dns.py:253 #: ipaclient/remote_plugins/2_156/dns.py:1082 #: ipaclient/remote_plugins/2_164/dns.py:253 #: ipaclient/remote_plugins/2_164/dns.py:1084 msgid "" "Global forwarders. A custom port can be specified for each forwarder using a " "standard format \"IP_ADDRESS port PORT\"" msgstr "" "Глобальные перенаправители. Для каждого перенаправителя можно указать " "отдельный порт с помощью стандартного формата \"IP_АДРЕС port ПОРТ\"." #: ipaserver/plugins/dns.py:4117 ipaclient/remote_plugins/2_114/dns.py:259 #: ipaclient/remote_plugins/2_114/dns.py:1125 #: ipaclient/remote_plugins/2_156/dns.py:259 #: ipaclient/remote_plugins/2_156/dns.py:1090 #: ipaclient/remote_plugins/2_164/dns.py:259 #: ipaclient/remote_plugins/2_164/dns.py:1092 #: ipaclient/remote_plugins/2_49/dns.py:223 #: ipaclient/remote_plugins/2_49/dns.py:1139 msgid "" "Global forwarding policy. Set to \"none\" to disable any configured global " "forwarders." msgstr "" "Глобальная политика перенаправления. Чтобы отключить все настроенные " "глобальные перенаправители, установите значение \"none\"." #: ipaserver/plugins/dns.py:4124 ipaclient/remote_plugins/2_114/dns.py:265 #: ipaclient/remote_plugins/2_114/dns.py:1132 #: ipaclient/remote_plugins/2_156/dns.py:265 #: ipaclient/remote_plugins/2_156/dns.py:1097 #: ipaclient/remote_plugins/2_164/dns.py:265 #: ipaclient/remote_plugins/2_164/dns.py:1099 #: ipaclient/remote_plugins/2_49/dns.py:229 #: ipaclient/remote_plugins/2_49/dns.py:1146 msgid "Allow synchronization of forward (A, AAAA) and reverse (PTR) records" msgstr "Разрешить синхронизацию прямых (A, AAAA) и обратных (PTR) записей" #: ipaserver/plugins/dns.py:4129 ipaclient/remote_plugins/2_114/dns.py:270 #: ipaclient/remote_plugins/2_114/dns.py:1139 #: ipaclient/remote_plugins/2_156/dns.py:270 #: ipaclient/remote_plugins/2_156/dns.py:1104 #: ipaclient/remote_plugins/2_164/dns.py:270 #: ipaclient/remote_plugins/2_164/dns.py:1106 #: ipaclient/remote_plugins/2_49/dns.py:234 #: ipaclient/remote_plugins/2_49/dns.py:1152 msgid "Zone refresh interval" msgstr "Интервал между обновлениями данных зоны" #: ipaserver/plugins/dns.py:4130 ipaclient/remote_plugins/2_49/dns.py:235 #: ipaclient/remote_plugins/2_49/dns.py:1153 msgid "An interval between regular polls of the name server for new DNS zones" msgstr "Интервал между регулярными опросами сервера имён о новых зонах DNS" #: ipaserver/plugins/dns.py:4135 msgid "IPA DNS version" msgstr "Версия DNS IPA" #: ipaserver/plugins/dns.py:4139 msgid "IPA DNS servers" msgstr "DNS-серверы IPA" #: ipaserver/plugins/dns.py:4140 msgid "List of IPA masters configured as DNS servers" msgstr "" "Вывести список главных IPA-серверов, настроенных в качестве DNS-серверов" #: ipaserver/plugins/dns.py:4145 msgid "IPA DNSSec key master" msgstr "Мастер ключей DNSSec IPA" #: ipaserver/plugins/dns.py:4146 msgid "IPA server configured as DNSSec key master" msgstr "IPA-сервер, настроенный в качестве мастера ключей DNSSec" #: ipaserver/plugins/dns.py:4197 msgid "Global DNS configuration is empty" msgstr "Пустая глобальная конфигурация DNS" #: ipaserver/plugins/dns.py:4201 ipaclient/remote_plugins/2_114/dns.py:1108 #: ipaclient/remote_plugins/2_156/dns.py:1073 #: ipaclient/remote_plugins/2_164/dns.py:1075 #: ipaclient/remote_plugins/2_49/dns.py:1122 msgid "Modify global DNS configuration." msgstr "Изменить глобальную конфигурацию DNS." #: ipaserver/plugins/dns.py:4259 ipaclient/remote_plugins/2_114/dns.py:1203 #: ipaclient/remote_plugins/2_156/dns.py:1168 #: ipaclient/remote_plugins/2_164/dns.py:1170 #: ipaclient/remote_plugins/2_49/dns.py:1217 msgid "Show the current global DNS configuration." msgstr "Показать текущую глобальную конфигурацию DNS." #: ipaserver/plugins/dns.py:4278 msgid "DNS forward zone" msgstr "зона перенаправления DNS" #: ipaserver/plugins/dns.py:4279 msgid "DNS forward zones" msgstr "зоны перенаправления DNS" #: ipaserver/plugins/dns.py:4281 msgid "DNS Forward Zones" msgstr "Зоны перенаправления DNS" #: ipaserver/plugins/dns.py:4282 msgid "DNS Forward Zone" msgstr "Зона перенаправления DNS" #: ipaserver/plugins/dns.py:4375 ipaclient/remote_plugins/2_114/dns.py:1246 #: ipaclient/remote_plugins/2_156/dns.py:1211 #: ipaclient/remote_plugins/2_164/dns.py:1213 msgid "Create new DNS forward zone." msgstr "Создать новую зону перенаправления DNS." #: ipaserver/plugins/dns.py:4389 ipaserver/plugins/dns.py:4439 msgid "Please specify forwarders." msgstr "Укажите серверы-перенаправители." #: ipaserver/plugins/dns.py:4406 ipaclient/remote_plugins/2_114/dns.py:1367 #: ipaclient/remote_plugins/2_156/dns.py:1332 #: ipaclient/remote_plugins/2_164/dns.py:1340 msgid "Delete DNS forward zone." msgstr "Удалить зону перенаправления DNS." #: ipaserver/plugins/dns.py:4408 #, python-format msgid "Deleted DNS forward zone \"%(value)s\"" msgstr "Удалена зона перенаправления DNS \"%(value)s\"" #: ipaserver/plugins/dns.py:4413 ipaclient/remote_plugins/2_114/dns.py:1590 #: ipaclient/remote_plugins/2_156/dns.py:1555 #: ipaclient/remote_plugins/2_164/dns.py:1563 msgid "Modify DNS forward zone." msgstr "Изменить зону перенаправления DNS." #: ipaserver/plugins/dns.py:4454 ipaclient/remote_plugins/2_114/dns.py:1481 #: ipaclient/remote_plugins/2_156/dns.py:1446 #: ipaclient/remote_plugins/2_164/dns.py:1454 msgid "Search for DNS forward zones." msgstr "Поиск зон перенаправления DNS." #: ipaserver/plugins/dns.py:4459 ipaclient/remote_plugins/2_114/dns.py:1725 #: ipaclient/remote_plugins/2_156/dns.py:1690 #: ipaclient/remote_plugins/2_164/dns.py:1698 msgid "Display information about a DNS forward zone." msgstr "Показать сведения о зоне перенаправления DNS." #: ipaserver/plugins/dns.py:4464 ipaclient/remote_plugins/2_114/dns.py:1409 #: ipaclient/remote_plugins/2_156/dns.py:1374 #: ipaclient/remote_plugins/2_164/dns.py:1382 msgid "Disable DNS Forward Zone." msgstr "Отключить зону перенаправления DNS." #: ipaserver/plugins/dns.py:4465 #, python-format msgid "Disabled DNS forward zone \"%(value)s\"" msgstr "Отключена зона перенаправления DNS \"%(value)s\"" #: ipaserver/plugins/dns.py:4470 ipaclient/remote_plugins/2_114/dns.py:1445 #: ipaclient/remote_plugins/2_156/dns.py:1410 #: ipaclient/remote_plugins/2_164/dns.py:1418 msgid "Enable DNS Forward Zone." msgstr "Включить зону перенаправления DNS." #: ipaserver/plugins/dns.py:4471 #, python-format msgid "Enabled DNS forward zone \"%(value)s\"" msgstr "Включена зона перенаправления DNS \"%(value)s\"" #: ipaserver/plugins/dns.py:4481 ipaclient/remote_plugins/2_114/dns.py:1330 #: ipaclient/remote_plugins/2_156/dns.py:1295 #: ipaclient/remote_plugins/2_164/dns.py:1303 msgid "Add a permission for per-forward zone access delegation." msgstr "" "Добавить разрешение для делегирования прав доступа для отдельных зон " "перенаправления." #: ipaserver/plugins/dns.py:4486 ipaclient/remote_plugins/2_114/dns.py:1688 #: ipaclient/remote_plugins/2_156/dns.py:1653 #: ipaclient/remote_plugins/2_164/dns.py:1661 msgid "Remove a permission for per-forward zone access delegation." msgstr "" "Удалить разрешение для делегирования прав доступа для отдельных зон " "перенаправления." #: ipaserver/plugins/dns.py:4494 msgid "IPA DNS records" msgstr "Записи DNS IPA" #: ipaserver/plugins/dns.py:4498 msgid "IPA location records" msgstr "Записи расположений IPA" #: ipaserver/plugins/dns.py:4505 msgid "Update location and IPA server DNS records" msgstr "Обновить записи расположений и DNS-серверов IPA. " #: ipaserver/plugins/dns.py:4516 msgid "Result of the command" msgstr "Результат команды" #: ipaserver/plugins/dns.py:4523 msgid "Dry run" msgstr "Пробное выполнение" #: ipaserver/plugins/dns.py:4524 msgid "Do not update records only return expected records" msgstr "Не обновлять записи, только вернуть ожидаемые записи" #: ipaserver/dcerpc_common.py:20 msgid "Trusting forest" msgstr "Доверяющий лес" #: ipaserver/dcerpc_common.py:21 msgid "Trusted forest" msgstr "Доверенный лес" #: ipaserver/dcerpc_common.py:26 msgid "Established and verified" msgstr "Установлено и проверено" #: ipaserver/dcerpc_common.py:27 msgid "Waiting for confirmation by remote side" msgstr "Ожидание подтверждения удалённой стороной" #: ipaserver/dcerpc_common.py:30 msgid "Unknown" msgstr "Неизвестно" #: ipaserver/dcerpc_common.py:36 msgid "Non-Active Directory domain" msgstr "Домен, который не является доменом Active Directory" #: ipaserver/dcerpc_common.py:38 msgid "RFC4120-compliant Kerberos realm" msgstr "Область (realm) Kerberos, которая соответствует RFC4120" #: ipaserver/dcerpc_common.py:39 msgid "" "Non-transitive external trust to a domain in another Active Directory forest" msgstr "" "Нетранзитивное внешнее отношение доверия с доменом в другом лесу Active " "Directory" #: ipaserver/dcerpc_common.py:41 msgid "Non-transitive external trust to an RFC4120-compliant Kerberos realm" msgstr "" "Нетранзитивное внешнее отношение доверия с областью (realm) Kerberos, " "которая соответствует RFC4120" #: ipaserver/rpcserver.py:506 msgid "Request must be a dict" msgstr "Запрос должен принадлежать к типу словаря (dict)" #: ipaserver/rpcserver.py:508 msgid "Request is missing \"method\"" msgstr "В запросе не указан метод (\"method\")" #: ipaserver/rpcserver.py:510 msgid "Request is missing \"params\"" msgstr "В запросе не указаны параметры (\"params\")" #: ipaserver/rpcserver.py:515 msgid "params must be a list" msgstr "params должны быть списком (list)" #: ipaserver/rpcserver.py:517 msgid "params must contain [args, options]" msgstr "params должен содержать записи [аргументы, параметры]" #: ipaserver/rpcserver.py:520 msgid "params[0] (aka args) must be a list" msgstr "params [0] (или аргументы) должны быть списком (list)" #: ipaserver/rpcserver.py:523 msgid "params[1] (aka options) must be a dict" msgstr "params [1] (или параметры) должны принадлежать к типу словаря (dict)" #: ipaserver/servroles.py:288 #, python-format msgid "all masters must have %(role)s role enabled" msgstr "на всех главных серверах должна быть включена роль %(role)s" #: ipaserver/servroles.py:389 #, python-format msgid "must have %(role)s role enabled" msgstr "должна быть включена роль %(role)s" #: ipaserver/servroles.py:431 msgid "must be enabled only on a single master" msgstr "должно быть включено только на одном главном сервере" #: ipaserver/dcerpc.py:77 msgid "" "\n" "Classes to manage trust joins using DCE-RPC calls\n" "\n" "The code in this module relies heavily on samba4-python package\n" "and Samba4 python bindings.\n" msgstr "" "\n" "Классы для управления доверенными присоединениями с помощью вызовов DCE-RPC\n" "\n" "Код в этом модуле жёстко зависит от содержания пакета samba4-python и " "привязок для языка Python в Samba4.\n" #: ipaserver/dcerpc.py:97 msgid "CIFS server denied your credentials" msgstr "Ваши регистрационные данные отклонены сервером CIFS" #: ipaserver/dcerpc.py:101 msgid "communication with CIFS server was unsuccessful" msgstr "не удалось обменяться данными с сервером CIFS" #: ipaserver/dcerpc.py:107 ipaserver/dcerpc.py:1297 msgid "AD domain controller" msgstr "Контроллер домена AD" #: ipaserver/dcerpc.py:108 msgid "unsupported functional level" msgstr "неподдерживаемый функциональный уровень" #: ipaserver/dcerpc.py:111 msgid "" "AD domain controller complains about communication sequence. It may mean " "unsynchronized time on both sides, for example" msgstr "" "Контроллер домена AD сообщает о непоследовательности команд установления " "связи. Это может означать, например, рассинхронизацию времени между " "компьютерами, которые обмениваются данными" #: ipaserver/dcerpc.py:119 ipaserver/dcerpc.py:125 ipaserver/dcerpc.py:128 msgid "Cannot find specified domain or server name" msgstr "Не удалось найти домен или сервер с указанным именем" #: ipaserver/dcerpc.py:131 ipaserver/dcerpc.py:137 msgid "" "AD DC was unable to reach any IPA domain controller. Most likely it is a DNS " "or firewall issue" msgstr "" "DC AD не удалось получить доступ к контроллерам домена IPA. Скорее всего, " "проблема связана с DNS или брандмауэром" #: ipaserver/dcerpc.py:141 msgid "At least the domain or IP address should be specified" msgstr "Следует указать хотя бы домен или IP-адрес" #: ipaserver/dcerpc.py:179 #, python-format msgid "" "CIFS server communication error: code \"%(num)s\", message \"%(message)s" "\" (both may be \"None\")" msgstr "" "Ошибка обмена данными с сервером CIFS: код \"%(num)s\", сообщение " "\"%(message)s\" (оба значения могут быть \"None\")" #: ipaserver/dcerpc.py:283 msgid "no trusted domain is configured" msgstr "отсутствуют настроенные доверенные домены" #: ipaserver/dcerpc.py:291 msgid "domain is not configured" msgstr "домен не настроен" #: ipaserver/dcerpc.py:298 msgid "SID is not valid" msgstr "SID недействителен" #: ipaserver/dcerpc.py:313 msgid "SID does not match exactlywith any trusted domain's SID" msgstr "SID не совпадает точно ни с одним из SID доверенных доменов" #: ipaserver/dcerpc.py:324 msgid "SID does not match any trusted domain" msgstr "SID не соответствует ни одному доверенному домену" #: ipaserver/dcerpc.py:366 ipaserver/dcerpc.py:373 ipaserver/dcerpc.py:696 msgid "Trust setup" msgstr "Настройка отношения доверия" #: ipaserver/dcerpc.py:367 msgid "Our domain is not configured" msgstr "Наш домен не настроен" #: ipaserver/dcerpc.py:374 msgid "No trusted domain is not configured" msgstr "Не настроено ни одного доверенного домена" #: ipaserver/dcerpc.py:380 ipaserver/dcerpc.py:396 ipaserver/dcerpc.py:415 #: ipaserver/dcerpc.py:423 ipaserver/dcerpc.py:438 ipaserver/dcerpc.py:446 #: ipaserver/dcerpc.py:510 ipaserver/dcerpc.py:566 msgid "trusted domain object" msgstr "объект доверенного домена" #: ipaserver/dcerpc.py:381 msgid "domain is not trusted" msgstr "домен не является доверенным" #: ipaserver/dcerpc.py:397 msgid "no trusted domain matched the specified flat name" msgstr "указанному плоскому имени не соответствует ни один доверенный домен" #: ipaserver/dcerpc.py:401 msgid "trusted domain object not found" msgstr "объект доверенного домена не найден" #: ipaserver/dcerpc.py:416 msgid "SSSD was unable to resolve the object to a valid SID" msgstr "SSSD не удалось определить для объекта корректный SID" #: ipaserver/dcerpc.py:424 ipaserver/dcerpc.py:567 msgid "Ambiguous search, user domain was not specified" msgstr "Неоднозначные параметры поиска: не указан домен пользователя" #: ipaserver/dcerpc.py:439 ipaserver/dcerpc.py:511 msgid "Trusted domain did not return a unique object" msgstr "Доверенным доменом не возвращён уникальный объект" #: ipaserver/dcerpc.py:447 msgid "Trusted domain did not return a valid SID for the object" msgstr "Доверенным доменом не возвращён корректный SID объекта" #: ipaserver/dcerpc.py:551 ipaserver/dcerpc.py:562 msgid "trusted domain user not found" msgstr "пользователь доверенного домена не найден" #: ipaserver/dcerpc.py:697 msgid "Cannot retrieve trusted domain GC list" msgstr "Не удалось получить список сборщиков мусора (GC) доверенного домена" #: ipaserver/dcerpc.py:844 msgid "CIFS credentials object" msgstr "Объект учётных данных CIFS" #: ipaserver/dcerpc.py:882 #, python-format msgid "CIFS server %(host)s denied your credentials" msgstr "Ваши регистрационные данные отклонены сервером CIFS %(host)s" #: ipaserver/dcerpc.py:887 #, python-format msgid "Cannot establish LSA connection to %(host)s. Is CIFS server running?" msgstr "Не удалось установить соединение LSA с %(host)s. Сервер CIFS работает?" #: ipaserver/dcerpc.py:1258 #, python-format msgid "" "the IPA server and the remote domain cannot share the same NetBIOS name: %s" msgstr "IPA-сервер и удалённый домен не могут иметь общее имя NetBIOS: %s" #: ipaserver/dcerpc.py:1286 #, python-brace-format msgid "" "There is already a trust to {ipa_domain} with unsupported type {trust_type}. " "Please remove it manually on AD DC side." msgstr "" "Отношение доверия с {ipa_domain} с неподдерживаемым типом {trust_type} уже " "существует. Пожалуйста, удалите его вручную на стороне DC AD." #: ipaserver/dcerpc.py:1414 #, python-format msgid "" "IPA master denied trust validation requests from AD DC %(count)d times. Most " "likely AD DC contacted a replica that has no trust information replicated " "yet. Additionally, please check that AD DNS is able to resolve %(records)s " "SRV records to the correct IPA server." msgstr "" "Главный IPA-сервер ответил отказом на запросы по утверждению отношений " "доверия от DC AD следующее количество раз: %(count)d. Скорее всего, DC AD " "была установлена связь с репликой, на которой ещё не выполнена репликация " "данных об отношениях доверия. Кроме того, проверьте, может ли DNS AD " "определять по записям SRV %(records)s корректный IPA-сервер." #: ipaserver/dcerpc.py:1484 msgid "Credentials" msgstr "Учётные данные" #: ipaserver/dcerpc.py:1485 msgid "Missing credentials for cross-forest communication" msgstr "Отсутствуют учётные данные для обмена данными между лесами" #: ipaserver/topology.py:14 #, python-format msgid "" "\n" "Replication topology in suffix '%(suffix)s' is disconnected:\n" "%(errors)s" msgstr "" "\n" "Топология репликация в суффиксе \"%(suffix)s\" отключена:\n" "%(errors)s" #: ipaserver/topology.py:18 #, python-format msgid "" "\n" "Removal of '%(hostname)s' leads to disconnected topology in suffix " "'%(suffix)s':\n" "%(errors)s" msgstr "" "\n" "Удаление \"%(hostname)s\" приводит к отключению топологии в суффиксе " "\"%(suffix)s\":\n" "%(errors)s" #: ipaserver/topology.py:121 #, python-format msgid "Topology does not allow server %(server)s to replicate with servers:" msgstr "" "Топология не позволяет серверу %(server)s выполнять репликацию с серверами:" #: ipatests/test_ipalib/test_frontend.py:208 #, python-format msgid "must equal %r" msgstr "должно равняться %r" #: ipatests/test_ipalib/test_parameters.py:232 msgid "Hello world" msgstr "Привет всем!" #: ipatests/test_xmlrpc/test_radiusproxy_plugin.py:63 #: ipatests/test_xmlrpc/test_radiusproxy_plugin.py:71 #, python-format msgid "%s: RADIUS proxy server not found" msgstr "%s: прокси-сервер RADIUS не найден" #: ipatests/test_xmlrpc/test_radiusproxy_plugin.py:119 #, python-format msgid "RADIUS proxy server with name \"%s\" already exists" msgstr "Прокси-сервер RADIUS с именем \"%s\" уже существует" #: ipatests/test_xmlrpc/test_radiusproxy_plugin.py:178 msgid "must be at least 1" msgstr "должно быть не меньше 1" #: util/ipa_ldap.c:42 #, c-format msgid "Unable to initialize connection to ldap server %1$s: %2$s\n" msgstr "Не удалось инициализировать подключение к LDAP-серверу %1$s: %2$s\n" #: util/ipa_ldap.c:52 #, c-format msgid "Unable to set LDAP_OPT_PROTOCOL_VERSION\n" msgstr "Не удалось задать LDAP_OPT_PROTOCOL_VERSION\n" #: util/ipa_ldap.c:60 #, c-format msgid "Unable to set LDAP_OPT_X_SASL_NOCANON\n" msgstr "Не удалось задать LDAP_OPT_X_SASL_NOCANON\n" #: util/ipa_ldap.c:88 #, c-format msgid "Unable to set LDAP_OPT_X_TLS_CACERTFILE\n" msgstr "Не удалось задать LDAP_OPT_X_TLS_CACERTFILE\n" #: util/ipa_ldap.c:94 #, c-format msgid "Unable to set LDAP_OPT_X_TLS_REQUIRE_CERT\n" msgstr "Не удалось задать LDAP_OPT_X_TLS_REQUIRE_CERT\n" #: util/ipa_ldap.c:100 #, c-format msgid "Unable to set LDAP_OPT_X_TLS_PROTOCOL_MIN\n" msgstr "Не удалось задать LDAP_OPT_X_TLS_PROTOCOL_MIN\n" #: util/ipa_ldap.c:106 #, c-format msgid "Unable to set LDAP_OPT_X_TLS_NEWCTX\n" msgstr "Не удалось задать LDAP_OPT_X_TLS_NEWCTX\n" #: util/ipa_ldap.c:113 #, c-format msgid "Unable to initialize STARTTLS session\n" msgstr "Не удалось инициализировать сеанс STARTTLS\n" #: util/ipa_krb5.c:799 util/ipa_krb5.c:814 msgid "Out of memory\n" msgstr "Недостаточно памяти\n" #: util/ipa_krb5.c:832 msgid "Warning unrecognized encryption type.\n" msgstr "Предупреждение: неопознанный тип шифрования.\n" #: util/ipa_krb5.c:846 msgid "Warning unrecognized salt type.\n" msgstr "Предупреждение: неопознанный тип соли.\n" #: util/ipa_krb5.c:878 client/ipa-getkeytab.c:762 #, c-format msgid "No system preferred enctypes ?!\n" msgstr "Отсутствуют установленные в системе типы шифрования?!\n" #: util/ipa_krb5.c:886 msgid "Out of memory!?\n" msgstr "Недостаточно памяти!?\n" #: util/ipa_krb5.c:921 msgid "Enctype comparison failed!\n" msgstr "Ошибка сравнения значений типа шифрования!\n" #: util/ipa_krb5.c:986 msgid "Failed to create random key!\n" msgstr "Не удалось создать случайный ключ!\n" #: util/ipa_krb5.c:999 util/ipa_krb5.c:1017 util/ipa_krb5.c:1025 #: util/ipa_krb5.c:1065 msgid "Failed to create key!\n" msgstr "Не удалось создать ключ!\n" #: util/ipa_krb5.c:1006 util/ipa_krb5.c:1040 client/ipa-join.c:404 #: client/ipa-join.c:422 client/ipa-join.c:521 client/ipa-join.c:715 #: client/ipa-join.c:779 #, c-format msgid "Out of memory!\n" msgstr "Недостаточно памяти!\n" #: util/ipa_krb5.c:1051 msgid "Bad or unsupported salt type.\n" msgstr "Недопустимый или неподдерживаемый тип соли.\n" #: client/ipa-join.c:64 #, c-format msgid "No permission to join this host to the IPA domain.\n" msgstr "Отсутствует разрешение на присоединение этого узла к домену IPA.\n" #: client/ipa-join.c:93 client/ipa-join.c:105 #, c-format msgid "No write permissions on keytab file '%s'\n" msgstr "Отсутствуют разрешения на запись в файл таблицы ключей \"%s\"\n" #: client/ipa-join.c:110 #, c-format msgid "access() on %1$s failed: errno = %2$d\n" msgstr "не удалось выполнить access() для %1$s: номер ошибки = %2$d\n" #: client/ipa-join.c:133 client/ipa-join.c:162 client/ipa-join.c:214 #, c-format msgid "Out of memory!" msgstr "Недостаточно памяти!" #: client/ipa-join.c:225 #, c-format msgid "Unable to enable SSL in LDAP\n" msgstr "Не удалось включить SSL в LDAP\n" #: client/ipa-join.c:243 #, c-format msgid "Bind failed: %s\n" msgstr "Не удалось выполнить привязку: %s\n" #: client/ipa-join.c:317 #, c-format msgid "Search for %1$s on rootdse failed with error %2$d\n" msgstr "Не удалось выполнить поиск %1$s на rootdse. Ошибка: %2$d\n" #: client/ipa-join.c:337 #, c-format msgid "No values for %s" msgstr "Отсутствуют значения для %s" #: client/ipa-join.c:347 #, c-format msgid "Search for IPA namingContext failed with error %d\n" msgstr "Не удалось выполнить поиск namingContext IPA. Ошибка: %d\n" #: client/ipa-join.c:353 #, c-format msgid "IPA namingContext not found\n" msgstr "namingContext IPA не найдено\n" #: client/ipa-join.c:411 #, c-format msgid "Unable to determine root DN of %s\n" msgstr "Не удалось определить корневое DN %s\n" #: client/ipa-join.c:457 #, c-format msgid "Enrollment failed. %s\n" msgstr "Не удалось выполнить регистрацию. %s\n" #: client/ipa-join.c:580 #, c-format msgid "principal not found in XML-RPC response\n" msgstr "учётная запись не найдена в ответе XML-RPC\n" #: client/ipa-join.c:595 #, c-format msgid "Host is already joined.\n" msgstr "Узел уже присоединён.\n" #: client/ipa-join.c:658 client/ipa-join.c:865 #, c-format msgid "Unable to determine IPA server from %s\n" msgstr "Не удалось найти IPA-сервер, используя %s\n" #: client/ipa-join.c:679 client/ipa-join.c:880 #, c-format msgid "The hostname must be fully-qualified: %s\n" msgstr "Имя узла должно быть полным: %s\n" #: client/ipa-join.c:688 client/ipa-join.c:896 #, c-format msgid "Unable to join host: Kerberos context initialization failed\n" msgstr "" "Не удалось присоединить узел: ошибка инициализации Kerberos-контекста\n" #: client/ipa-join.c:696 #, c-format msgid "Error resolving keytab: %s.\n" msgstr "Ошибка обработки файла таблицы ключей: %s.\n" #: client/ipa-join.c:705 #, c-format msgid "Error getting default Kerberos realm: %s.\n" msgstr "Ошибка получения области (realm) Kerberos по умолчанию: %s.\n" #: client/ipa-join.c:723 #, c-format msgid "Error parsing \"%1$s\": %2$s.\n" msgstr "Ошибка обработки \"%1$s\": %2$s.\n" #: client/ipa-join.c:742 #, c-format msgid "Error obtaining initial credentials: %s.\n" msgstr "Ошибка получения начальных учётных данных: %s.\n" #: client/ipa-join.c:754 #, c-format msgid "Unable to generate Kerberos Credential Cache\n" msgstr "Не удалось создать кэш учётных данных Kerberos\n" #: client/ipa-join.c:762 #, c-format msgid "Error storing creds in credential cache: %s.\n" msgstr "Ошибка сохранения учётных данных в кэше: %s.\n" #: client/ipa-join.c:810 #, c-format msgid "Unenrollment successful.\n" msgstr "Отмена регистрации выполнена успешно.\n" #: client/ipa-join.c:813 #, c-format msgid "Unenrollment failed.\n" msgstr "Не удалось отменить регистрацию.\n" #: client/ipa-join.c:818 #, c-format msgid "result not found in XML-RPC response\n" msgstr "результат не найден в ответе XML-RPC\n" #: client/ipa-join.c:886 #, c-format msgid "The hostname must not be: %s\n" msgstr "Имя узла не должно быть следующим: %s\n" #: client/ipa-join.c:903 #, c-format msgid "Unable to join host: Kerberos Credential Cache not found\n" msgstr "Не удалось присоединить узел: кэш учётных данных Kerberos не найден\n" #: client/ipa-join.c:911 #, c-format msgid "" "Unable to join host: Kerberos User Principal not found and host password not " "provided.\n" msgstr "" "Не удалось присоединить узел: учётная запись пользователя Kerberos не " "найдена, пароль узла не указан.\n" #: client/ipa-join.c:926 #, c-format msgid "fork() failed\n" msgstr "не удалось выполнить fork()\n" #: client/ipa-join.c:955 #, c-format msgid "ipa-getkeytab not found\n" msgstr "команда ipa-getkeytab не найдена \n" #: client/ipa-join.c:958 #, c-format msgid "ipa-getkeytab has bad permissions?\n" msgstr "неправильные разрешения команды ipa-getkeytab?\n" #: client/ipa-join.c:961 #, c-format msgid "executing ipa-getkeytab failed, errno %d\n" msgstr "не удалось выполнить команду ipa-getkeytab, номер ошибки %d\n" #: client/ipa-join.c:973 #, c-format msgid "child exited with %d\n" msgstr "дочерний процесс завершился с сообщением %d\n" #: client/ipa-join.c:1013 msgid "Print the raw XML-RPC output in GSSAPI mode" msgstr "Вывести данные XML-RPC без обработки в режиме GSSAPI" #: client/ipa-join.c:1015 msgid "Quiet mode. Only errors are displayed." msgstr "Тихий режим. Отображаются только ошибки." #: client/ipa-join.c:1017 msgid "Unenroll this host from IPA server" msgstr "Отменить регистрацию этого узла на IPA-сервере" #: client/ipa-join.c:1019 msgid "Hostname of this server" msgstr "Имя узла этого сервера" #: client/ipa-join.c:1019 client/ipa-join.c:1021 msgid "hostname" msgstr "Имя узла" #: client/ipa-join.c:1021 msgid "IPA Server to use" msgstr "IPA-сервер, который следует использовать" #: client/ipa-join.c:1023 msgid "Specifies where to store keytab information." msgstr "Указывает место сохранения данных таблицы ключей." #: client/ipa-join.c:1023 msgid "filename" msgstr "имя файла" #: client/ipa-join.c:1025 msgid "Force the host join. Rejoin even if already joined." msgstr "" "Принудительно присоединить узел. Повторить присоединение, даже если оно уже " "выполнено." #: client/ipa-join.c:1027 msgid "LDAP password (if not using Kerberos)" msgstr "LDAP-пароль (если не используется Kerberos)" #: client/ipa-join.c:1027 msgid "password" msgstr "пароль" #: client/ipa-join.c:1029 msgid "LDAP basedn" msgstr "LDAP basedn" #: client/ipa-join.c:1029 msgid "basedn" msgstr "basedn" #: client/ipa-rmkeytab.c:43 #, c-format msgid "Unable to parse principal name\n" msgstr "Не удалось обработать имя учётной записи\n" #: client/ipa-rmkeytab.c:45 #, c-format msgid "krb5_parse_name %1$d: %2$s\n" msgstr "krb5_parse_name %1$d: %2$s\n" #: client/ipa-rmkeytab.c:55 #, c-format msgid "Removing principal %s\n" msgstr "Удаление учётной записи %s\n" #: client/ipa-rmkeytab.c:68 #, c-format msgid "Failed to open keytab\n" msgstr "Не удалось открыть файл таблицы ключей\n" #: client/ipa-rmkeytab.c:72 #, c-format msgid "principal not found\n" msgstr "учётная запись не найдена\n" #: client/ipa-rmkeytab.c:74 #, c-format msgid "krb5_kt_get_entry %1$d: %2$s\n" msgstr "krb5_kt_get_entry %1$d: %2$s\n" #: client/ipa-rmkeytab.c:82 #, c-format msgid "Unable to remove entry\n" msgstr "Не удалось удалить запись\n" #: client/ipa-rmkeytab.c:84 #, c-format msgid "kvno %d\n" msgstr "kvno %d\n" #: client/ipa-rmkeytab.c:85 #, c-format msgid "krb5_kt_remove_entry %1$d: %2$s\n" msgstr "krb5_kt_remove_entry %1$d: %2$s\n" #: client/ipa-rmkeytab.c:119 #, c-format msgid "Unable to parse principal\n" msgstr "Не удалось обработать учётную запись\n" #: client/ipa-rmkeytab.c:121 #, c-format msgid "krb5_unparse_name %1$d: %2$s\n" msgstr "krb5_unparse_name %1$d: %2$s\n" #: client/ipa-rmkeytab.c:143 #, c-format msgid "realm not found\n" msgstr "область (realm) не найдена\n" #: client/ipa-rmkeytab.c:169 msgid "Print debugging information" msgstr "Вывести отладочные данные" #: client/ipa-rmkeytab.c:169 msgid "Debugging output" msgstr "Отладочный вывод" #: client/ipa-rmkeytab.c:171 msgid "" "The principal to remove from the keytab (ex: ftp/ftp.example.com@EXAMPLE.COM)" msgstr "" "Учётная запись, которую следует удалить из файла таблицы ключей (пример: ftp/" "ftp.example.com@EXAMPLE.COM)" #: client/ipa-rmkeytab.c:172 client/ipa-getkeytab.c:698 msgid "Kerberos Service Principal Name" msgstr "Имя учётной записи службы Kerberos" #: client/ipa-rmkeytab.c:174 msgid "The keytab file to remove the principcal(s) from" msgstr "" "Файл таблицы ключей, из которого следует удалить учётную запись (записи)" #: client/ipa-rmkeytab.c:174 client/ipa-getkeytab.c:702 msgid "Keytab File Name" msgstr "Имя файла таблицы ключей" #: client/ipa-rmkeytab.c:176 msgid "Remove all principals in this realm" msgstr "Удалить все учётные записи в этой области (realm)" #: client/ipa-rmkeytab.c:190 client/ipa-getkeytab.c:749 #, c-format msgid "Kerberos context initialization failed\n" msgstr "Не удалось инициализировать Kerberos-контекст\n" #: client/ipa-rmkeytab.c:230 client/ipa-rmkeytab.c:237 #, c-format msgid "Failed to open keytab '%1$s': %2$s\n" msgstr "Не удалось открыть файл таблицы ключей \"%1$s\": %2$s\n" #: client/ipa-rmkeytab.c:253 #, c-format msgid "Closing keytab failed\n" msgstr "Не удалось закрыть файл таблицы ключей\n" #: client/ipa-rmkeytab.c:255 #, c-format msgid "krb5_kt_close %1$d: %2$s\n" msgstr "krb5_kt_close %1$d: %2$s\n" #: client/ipa-getkeytab.c:84 #, c-format msgid "Kerberos context initialization failed: %1$s (%2$d)\n" msgstr "Не удалось инициализировать Kerberos-контекст: %1$s (%2$d)\n" #: client/ipa-getkeytab.c:95 #, c-format msgid "Unable to parse principal: %1$s (%2$d)\n" msgstr "Не удалось обработать учётную запись: %1$s (%2$d)\n" #: client/ipa-getkeytab.c:150 #, c-format msgid "No keys accepted by KDC\n" msgstr "Отсутствуют принятые KDC ключи\n" #: client/ipa-getkeytab.c:168 #, c-format msgid "Out of memory \n" msgstr "" "Недостаточно памяти\n" "\n" #: client/ipa-getkeytab.c:192 #, c-format msgid "Unable to initialize ldap library!\n" msgstr "Не удалось инициализировать библиотеку ldap!\n" #: client/ipa-getkeytab.c:208 #, c-format msgid "Simple bind failed\n" msgstr "Не удалось выполнить простую привязку\n" #: client/ipa-getkeytab.c:257 #, c-format msgid "Operation failed: %s\n" msgstr "Не удалось выполнить операцию: %s\n" #: client/ipa-getkeytab.c:266 #, c-format msgid "Failed to get result: %s\n" msgstr "Не удалось получить результат: %s\n" #: client/ipa-getkeytab.c:270 #, c-format msgid "Timeout exceeded." msgstr "Превышено время ожидания." #: client/ipa-getkeytab.c:276 #, c-format msgid "Failed to parse extended result: %s\n" msgstr "Не удалось обработать расширенный результат: %s\n" #: client/ipa-getkeytab.c:283 #, c-format msgid "Failed to parse result: %s\n" msgstr "Не удалось обработать результат: %s\n" #: client/ipa-getkeytab.c:302 #, c-format msgid "Missing reply control list!\n" msgstr "Отсутствует список элементов управления ответами!\n" #: client/ipa-getkeytab.c:312 #, c-format msgid "Missing reply control!\n" msgstr "Отсутствует элемент управления ответами!\n" #: client/ipa-getkeytab.c:354 #, c-format msgid "Out of Memory!\n" msgstr "Недостаточно памяти!\n" #: client/ipa-getkeytab.c:361 client/ipa-getkeytab.c:522 #, c-format msgid "Failed to create control!\n" msgstr "Не удалось создать элемент управления!\n" #: client/ipa-getkeytab.c:367 client/ipa-getkeytab.c:530 #, c-format msgid "Failed to bind to server!\n" msgstr "Не удалось задать привязку к серверу!\n" #: client/ipa-getkeytab.c:374 #, c-format msgid "Failed to get keytab!\n" msgstr "Не удалось получить файл таблицы ключей!\n" #: client/ipa-getkeytab.c:383 #, c-format msgid "ber_init() failed, Invalid control ?!\n" msgstr "Не удалось выполнить ber_init(), недопустимый элемент управления?!\n" #: client/ipa-getkeytab.c:402 #, c-format msgid "ber_scanf() failed, unable to find kvno ?!\n" msgstr "Ошибка ber_scanf(), не удалось найти kvno?!\n" #: client/ipa-getkeytab.c:414 #, c-format msgid "Failed to retrieve encryption type type #%d\n" msgstr "Не удалось получить данные о типе шифрования №%d\n" #: client/ipa-getkeytab.c:418 #, c-format msgid "Failed to retrieve encryption type %1$s (#%2$d)\n" msgstr "Не удалось получить данные о типе шифрования %1$s (№%2$d)\n" #: client/ipa-getkeytab.c:428 #, c-format msgid "Failed to retrieve any keys" msgstr "Не удалось получить ни одного ключа" #: client/ipa-getkeytab.c:545 msgid "Failed to decode control reply!\n" msgstr "" "Не удалось расшифровать контрольный ответ!\n" "\n" #: client/ipa-getkeytab.c:573 msgid "New Principal Password" msgstr "Новый пароль учётной записи" #: client/ipa-getkeytab.c:579 msgid "Verify Principal Password" msgstr "Проверка пароля учётной записи" #: client/ipa-getkeytab.c:612 #, c-format msgid "Failed to open config file %s\n" msgstr "Не удалось открыть файл конфигурации %s\n" #: client/ipa-getkeytab.c:622 #, c-format msgid "Failed to parse config file %s\n" msgstr "Не удалось обработать файл конфигурации %s\n" #: client/ipa-getkeytab.c:692 msgid "Print as little as possible" msgstr "Выводить минимум данных" #: client/ipa-getkeytab.c:692 msgid "Output only on errors" msgstr "Выводить только ошибки" #: client/ipa-getkeytab.c:694 msgid "Contact this specific KDC Server" msgstr "Установить связь с указанным KDC-сервером" #: client/ipa-getkeytab.c:695 msgid "Server Name" msgstr "Имя сервера" #: client/ipa-getkeytab.c:697 msgid "The principal to get a keytab for (ex: ftp/ftp.example.com@EXAMPLE.COM)" msgstr "" "Учётная запись, для которой следует получить файл таблицы ключей (пример: " "ftp/ftp.example.com@EXAMPLE.COM)" #: client/ipa-getkeytab.c:700 msgid "" "The keytab file to append the new key to (will be created if it does not " "exist)." msgstr "" "Файл таблицы ключей, в который следует добавить новый ключ (файл будет " "создан, если не существует)." #: client/ipa-getkeytab.c:704 msgid "Encryption types to request" msgstr "Типы шифрования для запрашивания" #: client/ipa-getkeytab.c:705 msgid "Comma separated encryption types list" msgstr "Список типов шифрования, разделённых запятыми" #: client/ipa-getkeytab.c:707 msgid "Show the list of permitted encryption types and exit" msgstr "Показать список разрешённых типов шифрования и завершить работу" #: client/ipa-getkeytab.c:708 msgid "Permitted Encryption Types" msgstr "Разрешённые типы шифрования" #: client/ipa-getkeytab.c:710 msgid "Asks for a non-random password to use for the principal" msgstr "" "Запросить неслучайный пароль, который следует использовать для учётной записи" #: client/ipa-getkeytab.c:712 msgid "LDAP DN" msgstr "LDAP DN" #: client/ipa-getkeytab.c:712 msgid "DN to bind as if not using kerberos" msgstr "" "DN, к которому следует установить привязку, если не используется Kerberos" #: client/ipa-getkeytab.c:714 msgid "LDAP password" msgstr "Пароль LDAP" #: client/ipa-getkeytab.c:714 msgid "password to use if not using kerberos" msgstr "пароль, который следует использовать, если не используется Kerberos" #: client/ipa-getkeytab.c:716 msgid "Path to the IPA CA certificate" msgstr "Путь к сертификату CA IPA" #: client/ipa-getkeytab.c:716 msgid "IPA CA certificate" msgstr "Сертификат CA IPA" #: client/ipa-getkeytab.c:718 msgid "LDAP uri to connect to. Mutually exclusive with --server" msgstr "" "Адрес LDAP, с которым следует установить соединение. Несовместимо с --server" #: client/ipa-getkeytab.c:719 msgid "url" msgstr "адрес" #: client/ipa-getkeytab.c:721 msgid "LDAP SASL bind mechanism if no bindd/bindpw" msgstr "Механизм привязки LDAP SASL, если отсутствует bindd/bindpw" #: client/ipa-getkeytab.c:722 msgid "GSSAPI|EXTERNAL" msgstr "GSSAPI|EXTERNAL" #: client/ipa-getkeytab.c:724 msgid "Retrieve current keys without changing them" msgstr "Получать текущие ключи без внесения в них изменений" #: client/ipa-getkeytab.c:765 #, c-format msgid "Supported encryption types:\n" msgstr "Поддерживаемые типы шифрования:\n" #: client/ipa-getkeytab.c:769 #, c-format msgid "Warning: failed to convert type (#%d)\n" msgstr "Предупреждение: не удалось преобразовать тип (№%d)\n" #: client/ipa-getkeytab.c:788 #, c-format msgid "Bind password required when using a bind DN.\n" msgstr "При использовании привязки DN следует указать пароль привязки.\n" #: client/ipa-getkeytab.c:795 #, c-format msgid "Cannot specify both SASL mechanism and bind DN simultaneously.\n" msgstr "Невозможно одновременно указать механизм SASL и DN привязки\n" #: client/ipa-getkeytab.c:803 #, c-format msgid "Invalid SASL bind mechanism\n" msgstr "Некорректный механизм привязки SASL\n" #: client/ipa-getkeytab.c:814 #, c-format msgid "Cannot specify server and LDAP uri simultaneously.\n" msgstr "Невозможно одновременно указать сервер и адрес LDAP\n" #: client/ipa-getkeytab.c:831 #, c-format msgid "Server name not provided and unavailable\n" msgstr "Не указано имя сервера, сервер недоступен\n" #: client/ipa-getkeytab.c:847 #, c-format msgid "Incompatible options provided (-r and -P)\n" msgstr "Указаны несовместимые параметры (-r и -P)\n" #: client/ipa-getkeytab.c:858 #, c-format msgid "" "Warning: salt types are not honored with randomized passwords (see opt. -P)\n" msgstr "" "Предупреждение: случайные пароли не поддерживают типы соли (см. параметр -" "P)\n" #: client/ipa-getkeytab.c:870 #, c-format msgid "Invalid Service Principal Name\n" msgstr "Недопустимое имя учётной записи службы\n" #: client/ipa-getkeytab.c:878 #, c-format msgid "Kerberos Credential Cache not found. Do you have a Kerberos Ticket?\n" msgstr "" "Кэш учётных данных Kerberos не найден. Имеется ли у вас билет Kerberos?\n" #: client/ipa-getkeytab.c:886 #, c-format msgid "" "Kerberos User Principal not found. Do you have a valid Credential Cache?\n" msgstr "" "Учётная запись пользователя Kerberos не найдена. Имеется ли у вас корректный " "кэш учётных данных?\n" #: client/ipa-getkeytab.c:894 #, c-format msgid "Failed to open Keytab\n" msgstr "Не удалось открыть файл таблицы ключей\n" #: client/ipa-getkeytab.c:912 #, c-format msgid "Retrying with pre-4.0 keytab retrieval method...\n" msgstr "" "Повтор попытки с использованием метода получения таблицы ключей, который " "применялся до версии 4.0\n" #: client/ipa-getkeytab.c:922 #, c-format msgid "Failed to create key material\n" msgstr "Не удалось создать ключ\n" #: client/ipa-getkeytab.c:931 #, c-format msgid "Failed to get keytab\n" msgstr "Не удалось получить файл таблицы ключей\n" #: client/ipa-getkeytab.c:945 #, c-format msgid "Failed to add key to the keytab\n" msgstr "Не удалось добавить ключ в таблицу ключей\n" #: client/ipa-getkeytab.c:954 #, c-format msgid "Failed to close the keytab\n" msgstr "Не удалось закрыть файл таблицы ключей\n" #: client/ipa-getkeytab.c:960 #, c-format msgid "Keytab successfully retrieved and stored in: %s\n" msgstr "Таблица ключей успешно получена и сохранена в: %s\n" #: client/config.c:56 #, c-format msgid "cannot open configuration file %s\n" msgstr "невозможно открыть конфигурационный файл %s\n" #: client/config.c:63 #, c-format msgid "cannot stat() configuration file %s\n" msgstr "не удалось обработать файл конфигурации %s функцией stat()\n" #: client/config.c:69 #, c-format msgid "out of memory\n" msgstr "недостаточно памяти\n" #: client/config.c:80 #, c-format msgid "read error\n" msgstr "ошибка чтения\n" #: ipaclient/csrgen.py:40 msgid "" "\n" "Routines for constructing certificate signing requests using IPA data and\n" "stored templates.\n" msgstr "" "\n" "Процедуры по созданию запросов на подпись сертификатов с помощью данных IPA " "и сохранённых шаблонов.\n" #: ipaclient/csrgen.py:73 #, python-format msgid "Required CSR generation rule %(name)s is missing data" msgstr "В обязательном правиле создания CSR %(name)s отсутствуют данные" #: ipaclient/csrgen.py:165 ipaclient/csrgen.py:203 ipaclient/csrgen.py:387 msgid "Template error when formatting certificate data" msgstr "Ошибка шаблона при форматировании данных сертификата" #: ipaclient/csrgen.py:336 #, python-format msgid "No generation rule %(rulename)s found." msgstr "Правило создания %(rulename)s не найдено." #: ipaclient/csrgen.py:343 #, python-format msgid "Generation rule \"%(rulename)s\" is missing the \"rule\" key" msgstr "В правиле создания \"%(rulename)s\" отсутствует ключ \"rule\"" #: ipaclient/csrgen.py:359 #, python-format msgid "No CSR generation rules are defined for profile %(profile_id)s" msgstr "Для профиля %(profile_id)s не определены правила создания CSR" #: ipaclient/frontend.py:89 msgid "Failed targets" msgstr "Ошибка целей" #: ipaclient/plugins/automount.py:101 msgid "maps not connected to /etc/auto.master:" msgstr "списки соответствия, которые не подключены к /etc/auto.master:" #: ipaclient/plugins/automount.py:118 msgid "Import automount files for a specific location." msgstr "Импортировать файлы автомонтирования для определённого расположения." #: ipaclient/plugins/automount.py:122 msgid "Master file" msgstr "Главный файл" #: ipaclient/plugins/automount.py:123 msgid "Automount master file." msgstr "Главный файл автомонтирования." #: ipaclient/plugins/automount.py:130 msgid "" "Continuous operation mode. Errors are reported but the process continues." msgstr "" "Непрерывный режим работы. Сообщения об ошибках выводятся, но процесс " "продолжается." #: ipaclient/plugins/automount.py:148 #, python-format msgid "File %(file)s not found" msgstr "Файл %(file)s не найден" #: ipaclient/plugins/automount.py:198 #, python-format msgid "key %(key)s already exists" msgstr "ключ %(key)s уже существует" #: ipaclient/plugins/automount.py:213 #, python-format msgid "map %(map)s already exists" msgstr "список соответствия %(map)s уже существует" #: ipaclient/plugins/automount.py:262 msgid "Imported maps:" msgstr "Импортированные списки соответствия:" #: ipaclient/plugins/automount.py:265 #, python-format msgid "Added %(map)s" msgstr "Добавлено %(map)s" #: ipaclient/plugins/automount.py:269 msgid "Imported keys:" msgstr "Импортированные ключи:" #: ipaclient/plugins/automount.py:272 #, python-format msgid "Added %(src)s to %(dst)s" msgstr "Добавлено %(src)s в %(dst)s" #: ipaclient/plugins/automount.py:279 msgid "Ignored keys:" msgstr "Пропущенные ключи:" #: ipaclient/plugins/automount.py:282 #, python-format msgid "Ignored %(src)s to %(dst)s" msgstr "Пропущено %(src)s в %(dst)s" #: ipaclient/plugins/automount.py:290 msgid "Duplicate maps skipped:" msgstr "Пропущенные списки соответствия — дубликаты:" #: ipaclient/plugins/automount.py:293 #, python-format msgid "Skipped %(map)s" msgstr "Пропущено %(map)s" #: ipaclient/plugins/automount.py:299 msgid "Duplicate keys skipped:" msgstr "Пропущенные ключи-дубликаты:" #: ipaclient/plugins/automount.py:302 #, python-format msgid "Skipped %(key)s" msgstr "Пропущено %(key)s" #: ipaclient/plugins/certprofile.py:25 #, python-format msgid "Profile configuration stored in file '%(file)s'" msgstr "Конфигурация профиля, которая хранится в файле \"%(file)s\"" #: ipaclient/plugins/location.py:23 msgid "Servers details:" msgstr "Сведения о серверах:" #: ipaclient/plugins/server.py:20 #, python-format msgid "Removing %(servers)s from replication topology, please wait..." msgstr "" "Выполняется удаление %(servers)s из топологии репликации; пожалуйста, " "подождите..." #: ipaclient/plugins/sudorule.py:30 #, python-format msgid "Enabled Sudo Rule \"%s\"" msgstr "Включено правило Sudo \"%s\"" #: ipaclient/plugins/sudorule.py:36 #, python-format msgid "Disabled Sudo Rule \"%s\"" msgstr "Отключено правило Sudo \"%s\"" #: ipaclient/plugins/sudorule.py:43 #, python-format msgid "Added option \"%(option)s\" to Sudo Rule \"%(rule)s\"" msgstr "В правило Sudo \"%(rule)s\" добавлен параметр \"%(option)s\"" #: ipaclient/plugins/sudorule.py:54 #, python-format msgid "Removed option \"%(option)s\" from Sudo Rule \"%(rule)s\"" msgstr "Из правила Sudo \"%(rule)s\" удалён параметр \"%(option)s\"" #: ipaclient/plugins/csrgen.py:25 msgid "" "\n" "Commands to build certificate requests automatically\n" msgstr "" "\n" "Команды для автоматического построения запросов сертификатов\n" #: ipaclient/plugins/csrgen.py:32 msgid "Gather data for a certificate signing request." msgstr "Собрать данные для запроса подписи сертификата." #: ipaclient/plugins/csrgen.py:46 msgid "CSR Generation Profile to use" msgstr "Профиль создания CSR, который следует использовать" #: ipaclient/plugins/csrgen.py:50 msgid "Subject Public Key Info" msgstr "Данные открытого ключа субъекта" #: ipaclient/plugins/csrgen.py:51 msgid "DER-encoded SubjectPublicKeyInfo structure" msgstr "Зашифрованная DER структура SubjectPublicKeyInfo" #: ipaclient/plugins/csrgen.py:55 msgid "Write CertificationRequestInfo to file" msgstr "Записать CertificationRequestInfo в файл" #: ipaclient/plugins/csrgen.py:70 msgid "CertificationRequestInfo structure" msgstr "Структура CertificationRequestInfo" #: ipaclient/plugins/migration.py:37 msgid "" "Migration mode is disabled.\n" "Use 'ipa config-mod --enable-migration=TRUE' to enable it." msgstr "" "Режим миграции отключён. Используйте команду \"ipa config-mod --enable-" "migration=TRUE\", чтобы включить его." #: ipaclient/plugins/migration.py:41 msgid "" "Passwords have been migrated in pre-hashed format.\n" "IPA is unable to generate Kerberos keys unless provided\n" "with clear text passwords. All migrated users need to\n" "login at https://your.domain/ipa/migration/ before they\n" "can use their Kerberos accounts." msgstr "" "Миграция записей паролей выполнена в формате до хеширования. IPA не удастся " "создать ключи Kerberos, если не будут предоставлены текстовые пароли. Всем " "пользователям с перенесёнными записями придётся выполнить вход на https://" "your.domain/ipa/migration/ до того, как они смогут использовать свои учётные " "записи Kerberos." #: ipaclient/plugins/user.py:40 msgid "Delete a user, keeping the entry available for future use" msgstr "" "Удалить пользователя, сохраняя запись доступной для будущего использования" #: ipaclient/plugins/user.py:45 msgid "Delete a user" msgstr "Удалить пользователя" #: ipaclient/plugins/user.py:54 msgid "preserve and no-preserve cannot be both set" msgstr "невозможно одновременно указать сохранение и отсутствие сохранения" #: ipaclient/plugins/user.py:74 ipaclient/plugins/service.py:43 #: ipaclient/plugins/host.py:41 #, python-format msgid "Certificate(s) stored in file '%(file)s'" msgstr "Сертификат (сертификаты), которые хранятся в файле \"%(file)s\"" #: ipaclient/plugins/ca.py:19 ipaclient/plugins/cert.py:44 msgid "Write certificate (chain if --chain used) to file" msgstr "" "Записать сертификат (цепочку сертификатов, если использовано --chain) в файл" #: ipaclient/plugins/dns.py:237 msgid "Please choose a type of DNS resource record to be added" msgstr "Выберите тип записи ресурса DNS, который следует добавить" #: ipaclient/plugins/dns.py:238 #, python-format msgid "The most common types for this type of zone are: %s\n" msgstr "Наиболее распространённые типы для этого типа зон: %s\n" #: ipaclient/plugins/dns.py:243 msgid "DNS resource record type" msgstr "Тип записи ресурса DNS" #: ipaclient/plugins/dns.py:261 #, python-format msgid "Invalid or unsupported type. Allowed values are: %s" msgstr "Тип недействителен или не поддерживается. Разрешённые значения: %s" #: ipaclient/plugins/dns.py:286 msgid "No option to modify specific record provided." msgstr "Возможность изменения определённой записи не предусмотрена." #: ipaclient/plugins/dns.py:289 ipaclient/plugins/dns.py:355 msgid "Current DNS record contents:\n" msgstr "Текущее содержание записи DNS:\n" #: ipaclient/plugins/dns.py:312 #, python-format msgid "Modify %(name)s '%(value)s'?" msgstr "Изменить значения \"%(value)s\" %(name)s?" #: ipaclient/plugins/dns.py:321 #, python-format msgid "" "%(count)d %(type)s record skipped. Only one value per DNS record type can be " "modified at one time." msgid_plural "" "%(count)d %(type)s records skipped. Only one value per DNS record type can " "be modified at one time." msgstr[0] "" "Пропущена %(count)d %(type)s запись. Одновременно можно изменить только одно " "значение на тип записи DNS." msgstr[1] "" "Пропущено %(count)d %(type)s записей. Одновременно можно изменить только " "одно значение на тип записи DNS." msgstr[2] "" "Пропущено %(count)d %(type)s записей. Одновременно можно изменить только " "одно значение на тип записи DNS." #: ipaclient/plugins/dns.py:347 msgid "No option to delete specific record provided." msgstr "Возможность удаления определённой записи не предусмотрена." #: ipaclient/plugins/dns.py:348 msgid "Delete all?" msgstr "Удалить все?" #: ipaclient/plugins/dns.py:376 #, python-format msgid "Delete %(name)s '%(value)s'?" msgstr "Удалить значения \"%(value)s\" %(name)s?" #: ipaclient/plugins/dns.py:392 ipaclient/plugins/dns.py:409 #: ipaclient/plugins/dns.py:421 msgid "Server will check DNS forwarder(s)." msgstr "Сервер проверит DNS-перенаправитель (перенаправители)." #: ipaclient/plugins/dns.py:394 ipaclient/plugins/dns.py:411 #: ipaclient/plugins/dns.py:423 msgid "This may take some time, please wait ..." msgstr "Это может занять некоторое время; пожалуйста, подождите..." #: ipaclient/plugins/dns.py:403 msgid "DNS forwarder" msgstr "DNS-перенаправитель" #: ipaclient/plugins/dns.py:434 msgid "file to store DNS records in nsupdate format" msgstr "файл для сохранения записей DNS в формате nsupdate" #: ipaclient/plugins/cert.py:79 msgid "Path to NSS database" msgstr "Путь к базе данных NSS" #: ipaclient/plugins/cert.py:80 msgid "Path to NSS database to use for private key" msgstr "" "Путь к базе данных NSS, которую следует использовать для закрытого ключа" #: ipaclient/plugins/cert.py:84 msgid "Path to private key file" msgstr "Путь к файлу закрытого ключа" #: ipaclient/plugins/cert.py:85 msgid "Path to PEM file containing a private key" msgstr "Путь к PEM-файлу, который содержит закрытый ключ" #: ipaclient/plugins/cert.py:90 msgid "File containing a password for the private key or database" msgstr "Файл, который содержит пароль закрытого ключа или базы данных" #: ipaclient/plugins/cert.py:94 msgid "Name of CSR generation profile (if not the same as profile_id)" msgstr "Имя профиля создания CSR (если не совпадает с profile_id)" #: ipaclient/plugins/cert.py:147 msgid "Generated CSR was empty" msgstr "Созданный CSR оказался пустым" #: ipaclient/plugins/cert.py:152 msgid "Options 'database' and 'private_key' are not compatible with 'csr'" msgstr "Параметры \"database\" и \"private_key\" несовместимы с \"csr\"" #: ipaclient/plugins/cert.py:187 msgid "Unrevoked" msgstr "Неотозванный" #: ipaclient/plugins/cert.py:200 msgid "Input filename" msgstr "Имя файла входных данных" #: ipaclient/plugins/cert.py:201 msgid "File to load the certificate from." msgstr "Файл, из которого следует загрузить сертификат." #: ipaclient/plugins/cert.py:210 ipaclient/plugins/certmap.py:41 msgid "cannot specify both raw certificate and file" msgstr "невозможно одновременно указать код сертификата и файл с сертификатом" #: ipaclient/plugins/otptoken.py:66 msgid "" "Unable to display QR code using the configured output encoding. Please use " "the token URI to configure your OTP device" msgstr "" "Не удалось показать QR-код с помощью настроенного шифрования вывода. " "Используйте URI токена для настройки вашего устройства OTP" #: ipaclient/plugins/otptoken.py:82 msgid "" "QR code width is greater than that of the output tty. Please resize your " "terminal." msgstr "" "Ширина QR-кода превышает ширину, заданную параметром \"tty\" для вывода. " "Измените размер терминала." #: ipaclient/plugins/otptoken.py:137 msgid "Synchronize an OTP token." msgstr "Синхронизировать токен OTP." #: ipaclient/plugins/otptoken.py:142 msgid "User ID" msgstr "ID пользователя" #: ipaclient/plugins/otptoken.py:144 msgid "First Code" msgstr "Первый код" #: ipaclient/plugins/otptoken.py:145 msgid "Second Code" msgstr "Другой код" #: ipaclient/plugins/otptoken_yubikey.py:35 msgid "python-yubico is not installed." msgstr "python-yubico не установлен." #: ipaclient/plugins/otptoken_yubikey.py:40 msgid "" "\n" "YubiKey Tokens\n" msgstr "" "\n" "Токены YubiKey\n" #: ipaclient/plugins/otptoken_yubikey.py:42 msgid "" "\n" "Manage YubiKey tokens.\n" msgstr "" "\n" "Управление токенами YubiKey.\n" #: ipaclient/plugins/otptoken_yubikey.py:44 msgid "" "\n" "This code is an extension to the otptoken plugin and provides support for\n" "reading/writing YubiKey tokens directly.\n" msgstr "" "\n" "Этот код является расширением подключаемого модуля otptoken и предоставляет " "поддержку прямого чтения или записи токенов YubiKey.\n" #: ipaclient/plugins/otptoken_yubikey.py:49 msgid "" "\n" " Add a new token:\n" " ipa otptoken-add-yubikey --owner=jdoe --desc=\"My YubiKey\"\n" msgstr "" "\n" " Добавить новый токен:\n" " ipa otptoken-add-yubikey --owner=jdoe --desc=\"My YubiKey\"\n" #: ipaclient/plugins/otptoken_yubikey.py:72 msgid "Add a new YubiKey OTP token." msgstr "Добавить новый токен OTP YubiKey." #: ipaclient/plugins/otptoken_yubikey.py:77 msgid "YubiKey slot" msgstr "Слот YubiKey" #: ipaclient/plugins/otptoken_yubikey.py:146 msgid "No free YubiKey slot!" msgstr "Нет свободных слотов YubiKey!" #: ipaclient/plugins/certmap.py:19 msgid "Input file" msgstr "Входной файл" #: ipaclient/plugins/certmap.py:20 msgid "File to load the certificate from" msgstr "Файл, из которого следует загрузить сертификат" #: ipaclient/plugins/vault.py:67 ipaclient/plugins/vault.py:831 #, python-format msgid "Cannot read file '%(filename)s': %(exc)s" msgstr "Не удалось прочитать файл \"%(filename)s\": %(exc)s" #: ipaclient/plugins/vault.py:74 #, python-format msgid "Cannot decode file '%(filename)s': %(exc)s" msgstr "Не удалось расшифровать файл \"%(filename)s\": %(exc)s" #: ipaclient/plugins/vault.py:181 msgid "Create a new vault." msgstr "Создать новое хранилище." #: ipaclient/plugins/vault.py:187 ipaclient/plugins/vault.py:726 #: ipaclient/plugins/vault.py:959 msgid "Vault password" msgstr "Пароль хранилища" #: ipaclient/plugins/vault.py:192 ipaclient/plugins/vault.py:731 #: ipaclient/plugins/vault.py:964 msgid "File containing the vault password" msgstr "Файл, который содержит пароль хранилища" #: ipaclient/plugins/vault.py:197 msgid "File containing the vault public key" msgstr "Файл, который содержит открытый ключ хранилища" #: ipaclient/plugins/vault.py:257 msgid "Password can be specified only for symmetric vault" msgstr "Пароль можно указать только для симметричного хранилища" #: ipaclient/plugins/vault.py:263 msgid "Public key can be specified only for asymmetric vault" msgstr "Открытый ключ можно указать только для асимметричного хранилища" #: ipaclient/plugins/vault.py:283 ipaclient/plugins/vault.py:864 #: ipaclient/plugins/vault.py:1092 msgid "Password specified multiple times" msgstr "Пароль указан несколько раз" #: ipaclient/plugins/vault.py:306 msgid "Public key specified multiple times" msgstr "Открытый ключ указан несколько раз" #: ipaclient/plugins/vault.py:322 msgid "Missing vault public key" msgstr "Отсутствует открытый ключ хранилища" #: ipaclient/plugins/vault.py:334 #, python-format msgid "Invalid or unsupported vault public key: %s" msgstr "Открытый ключ хранилища недействителен или не поддерживается: %s" #: ipaclient/plugins/vault.py:378 msgid "Old vault password" msgstr "Старый пароль хранилища" #: ipaclient/plugins/vault.py:383 msgid "File containing the old vault password" msgstr "Файл, который содержит старый пароль хранилища" #: ipaclient/plugins/vault.py:388 msgid "New vault password" msgstr "Новый пароль хранилища" #: ipaclient/plugins/vault.py:393 msgid "File containing the new vault password" msgstr "Файл, который содержит новый пароль хранилища" #: ipaclient/plugins/vault.py:398 msgid "Old vault private key" msgstr "Старый закрытый ключ хранилища" #: ipaclient/plugins/vault.py:403 msgid "File containing the old vault private key" msgstr "Файл, который содержит старый закрытый ключ хранилища" #: ipaclient/plugins/vault.py:408 msgid "File containing the new vault public key" msgstr "Файл, который содержит новый открытый ключ хранилища" #: ipaclient/plugins/vault.py:514 msgid "New public key specified multiple times" msgstr "Новый открытый ключ указан несколько раз" #: ipaclient/plugins/vault.py:527 msgid "Missing new vault public key" msgstr "Отсутствует новый открытый ключ хранилища" #: ipaclient/plugins/vault.py:717 msgid "Binary data to archive" msgstr "Двоичные данные, которые следует архивировать" #: ipaclient/plugins/vault.py:721 msgid "File containing data to archive" msgstr "Файл, содержащий данные, которые следует архивировать" #: ipaclient/plugins/vault.py:735 msgid "Override existing password" msgstr "Переопределить существующий пароль" #: ipaclient/plugins/vault.py:817 msgid "Input data specified multiple times" msgstr "Входные данные указаны несколько раз" #: ipaclient/plugins/vault.py:822 ipaclient/plugins/vault.py:835 #, python-format msgid "" "Size of data exceeds the limit. Current vault data size limit is %(limit)d B" msgstr "" "Размер данных превышает ограничение. Текущее ограничение размера хранилища: " "%(limit)d Б" #: ipaclient/plugins/vault.py:918 ipaclient/plugins/vault.py:1142 msgid "Invalid vault type" msgstr "Недопустимый тип хранилища" #: ipaclient/plugins/vault.py:949 msgid "Retrieve a data from a vault." msgstr "Получить данные из хранилища." #: ipaclient/plugins/vault.py:954 msgid "File to store retrieved data" msgstr "Файл, в который следует сохранить полученные данные" #: ipaclient/plugins/vault.py:969 msgid "Vault private key" msgstr "Закрытый ключ хранилища" #: ipaclient/plugins/vault.py:974 msgid "File containing the vault private key" msgstr "Файл, который содержит закрытый ключ хранилища" #: ipaclient/plugins/vault.py:1118 msgid "Private key specified multiple times" msgstr "Закрытый ключ указан несколько раз" #: ipaclient/plugins/vault.py:1131 msgid "Missing vault private key" msgstr "Отсутствует закрытый ключ хранилища" #: ipaclient/plugins/topology.py:25 #, python-format msgid "Replication topology of suffix \"%(suffix)s\" is in order." msgstr "" "Топология репликации суффикса \"%(suffix)s\" соответствует требованиям." #: ipaclient/plugins/topology.py:30 #, python-format msgid "Replication topology of suffix \"%(suffix)s\" contains errors." msgstr "Топология репликации суффикса \"%(suffix)s\" содержит ошибки." #: ipaclient/plugins/topology.py:33 msgid "Topology is disconnected" msgstr "Топология отключена" #: ipaclient/plugins/topology.py:35 #, python-format msgid "Server %(srv)s can't contact servers: %(replicas)s" msgstr "Сервер %(srv)s не может связаться с серверами: %(replicas)s" #: ipaclient/plugins/topology.py:40 msgid "Recommended maximum number of agreements per replica exceeded" msgstr "" "Превышено рекомендованное максимальное количество соглашений для реплики" #: ipaclient/plugins/topology.py:43 msgid "Maximum number of agreements per replica" msgstr " Максимальное количество соглашений для реплики" #: ipaclient/plugins/topology.py:47 #, python-format msgid "Server \"%(srv)s\" has %(n)d agreements with servers:" msgstr "У сервера \"%(srv)s\" имеется %(n)d соглашений с серверами:" #: ipaclient/remote_plugins/2_114/aci.py:475 #: ipaclient/remote_plugins/2_114/delegation.py:231 #: ipaclient/remote_plugins/2_114/hbacrule.py:799 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:299 #: ipaclient/remote_plugins/2_114/netgroup.py:475 #: ipaclient/remote_plugins/2_114/permission.py:709 #: ipaclient/remote_plugins/2_114/privilege.py:362 #: ipaclient/remote_plugins/2_114/radiusproxy.py:325 #: ipaclient/remote_plugins/2_114/role.py:430 #: ipaclient/remote_plugins/2_114/selfservice.py:199 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:567 #: ipaclient/remote_plugins/2_114/dns.py:1561 #: ipaclient/remote_plugins/2_114/dns.py:3430 #: ipaclient/remote_plugins/2_114/dns.py:5015 #: ipaclient/remote_plugins/2_114/idrange.py:439 #: ipaclient/remote_plugins/2_114/idviews.py:1203 #: ipaclient/remote_plugins/2_156/aci.py:475 #: ipaclient/remote_plugins/2_156/caacl.py:694 #: ipaclient/remote_plugins/2_156/delegation.py:231 #: ipaclient/remote_plugins/2_156/hbacrule.py:799 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:299 #: ipaclient/remote_plugins/2_156/netgroup.py:475 #: ipaclient/remote_plugins/2_156/permission.py:749 #: ipaclient/remote_plugins/2_156/privilege.py:362 #: ipaclient/remote_plugins/2_156/radiusproxy.py:325 #: ipaclient/remote_plugins/2_156/role.py:430 #: ipaclient/remote_plugins/2_156/selfservice.py:199 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:567 #: ipaclient/remote_plugins/2_156/server.py:171 #: ipaclient/remote_plugins/2_156/topology.py:405 #: ipaclient/remote_plugins/2_156/topology.py:840 #: ipaclient/remote_plugins/2_156/vault.py:859 #: ipaclient/remote_plugins/2_156/dns.py:1526 #: ipaclient/remote_plugins/2_156/dns.py:3255 #: ipaclient/remote_plugins/2_156/dns.py:4790 #: ipaclient/remote_plugins/2_156/idrange.py:443 #: ipaclient/remote_plugins/2_156/idviews.py:1283 #: ipaclient/remote_plugins/2_164/aci.py:475 #: ipaclient/remote_plugins/2_164/caacl.py:694 #: ipaclient/remote_plugins/2_164/delegation.py:231 #: ipaclient/remote_plugins/2_164/hbacrule.py:799 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:299 #: ipaclient/remote_plugins/2_164/netgroup.py:475 #: ipaclient/remote_plugins/2_164/permission.py:749 #: ipaclient/remote_plugins/2_164/privilege.py:362 #: ipaclient/remote_plugins/2_164/radiusproxy.py:325 #: ipaclient/remote_plugins/2_164/role.py:430 #: ipaclient/remote_plugins/2_164/selfservice.py:199 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:567 #: ipaclient/remote_plugins/2_164/server.py:219 #: ipaclient/remote_plugins/2_164/topology.py:449 #: ipaclient/remote_plugins/2_164/topology.py:874 #: ipaclient/remote_plugins/2_164/vault.py:859 #: ipaclient/remote_plugins/2_164/dns.py:1534 #: ipaclient/remote_plugins/2_164/dns.py:3263 #: ipaclient/remote_plugins/2_164/dns.py:4809 #: ipaclient/remote_plugins/2_164/idrange.py:443 #: ipaclient/remote_plugins/2_164/idviews.py:1283 #: ipaclient/remote_plugins/2_49/aci.py:476 #: ipaclient/remote_plugins/2_49/delegation.py:230 #: ipaclient/remote_plugins/2_49/hbacrule.py:742 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:283 #: ipaclient/remote_plugins/2_49/netgroup.py:455 #: ipaclient/remote_plugins/2_49/permission.py:497 #: ipaclient/remote_plugins/2_49/privilege.py:335 #: ipaclient/remote_plugins/2_49/role.py:389 #: ipaclient/remote_plugins/2_49/selfservice.py:196 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:540 #: ipaclient/remote_plugins/2_49/dns.py:3038 #: ipaclient/remote_plugins/2_49/dns.py:4718 #: ipaclient/remote_plugins/2_49/idrange.py:426 msgid "Results should contain primary key attribute only (\"name\")" msgstr "Результаты должны содержать только атрибут главного ключа (\"name\")" #: ipaclient/remote_plugins/2_114/automember.py:19 #: ipaclient/remote_plugins/2_156/automember.py:19 #: ipaclient/remote_plugins/2_164/automember.py:19 msgid "" "\n" "Auto Membership Rule.\n" "\n" "Bring clarity to the membership of hosts and users by configuring inclusive\n" "or exclusive regex patterns, you can automatically assign a new entries " "into\n" "a group or hostgroup based upon attribute information.\n" "\n" "A rule is directly associated with a group by name, so you cannot create\n" "a rule without an accompanying group or hostgroup.\n" "\n" "A condition is a regular expression used by 389-ds to match a new incoming\n" "entry with an automember rule. If it matches an inclusive rule then the\n" "entry is added to the appropriate group or hostgroup.\n" "\n" "A default group or hostgroup could be specified for entries that do not\n" "match any rule. In case of user entries this group will be a fallback group\n" "because all users are by default members of group specified in IPA config.\n" "\n" "The automember-rebuild command can be used to retroactively run automember " "rules\n" "against existing entries, thus rebuilding their membership.\n" "\n" "EXAMPLES:\n" "\n" " Add the initial group or hostgroup:\n" " ipa hostgroup-add --desc=\"Web Servers\" webservers\n" " ipa group-add --desc=\"Developers\" devel\n" "\n" " Add the initial rule:\n" " ipa automember-add --type=hostgroup webservers\n" " ipa automember-add --type=group devel\n" "\n" " Add a condition to the rule:\n" " ipa automember-add-condition --key=fqdn --type=hostgroup --inclusive-" "regex=^web[1-9]+\\.example\\.com webservers\n" " ipa automember-add-condition --key=manager --type=group --inclusive-" "regex=^uid=mscott devel\n" "\n" " Add an exclusive condition to the rule to prevent auto assignment:\n" " ipa automember-add-condition --key=fqdn --type=hostgroup --exclusive-" "regex=^web5\\.example\\.com webservers\n" "\n" " Add a host:\n" " ipa host-add web1.example.com\n" "\n" " Add a user:\n" " ipa user-add --first=Tim --last=User --password tuser1 --manager=mscott\n" "\n" " Verify automembership:\n" " ipa hostgroup-show webservers\n" " Host-group: webservers\n" " Description: Web Servers\n" " Member hosts: web1.example.com\n" "\n" " ipa group-show devel\n" " Group name: devel\n" " Description: Developers\n" " GID: 1004200000\n" " Member users: tuser\n" "\n" " Remove a condition from the rule:\n" " ipa automember-remove-condition --key=fqdn --type=hostgroup --inclusive-" "regex=^web[1-9]+\\.example\\.com webservers\n" "\n" " Modify the automember rule:\n" " ipa automember-mod\n" "\n" " Set the default (fallback) target group:\n" " ipa automember-default-group-set --default-group=webservers --" "type=hostgroup\n" " ipa automember-default-group-set --default-group=ipausers --type=group\n" "\n" " Remove the default (fallback) target group:\n" " ipa automember-default-group-remove --type=hostgroup\n" " ipa automember-default-group-remove --type=group\n" "\n" " Show the default (fallback) target group:\n" " ipa automember-default-group-show --type=hostgroup\n" " ipa automember-default-group-show --type=group\n" "\n" " Find all of the automember rules:\n" " ipa automember-find\n" "\n" " Display a automember rule:\n" " ipa automember-show --type=hostgroup webservers\n" " ipa automember-show --type=group devel\n" "\n" " Delete an automember rule:\n" " ipa automember-del --type=hostgroup webservers\n" " ipa automember-del --type=group devel\n" "\n" " Rebuild membership for all users:\n" " ipa automember-rebuild --type=group\n" "\n" " Rebuild membership for all hosts:\n" " ipa automember-rebuild --type=hostgroup\n" "\n" " Rebuild membership for specified users:\n" " ipa automember-rebuild --users=tuser1 --users=tuser2\n" "\n" " Rebuild membership for specified hosts:\n" " ipa automember-rebuild --hosts=web1.example.com --hosts=web2.example." "com\n" msgstr "" "\n" "Правило автоучастия.\n" "\n" "Внося ясные правила о принадлежности узлов и пользователей к группам " "посредством настройки включающих и исключающих шаблонов регулярных " "выражений, вы можете автоматически связывать новые записи с группой или " "группой узлов на основе данных атрибутов.\n" "\n" "Правило непосредственно связывается с группой по имени, следовательно, вы не " "можете создать правило без определения группы или группы узлов. \n" "\n" "Условие является регулярным выражением, используется 389-ds для установления " "соответствия новой входящей записи правилу автоучастия. Если имеется " "соответствие правилу включения, запись добавляется в соответствующую группу " "или группу узлов.\n" "\n" "Можно указать группу или группу узлов по умолчанию, которая будет " "использоваться для записей, не соответствующих ни одному правилу. В случае " "записей пользователей эта группа будет резервной группой, поскольку все " "пользователи по умолчанию являются участниками группы, указанной в " "настройках IPA.\n" "\n" "Команду automember-rebuild можно использовать, чтобы задним числом применить " "правила автоучастия в отношении уже существующих записей; это перестроит их " "участие.\n" "\n" "ПРИМЕРЫ:\n" "\n" "Добавить начальную группу или группу узлов :\n" " ipa hostgroup-add --desc=\"Web Servers\" webservers\n" " ipa group-add --desc=\"Developers\" devel\n" "\n" " Добавить начальное правило:\n" " ipa automember-add --type=hostgroup webservers\n" " ipa automember-add --type=group devel\n" "\n" " Добавить в правило условие:\n" " ipa automember-add-condition --key=fqdn --type=hostgroup --inclusive-" "regex=^web[1-9]+\\.example\\.com webservers\n" " ipa automember-add-condition --key=manager --type=group --inclusive-" "regex=^uid=mscott devel\n" "\n" " Добавить в правило исключительное условие, чтобы предотвратить " "автоназначение:\n" " ipa automember-add-condition --key=fqdn --type=hostgroup --exclusive-" "regex=^web5\\.example\\.com webservers\n" "\n" " Добавить узел:\n" " ipa host-add web1.example.com\n" "\n" " Добавить пользователя:\n" " ipa user-add --first=Tim --last=User --password tuser1 --manager=mscott\n" "\n" "Проверить автоучастие:\n" " ipa hostgroup-show webservers\n" " Группа узлов: webservers\n" " Описание: Web Servers\n" " Узлы-участники: web1.example.com\n" "\n" " ipa group-show devel\n" " Имя группы: devel\n" " Описание: Developers\n" " GID: 1004200000\n" " Пользователи-участники: tuser\n" "\n" " Удалить условие из правила:\n" " ipa automember-remove-condition --key=fqdn --type=hostgroup --inclusive-" "regex=^web[1-9]+\\.example\\.com webservers\n" "\n" " Изменить правило автоучастия:\n" " ipa automember-mod\n" "\n" " Установить целевую группу по умолчанию (резервную):\n" " ipa automember-default-group-set --default-group=webservers --" "type=hostgroup\n" " ipa automember-default-group-set --default-group=ipausers --type=group\n" "\n" " Удалить целевую группу по умолчанию (резервную):\n" " ipa automember-default-group-remove --type=hostgroup\n" " ipa automember-default-group-remove --type=group\n" "\n" " Показать целевую группу по умолчанию (резервную):\n" " ipa automember-default-group-show --type=hostgroup\n" " ipa automember-default-group-show --type=group\n" "\n" " Найти все правила автоучастия:\n" " ipa automember-find\n" "\n" " Показать правило автоучастия:\n" " ipa automember-show --type=hostgroup webservers\n" " ipa automember-show --type=group devel\n" "\n" " Удалить правило автоучастия:\n" " ipa automember-del --type=hostgroup webservers\n" " ipa automember-del --type=group devel\n" "\n" "Перестроить участие для всех пользователей:\n" " ipa automember-rebuild --type=group\n" "\n" " Перестроить участие для всех узлов:\n" " ipa automember-rebuild --type=hostgroup\n" "\n" " Перестроить участие для указанных пользователей:\n" " ipa automember-rebuild --users=tuser1 --users=tuser2\n" "\n" " Перестроить участие для указанных узлов:\n" " ipa automember-rebuild --hosts=web1.example.com --hosts=web2.example." "com\n" #: ipaclient/remote_plugins/2_114/automember.py:140 #: ipaclient/remote_plugins/2_156/automember.py:140 #: ipaclient/remote_plugins/2_164/automember.py:140 #: ipaclient/remote_plugins/2_49/automember.py:126 msgid "Add an automember rule." msgstr "Добавить правило автоучастия." #: ipaclient/remote_plugins/2_114/automember.py:211 #: ipaclient/remote_plugins/2_156/automember.py:211 #: ipaclient/remote_plugins/2_164/automember.py:211 #: ipaclient/remote_plugins/2_49/automember.py:198 msgid "Add conditions to an automember rule." msgstr "Добавить условия в правило автоучастия." #: ipaclient/remote_plugins/2_114/automember.py:299 #: ipaclient/remote_plugins/2_156/automember.py:299 #: ipaclient/remote_plugins/2_164/automember.py:299 #: ipaclient/remote_plugins/2_49/automember.py:287 msgid "Remove default (fallback) group for all unmatched entries." msgstr "" "Удалить группу по умолчанию (резервную) для всех несоответствующих записей." #: ipaclient/remote_plugins/2_114/automember.py:348 #: ipaclient/remote_plugins/2_156/automember.py:348 #: ipaclient/remote_plugins/2_164/automember.py:348 #: ipaclient/remote_plugins/2_49/automember.py:337 msgid "Set default (fallback) group for all unmatched entries." msgstr "" "Установить группу по умолчанию (резервную) для всех несоответствующих " "записей." #: ipaclient/remote_plugins/2_114/automember.py:403 #: ipaclient/remote_plugins/2_156/automember.py:403 #: ipaclient/remote_plugins/2_164/automember.py:403 #: ipaclient/remote_plugins/2_49/automember.py:393 msgid "Display information about the default (fallback) automember groups." msgstr " Показать сведения о группах автоучастия по умолчанию (резервных)" #: ipaclient/remote_plugins/2_114/automember.py:445 #: ipaclient/remote_plugins/2_156/automember.py:445 #: ipaclient/remote_plugins/2_164/automember.py:445 #: ipaclient/remote_plugins/2_49/automember.py:436 msgid "Delete an automember rule." msgstr "Удалить правило автоучастия." #: ipaclient/remote_plugins/2_114/automember.py:482 #: ipaclient/remote_plugins/2_156/automember.py:482 #: ipaclient/remote_plugins/2_164/automember.py:482 #: ipaclient/remote_plugins/2_49/automember.py:475 msgid "Search for automember rules." msgstr "Поиск правил автоучастия." #: ipaclient/remote_plugins/2_114/automember.py:544 #: ipaclient/remote_plugins/2_156/automember.py:544 #: ipaclient/remote_plugins/2_164/automember.py:544 #: ipaclient/remote_plugins/2_49/automember.py:537 msgid "Modify an automember rule." msgstr "Изменить правило автоучастия." #: ipaclient/remote_plugins/2_114/automember.py:694 #: ipaclient/remote_plugins/2_156/automember.py:694 #: ipaclient/remote_plugins/2_164/automember.py:694 #: ipaclient/remote_plugins/2_49/automember.py:623 msgid "Remove conditions from an automember rule." msgstr "Удалить условия из правила автоучастия." #: ipaclient/remote_plugins/2_114/automember.py:782 #: ipaclient/remote_plugins/2_156/automember.py:782 #: ipaclient/remote_plugins/2_164/automember.py:782 #: ipaclient/remote_plugins/2_49/automember.py:712 msgid "Display information about an automember rule." msgstr "Показать сведения о правиле автоучастия." #: ipaclient/remote_plugins/2_114/automount.py:344 #: ipaclient/remote_plugins/2_114/automount.py:680 #: ipaclient/remote_plugins/2_114/automount.py:1037 #: ipaclient/remote_plugins/2_114/group.py:471 #: ipaclient/remote_plugins/2_114/hbacrule.py:766 #: ipaclient/remote_plugins/2_114/hbacsvc.py:210 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:266 #: ipaclient/remote_plugins/2_114/host.py:1054 #: ipaclient/remote_plugins/2_114/hostgroup.py:339 #: ipaclient/remote_plugins/2_114/netgroup.py:429 #: ipaclient/remote_plugins/2_114/permission.py:676 #: ipaclient/remote_plugins/2_114/privilege.py:329 #: ipaclient/remote_plugins/2_114/pwpolicy.py:271 #: ipaclient/remote_plugins/2_114/pwpolicy.py:693 #: ipaclient/remote_plugins/2_114/radiusproxy.py:299 #: ipaclient/remote_plugins/2_114/role.py:397 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:534 #: ipaclient/remote_plugins/2_114/service.py:791 #: ipaclient/remote_plugins/2_114/sudocmd.py:195 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:278 #: ipaclient/remote_plugins/2_114/sudorule.py:1029 #: ipaclient/remote_plugins/2_114/trust.py:491 #: ipaclient/remote_plugins/2_114/trust.py:1096 #: ipaclient/remote_plugins/2_114/user.py:989 #: ipaclient/remote_plugins/2_114/otptoken.py:579 #: ipaclient/remote_plugins/2_114/dns.py:1535 #: ipaclient/remote_plugins/2_114/dns.py:3397 #: ipaclient/remote_plugins/2_114/dns.py:4982 #: ipaclient/remote_plugins/2_114/idrange.py:413 #: ipaclient/remote_plugins/2_114/idviews.py:305 #: ipaclient/remote_plugins/2_114/idviews.py:750 #: ipaclient/remote_plugins/2_114/idviews.py:1177 #: ipaclient/remote_plugins/2_49/automount.py:341 #: ipaclient/remote_plugins/2_49/automount.py:678 #: ipaclient/remote_plugins/2_49/automount.py:1034 #: ipaclient/remote_plugins/2_49/entitle.py:129 #: ipaclient/remote_plugins/2_49/group.py:457 #: ipaclient/remote_plugins/2_49/hbacrule.py:716 #: ipaclient/remote_plugins/2_49/hbacsvc.py:206 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:257 #: ipaclient/remote_plugins/2_49/host.py:582 #: ipaclient/remote_plugins/2_49/hostgroup.py:326 #: ipaclient/remote_plugins/2_49/netgroup.py:416 #: ipaclient/remote_plugins/2_49/permission.py:471 #: ipaclient/remote_plugins/2_49/privilege.py:309 #: ipaclient/remote_plugins/2_49/pwpolicy.py:274 #: ipaclient/remote_plugins/2_49/pwpolicy.py:701 #: ipaclient/remote_plugins/2_49/role.py:363 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:514 #: ipaclient/remote_plugins/2_49/service.py:352 #: ipaclient/remote_plugins/2_49/sudocmd.py:191 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:265 #: ipaclient/remote_plugins/2_49/sudorule.py:913 #: ipaclient/remote_plugins/2_49/trust.py:362 #: ipaclient/remote_plugins/2_49/user.py:820 #: ipaclient/remote_plugins/2_49/dns.py:3005 #: ipaclient/remote_plugins/2_49/dns.py:4685 #: ipaclient/remote_plugins/2_49/idrange.py:400 msgid "Time limit of search in seconds" msgstr "Ограничение времени поиска в секундах" #: ipaclient/remote_plugins/2_114/automount.py:350 #: ipaclient/remote_plugins/2_114/automount.py:686 #: ipaclient/remote_plugins/2_114/automount.py:1043 #: ipaclient/remote_plugins/2_114/group.py:477 #: ipaclient/remote_plugins/2_114/hbacrule.py:772 #: ipaclient/remote_plugins/2_114/hbacsvc.py:216 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:272 #: ipaclient/remote_plugins/2_114/host.py:1060 #: ipaclient/remote_plugins/2_114/hostgroup.py:345 #: ipaclient/remote_plugins/2_114/netgroup.py:435 #: ipaclient/remote_plugins/2_114/permission.py:682 #: ipaclient/remote_plugins/2_114/privilege.py:335 #: ipaclient/remote_plugins/2_114/pwpolicy.py:277 #: ipaclient/remote_plugins/2_114/pwpolicy.py:699 #: ipaclient/remote_plugins/2_114/radiusproxy.py:305 #: ipaclient/remote_plugins/2_114/role.py:403 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:540 #: ipaclient/remote_plugins/2_114/service.py:797 #: ipaclient/remote_plugins/2_114/sudocmd.py:201 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:284 #: ipaclient/remote_plugins/2_114/sudorule.py:1035 #: ipaclient/remote_plugins/2_114/trust.py:497 #: ipaclient/remote_plugins/2_114/trust.py:1102 #: ipaclient/remote_plugins/2_114/user.py:995 #: ipaclient/remote_plugins/2_114/otptoken.py:585 #: ipaclient/remote_plugins/2_114/dns.py:1541 #: ipaclient/remote_plugins/2_114/dns.py:3403 #: ipaclient/remote_plugins/2_114/dns.py:4988 #: ipaclient/remote_plugins/2_114/idrange.py:419 #: ipaclient/remote_plugins/2_114/idviews.py:311 #: ipaclient/remote_plugins/2_114/idviews.py:756 #: ipaclient/remote_plugins/2_114/idviews.py:1183 #: ipaclient/remote_plugins/2_49/automount.py:347 #: ipaclient/remote_plugins/2_49/automount.py:684 #: ipaclient/remote_plugins/2_49/automount.py:1040 #: ipaclient/remote_plugins/2_49/entitle.py:135 #: ipaclient/remote_plugins/2_49/group.py:463 #: ipaclient/remote_plugins/2_49/hbacrule.py:722 #: ipaclient/remote_plugins/2_49/hbacsvc.py:212 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:263 #: ipaclient/remote_plugins/2_49/host.py:588 #: ipaclient/remote_plugins/2_49/hostgroup.py:332 #: ipaclient/remote_plugins/2_49/netgroup.py:422 #: ipaclient/remote_plugins/2_49/permission.py:477 #: ipaclient/remote_plugins/2_49/privilege.py:315 #: ipaclient/remote_plugins/2_49/pwpolicy.py:280 #: ipaclient/remote_plugins/2_49/pwpolicy.py:707 #: ipaclient/remote_plugins/2_49/role.py:369 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:520 #: ipaclient/remote_plugins/2_49/service.py:358 #: ipaclient/remote_plugins/2_49/sudocmd.py:197 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:271 #: ipaclient/remote_plugins/2_49/sudorule.py:919 #: ipaclient/remote_plugins/2_49/trust.py:368 #: ipaclient/remote_plugins/2_49/user.py:826 #: ipaclient/remote_plugins/2_49/dns.py:3011 #: ipaclient/remote_plugins/2_49/dns.py:4691 #: ipaclient/remote_plugins/2_49/idrange.py:406 msgid "Maximum number of entries returned" msgstr "Максимальное количество совпадений возвращено" #: ipaclient/remote_plugins/2_114/automount.py:472 #: ipaclient/remote_plugins/2_156/automount.py:472 #: ipaclient/remote_plugins/2_164/automount.py:472 #: ipaclient/remote_plugins/2_49/automount.py:467 msgid "Rename the automount key object" msgstr "Переименовать объект ключа автомонтирования" #: ipaclient/remote_plugins/2_114/automount.py:706 #: ipaclient/remote_plugins/2_156/automount.py:706 #: ipaclient/remote_plugins/2_164/automount.py:706 #: ipaclient/remote_plugins/2_49/automount.py:704 msgid "Results should contain primary key attribute only (\"location\")" msgstr "" "Результаты должны содержать только атрибут главного ключа (\"location\")" #: ipaclient/remote_plugins/2_114/automount.py:1063 #: ipaclient/remote_plugins/2_156/automount.py:1063 #: ipaclient/remote_plugins/2_164/automount.py:1063 #: ipaclient/remote_plugins/2_49/automount.py:1060 msgid "Results should contain primary key attribute only (\"map\")" msgstr "Результаты должны содержать только атрибут главного ключа (\"map\")" #: ipaclient/remote_plugins/2_114/config.py:98 #: ipaclient/remote_plugins/2_114/config.py:219 #: ipaclient/remote_plugins/2_49/config.py:98 #: ipaclient/remote_plugins/2_49/config.py:212 msgid "" "Maximum amount of time (seconds) for a search (> 0, or -1 for unlimited)" msgstr "" "Максимальное количество времени (в секундах) для поиска (> 0 или -1 означает " "отсутствие ограничения)" #: ipaclient/remote_plugins/2_114/config.py:103 #: ipaclient/remote_plugins/2_114/config.py:226 #: ipaclient/remote_plugins/2_49/config.py:103 #: ipaclient/remote_plugins/2_49/config.py:219 msgid "Maximum number of records to search (-1 is unlimited)" msgstr "" "Максимальное количество записей результатов поиска (-1 означает отсутствие " "ограничения)" #: ipaclient/remote_plugins/2_114/group.py:19 #: ipaclient/remote_plugins/2_156/group.py:19 #: ipaclient/remote_plugins/2_164/group.py:19 msgid "" "\n" "Groups of users\n" "\n" "Manage groups of users. By default, new groups are POSIX groups. You\n" "can add the --nonposix option to the group-add command to mark a new group\n" "as non-POSIX. You can use the --posix argument with the group-mod command\n" "to convert a non-POSIX group into a POSIX group. POSIX groups cannot be\n" "converted to non-POSIX groups.\n" "\n" "Every group must have a description.\n" "\n" "POSIX groups must have a Group ID (GID) number. Changing a GID is\n" "supported but can have an impact on your file permissions. It is not " "necessary\n" "to supply a GID when creating a group. IPA will generate one automatically\n" "if it is not provided.\n" "\n" "EXAMPLES:\n" "\n" " Add a new group:\n" " ipa group-add --desc='local administrators' localadmins\n" "\n" " Add a new non-POSIX group:\n" " ipa group-add --nonposix --desc='remote administrators' remoteadmins\n" "\n" " Convert a non-POSIX group to posix:\n" " ipa group-mod --posix remoteadmins\n" "\n" " Add a new POSIX group with a specific Group ID number:\n" " ipa group-add --gid=500 --desc='unix admins' unixadmins\n" "\n" " Add a new POSIX group and let IPA assign a Group ID number:\n" " ipa group-add --desc='printer admins' printeradmins\n" "\n" " Remove a group:\n" " ipa group-del unixadmins\n" "\n" " To add the \"remoteadmins\" group to the \"localadmins\" group:\n" " ipa group-add-member --groups=remoteadmins localadmins\n" "\n" " Add multiple users to the \"localadmins\" group:\n" " ipa group-add-member --users=test1 --users=test2 localadmins\n" "\n" " Remove a user from the \"localadmins\" group:\n" " ipa group-remove-member --users=test2 localadmins\n" "\n" " Display information about a named group.\n" " ipa group-show localadmins\n" "\n" "External group membership is designed to allow users from trusted domains\n" "to be mapped to local POSIX groups in order to actually use IPA resources.\n" "External members should be added to groups that specifically created as\n" "external and non-POSIX. Such group later should be included into one of " "POSIX\n" "groups.\n" "\n" "An external group member is currently a Security Identifier (SID) as defined " "by\n" "the trusted domain. When adding external group members, it is possible to\n" "specify them in either SID, or DOM\n" "ame, or name@domain format. IPA will attempt\n" "to resolve passed name to SID with the use of Global Catalog of the trusted " "domain.\n" "\n" "Example:\n" "\n" "1. Create group for the trusted domain admins' mapping and their local POSIX " "group:\n" "\n" " ipa group-add --desc=' admins external map' ad_admins_external " "--external\n" " ipa group-add --desc=' admins' ad_admins\n" "\n" "2. Add security identifier of Domain Admins of the to the " "ad_admins_external\n" " group:\n" "\n" " ipa group-add-member ad_admins_external --external 'AD\\Domain Admins'\n" "\n" "3. Allow members of ad_admins_external group to be associated with ad_admins " "POSIX group:\n" "\n" " ipa group-add-member ad_admins --groups ad_admins_external\n" "\n" "4. List members of external members of ad_admins_external group to see their " "SIDs:\n" "\n" " ipa group-show ad_admins_external\n" msgstr "" "\n" "Группы пользователей\n" "\n" "Управление группами пользователей. По умолчанию все новые группы являются " "POSIX-группами. Можно добавить параметр --nonposix в команду group-add, " "чтобы отметить новую группу в качестве не-POSIX-группы. В команде group-mod " "можно использовать аргумент --posix, чтобы преобразовать не-POSIX-группу в " "POSIX-группу. POSIX-группы нельзя преобразовать в не-POSIX-группы. \n" "\n" "У каждой группы должно быть описание.\n" "\n" "У POSIX-групп должен быть идентификатор группы (GID). Изменение GID " "поддерживается, но может повлиять на разрешения для файлов. При создании " "группы необязательно предоставлять GID. Если он не будет предоставлен, IPA " "создаст его автоматически.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новую группу:\n" " ipa group-add --desc='local administrators' localadmins\n" "\n" " Добавить новую не-POSIX-группу:\n" " ipa group-add --nonposix --desc='remote administrators' remoteadmins\n" "\n" " Преобразовать не-POSIX-группу в posix-группу:\n" " ipa group-mod --posix remoteadmins\n" "\n" " Добавить новую POSIX-группу с определённым ID группы:\n" " ipa group-add --gid=500 --desc='unix admins' unixadmins\n" "\n" " Добавить новую POSIX-группу и позволить IPA назначить ID группы:\n" " ipa group-add --desc='printer admins' printeradmins\n" "\n" " Удалить группу:\n" " ipa group-del unixadmins\n" "\n" " Чтобы добавить группу \"remoteadmins\" в группу \"localadmins\":\n" " ipa group-add-member --groups=remoteadmins localadmins\n" "\n" " Добавить нескольких пользователей в группу \"localadmins\":\n" " ipa group-add-member --users=test1 --users=test2 localadmins\n" "\n" " Удалить пользователя из группы \"localadmins\":\n" " ipa group-remove-member --users=test2 localadmins\n" "\n" " Показать сведения об именованной группе:\n" " ipa group-show localadmins\n" "\n" "Участие внешних групп создано для того, чтобы сделать возможной привязку " "пользователей из доверенных доменов к локальным POSIX-группам с целью " "использования ресурсов IPA. Внешние участники должны быть добавлены в " "группы, которые специально созданы, как внешние и не-POSIX. Такая группа " "затем должна быть включена в одну из групп POSIX.\n" "\n" "В текущей версии участник внешней группы является идентификатором " "безопасности (Security Identifier или SID), определённым доверенным доменом. " "Добавление участников внешней группы можно выполнить в формате SID, DOM\\имя " "или имя@домен. IPA попытается определить SID по переданному имени путём " "использования общего каталога доверенного домена.\n" "\n" "Пример:\n" "\n" "1. Создать группу для привязки администраторов (admins) доверенного домена и " "их локальную POSIX-группу:\n" "\n" " ipa group-add --desc='<домен.ad> admins external map' ad_admins_external " "--external\n" " ipa group-add --desc='<домен.ad> admins' ad_admins\n" "\n" "2. Добавить идентификатор безопасности Domain Admins домена <домен.ad> " "группе ad_admins_external:\n" "\n" " ipa group-add-member ad_admins_external --external 'AD\\Domain Admins'\n" "\n" "3. Разрешить привязку группы ad_admins_external к POSIX-группе ad_admins:\n" "\n" " ipa group-add-member ad_admins --groups ad_admins_external\n" "\n" "4. Вывести список внешних участников группы ad_admins_external, чтобы " "определить их SID:\n" "\n" " ipa group-show ad_admins_external\n" #: ipaclient/remote_plugins/2_114/group.py:150 #: ipaclient/remote_plugins/2_114/host.py:207 #: ipaclient/remote_plugins/2_114/hostgroup.py:90 #: ipaclient/remote_plugins/2_114/user.py:298 #: ipaclient/remote_plugins/2_156/group.py:150 #: ipaclient/remote_plugins/2_156/host.py:208 #: ipaclient/remote_plugins/2_156/hostgroup.py:90 #: ipaclient/remote_plugins/2_156/stageuser.py:299 #: ipaclient/remote_plugins/2_156/user.py:310 #: ipaclient/remote_plugins/2_164/group.py:150 #: ipaclient/remote_plugins/2_164/host.py:208 #: ipaclient/remote_plugins/2_164/hostgroup.py:90 #: ipaclient/remote_plugins/2_164/stageuser.py:299 #: ipaclient/remote_plugins/2_164/user.py:310 #: ipaclient/remote_plugins/2_49/group.py:149 #: ipaclient/remote_plugins/2_49/host.py:179 #: ipaclient/remote_plugins/2_49/hostgroup.py:89 #: ipaclient/remote_plugins/2_49/user.py:245 msgid "Member of Sudo rule" msgstr "Участник правила Sudo" #: ipaclient/remote_plugins/2_114/group.py:155 #: ipaclient/remote_plugins/2_114/host.py:212 #: ipaclient/remote_plugins/2_114/hostgroup.py:95 #: ipaclient/remote_plugins/2_114/user.py:303 #: ipaclient/remote_plugins/2_156/group.py:155 #: ipaclient/remote_plugins/2_156/host.py:213 #: ipaclient/remote_plugins/2_156/hostgroup.py:95 #: ipaclient/remote_plugins/2_156/stageuser.py:304 #: ipaclient/remote_plugins/2_156/user.py:315 #: ipaclient/remote_plugins/2_164/group.py:155 #: ipaclient/remote_plugins/2_164/host.py:213 #: ipaclient/remote_plugins/2_164/hostgroup.py:95 #: ipaclient/remote_plugins/2_164/stageuser.py:304 #: ipaclient/remote_plugins/2_164/user.py:315 #: ipaclient/remote_plugins/2_49/group.py:154 #: ipaclient/remote_plugins/2_49/host.py:184 #: ipaclient/remote_plugins/2_49/hostgroup.py:94 #: ipaclient/remote_plugins/2_49/user.py:250 msgid "Member of HBAC rule" msgstr "Участник правила HBAC" #: ipaclient/remote_plugins/2_114/group.py:170 #: ipaclient/remote_plugins/2_114/user.py:308 #: ipaclient/remote_plugins/2_156/group.py:170 #: ipaclient/remote_plugins/2_156/stageuser.py:309 #: ipaclient/remote_plugins/2_156/user.py:320 #: ipaclient/remote_plugins/2_164/group.py:170 #: ipaclient/remote_plugins/2_164/stageuser.py:309 #: ipaclient/remote_plugins/2_164/user.py:320 #: ipaclient/remote_plugins/2_49/group.py:169 #: ipaclient/remote_plugins/2_49/user.py:255 msgid "Indirect Member of group" msgstr "Непрямой участник группы" #: ipaclient/remote_plugins/2_114/group.py:175 #: ipaclient/remote_plugins/2_114/host.py:217 #: ipaclient/remote_plugins/2_114/user.py:313 #: ipaclient/remote_plugins/2_156/group.py:175 #: ipaclient/remote_plugins/2_156/host.py:218 #: ipaclient/remote_plugins/2_156/stageuser.py:314 #: ipaclient/remote_plugins/2_156/user.py:325 #: ipaclient/remote_plugins/2_164/group.py:175 #: ipaclient/remote_plugins/2_164/host.py:218 #: ipaclient/remote_plugins/2_164/stageuser.py:314 #: ipaclient/remote_plugins/2_164/user.py:325 #: ipaclient/remote_plugins/2_49/group.py:174 #: ipaclient/remote_plugins/2_49/host.py:189 #: ipaclient/remote_plugins/2_49/user.py:260 msgid "Indirect Member of netgroup" msgstr "Участник сетевой группы с непрямым участием" #: ipaclient/remote_plugins/2_114/group.py:180 #: ipaclient/remote_plugins/2_114/host.py:227 #: ipaclient/remote_plugins/2_114/user.py:318 #: ipaclient/remote_plugins/2_156/group.py:180 #: ipaclient/remote_plugins/2_156/host.py:228 #: ipaclient/remote_plugins/2_156/stageuser.py:319 #: ipaclient/remote_plugins/2_156/user.py:330 #: ipaclient/remote_plugins/2_164/group.py:180 #: ipaclient/remote_plugins/2_164/host.py:228 #: ipaclient/remote_plugins/2_164/stageuser.py:319 #: ipaclient/remote_plugins/2_164/user.py:330 #: ipaclient/remote_plugins/2_49/group.py:179 #: ipaclient/remote_plugins/2_49/host.py:199 #: ipaclient/remote_plugins/2_49/user.py:265 msgid "Indirect Member of role" msgstr "Участник роли с непрямым участием" #: ipaclient/remote_plugins/2_114/group.py:185 #: ipaclient/remote_plugins/2_114/host.py:232 #: ipaclient/remote_plugins/2_114/hostgroup.py:115 #: ipaclient/remote_plugins/2_114/user.py:323 #: ipaclient/remote_plugins/2_156/group.py:185 #: ipaclient/remote_plugins/2_156/host.py:233 #: ipaclient/remote_plugins/2_156/hostgroup.py:115 #: ipaclient/remote_plugins/2_156/stageuser.py:324 #: ipaclient/remote_plugins/2_156/user.py:335 #: ipaclient/remote_plugins/2_164/group.py:185 #: ipaclient/remote_plugins/2_164/host.py:233 #: ipaclient/remote_plugins/2_164/hostgroup.py:115 #: ipaclient/remote_plugins/2_164/stageuser.py:324 #: ipaclient/remote_plugins/2_164/user.py:335 #: ipaclient/remote_plugins/2_49/group.py:184 #: ipaclient/remote_plugins/2_49/host.py:204 #: ipaclient/remote_plugins/2_49/hostgroup.py:114 #: ipaclient/remote_plugins/2_49/user.py:270 msgid "Indirect Member of Sudo rule" msgstr "Участник правила Sudo с непрямым участием" #: ipaclient/remote_plugins/2_114/group.py:190 #: ipaclient/remote_plugins/2_114/host.py:237 #: ipaclient/remote_plugins/2_114/hostgroup.py:120 #: ipaclient/remote_plugins/2_114/user.py:328 #: ipaclient/remote_plugins/2_156/group.py:190 #: ipaclient/remote_plugins/2_156/host.py:238 #: ipaclient/remote_plugins/2_156/hostgroup.py:120 #: ipaclient/remote_plugins/2_156/stageuser.py:329 #: ipaclient/remote_plugins/2_156/user.py:340 #: ipaclient/remote_plugins/2_164/group.py:190 #: ipaclient/remote_plugins/2_164/host.py:238 #: ipaclient/remote_plugins/2_164/hostgroup.py:120 #: ipaclient/remote_plugins/2_164/stageuser.py:329 #: ipaclient/remote_plugins/2_164/user.py:340 #: ipaclient/remote_plugins/2_49/group.py:189 #: ipaclient/remote_plugins/2_49/host.py:209 #: ipaclient/remote_plugins/2_49/hostgroup.py:119 #: ipaclient/remote_plugins/2_49/user.py:275 msgid "Indirect Member of HBAC rule" msgstr "Участник правила HBAC с непрямым участием" #: ipaclient/remote_plugins/2_114/group.py:333 #: ipaclient/remote_plugins/2_114/group.py:826 #: ipaclient/remote_plugins/2_114/hbacrule.py:543 #: ipaclient/remote_plugins/2_114/hbacrule.py:1220 #: ipaclient/remote_plugins/2_114/host.py:570 #: ipaclient/remote_plugins/2_114/host.py:658 #: ipaclient/remote_plugins/2_114/host.py:823 #: ipaclient/remote_plugins/2_114/host.py:911 #: ipaclient/remote_plugins/2_114/netgroup.py:267 #: ipaclient/remote_plugins/2_114/netgroup.py:752 #: ipaclient/remote_plugins/2_114/role.py:213 #: ipaclient/remote_plugins/2_114/role.py:586 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:341 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:820 #: ipaclient/remote_plugins/2_114/service.py:370 #: ipaclient/remote_plugins/2_114/service.py:459 #: ipaclient/remote_plugins/2_114/service.py:620 #: ipaclient/remote_plugins/2_114/service.py:709 #: ipaclient/remote_plugins/2_114/sudorule.py:743 #: ipaclient/remote_plugins/2_114/sudorule.py:812 #: ipaclient/remote_plugins/2_114/sudorule.py:1620 #: ipaclient/remote_plugins/2_114/sudorule.py:1689 #: ipaclient/remote_plugins/2_114/otptoken.py:392 #: ipaclient/remote_plugins/2_114/otptoken.py:817 #: ipaclient/remote_plugins/2_156/caacl.py:465 #: ipaclient/remote_plugins/2_156/caacl.py:1070 #: ipaclient/remote_plugins/2_156/group.py:333 #: ipaclient/remote_plugins/2_156/group.py:826 #: ipaclient/remote_plugins/2_156/hbacrule.py:543 #: ipaclient/remote_plugins/2_156/hbacrule.py:1220 #: ipaclient/remote_plugins/2_156/host.py:632 #: ipaclient/remote_plugins/2_156/host.py:720 #: ipaclient/remote_plugins/2_156/host.py:885 #: ipaclient/remote_plugins/2_156/host.py:973 #: ipaclient/remote_plugins/2_156/netgroup.py:267 #: ipaclient/remote_plugins/2_156/netgroup.py:752 #: ipaclient/remote_plugins/2_156/role.py:213 #: ipaclient/remote_plugins/2_156/role.py:586 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:341 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:820 #: ipaclient/remote_plugins/2_156/service.py:433 #: ipaclient/remote_plugins/2_156/service.py:522 #: ipaclient/remote_plugins/2_156/service.py:683 #: ipaclient/remote_plugins/2_156/service.py:772 #: ipaclient/remote_plugins/2_156/sudorule.py:743 #: ipaclient/remote_plugins/2_156/sudorule.py:812 #: ipaclient/remote_plugins/2_156/sudorule.py:1620 #: ipaclient/remote_plugins/2_156/sudorule.py:1689 #: ipaclient/remote_plugins/2_156/vault.py:490 #: ipaclient/remote_plugins/2_156/vault.py:1070 #: ipaclient/remote_plugins/2_156/otptoken.py:392 #: ipaclient/remote_plugins/2_156/otptoken.py:817 #: ipaclient/remote_plugins/2_164/caacl.py:465 #: ipaclient/remote_plugins/2_164/caacl.py:1070 #: ipaclient/remote_plugins/2_164/group.py:333 #: ipaclient/remote_plugins/2_164/group.py:826 #: ipaclient/remote_plugins/2_164/hbacrule.py:543 #: ipaclient/remote_plugins/2_164/hbacrule.py:1220 #: ipaclient/remote_plugins/2_164/host.py:632 #: ipaclient/remote_plugins/2_164/host.py:720 #: ipaclient/remote_plugins/2_164/host.py:885 #: ipaclient/remote_plugins/2_164/host.py:973 #: ipaclient/remote_plugins/2_164/netgroup.py:267 #: ipaclient/remote_plugins/2_164/netgroup.py:752 #: ipaclient/remote_plugins/2_164/role.py:213 #: ipaclient/remote_plugins/2_164/role.py:586 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:341 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:820 #: ipaclient/remote_plugins/2_164/service.py:433 #: ipaclient/remote_plugins/2_164/service.py:522 #: ipaclient/remote_plugins/2_164/service.py:683 #: ipaclient/remote_plugins/2_164/service.py:772 #: ipaclient/remote_plugins/2_164/stageuser.py:740 #: ipaclient/remote_plugins/2_164/stageuser.py:1538 #: ipaclient/remote_plugins/2_164/sudorule.py:743 #: ipaclient/remote_plugins/2_164/sudorule.py:812 #: ipaclient/remote_plugins/2_164/sudorule.py:1620 #: ipaclient/remote_plugins/2_164/sudorule.py:1689 #: ipaclient/remote_plugins/2_164/user.py:764 #: ipaclient/remote_plugins/2_164/user.py:1719 #: ipaclient/remote_plugins/2_164/vault.py:490 #: ipaclient/remote_plugins/2_164/vault.py:1070 #: ipaclient/remote_plugins/2_164/otptoken.py:392 #: ipaclient/remote_plugins/2_164/otptoken.py:817 #: ipaclient/remote_plugins/2_49/group.py:318 #: ipaclient/remote_plugins/2_49/group.py:774 #: ipaclient/remote_plugins/2_49/hbacrule.py:503 #: ipaclient/remote_plugins/2_49/hbacrule.py:1119 #: ipaclient/remote_plugins/2_49/netgroup.py:252 #: ipaclient/remote_plugins/2_49/netgroup.py:719 #: ipaclient/remote_plugins/2_49/role.py:193 #: ipaclient/remote_plugins/2_49/role.py:532 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:321 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:773 #: ipaclient/remote_plugins/2_49/sudorule.py:636 #: ipaclient/remote_plugins/2_49/sudorule.py:698 #: ipaclient/remote_plugins/2_49/sudorule.py:1420 #: ipaclient/remote_plugins/2_49/sudorule.py:1482 msgid "member user" msgstr "пользователь-участник" #: ipaclient/remote_plugins/2_114/group.py:334 #: ipaclient/remote_plugins/2_114/hbacrule.py:544 #: ipaclient/remote_plugins/2_114/host.py:571 #: ipaclient/remote_plugins/2_114/host.py:659 #: ipaclient/remote_plugins/2_114/netgroup.py:268 #: ipaclient/remote_plugins/2_114/role.py:214 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:342 #: ipaclient/remote_plugins/2_114/service.py:371 #: ipaclient/remote_plugins/2_114/service.py:460 #: ipaclient/remote_plugins/2_114/sudorule.py:744 #: ipaclient/remote_plugins/2_114/sudorule.py:813 #: ipaclient/remote_plugins/2_114/otptoken.py:393 #: ipaclient/remote_plugins/2_156/caacl.py:466 #: ipaclient/remote_plugins/2_156/group.py:334 #: ipaclient/remote_plugins/2_156/hbacrule.py:544 #: ipaclient/remote_plugins/2_156/host.py:633 #: ipaclient/remote_plugins/2_156/host.py:721 #: ipaclient/remote_plugins/2_156/netgroup.py:268 #: ipaclient/remote_plugins/2_156/role.py:214 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:342 #: ipaclient/remote_plugins/2_156/service.py:434 #: ipaclient/remote_plugins/2_156/service.py:523 #: ipaclient/remote_plugins/2_156/sudorule.py:744 #: ipaclient/remote_plugins/2_156/sudorule.py:813 #: ipaclient/remote_plugins/2_156/vault.py:491 #: ipaclient/remote_plugins/2_156/vault.py:587 #: ipaclient/remote_plugins/2_156/vault.py:1439 #: ipaclient/remote_plugins/2_156/otptoken.py:393 #: ipaclient/remote_plugins/2_164/caacl.py:466 #: ipaclient/remote_plugins/2_164/group.py:334 #: ipaclient/remote_plugins/2_164/hbacrule.py:544 #: ipaclient/remote_plugins/2_164/host.py:633 #: ipaclient/remote_plugins/2_164/host.py:721 #: ipaclient/remote_plugins/2_164/netgroup.py:268 #: ipaclient/remote_plugins/2_164/role.py:214 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:342 #: ipaclient/remote_plugins/2_164/service.py:434 #: ipaclient/remote_plugins/2_164/service.py:523 #: ipaclient/remote_plugins/2_164/stageuser.py:741 #: ipaclient/remote_plugins/2_164/sudorule.py:744 #: ipaclient/remote_plugins/2_164/sudorule.py:813 #: ipaclient/remote_plugins/2_164/user.py:765 #: ipaclient/remote_plugins/2_164/vault.py:491 #: ipaclient/remote_plugins/2_164/vault.py:587 #: ipaclient/remote_plugins/2_164/vault.py:1439 #: ipaclient/remote_plugins/2_164/otptoken.py:393 msgid "users to add" msgstr "пользователи, которых следует добавить" #: ipaclient/remote_plugins/2_114/group.py:342 #: ipaclient/remote_plugins/2_114/group.py:835 #: ipaclient/remote_plugins/2_114/hbacrule.py:552 #: ipaclient/remote_plugins/2_114/hbacrule.py:1229 #: ipaclient/remote_plugins/2_114/host.py:579 #: ipaclient/remote_plugins/2_114/host.py:667 #: ipaclient/remote_plugins/2_114/host.py:832 #: ipaclient/remote_plugins/2_114/host.py:920 #: ipaclient/remote_plugins/2_114/netgroup.py:276 #: ipaclient/remote_plugins/2_114/netgroup.py:761 #: ipaclient/remote_plugins/2_114/role.py:222 #: ipaclient/remote_plugins/2_114/role.py:595 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:350 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:829 #: ipaclient/remote_plugins/2_114/service.py:379 #: ipaclient/remote_plugins/2_114/service.py:468 #: ipaclient/remote_plugins/2_114/service.py:629 #: ipaclient/remote_plugins/2_114/service.py:718 #: ipaclient/remote_plugins/2_114/sudorule.py:683 #: ipaclient/remote_plugins/2_114/sudorule.py:752 #: ipaclient/remote_plugins/2_114/sudorule.py:821 #: ipaclient/remote_plugins/2_114/sudorule.py:1560 #: ipaclient/remote_plugins/2_114/sudorule.py:1629 #: ipaclient/remote_plugins/2_114/sudorule.py:1698 #: ipaclient/remote_plugins/2_156/caacl.py:474 #: ipaclient/remote_plugins/2_156/caacl.py:1079 #: ipaclient/remote_plugins/2_156/group.py:342 #: ipaclient/remote_plugins/2_156/group.py:835 #: ipaclient/remote_plugins/2_156/hbacrule.py:552 #: ipaclient/remote_plugins/2_156/hbacrule.py:1229 #: ipaclient/remote_plugins/2_156/host.py:641 #: ipaclient/remote_plugins/2_156/host.py:729 #: ipaclient/remote_plugins/2_156/host.py:894 #: ipaclient/remote_plugins/2_156/host.py:982 #: ipaclient/remote_plugins/2_156/netgroup.py:276 #: ipaclient/remote_plugins/2_156/netgroup.py:761 #: ipaclient/remote_plugins/2_156/role.py:222 #: ipaclient/remote_plugins/2_156/role.py:595 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:350 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:829 #: ipaclient/remote_plugins/2_156/service.py:442 #: ipaclient/remote_plugins/2_156/service.py:531 #: ipaclient/remote_plugins/2_156/service.py:692 #: ipaclient/remote_plugins/2_156/service.py:781 #: ipaclient/remote_plugins/2_156/sudorule.py:683 #: ipaclient/remote_plugins/2_156/sudorule.py:752 #: ipaclient/remote_plugins/2_156/sudorule.py:821 #: ipaclient/remote_plugins/2_156/sudorule.py:1560 #: ipaclient/remote_plugins/2_156/sudorule.py:1629 #: ipaclient/remote_plugins/2_156/sudorule.py:1698 #: ipaclient/remote_plugins/2_156/vault.py:499 #: ipaclient/remote_plugins/2_156/vault.py:1079 #: ipaclient/remote_plugins/2_164/caacl.py:474 #: ipaclient/remote_plugins/2_164/caacl.py:1079 #: ipaclient/remote_plugins/2_164/group.py:342 #: ipaclient/remote_plugins/2_164/group.py:835 #: ipaclient/remote_plugins/2_164/hbacrule.py:552 #: ipaclient/remote_plugins/2_164/hbacrule.py:1229 #: ipaclient/remote_plugins/2_164/host.py:641 #: ipaclient/remote_plugins/2_164/host.py:729 #: ipaclient/remote_plugins/2_164/host.py:894 #: ipaclient/remote_plugins/2_164/host.py:982 #: ipaclient/remote_plugins/2_164/netgroup.py:276 #: ipaclient/remote_plugins/2_164/netgroup.py:761 #: ipaclient/remote_plugins/2_164/role.py:222 #: ipaclient/remote_plugins/2_164/role.py:595 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:350 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:829 #: ipaclient/remote_plugins/2_164/service.py:442 #: ipaclient/remote_plugins/2_164/service.py:531 #: ipaclient/remote_plugins/2_164/service.py:692 #: ipaclient/remote_plugins/2_164/service.py:781 #: ipaclient/remote_plugins/2_164/sudorule.py:683 #: ipaclient/remote_plugins/2_164/sudorule.py:752 #: ipaclient/remote_plugins/2_164/sudorule.py:821 #: ipaclient/remote_plugins/2_164/sudorule.py:1560 #: ipaclient/remote_plugins/2_164/sudorule.py:1629 #: ipaclient/remote_plugins/2_164/sudorule.py:1698 #: ipaclient/remote_plugins/2_164/vault.py:499 #: ipaclient/remote_plugins/2_164/vault.py:1079 #: ipaclient/remote_plugins/2_49/group.py:327 #: ipaclient/remote_plugins/2_49/group.py:783 #: ipaclient/remote_plugins/2_49/hbacrule.py:512 #: ipaclient/remote_plugins/2_49/hbacrule.py:1128 #: ipaclient/remote_plugins/2_49/netgroup.py:261 #: ipaclient/remote_plugins/2_49/netgroup.py:728 #: ipaclient/remote_plugins/2_49/role.py:202 #: ipaclient/remote_plugins/2_49/role.py:541 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:330 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:782 #: ipaclient/remote_plugins/2_49/sudorule.py:583 #: ipaclient/remote_plugins/2_49/sudorule.py:645 #: ipaclient/remote_plugins/2_49/sudorule.py:707 #: ipaclient/remote_plugins/2_49/sudorule.py:1367 #: ipaclient/remote_plugins/2_49/sudorule.py:1429 #: ipaclient/remote_plugins/2_49/sudorule.py:1491 msgid "member group" msgstr "группа-участник" #: ipaclient/remote_plugins/2_114/group.py:343 #: ipaclient/remote_plugins/2_114/hbacrule.py:553 #: ipaclient/remote_plugins/2_114/host.py:580 #: ipaclient/remote_plugins/2_114/host.py:668 #: ipaclient/remote_plugins/2_114/netgroup.py:277 #: ipaclient/remote_plugins/2_114/role.py:223 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:351 #: ipaclient/remote_plugins/2_114/service.py:380 #: ipaclient/remote_plugins/2_114/service.py:469 #: ipaclient/remote_plugins/2_114/sudorule.py:684 #: ipaclient/remote_plugins/2_114/sudorule.py:753 #: ipaclient/remote_plugins/2_114/sudorule.py:822 #: ipaclient/remote_plugins/2_156/caacl.py:475 #: ipaclient/remote_plugins/2_156/group.py:343 #: ipaclient/remote_plugins/2_156/hbacrule.py:553 #: ipaclient/remote_plugins/2_156/host.py:642 #: ipaclient/remote_plugins/2_156/host.py:730 #: ipaclient/remote_plugins/2_156/netgroup.py:277 #: ipaclient/remote_plugins/2_156/role.py:223 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:351 #: ipaclient/remote_plugins/2_156/service.py:443 #: ipaclient/remote_plugins/2_156/service.py:532 #: ipaclient/remote_plugins/2_156/sudorule.py:684 #: ipaclient/remote_plugins/2_156/sudorule.py:753 #: ipaclient/remote_plugins/2_156/sudorule.py:822 #: ipaclient/remote_plugins/2_156/vault.py:500 #: ipaclient/remote_plugins/2_156/vault.py:596 #: ipaclient/remote_plugins/2_156/vault.py:1448 #: ipaclient/remote_plugins/2_164/caacl.py:475 #: ipaclient/remote_plugins/2_164/group.py:343 #: ipaclient/remote_plugins/2_164/hbacrule.py:553 #: ipaclient/remote_plugins/2_164/host.py:642 #: ipaclient/remote_plugins/2_164/host.py:730 #: ipaclient/remote_plugins/2_164/netgroup.py:277 #: ipaclient/remote_plugins/2_164/role.py:223 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:351 #: ipaclient/remote_plugins/2_164/service.py:443 #: ipaclient/remote_plugins/2_164/service.py:532 #: ipaclient/remote_plugins/2_164/sudorule.py:684 #: ipaclient/remote_plugins/2_164/sudorule.py:753 #: ipaclient/remote_plugins/2_164/sudorule.py:822 #: ipaclient/remote_plugins/2_164/vault.py:500 #: ipaclient/remote_plugins/2_164/vault.py:596 #: ipaclient/remote_plugins/2_164/vault.py:1448 msgid "groups to add" msgstr "группы, которые следует добавить" #: ipaclient/remote_plugins/2_114/group.py:528 #: ipaclient/remote_plugins/2_156/group.py:528 #: ipaclient/remote_plugins/2_164/group.py:528 #: ipaclient/remote_plugins/2_49/group.py:489 msgid "Results should contain primary key attribute only (\"group-name\")" msgstr "" "Результаты должны содержать только атрибут главного ключа (\"group-name\")" #: ipaclient/remote_plugins/2_114/group.py:538 #: ipaclient/remote_plugins/2_156/group.py:538 #: ipaclient/remote_plugins/2_164/group.py:538 #: ipaclient/remote_plugins/2_49/group.py:499 msgid "Search for groups with these member users." msgstr "Поиск групп с этими пользователями-участниками." #: ipaclient/remote_plugins/2_114/group.py:546 #: ipaclient/remote_plugins/2_156/group.py:546 #: ipaclient/remote_plugins/2_164/group.py:546 #: ipaclient/remote_plugins/2_49/group.py:507 msgid "Search for groups without these member users." msgstr "Поиск групп без этих пользователей-участников." #: ipaclient/remote_plugins/2_114/group.py:554 #: ipaclient/remote_plugins/2_156/group.py:554 #: ipaclient/remote_plugins/2_164/group.py:554 #: ipaclient/remote_plugins/2_49/group.py:515 msgid "Search for groups with these member groups." msgstr "Поиск групп с этими группами-участниками." #: ipaclient/remote_plugins/2_114/group.py:562 #: ipaclient/remote_plugins/2_156/group.py:562 #: ipaclient/remote_plugins/2_164/group.py:562 #: ipaclient/remote_plugins/2_49/group.py:523 msgid "Search for groups without these member groups." msgstr "Поиск групп без этих групп-участников." #: ipaclient/remote_plugins/2_114/group.py:570 #: ipaclient/remote_plugins/2_156/group.py:570 #: ipaclient/remote_plugins/2_164/group.py:570 #: ipaclient/remote_plugins/2_49/group.py:531 msgid "Search for groups with these member of groups." msgstr "Поиск групп, участником которых является эта группа." #: ipaclient/remote_plugins/2_114/group.py:578 #: ipaclient/remote_plugins/2_156/group.py:578 #: ipaclient/remote_plugins/2_164/group.py:578 #: ipaclient/remote_plugins/2_49/group.py:539 msgid "Search for groups without these member of groups." msgstr "Поиск групп, участником которых не является эта группа." #: ipaclient/remote_plugins/2_114/group.py:586 #: ipaclient/remote_plugins/2_156/group.py:586 #: ipaclient/remote_plugins/2_164/group.py:586 #: ipaclient/remote_plugins/2_49/group.py:547 msgid "Search for groups with these member of netgroups." msgstr "Поиск групп, которые являются участниками этой сетевой группы." #: ipaclient/remote_plugins/2_114/group.py:594 #: ipaclient/remote_plugins/2_156/group.py:594 #: ipaclient/remote_plugins/2_164/group.py:594 #: ipaclient/remote_plugins/2_49/group.py:555 msgid "Search for groups without these member of netgroups." msgstr "Поиск групп, которые не являются участниками этой сетевой группы." #: ipaclient/remote_plugins/2_114/group.py:602 #: ipaclient/remote_plugins/2_156/group.py:602 #: ipaclient/remote_plugins/2_164/group.py:602 #: ipaclient/remote_plugins/2_49/group.py:563 msgid "Search for groups with these member of roles." msgstr "Поиск групп, которые являются участниками этой роли." #: ipaclient/remote_plugins/2_114/group.py:610 #: ipaclient/remote_plugins/2_156/group.py:610 #: ipaclient/remote_plugins/2_164/group.py:610 #: ipaclient/remote_plugins/2_49/group.py:571 msgid "Search for groups without these member of roles." msgstr "Поиск групп, которые не являются участниками этой роли." #: ipaclient/remote_plugins/2_114/group.py:618 #: ipaclient/remote_plugins/2_156/group.py:618 #: ipaclient/remote_plugins/2_164/group.py:618 #: ipaclient/remote_plugins/2_49/group.py:579 msgid "Search for groups with these member of HBAC rules." msgstr "Поиск групп, которые являются участниками этого правила HBAC." #: ipaclient/remote_plugins/2_114/group.py:626 #: ipaclient/remote_plugins/2_156/group.py:626 #: ipaclient/remote_plugins/2_164/group.py:626 #: ipaclient/remote_plugins/2_49/group.py:587 msgid "Search for groups without these member of HBAC rules." msgstr "Поиск групп, которые не являются участниками этого правила HBAC." #: ipaclient/remote_plugins/2_114/group.py:634 #: ipaclient/remote_plugins/2_156/group.py:634 #: ipaclient/remote_plugins/2_164/group.py:634 #: ipaclient/remote_plugins/2_49/group.py:595 msgid "Search for groups with these member of sudo rules." msgstr "Поиск групп, которые являются участниками этого правила Sudo." #: ipaclient/remote_plugins/2_114/group.py:642 #: ipaclient/remote_plugins/2_156/group.py:642 #: ipaclient/remote_plugins/2_164/group.py:642 #: ipaclient/remote_plugins/2_49/group.py:603 msgid "Search for groups without these member of sudo rules." msgstr "Поиск групп, которые не являются участниками этого правила Sudo." #: ipaclient/remote_plugins/2_114/group.py:759 #: ipaclient/remote_plugins/2_156/group.py:759 #: ipaclient/remote_plugins/2_164/group.py:759 #: ipaclient/remote_plugins/2_49/group.py:713 msgid "Rename the group object" msgstr "Переименовать объект группы" #: ipaclient/remote_plugins/2_114/group.py:827 #: ipaclient/remote_plugins/2_114/hbacrule.py:1221 #: ipaclient/remote_plugins/2_114/host.py:824 #: ipaclient/remote_plugins/2_114/host.py:912 #: ipaclient/remote_plugins/2_114/netgroup.py:753 #: ipaclient/remote_plugins/2_114/role.py:587 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:821 #: ipaclient/remote_plugins/2_114/service.py:621 #: ipaclient/remote_plugins/2_114/service.py:710 #: ipaclient/remote_plugins/2_114/sudorule.py:1621 #: ipaclient/remote_plugins/2_114/sudorule.py:1690 #: ipaclient/remote_plugins/2_114/otptoken.py:818 #: ipaclient/remote_plugins/2_156/caacl.py:1071 #: ipaclient/remote_plugins/2_156/group.py:827 #: ipaclient/remote_plugins/2_156/hbacrule.py:1221 #: ipaclient/remote_plugins/2_156/host.py:886 #: ipaclient/remote_plugins/2_156/host.py:974 #: ipaclient/remote_plugins/2_156/netgroup.py:753 #: ipaclient/remote_plugins/2_156/role.py:587 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:821 #: ipaclient/remote_plugins/2_156/service.py:684 #: ipaclient/remote_plugins/2_156/service.py:773 #: ipaclient/remote_plugins/2_156/sudorule.py:1621 #: ipaclient/remote_plugins/2_156/sudorule.py:1690 #: ipaclient/remote_plugins/2_156/vault.py:1071 #: ipaclient/remote_plugins/2_156/vault.py:1167 #: ipaclient/remote_plugins/2_156/vault.py:1576 #: ipaclient/remote_plugins/2_156/otptoken.py:818 #: ipaclient/remote_plugins/2_164/caacl.py:1071 #: ipaclient/remote_plugins/2_164/group.py:827 #: ipaclient/remote_plugins/2_164/hbacrule.py:1221 #: ipaclient/remote_plugins/2_164/host.py:886 #: ipaclient/remote_plugins/2_164/host.py:974 #: ipaclient/remote_plugins/2_164/netgroup.py:753 #: ipaclient/remote_plugins/2_164/role.py:587 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:821 #: ipaclient/remote_plugins/2_164/service.py:684 #: ipaclient/remote_plugins/2_164/service.py:773 #: ipaclient/remote_plugins/2_164/stageuser.py:1539 #: ipaclient/remote_plugins/2_164/sudorule.py:1621 #: ipaclient/remote_plugins/2_164/sudorule.py:1690 #: ipaclient/remote_plugins/2_164/user.py:1720 #: ipaclient/remote_plugins/2_164/vault.py:1071 #: ipaclient/remote_plugins/2_164/vault.py:1167 #: ipaclient/remote_plugins/2_164/vault.py:1576 #: ipaclient/remote_plugins/2_164/otptoken.py:818 msgid "users to remove" msgstr "пользователи, которых следует удалить" #: ipaclient/remote_plugins/2_114/group.py:836 #: ipaclient/remote_plugins/2_114/hbacrule.py:1230 #: ipaclient/remote_plugins/2_114/host.py:833 #: ipaclient/remote_plugins/2_114/host.py:921 #: ipaclient/remote_plugins/2_114/netgroup.py:762 #: ipaclient/remote_plugins/2_114/role.py:596 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:830 #: ipaclient/remote_plugins/2_114/service.py:630 #: ipaclient/remote_plugins/2_114/service.py:719 #: ipaclient/remote_plugins/2_114/sudorule.py:1561 #: ipaclient/remote_plugins/2_114/sudorule.py:1630 #: ipaclient/remote_plugins/2_114/sudorule.py:1699 #: ipaclient/remote_plugins/2_156/caacl.py:1080 #: ipaclient/remote_plugins/2_156/group.py:836 #: ipaclient/remote_plugins/2_156/hbacrule.py:1230 #: ipaclient/remote_plugins/2_156/host.py:895 #: ipaclient/remote_plugins/2_156/host.py:983 #: ipaclient/remote_plugins/2_156/netgroup.py:762 #: ipaclient/remote_plugins/2_156/role.py:596 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:830 #: ipaclient/remote_plugins/2_156/service.py:693 #: ipaclient/remote_plugins/2_156/service.py:782 #: ipaclient/remote_plugins/2_156/sudorule.py:1561 #: ipaclient/remote_plugins/2_156/sudorule.py:1630 #: ipaclient/remote_plugins/2_156/sudorule.py:1699 #: ipaclient/remote_plugins/2_156/vault.py:1080 #: ipaclient/remote_plugins/2_156/vault.py:1176 #: ipaclient/remote_plugins/2_156/vault.py:1585 #: ipaclient/remote_plugins/2_164/caacl.py:1080 #: ipaclient/remote_plugins/2_164/group.py:836 #: ipaclient/remote_plugins/2_164/hbacrule.py:1230 #: ipaclient/remote_plugins/2_164/host.py:895 #: ipaclient/remote_plugins/2_164/host.py:983 #: ipaclient/remote_plugins/2_164/netgroup.py:762 #: ipaclient/remote_plugins/2_164/role.py:596 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:830 #: ipaclient/remote_plugins/2_164/service.py:693 #: ipaclient/remote_plugins/2_164/service.py:782 #: ipaclient/remote_plugins/2_164/sudorule.py:1561 #: ipaclient/remote_plugins/2_164/sudorule.py:1630 #: ipaclient/remote_plugins/2_164/sudorule.py:1699 #: ipaclient/remote_plugins/2_164/vault.py:1080 #: ipaclient/remote_plugins/2_164/vault.py:1176 #: ipaclient/remote_plugins/2_164/vault.py:1585 msgid "groups to remove" msgstr "группы, которые следует удалить" #: ipaclient/remote_plugins/2_114/hbacrule.py:336 #: ipaclient/remote_plugins/2_114/hbacrule.py:474 #: ipaclient/remote_plugins/2_114/hbacrule.py:1013 #: ipaclient/remote_plugins/2_114/hbacrule.py:1151 #: ipaclient/remote_plugins/2_114/host.py:509 #: ipaclient/remote_plugins/2_114/host.py:588 #: ipaclient/remote_plugins/2_114/host.py:676 #: ipaclient/remote_plugins/2_114/host.py:841 #: ipaclient/remote_plugins/2_114/host.py:929 #: ipaclient/remote_plugins/2_114/host.py:1474 #: ipaclient/remote_plugins/2_114/hostgroup.py:238 #: ipaclient/remote_plugins/2_114/hostgroup.py:622 #: ipaclient/remote_plugins/2_114/netgroup.py:285 #: ipaclient/remote_plugins/2_114/netgroup.py:770 #: ipaclient/remote_plugins/2_114/role.py:231 #: ipaclient/remote_plugins/2_114/role.py:604 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:272 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:751 #: ipaclient/remote_plugins/2_114/service.py:308 #: ipaclient/remote_plugins/2_114/service.py:388 #: ipaclient/remote_plugins/2_114/service.py:477 #: ipaclient/remote_plugins/2_114/service.py:638 #: ipaclient/remote_plugins/2_114/service.py:727 #: ipaclient/remote_plugins/2_114/service.py:1017 #: ipaclient/remote_plugins/2_114/sudorule.py:553 #: ipaclient/remote_plugins/2_114/sudorule.py:1430 #: ipaclient/remote_plugins/2_156/caacl.py:276 #: ipaclient/remote_plugins/2_156/caacl.py:881 #: ipaclient/remote_plugins/2_156/hbacrule.py:336 #: ipaclient/remote_plugins/2_156/hbacrule.py:474 #: ipaclient/remote_plugins/2_156/hbacrule.py:1013 #: ipaclient/remote_plugins/2_156/hbacrule.py:1151 #: ipaclient/remote_plugins/2_156/host.py:571 #: ipaclient/remote_plugins/2_156/host.py:650 #: ipaclient/remote_plugins/2_156/host.py:738 #: ipaclient/remote_plugins/2_156/host.py:903 #: ipaclient/remote_plugins/2_156/host.py:991 #: ipaclient/remote_plugins/2_156/host.py:1598 #: ipaclient/remote_plugins/2_156/hostgroup.py:238 #: ipaclient/remote_plugins/2_156/hostgroup.py:622 #: ipaclient/remote_plugins/2_156/netgroup.py:285 #: ipaclient/remote_plugins/2_156/netgroup.py:770 #: ipaclient/remote_plugins/2_156/role.py:231 #: ipaclient/remote_plugins/2_156/role.py:604 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:272 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:751 #: ipaclient/remote_plugins/2_156/service.py:371 #: ipaclient/remote_plugins/2_156/service.py:451 #: ipaclient/remote_plugins/2_156/service.py:540 #: ipaclient/remote_plugins/2_156/service.py:701 #: ipaclient/remote_plugins/2_156/service.py:790 #: ipaclient/remote_plugins/2_156/service.py:1142 #: ipaclient/remote_plugins/2_156/sudorule.py:553 #: ipaclient/remote_plugins/2_156/sudorule.py:1430 #: ipaclient/remote_plugins/2_164/caacl.py:276 #: ipaclient/remote_plugins/2_164/caacl.py:881 #: ipaclient/remote_plugins/2_164/hbacrule.py:336 #: ipaclient/remote_plugins/2_164/hbacrule.py:474 #: ipaclient/remote_plugins/2_164/hbacrule.py:1013 #: ipaclient/remote_plugins/2_164/hbacrule.py:1151 #: ipaclient/remote_plugins/2_164/host.py:571 #: ipaclient/remote_plugins/2_164/host.py:650 #: ipaclient/remote_plugins/2_164/host.py:738 #: ipaclient/remote_plugins/2_164/host.py:903 #: ipaclient/remote_plugins/2_164/host.py:991 #: ipaclient/remote_plugins/2_164/host.py:1598 #: ipaclient/remote_plugins/2_164/hostgroup.py:238 #: ipaclient/remote_plugins/2_164/hostgroup.py:622 #: ipaclient/remote_plugins/2_164/netgroup.py:285 #: ipaclient/remote_plugins/2_164/netgroup.py:770 #: ipaclient/remote_plugins/2_164/role.py:231 #: ipaclient/remote_plugins/2_164/role.py:604 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:272 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:751 #: ipaclient/remote_plugins/2_164/service.py:371 #: ipaclient/remote_plugins/2_164/service.py:451 #: ipaclient/remote_plugins/2_164/service.py:540 #: ipaclient/remote_plugins/2_164/service.py:701 #: ipaclient/remote_plugins/2_164/service.py:790 #: ipaclient/remote_plugins/2_164/service.py:1142 #: ipaclient/remote_plugins/2_164/sudorule.py:553 #: ipaclient/remote_plugins/2_164/sudorule.py:1430 #: ipaclient/remote_plugins/2_49/hbacrule.py:317 #: ipaclient/remote_plugins/2_49/hbacrule.py:441 #: ipaclient/remote_plugins/2_49/hbacrule.py:933 #: ipaclient/remote_plugins/2_49/hbacrule.py:1057 #: ipaclient/remote_plugins/2_49/host.py:408 #: ipaclient/remote_plugins/2_49/host.py:954 #: ipaclient/remote_plugins/2_49/hostgroup.py:223 #: ipaclient/remote_plugins/2_49/hostgroup.py:589 #: ipaclient/remote_plugins/2_49/netgroup.py:270 #: ipaclient/remote_plugins/2_49/netgroup.py:737 #: ipaclient/remote_plugins/2_49/role.py:211 #: ipaclient/remote_plugins/2_49/role.py:550 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:259 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:711 #: ipaclient/remote_plugins/2_49/service.py:224 #: ipaclient/remote_plugins/2_49/service.py:544 #: ipaclient/remote_plugins/2_49/sudorule.py:496 #: ipaclient/remote_plugins/2_49/sudorule.py:1280 msgid "member host" msgstr "узел-участник" #: ipaclient/remote_plugins/2_114/hbacrule.py:337 #: ipaclient/remote_plugins/2_114/hbacrule.py:475 #: ipaclient/remote_plugins/2_114/host.py:510 #: ipaclient/remote_plugins/2_114/host.py:589 #: ipaclient/remote_plugins/2_114/host.py:677 #: ipaclient/remote_plugins/2_114/hostgroup.py:239 #: ipaclient/remote_plugins/2_114/netgroup.py:286 #: ipaclient/remote_plugins/2_114/role.py:232 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:273 #: ipaclient/remote_plugins/2_114/service.py:309 #: ipaclient/remote_plugins/2_114/service.py:389 #: ipaclient/remote_plugins/2_114/service.py:478 #: ipaclient/remote_plugins/2_114/sudorule.py:554 #: ipaclient/remote_plugins/2_156/caacl.py:277 #: ipaclient/remote_plugins/2_156/hbacrule.py:337 #: ipaclient/remote_plugins/2_156/hbacrule.py:475 #: ipaclient/remote_plugins/2_156/host.py:572 #: ipaclient/remote_plugins/2_156/host.py:651 #: ipaclient/remote_plugins/2_156/host.py:739 #: ipaclient/remote_plugins/2_156/hostgroup.py:239 #: ipaclient/remote_plugins/2_156/netgroup.py:286 #: ipaclient/remote_plugins/2_156/role.py:232 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:273 #: ipaclient/remote_plugins/2_156/service.py:372 #: ipaclient/remote_plugins/2_156/service.py:452 #: ipaclient/remote_plugins/2_156/service.py:541 #: ipaclient/remote_plugins/2_156/sudorule.py:554 #: ipaclient/remote_plugins/2_164/caacl.py:277 #: ipaclient/remote_plugins/2_164/hbacrule.py:337 #: ipaclient/remote_plugins/2_164/hbacrule.py:475 #: ipaclient/remote_plugins/2_164/host.py:572 #: ipaclient/remote_plugins/2_164/host.py:651 #: ipaclient/remote_plugins/2_164/host.py:739 #: ipaclient/remote_plugins/2_164/hostgroup.py:239 #: ipaclient/remote_plugins/2_164/netgroup.py:286 #: ipaclient/remote_plugins/2_164/role.py:232 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:273 #: ipaclient/remote_plugins/2_164/service.py:372 #: ipaclient/remote_plugins/2_164/service.py:452 #: ipaclient/remote_plugins/2_164/service.py:541 #: ipaclient/remote_plugins/2_164/sudorule.py:554 msgid "hosts to add" msgstr "узлы, которые следует добавить" #: ipaclient/remote_plugins/2_114/hbacrule.py:345 #: ipaclient/remote_plugins/2_114/hbacrule.py:483 #: ipaclient/remote_plugins/2_114/hbacrule.py:1022 #: ipaclient/remote_plugins/2_114/hbacrule.py:1160 #: ipaclient/remote_plugins/2_114/host.py:597 #: ipaclient/remote_plugins/2_114/host.py:685 #: ipaclient/remote_plugins/2_114/host.py:850 #: ipaclient/remote_plugins/2_114/host.py:938 #: ipaclient/remote_plugins/2_114/hostgroup.py:247 #: ipaclient/remote_plugins/2_114/hostgroup.py:631 #: ipaclient/remote_plugins/2_114/netgroup.py:294 #: ipaclient/remote_plugins/2_114/netgroup.py:779 #: ipaclient/remote_plugins/2_114/role.py:240 #: ipaclient/remote_plugins/2_114/role.py:613 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:281 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:760 #: ipaclient/remote_plugins/2_114/service.py:397 #: ipaclient/remote_plugins/2_114/service.py:486 #: ipaclient/remote_plugins/2_114/service.py:647 #: ipaclient/remote_plugins/2_114/service.py:736 #: ipaclient/remote_plugins/2_114/sudorule.py:562 #: ipaclient/remote_plugins/2_114/sudorule.py:1439 #: ipaclient/remote_plugins/2_156/caacl.py:285 #: ipaclient/remote_plugins/2_156/caacl.py:890 #: ipaclient/remote_plugins/2_156/hbacrule.py:345 #: ipaclient/remote_plugins/2_156/hbacrule.py:483 #: ipaclient/remote_plugins/2_156/hbacrule.py:1022 #: ipaclient/remote_plugins/2_156/hbacrule.py:1160 #: ipaclient/remote_plugins/2_156/host.py:659 #: ipaclient/remote_plugins/2_156/host.py:747 #: ipaclient/remote_plugins/2_156/host.py:912 #: ipaclient/remote_plugins/2_156/host.py:1000 #: ipaclient/remote_plugins/2_156/hostgroup.py:247 #: ipaclient/remote_plugins/2_156/hostgroup.py:631 #: ipaclient/remote_plugins/2_156/netgroup.py:294 #: ipaclient/remote_plugins/2_156/netgroup.py:779 #: ipaclient/remote_plugins/2_156/role.py:240 #: ipaclient/remote_plugins/2_156/role.py:613 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:281 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:760 #: ipaclient/remote_plugins/2_156/service.py:460 #: ipaclient/remote_plugins/2_156/service.py:549 #: ipaclient/remote_plugins/2_156/service.py:710 #: ipaclient/remote_plugins/2_156/service.py:799 #: ipaclient/remote_plugins/2_156/sudorule.py:562 #: ipaclient/remote_plugins/2_156/sudorule.py:1439 #: ipaclient/remote_plugins/2_164/caacl.py:285 #: ipaclient/remote_plugins/2_164/caacl.py:890 #: ipaclient/remote_plugins/2_164/hbacrule.py:345 #: ipaclient/remote_plugins/2_164/hbacrule.py:483 #: ipaclient/remote_plugins/2_164/hbacrule.py:1022 #: ipaclient/remote_plugins/2_164/hbacrule.py:1160 #: ipaclient/remote_plugins/2_164/host.py:659 #: ipaclient/remote_plugins/2_164/host.py:747 #: ipaclient/remote_plugins/2_164/host.py:912 #: ipaclient/remote_plugins/2_164/host.py:1000 #: ipaclient/remote_plugins/2_164/hostgroup.py:247 #: ipaclient/remote_plugins/2_164/hostgroup.py:631 #: ipaclient/remote_plugins/2_164/netgroup.py:294 #: ipaclient/remote_plugins/2_164/netgroup.py:779 #: ipaclient/remote_plugins/2_164/role.py:240 #: ipaclient/remote_plugins/2_164/role.py:613 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:281 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:760 #: ipaclient/remote_plugins/2_164/service.py:460 #: ipaclient/remote_plugins/2_164/service.py:549 #: ipaclient/remote_plugins/2_164/service.py:710 #: ipaclient/remote_plugins/2_164/service.py:799 #: ipaclient/remote_plugins/2_164/sudorule.py:562 #: ipaclient/remote_plugins/2_164/sudorule.py:1439 #: ipaclient/remote_plugins/2_49/hbacrule.py:326 #: ipaclient/remote_plugins/2_49/hbacrule.py:450 #: ipaclient/remote_plugins/2_49/hbacrule.py:942 #: ipaclient/remote_plugins/2_49/hbacrule.py:1066 #: ipaclient/remote_plugins/2_49/hostgroup.py:232 #: ipaclient/remote_plugins/2_49/hostgroup.py:598 #: ipaclient/remote_plugins/2_49/netgroup.py:279 #: ipaclient/remote_plugins/2_49/netgroup.py:746 #: ipaclient/remote_plugins/2_49/role.py:220 #: ipaclient/remote_plugins/2_49/role.py:559 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:268 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:720 #: ipaclient/remote_plugins/2_49/sudorule.py:505 #: ipaclient/remote_plugins/2_49/sudorule.py:1289 msgid "member host group" msgstr "группа узлов — участник" #: ipaclient/remote_plugins/2_114/hbacrule.py:346 #: ipaclient/remote_plugins/2_114/hbacrule.py:484 #: ipaclient/remote_plugins/2_114/host.py:598 #: ipaclient/remote_plugins/2_114/host.py:686 #: ipaclient/remote_plugins/2_114/hostgroup.py:248 #: ipaclient/remote_plugins/2_114/netgroup.py:295 #: ipaclient/remote_plugins/2_114/role.py:241 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:282 #: ipaclient/remote_plugins/2_114/service.py:398 #: ipaclient/remote_plugins/2_114/service.py:487 #: ipaclient/remote_plugins/2_114/sudorule.py:563 #: ipaclient/remote_plugins/2_156/caacl.py:286 #: ipaclient/remote_plugins/2_156/hbacrule.py:346 #: ipaclient/remote_plugins/2_156/hbacrule.py:484 #: ipaclient/remote_plugins/2_156/host.py:660 #: ipaclient/remote_plugins/2_156/host.py:748 #: ipaclient/remote_plugins/2_156/hostgroup.py:248 #: ipaclient/remote_plugins/2_156/netgroup.py:295 #: ipaclient/remote_plugins/2_156/role.py:241 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:282 #: ipaclient/remote_plugins/2_156/service.py:461 #: ipaclient/remote_plugins/2_156/service.py:550 #: ipaclient/remote_plugins/2_156/sudorule.py:563 #: ipaclient/remote_plugins/2_164/caacl.py:286 #: ipaclient/remote_plugins/2_164/hbacrule.py:346 #: ipaclient/remote_plugins/2_164/hbacrule.py:484 #: ipaclient/remote_plugins/2_164/host.py:660 #: ipaclient/remote_plugins/2_164/host.py:748 #: ipaclient/remote_plugins/2_164/hostgroup.py:248 #: ipaclient/remote_plugins/2_164/netgroup.py:295 #: ipaclient/remote_plugins/2_164/role.py:241 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:282 #: ipaclient/remote_plugins/2_164/service.py:461 #: ipaclient/remote_plugins/2_164/service.py:550 #: ipaclient/remote_plugins/2_164/sudorule.py:563 msgid "host groups to add" msgstr "группы узлов, которые следует добавить" #: ipaclient/remote_plugins/2_114/hbacrule.py:405 #: ipaclient/remote_plugins/2_114/hbacrule.py:1082 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:176 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:451 #: ipaclient/remote_plugins/2_156/hbacrule.py:405 #: ipaclient/remote_plugins/2_156/hbacrule.py:1082 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:176 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:451 #: ipaclient/remote_plugins/2_164/hbacrule.py:405 #: ipaclient/remote_plugins/2_164/hbacrule.py:1082 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:176 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:451 #: ipaclient/remote_plugins/2_49/hbacrule.py:379 #: ipaclient/remote_plugins/2_49/hbacrule.py:995 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:165 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:422 msgid "member HBAC service" msgstr "служба-участник HBAC" #: ipaclient/remote_plugins/2_114/hbacrule.py:406 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:177 #: ipaclient/remote_plugins/2_156/hbacrule.py:406 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:177 #: ipaclient/remote_plugins/2_164/hbacrule.py:406 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:177 msgid "HBAC services to add" msgstr "cлужбы HBAC, которые следует добавить" #: ipaclient/remote_plugins/2_114/hbacrule.py:414 #: ipaclient/remote_plugins/2_114/hbacrule.py:1091 #: ipaclient/remote_plugins/2_156/hbacrule.py:414 #: ipaclient/remote_plugins/2_156/hbacrule.py:1091 #: ipaclient/remote_plugins/2_164/hbacrule.py:414 #: ipaclient/remote_plugins/2_164/hbacrule.py:1091 #: ipaclient/remote_plugins/2_49/hbacrule.py:388 #: ipaclient/remote_plugins/2_49/hbacrule.py:1004 msgid "member HBAC service group" msgstr "участник группа служб HBAC" #: ipaclient/remote_plugins/2_114/hbacrule.py:415 #: ipaclient/remote_plugins/2_156/hbacrule.py:415 #: ipaclient/remote_plugins/2_164/hbacrule.py:415 msgid "HBAC service groups to add" msgstr "группы служб HBAC, которые следует добавить" #: ipaclient/remote_plugins/2_114/hbacrule.py:1014 #: ipaclient/remote_plugins/2_114/hbacrule.py:1152 #: ipaclient/remote_plugins/2_114/host.py:842 #: ipaclient/remote_plugins/2_114/host.py:930 #: ipaclient/remote_plugins/2_114/host.py:1475 #: ipaclient/remote_plugins/2_114/hostgroup.py:623 #: ipaclient/remote_plugins/2_114/netgroup.py:771 #: ipaclient/remote_plugins/2_114/role.py:605 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:752 #: ipaclient/remote_plugins/2_114/service.py:639 #: ipaclient/remote_plugins/2_114/service.py:728 #: ipaclient/remote_plugins/2_114/service.py:1018 #: ipaclient/remote_plugins/2_114/sudorule.py:1431 #: ipaclient/remote_plugins/2_156/caacl.py:882 #: ipaclient/remote_plugins/2_156/hbacrule.py:1014 #: ipaclient/remote_plugins/2_156/hbacrule.py:1152 #: ipaclient/remote_plugins/2_156/host.py:904 #: ipaclient/remote_plugins/2_156/host.py:992 #: ipaclient/remote_plugins/2_156/host.py:1599 #: ipaclient/remote_plugins/2_156/hostgroup.py:623 #: ipaclient/remote_plugins/2_156/netgroup.py:771 #: ipaclient/remote_plugins/2_156/role.py:605 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:752 #: ipaclient/remote_plugins/2_156/service.py:702 #: ipaclient/remote_plugins/2_156/service.py:791 #: ipaclient/remote_plugins/2_156/service.py:1143 #: ipaclient/remote_plugins/2_156/sudorule.py:1431 #: ipaclient/remote_plugins/2_164/caacl.py:882 #: ipaclient/remote_plugins/2_164/hbacrule.py:1014 #: ipaclient/remote_plugins/2_164/hbacrule.py:1152 #: ipaclient/remote_plugins/2_164/host.py:904 #: ipaclient/remote_plugins/2_164/host.py:992 #: ipaclient/remote_plugins/2_164/host.py:1599 #: ipaclient/remote_plugins/2_164/hostgroup.py:623 #: ipaclient/remote_plugins/2_164/netgroup.py:771 #: ipaclient/remote_plugins/2_164/role.py:605 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:752 #: ipaclient/remote_plugins/2_164/service.py:702 #: ipaclient/remote_plugins/2_164/service.py:791 #: ipaclient/remote_plugins/2_164/service.py:1143 #: ipaclient/remote_plugins/2_164/sudorule.py:1431 msgid "hosts to remove" msgstr "узлы, которые следует удалить" #: ipaclient/remote_plugins/2_114/hbacrule.py:1023 #: ipaclient/remote_plugins/2_114/hbacrule.py:1161 #: ipaclient/remote_plugins/2_114/host.py:851 #: ipaclient/remote_plugins/2_114/host.py:939 #: ipaclient/remote_plugins/2_114/hostgroup.py:632 #: ipaclient/remote_plugins/2_114/netgroup.py:780 #: ipaclient/remote_plugins/2_114/role.py:614 #: ipaclient/remote_plugins/2_114/selinuxusermap.py:761 #: ipaclient/remote_plugins/2_114/service.py:648 #: ipaclient/remote_plugins/2_114/service.py:737 #: ipaclient/remote_plugins/2_114/sudorule.py:1440 #: ipaclient/remote_plugins/2_156/caacl.py:891 #: ipaclient/remote_plugins/2_156/hbacrule.py:1023 #: ipaclient/remote_plugins/2_156/hbacrule.py:1161 #: ipaclient/remote_plugins/2_156/host.py:913 #: ipaclient/remote_plugins/2_156/host.py:1001 #: ipaclient/remote_plugins/2_156/hostgroup.py:632 #: ipaclient/remote_plugins/2_156/netgroup.py:780 #: ipaclient/remote_plugins/2_156/role.py:614 #: ipaclient/remote_plugins/2_156/selinuxusermap.py:761 #: ipaclient/remote_plugins/2_156/service.py:711 #: ipaclient/remote_plugins/2_156/service.py:800 #: ipaclient/remote_plugins/2_156/sudorule.py:1440 #: ipaclient/remote_plugins/2_164/caacl.py:891 #: ipaclient/remote_plugins/2_164/hbacrule.py:1023 #: ipaclient/remote_plugins/2_164/hbacrule.py:1161 #: ipaclient/remote_plugins/2_164/host.py:913 #: ipaclient/remote_plugins/2_164/host.py:1001 #: ipaclient/remote_plugins/2_164/hostgroup.py:632 #: ipaclient/remote_plugins/2_164/netgroup.py:780 #: ipaclient/remote_plugins/2_164/role.py:614 #: ipaclient/remote_plugins/2_164/selinuxusermap.py:761 #: ipaclient/remote_plugins/2_164/service.py:711 #: ipaclient/remote_plugins/2_164/service.py:800 #: ipaclient/remote_plugins/2_164/sudorule.py:1440 msgid "host groups to remove" msgstr "группы узлов, которые следует удалить" #: ipaclient/remote_plugins/2_114/hbacrule.py:1083 #: ipaclient/remote_plugins/2_114/hbacsvcgroup.py:452 #: ipaclient/remote_plugins/2_156/hbacrule.py:1083 #: ipaclient/remote_plugins/2_156/hbacsvcgroup.py:452 #: ipaclient/remote_plugins/2_164/hbacrule.py:1083 #: ipaclient/remote_plugins/2_164/hbacsvcgroup.py:452 msgid "HBAC services to remove" msgstr "службы HBAC, которые следует удалить" #: ipaclient/remote_plugins/2_114/hbacrule.py:1092 #: ipaclient/remote_plugins/2_156/hbacrule.py:1092 #: ipaclient/remote_plugins/2_164/hbacrule.py:1092 msgid "HBAC service groups to remove" msgstr "группы служб HBAC, которые следует удалить" #: ipaclient/remote_plugins/2_114/hbacsvc.py:19 #: ipaclient/remote_plugins/2_156/hbacsvc.py:19 #: ipaclient/remote_plugins/2_164/hbacsvc.py:19 #: ipaclient/remote_plugins/2_49/hbacsvc.py:19 msgid "" "\n" "HBAC Services\n" "\n" "The PAM services that HBAC can control access to. The name used here\n" "must match the service name that PAM is evaluating.\n" "\n" "EXAMPLES:\n" "\n" " Add a new HBAC service:\n" " ipa hbacsvc-add tftp\n" "\n" " Modify an existing HBAC service:\n" " ipa hbacsvc-mod --desc=\"TFTP service\" tftp\n" "\n" " Search for HBAC services. This example will return two results, the FTP\n" " service and the newly-added tftp service:\n" " ipa hbacsvc-find ftp\n" "\n" " Delete an HBAC service:\n" " ipa hbacsvc-del tftp\n" msgstr "" "\n" "Службы HBAC\n" "\n" "Службы PAM, доступом к которым управляет HBAC. Используемое здесь имя должно " "соответствовать имени службы, которую оценивает PAM.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новую службу HBAC:\n" " ipa hbacsvc-add tftp\n" "\n" " Изменить существующую службу HBAC:\n" " ipa hbacsvc-mod --desc=\"TFTP service\" tftp\n" "\n" " Поиск служб HBAC. В этом примере будут возвращены два результата, служба " "FTP\n" " и добавленная выше служба tftp:\n" " ipa hbacsvc-find ftp\n" "\n" " Удалить службу HBAC:\n" " ipa hbacsvc-del tftp\n" #: ipaclient/remote_plugins/2_114/hbacsvc.py:62 #: ipaclient/remote_plugins/2_156/hbacsvc.py:62 #: ipaclient/remote_plugins/2_164/hbacsvc.py:62 #: ipaclient/remote_plugins/2_49/hbacsvc.py:62 msgid "Member of HBAC service groups" msgstr "Участник групп служб HBAC" #: ipaclient/remote_plugins/2_114/hbacsvc.py:243 #: ipaclient/remote_plugins/2_156/hbacsvc.py:243 #: ipaclient/remote_plugins/2_164/hbacsvc.py:243 #: ipaclient/remote_plugins/2_49/hbacsvc.py:232 msgid "Results should contain primary key attribute only (\"service\")" msgstr "" "Результаты должны содержать только атрибут главного ключа (\"service\")" #: ipaclient/remote_plugins/2_114/hbactest.py:19 #: ipaclient/remote_plugins/2_156/hbactest.py:19 #: ipaclient/remote_plugins/2_164/hbactest.py:19 msgid "" "\n" "Simulate use of Host-based access controls\n" "\n" "HBAC rules control who can access what services on what hosts.\n" "You can use HBAC to control which users or groups can access a service,\n" "or group of services, on a target host.\n" "\n" "Since applying HBAC rules implies use of a production environment,\n" "this plugin aims to provide simulation of HBAC rules evaluation without\n" "having access to the production environment.\n" "\n" " Test user coming to a service on a named host against\n" " existing enabled rules.\n" "\n" " ipa hbactest --user= --host= --service=\n" " [--rules=rules-list] [--nodetail] [--enabled] [--disabled]\n" " [--sizelimit= ]\n" "\n" " --user, --host, and --service are mandatory, others are optional.\n" "\n" " If --rules is specified simulate enabling of the specified rules and test\n" " the login of the user using only these rules.\n" "\n" " If --enabled is specified, all enabled HBAC rules will be added to " "simulation\n" "\n" " If --disabled is specified, all disabled HBAC rules will be added to " "simulation\n" "\n" " If --nodetail is specified, do not return information about rules matched/" "not matched.\n" "\n" " If both --rules and --enabled are specified, apply simulation to --rules " "_and_\n" " all IPA enabled rules.\n" "\n" " If no --rules specified, simulation is run against all IPA enabled rules.\n" " By default there is a IPA-wide limit to number of entries fetched, you can " "change it\n" " with --sizelimit option.\n" "\n" "EXAMPLES:\n" "\n" " 1. Use all enabled HBAC rules in IPA database to simulate:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd\n" " --------------------\n" " Access granted: True\n" " --------------------\n" " Not matched rules: my-second-rule\n" " Not matched rules: my-third-rule\n" " Not matched rules: myrule\n" " Matched rules: allow_all\n" "\n" " 2. Disable detailed summary of how rules were applied:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --nodetail\n" " --------------------\n" " Access granted: True\n" " --------------------\n" "\n" " 3. Test explicitly specified HBAC rules:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --" "rules=myrule --rules=my-second-rule\n" " ---------------------\n" " Access granted: False\n" " ---------------------\n" " Not matched rules: my-second-rule\n" " Not matched rules: myrule\n" "\n" " 4. Use all enabled HBAC rules in IPA database + explicitly specified " "rules:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --" "rules=myrule --rules=my-second-rule --enabled\n" " --------------------\n" " Access granted: True\n" " --------------------\n" " Not matched rules: my-second-rule\n" " Not matched rules: my-third-rule\n" " Not matched rules: myrule\n" " Matched rules: allow_all\n" "\n" " 5. Test all disabled HBAC rules in IPA database:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --disabled\n" " ---------------------\n" " Access granted: False\n" " ---------------------\n" " Not matched rules: new-rule\n" "\n" " 6. Test all disabled HBAC rules in IPA database + explicitly specified " "rules:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --" "rules=myrule --rules=my-second-rule --disabled\n" " ---------------------\n" " Access granted: False\n" " ---------------------\n" " Not matched rules: my-second-rule\n" " Not matched rules: my-third-rule\n" " Not matched rules: myrule\n" "\n" " 7. Test all (enabled and disabled) HBAC rules in IPA database:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --enabled " "--disabled\n" " --------------------\n" " Access granted: True\n" " --------------------\n" " Not matched rules: my-second-rule\n" " Not matched rules: my-third-rule\n" " Not matched rules: myrule\n" " Not matched rules: new-rule\n" " Matched rules: allow_all\n" "\n" "\n" "HBACTEST AND TRUSTED DOMAINS\n" "\n" "When an external trusted domain is configured in IPA, HBAC rules are also " "applied\n" "on users accessing IPA resources from the trusted domain. Trusted domain " "users and\n" "groups (and their SIDs) can be then assigned to external groups which can " "be\n" "members of POSIX groups in IPA which can be used in HBAC rules and thus " "allowing\n" "access to resources protected by the HBAC system.\n" "\n" "hbactest plugin is capable of testing access for both local IPA users and " "users\n" "from the trusted domains, either by a fully qualified user name or by user " "SID.\n" "Such user names need to have a trusted domain specified as a short name\n" "(DOMAIN\\Administrator) or with a user principal name (UPN), " "Administrator@ad.test.\n" "\n" "Please note that hbactest executed with a trusted domain user as --user " "parameter\n" "can be only run by members of \"trust admins\" group.\n" "\n" "EXAMPLES:\n" "\n" " 1. Test if a user from a trusted domain specified by its shortname " "matches any\n" " rule:\n" "\n" " $ ipa hbactest --user 'DOMAIN\\Administrator' --host `hostname` --" "service sshd\n" " --------------------\n" " Access granted: True\n" " --------------------\n" " Matched rules: allow_all\n" " Matched rules: can_login\n" "\n" " 2. Test if a user from a trusted domain specified by its domain name " "matches\n" " any rule:\n" "\n" " $ ipa hbactest --user 'Administrator@domain.com' --host `hostname` --" "service sshd\n" " --------------------\n" " Access granted: True\n" " --------------------\n" " Matched rules: allow_all\n" " Matched rules: can_login\n" "\n" " 3. Test if a user from a trusted domain specified by its SID matches any " "rule:\n" "\n" " $ ipa hbactest --user " "S-1-5-21-3035198329-144811719-1378114514-500 --host `hostname` --" "service sshd\n" " --------------------\n" " Access granted: True\n" " --------------------\n" " Matched rules: allow_all\n" " Matched rules: can_login\n" "\n" " 4. Test if other user from a trusted domain specified by its SID matches " "any rule:\n" "\n" " $ ipa hbactest --user " "S-1-5-21-3035198329-144811719-1378114514-1203 --host `hostname` " "--service sshd\n" " --------------------\n" " Access granted: True\n" " --------------------\n" " Matched rules: allow_all\n" " Not matched rules: can_login\n" "\n" " 5. Test if other user from a trusted domain specified by its shortname " "matches\n" " any rule:\n" "\n" " $ ipa hbactest --user 'DOMAIN\\Otheruser' --host `hostname` --service " "sshd\n" " --------------------\n" " Access granted: True\n" " --------------------\n" " Matched rules: allow_all\n" " Not matched rules: can_login\n" msgstr "" "\n" "Имитация использования управления доступом на основе узла\n" "\n" "Правила HBAC управляют тем, кто и на каких узлах сможет получать доступ к " "определённым службам. Вы можете воспользоваться HBAC для определения тех " "пользователей и групп, которые будут иметь доступ к определённой службе или " "группе служб на целевом узле. \n" "\n" "Так как применение правил HBAC подразумевает использование рабочей среды, " "этот подключаемый модуль предназначен для обеспечения имитации оценки правил " "HBAC при отсутствии доступа к рабочей среде.\n" "\n" " Проверка тестового пользователя, который обращается к службе на именованном " "узле, на соответствие существующим включённым правилам.\n" "\n" " ipa hbactest --user= --host= --service=\n" " [--rules=rules-list] [--nodetail] [--enabled] [--disabled]\n" " [--sizelimit= ]\n" "\n" " Параметры --user, --host и --service являются обязательными, остальные " "можно не указывать.\n" "\n" " Если указан параметр --rules, имитировать включение указанных правил и " "проверить возможность входа пользователя в случае использования только этих " "правил.\n" "\n" " Если указан параметр --enabled, добавить все включённые правила HBAC к " "имитации.\n" "\n" " Если указан параметр --disabled, добавить все отключённые правила HBAC к " "имитации.\n" "\n" " Если указан параметр --nodetail, не возвращать данные о соответствующих или " "не соответствующих правилах.\n" "\n" " Если одновременно указаны параметры --rules и --enabled, выполнить имитацию " "--rules _и_\n" " всех включённых правил IPA.\n" "\n" " Если не указан параметр --rules, выполнить имитацию всех включённых правил " "IPA.\n" " По умолчанию в IPA имеется общее ограничение количества извлекаемых " "записей, его можно изменить с помощью параметра --sizelimit.\n" "\n" " ПРИМЕРЫ:\n" "\n" " 1. Использовать все включённые правила HBAC в базе данных IPA:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd\n" " --------------------\n" " Доступ предоставлен: Да\n" " --------------------\n" " Несоответствующие правила: my-second-rule\n" " Несоответствующие правила: my-third-rule\n" " Несоответствующие правила: myrule\n" " Соответствующие правила: allow_all\n" "\n" " 2. Отключить подробный отчёт о применении правил:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --nodetail\n" " --------------------\n" " Доступ предоставлен: Да\n" " --------------------\n" "\n" " 3. Проверить явно указанные правила HBAC:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --" "rules=myrule --rules=my-second-rule\n" " ---------------------\n" " Доступ предоставлен: Нет\n" " ---------------------\n" " Несоответствующие правила: my-second-rule\n" " Несоответствующие правила: myrule\n" "\n" " 4. Использовать все включённые правила HBAC в базе данных IPA + явно " "указанные правила:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --" "rules=myrule --rules=my-second-rule --enabled\n" " --------------------\n" " Доступ предоставлен: Да\n" " --------------------\n" " Несоответствующие правила: my-second-rule\n" " Несоответствующие правила: my-third-rule\n" " Несоответствующие правила: myrule\n" " Соответствующие правила: allow_all\n" "\n" " 5. Проверить все отключённые правила HBAC в базе данных IPA:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --disabled\n" " ---------------------\n" " Доступ предоставлен: Нет\n" " ---------------------\n" " Несоответствующие правила: new-rule\n" "\n" " 6. Проверить все отключённые правила HBAC в базе данных IPA + явно " "указанные правила:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --" "rules=myrule --rules=my-second-rule --disabled\n" " ---------------------\n" " Доступ предоставлен: Нет\n" " ---------------------\n" " Несоответствующие правила: my-second-rule\n" " Несоответствующие правила: my-third-rule\n" " Несоответствующие правила: myrule\n" "\n" " 7. Проверить все (включённые и отключённые) правила HBAC в базе данных " "IPA:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --enabled " "--disabled\n" " --------------------\n" " Доступ предоставлен: Да\n" " --------------------\n" " Несоответствующие правила: my-second-rule\n" " Несоответствующие правила: my-third-rule\n" " Несоответствующие правила: myrule\n" " Несоответствующие правила: new-rule\n" " Соответствующие правила: allow_all\n" "\n" "\n" "HBACTEST И ДОВЕРЕННЫЕ ДОМЕНЫ\n" "\n" "Если в IPA настроен внешний доверенный домен, правила HBAC также применяются " "к пользователям, которые выполняют доступ к ресурсам IPA из доверенного " "домена. Пользователи и группы доверенного домена (и их SID) затем могут быть " "привязаны к внешним группам, которые могут быть участниками POSIX-групп в " "IPA. Такие привязки можно использовать в правилах HBAC, тем самым разрешая " "доступ к ресурсам, которые защищены системой HBAC.\n" "\n" "Подключаемый модуль hbactest позволяет проверять доступ как для локальных " "пользователей IPA, так и для пользователей из доверенных доменов, как с " "полным именем пользователя, так и по SID пользователей. В таких именах " "пользователей должен быть указан доверенный домен в краткой форме (DOMAIN" "\\Administrator) или имя учётной записи пользователя (UPN), Administrator@ad." "test.\n" "\n" "Обратите внимание, что выполнять hbactest с аргументом пользователя " "доверенного домена в параметре --user могут только участники группы \"trust " "admins\".\n" "\n" "ПРИМЕРЫ:\n" "\n" " 1. Проверить, соответствует ли пользователь из доверенного домена, " "указанный по краткому имени, какому-либо правилу:\n" "\n" " $ ipa hbactest --user 'DOMAIN\\Administrator' --host `hostname` --" "service sshd\n" " --------------------\n" " Доступ предоставлен: Да\n" " --------------------\n" " Соответствующие правила: allow_all\n" " Соответствующие правила: can_login\n" "\n" " 2. Проверить, соответствует ли пользователь из доверенного домена, " "указанный по имени домена, какому-либо правилу:\n" "\n" " $ ipa hbactest --user 'Administrator@domain.com' --host `hostname` --" "service sshd\n" " --------------------\n" " Доступ предоставлен: Да\n" " --------------------\n" " Соответствующие правила: allow_all\n" " Соответствующие правила: can_login\n" "\n" " 3. Проверить, соответствует ли пользователь из доверенного домена, " "указанный по SID, какому-либо правилу:\n" "\n" " $ ipa hbactest --user " "S-1-5-21-3035198329-144811719-1378114514-500 --host `hostname` --" "service sshd\n" " --------------------\n" " Доступ предоставлен: Да\n" " --------------------\n" " Соответствующие правила: allow_all\n" " Соответствующие правила: can_login\n" "\n" " 4. Проверить, соответствует ли другой пользователь из доверенного " "домена, указанный по SID, какому-либо правилу:\n" "\n" " $ ipa hbactest --user " "S-1-5-21-3035198329-144811719-1378114514-1203 --host `hostname` " "--service sshd\n" " --------------------\n" " Доступ предоставлен: Да\n" " --------------------\n" " Соответствующие правила: allow_all\n" " Несоответствующие правила: can_login\n" "\n" " 5. Проверить, соответствует ли другой пользователь из доверенного домена, " "указанный по краткому имени, какому-либо правилу:\n" "\n" " $ ipa hbactest --user 'DOMAIN\\Otheruser' --host `hostname` --service " "sshd\n" " --------------------\n" " Доступ предоставлен: Да\n" " --------------------\n" " Соответствующие правила: allow_all\n" " Несоответствующие правила: can_login\n" "\n" #: ipaclient/remote_plugins/2_114/host.py:19 #: ipaclient/remote_plugins/2_156/host.py:19 #: ipaclient/remote_plugins/2_164/host.py:19 msgid "" "\n" "Hosts/Machines\n" "\n" "A host represents a machine. It can be used in a number of contexts:\n" "- service entries are associated with a host\n" "- a host stores the host/ service principal\n" "- a host can be used in Host-based Access Control (HBAC) rules\n" "- every enrolled client generates a host entry\n" "\n" "ENROLLMENT:\n" "\n" "There are three enrollment scenarios when enrolling a new client:\n" "\n" "1. You are enrolling as a full administrator. The host entry may exist\n" " or not. A full administrator is a member of the hostadmin role\n" " or the admins group.\n" "2. You are enrolling as a limited administrator. The host must already\n" " exist. A limited administrator is a member a role with the\n" " Host Enrollment privilege.\n" "3. The host has been created with a one-time password.\n" "\n" "RE-ENROLLMENT:\n" "\n" "Host that has been enrolled at some point, and lost its configuration (e.g. " "VM\n" "destroyed) can be re-enrolled.\n" "\n" "For more information, consult the manual pages for ipa-client-install.\n" "\n" "A host can optionally store information such as where it is located,\n" "the OS that it runs, etc.\n" "\n" "EXAMPLES:\n" "\n" " Add a new host:\n" " ipa host-add --location=\"3rd floor lab\" --locality=Dallas test.example." "com\n" "\n" " Delete a host:\n" " ipa host-del test.example.com\n" "\n" " Add a new host with a one-time password:\n" " ipa host-add --os='Fedora 12' --password=Secret123 test.example.com\n" "\n" " Add a new host with a random one-time password:\n" " ipa host-add --os='Fedora 12' --random test.example.com\n" "\n" " Modify information about a host:\n" " ipa host-mod --os='Fedora 12' test.example.com\n" "\n" " Remove SSH public keys of a host and update DNS to reflect this change:\n" " ipa host-mod --sshpubkey= --updatedns test.example.com\n" "\n" " Disable the host Kerberos key, SSL certificate and all of its services:\n" " ipa host-disable test.example.com\n" "\n" " Add a host that can manage this host's keytab and certificate:\n" " ipa host-add-managedby --hosts=test2 test\n" "\n" " Allow user to create a keytab:\n" " ipa host-allow-create-keytab test2 --users=tuser1\n" msgstr "" "\n" "Узлы/Компьютеры\n" "\n" "Узел представляет собой отдельный компьютер. Термин может использоваться в " "нескольких контекстах:\n" "- записи служб, связанные с определённым узлом \n" "- узел сохраняет учётную запись узла / службы\n" "- узел может использоваться в правилах управления доступом на основе узла " "(Host-based Access Control, HBAC)\n" "- каждый зарегистрированный клиент создаёт запись узла\n" "\n" "РЕГИСТРАЦИЯ:\n" "Существует три сценария регистрации нового клиента:\n" "\n" "1. Вы регистрируетесь как администратор с полными правами. Запись узла может " "существовать или отсутствовать. Полноправный администратор выполняет роль " "hostadmin или является участником группы admins.\n" "2. Вы регистрируетесь как администратор с ограниченными правами. Узел уже " "должен существовать. Администратор с ограниченными правами выполняет роль с " "привилегией Host Enrollment.\n" "3. Узел создан с одноразовым паролем.\n" "\n" "ПОВТОРНАЯ РЕГИСТРАЦИЯ\n" "\n" "Если узел уже когда-то был зарегистрирован и затем утратил свою конфигурацию " "(например, была уничтожена виртуальная машина), его можно зарегистрировать " "повторно.\n" "\n" "Дополнительные сведения доступны на страницах справочника по ipa-client-" "install.\n" "\n" "В запись узла при необходимости можно включить данные о его расположении, " "типе используемой операционной системы и так далее.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новый узел:\n" " ipa host-add --location=\"3rd floor lab\" --locality=Dallas test.example." "com\n" "\n" " Удалить узел:\n" " ipa host-del test.example.com\n" "\n" " Добавить новый узел с одноразовым паролем:\n" " ipa host-add --os='Fedora 12' --password=Secret123 test.example.com\n" "\n" " Добавить новый узел со случайным одноразовым паролем:\n" " ipa host-add --os='Fedora 12' --random test.example.com\n" "\n" " Изменить сведения об узле:\n" " ipa host-mod --os='Fedora 12' test.example.com\n" "\n" " Удалить открытые ключи SSH узла и обновить DNS для отображения изменений:\n" " ipa host-mod --sshpubkey= --updatedns test.example.com\n" "\n" " Отключить ключ Kerberos, SSL-сертификат и все службы узла:\n" " ipa host-disable test.example.com\n" "\n" " Добавить узел, который может управлять таблицей ключей и сертификатом этого " "узла:\n" " ipa host-add-managedby --hosts=test2 test\n" "\n" " Разрешить пользователю создавать таблицу ключей:\n" " ipa host-allow-create-keytab test2 --users=tuser1\n" #: ipaclient/remote_plugins/2_114/host.py:141 #: ipaclient/remote_plugins/2_114/host.py:353 #: ipaclient/remote_plugins/2_114/host.py:1026 #: ipaclient/remote_plugins/2_114/host.py:1309 #: ipaclient/remote_plugins/2_114/service.py:96 #: ipaclient/remote_plugins/2_114/service.py:184 #: ipaclient/remote_plugins/2_114/service.py:886 #: ipaclient/remote_plugins/2_156/host.py:142 #: ipaclient/remote_plugins/2_156/host.py:355 #: ipaclient/remote_plugins/2_156/host.py:512 #: ipaclient/remote_plugins/2_156/host.py:1089 #: ipaclient/remote_plugins/2_156/host.py:1373 #: ipaclient/remote_plugins/2_156/host.py:1539 #: ipaclient/remote_plugins/2_156/service.py:97 #: ipaclient/remote_plugins/2_156/service.py:186 #: ipaclient/remote_plugins/2_156/service.py:311 #: ipaclient/remote_plugins/2_156/service.py:950 #: ipaclient/remote_plugins/2_156/service.py:1082 #: ipaclient/remote_plugins/2_156/stageuser.py:275 #: ipaclient/remote_plugins/2_156/stageuser.py:638 #: ipaclient/remote_plugins/2_156/stageuser.py:976 #: ipaclient/remote_plugins/2_156/stageuser.py:1360 #: ipaclient/remote_plugins/2_156/user.py:276 #: ipaclient/remote_plugins/2_156/user.py:597 #: ipaclient/remote_plugins/2_156/user.py:704 #: ipaclient/remote_plugins/2_156/user.py:1071 #: ipaclient/remote_plugins/2_156/user.py:1474 #: ipaclient/remote_plugins/2_156/user.py:1597 #: ipaclient/remote_plugins/2_164/host.py:142 #: ipaclient/remote_plugins/2_164/host.py:355 #: ipaclient/remote_plugins/2_164/host.py:512 #: ipaclient/remote_plugins/2_164/host.py:1089 #: ipaclient/remote_plugins/2_164/host.py:1373 #: ipaclient/remote_plugins/2_164/host.py:1539 #: ipaclient/remote_plugins/2_164/service.py:97 #: ipaclient/remote_plugins/2_164/service.py:186 #: ipaclient/remote_plugins/2_164/service.py:311 #: ipaclient/remote_plugins/2_164/service.py:950 #: ipaclient/remote_plugins/2_164/service.py:1082 #: ipaclient/remote_plugins/2_164/stageuser.py:275 #: ipaclient/remote_plugins/2_164/stageuser.py:638 #: ipaclient/remote_plugins/2_164/stageuser.py:1038 #: ipaclient/remote_plugins/2_164/stageuser.py:1422 #: ipaclient/remote_plugins/2_164/user.py:276 #: ipaclient/remote_plugins/2_164/user.py:597 #: ipaclient/remote_plugins/2_164/user.py:704 #: ipaclient/remote_plugins/2_164/user.py:1133 #: ipaclient/remote_plugins/2_164/user.py:1536 #: ipaclient/remote_plugins/2_164/user.py:1659 #: ipaclient/remote_plugins/2_49/host.py:137 #: ipaclient/remote_plugins/2_49/host.py:293 #: ipaclient/remote_plugins/2_49/host.py:568 #: ipaclient/remote_plugins/2_49/host.py:830 #: ipaclient/remote_plugins/2_49/service.py:88 #: ipaclient/remote_plugins/2_49/service.py:127 #: ipaclient/remote_plugins/2_49/service.py:440 msgid "Base-64 encoded server certificate" msgstr "Base-64 шифрованый сертификат сервера" #: ipaclient/remote_plugins/2_114/host.py:222 #: ipaclient/remote_plugins/2_114/hostgroup.py:110 #: ipaclient/remote_plugins/2_156/host.py:223 #: ipaclient/remote_plugins/2_156/hostgroup.py:110 #: ipaclient/remote_plugins/2_164/host.py:223 #: ipaclient/remote_plugins/2_164/hostgroup.py:110 #: ipaclient/remote_plugins/2_49/host.py:194 #: ipaclient/remote_plugins/2_49/hostgroup.py:109 msgid "Indirect Member of host-group" msgstr "Участник группы узлов с непрямым участием" #: ipaclient/remote_plugins/2_114/host.py:245 #: ipaclient/remote_plugins/2_114/service.py:128 #: ipaclient/remote_plugins/2_156/host.py:246 #: ipaclient/remote_plugins/2_156/service.py:129 #: ipaclient/remote_plugins/2_164/host.py:246 #: ipaclient/remote_plugins/2_164/service.py:129 #: ipaclient/remote_plugins/2_49/host.py:217 #: ipaclient/remote_plugins/2_49/service.py:103 msgid "Managed by" msgstr "Управляется" #: ipaclient/remote_plugins/2_114/host.py:249 #: ipaclient/remote_plugins/2_156/host.py:250 #: ipaclient/remote_plugins/2_164/host.py:250 #: ipaclient/remote_plugins/2_49/host.py:221 msgid "Managing" msgstr "Управление" #: ipaclient/remote_plugins/2_114/host.py:730 #: ipaclient/remote_plugins/2_156/host.py:792 #: ipaclient/remote_plugins/2_164/host.py:792 #: ipaclient/remote_plugins/2_49/host.py:447 msgid "Remove entries from DNS" msgstr "Удалить записи из DNS" #: ipaclient/remote_plugins/2_114/host.py:1087 #: ipaclient/remote_plugins/2_156/host.py:1150 #: ipaclient/remote_plugins/2_164/host.py:1150 #: ipaclient/remote_plugins/2_49/host.py:608 msgid "Results should contain primary key attribute only (\"hostname\")" msgstr "" "Результаты должны содержать только атрибут главного ключа (\"hostname\")" #: ipaclient/remote_plugins/2_114/host.py:1097 #: ipaclient/remote_plugins/2_156/host.py:1160 #: ipaclient/remote_plugins/2_164/host.py:1160 #: ipaclient/remote_plugins/2_49/host.py:618 msgid "Search for hosts with these member of host groups." msgstr "Поиск узлов, которые являются участниками этой группы узлов." #: ipaclient/remote_plugins/2_114/host.py:1105 #: ipaclient/remote_plugins/2_156/host.py:1168 #: ipaclient/remote_plugins/2_164/host.py:1168 #: ipaclient/remote_plugins/2_49/host.py:626 msgid "Search for hosts without these member of host groups." msgstr "Поиск узлов, которые не являются участниками этой группы узлов." #: ipaclient/remote_plugins/2_114/host.py:1113 #: ipaclient/remote_plugins/2_156/host.py:1176 #: ipaclient/remote_plugins/2_164/host.py:1176 #: ipaclient/remote_plugins/2_49/host.py:634 msgid "Search for hosts with these member of netgroups." msgstr "Поиск узлов, которые являются участниками этой сетевой группы." #: ipaclient/remote_plugins/2_114/host.py:1121 #: ipaclient/remote_plugins/2_156/host.py:1184 #: ipaclient/remote_plugins/2_164/host.py:1184 #: ipaclient/remote_plugins/2_49/host.py:642 msgid "Search for hosts without these member of netgroups." msgstr "Поиск узлов, которые не являются участниками этой сетевой группы." #: ipaclient/remote_plugins/2_114/host.py:1129 #: ipaclient/remote_plugins/2_156/host.py:1192 #: ipaclient/remote_plugins/2_164/host.py:1192 #: ipaclient/remote_plugins/2_49/host.py:650 msgid "Search for hosts with these member of roles." msgstr "Поиск узлов, которые являются участниками этой роли." #: ipaclient/remote_plugins/2_114/host.py:1137 #: ipaclient/remote_plugins/2_156/host.py:1200 #: ipaclient/remote_plugins/2_164/host.py:1200 #: ipaclient/remote_plugins/2_49/host.py:658 msgid "Search for hosts without these member of roles." msgstr "Поиск узлов, которые не являются участниками этой роли." #: ipaclient/remote_plugins/2_114/host.py:1145 #: ipaclient/remote_plugins/2_156/host.py:1208 #: ipaclient/remote_plugins/2_164/host.py:1208 #: ipaclient/remote_plugins/2_49/host.py:666 msgid "Search for hosts with these member of HBAC rules." msgstr "Поиск узлов, которые являются участниками этого правила HBAC." #: ipaclient/remote_plugins/2_114/host.py:1153 #: ipaclient/remote_plugins/2_156/host.py:1216 #: ipaclient/remote_plugins/2_164/host.py:1216 #: ipaclient/remote_plugins/2_49/host.py:674 msgid "Search for hosts without these member of HBAC rules." msgstr "Поиск узлов, которые не являются участниками этого правила HBAC." #: ipaclient/remote_plugins/2_114/host.py:1161 #: ipaclient/remote_plugins/2_156/host.py:1224 #: ipaclient/remote_plugins/2_164/host.py:1224 #: ipaclient/remote_plugins/2_49/host.py:682 msgid "Search for hosts with these member of sudo rules." msgstr "Поиск узлов, которые являются участниками этого правила Sudo." #: ipaclient/remote_plugins/2_114/host.py:1169 #: ipaclient/remote_plugins/2_156/host.py:1232 #: ipaclient/remote_plugins/2_164/host.py:1232 #: ipaclient/remote_plugins/2_49/host.py:690 msgid "Search for hosts without these member of sudo rules." msgstr "Поиск узлов, которые не являются участниками этого правила Sudo." #: ipaclient/remote_plugins/2_114/host.py:1177 #: ipaclient/remote_plugins/2_156/host.py:1240 #: ipaclient/remote_plugins/2_164/host.py:1240 #: ipaclient/remote_plugins/2_49/host.py:698 msgid "Search for hosts with these enrolled by users." msgstr "Поиск узлов, которые зарегистрированы пользователями." #: ipaclient/remote_plugins/2_114/host.py:1185 #: ipaclient/remote_plugins/2_156/host.py:1248 #: ipaclient/remote_plugins/2_164/host.py:1248 #: ipaclient/remote_plugins/2_49/host.py:706 msgid "Search for hosts without these enrolled by users." msgstr "Поиск узлов, которые не зарегистрированы пользователями." #: ipaclient/remote_plugins/2_114/host.py:1193 #: ipaclient/remote_plugins/2_156/host.py:1256 #: ipaclient/remote_plugins/2_164/host.py:1256 #: ipaclient/remote_plugins/2_49/host.py:714 msgid "Search for hosts with these managed by hosts." msgstr "Поиск узлов, которые управляются узлами." #: ipaclient/remote_plugins/2_114/host.py:1201 #: ipaclient/remote_plugins/2_156/host.py:1264 #: ipaclient/remote_plugins/2_164/host.py:1264 #: ipaclient/remote_plugins/2_49/host.py:722 msgid "Search for hosts without these managed by hosts." msgstr "Поиск узлов, которые не управляются узлами." #: ipaclient/remote_plugins/2_114/host.py:1209 #: ipaclient/remote_plugins/2_156/host.py:1272 #: ipaclient/remote_plugins/2_164/host.py:1272 #: ipaclient/remote_plugins/2_49/host.py:730 msgid "Search for hosts with these managing hosts." msgstr "Поиск узлов, включая узлы, управляющие узлами." #: ipaclient/remote_plugins/2_114/host.py:1217 #: ipaclient/remote_plugins/2_156/host.py:1280 #: ipaclient/remote_plugins/2_164/host.py:1280 #: ipaclient/remote_plugins/2_49/host.py:738 msgid "Search for hosts without these managing hosts." msgstr "Поиск узлов, не включая узлы, управляющие узлами." #: ipaclient/remote_plugins/2_114/host.py:1388 #: ipaclient/remote_plugins/2_156/host.py:1452 #: ipaclient/remote_plugins/2_164/host.py:1452 #: ipaclient/remote_plugins/2_49/host.py:881 msgid "Kerberos principal name for this host" msgstr "Имя учётной записи Kerberos для этого узла" #: ipaclient/remote_plugins/2_114/hostgroup.py:372 #: ipaclient/remote_plugins/2_156/hostgroup.py:372 #: ipaclient/remote_plugins/2_164/hostgroup.py:372 #: ipaclient/remote_plugins/2_49/hostgroup.py:352 msgid "Results should contain primary key attribute only (\"hostgroup-name\")" msgstr "" "Результаты должны содержать только атрибут главного ключа (\"hostgroup-name" "\")" #: ipaclient/remote_plugins/2_114/hostgroup.py:382 #: ipaclient/remote_plugins/2_156/hostgroup.py:382 #: ipaclient/remote_plugins/2_164/hostgroup.py:382 #: ipaclient/remote_plugins/2_49/hostgroup.py:362 msgid "Search for host groups with these member hosts." msgstr "Поиск групп узлов с этими узлами-участниками." #: ipaclient/remote_plugins/2_114/hostgroup.py:390 #: ipaclient/remote_plugins/2_156/hostgroup.py:390 #: ipaclient/remote_plugins/2_164/hostgroup.py:390 #: ipaclient/remote_plugins/2_49/hostgroup.py:370 msgid "Search for host groups without these member hosts." msgstr "Поиск групп узлов без этих узлов-участников." #: ipaclient/remote_plugins/2_114/hostgroup.py:398 #: ipaclient/remote_plugins/2_156/hostgroup.py:398 #: ipaclient/remote_plugins/2_164/hostgroup.py:398 #: ipaclient/remote_plugins/2_49/hostgroup.py:378 msgid "Search for host groups with these member host groups." msgstr "Поиск групп узлов с этими группами узлов — участниками." #: ipaclient/remote_plugins/2_114/hostgroup.py:406 #: ipaclient/remote_plugins/2_156/hostgroup.py:406 #: ipaclient/remote_plugins/2_164/hostgroup.py:406 #: ipaclient/remote_plugins/2_49/hostgroup.py:386 msgid "Search for host groups without these member host groups." msgstr "Поиск групп узлов без этих групп узлов — участников." #: ipaclient/remote_plugins/2_114/hostgroup.py:414 #: ipaclient/remote_plugins/2_156/hostgroup.py:414 #: ipaclient/remote_plugins/2_164/hostgroup.py:414 #: ipaclient/remote_plugins/2_49/hostgroup.py:394 msgid "Search for host groups with these member of host groups." msgstr "Поиск групп узлов, которые являются участниками этой группы узлов." #: ipaclient/remote_plugins/2_114/hostgroup.py:422 #: ipaclient/remote_plugins/2_156/hostgroup.py:422 #: ipaclient/remote_plugins/2_164/hostgroup.py:422 #: ipaclient/remote_plugins/2_49/hostgroup.py:402 msgid "Search for host groups without these member of host groups." msgstr "Поиск групп узлов, которые не являются участниками этой группы узлов." #: ipaclient/remote_plugins/2_114/hostgroup.py:430 #: ipaclient/remote_plugins/2_156/hostgroup.py:430 #: ipaclient/remote_plugins/2_164/hostgroup.py:430 #: ipaclient/remote_plugins/2_49/hostgroup.py:410 msgid "Search for host groups with these member of netgroups." msgstr "Поиск групп узлов, которые являются участниками этой сетевой группы." #: ipaclient/remote_plugins/2_114/hostgroup.py:438 #: ipaclient/remote_plugins/2_156/hostgroup.py:438 #: ipaclient/remote_plugins/2_164/hostgroup.py:438 #: ipaclient/remote_plugins/2_49/hostgroup.py:418 msgid "Search for host groups without these member of netgroups." msgstr "" "Поиск групп узлов, которые не являются участниками этой сетевой группы." #: ipaclient/remote_plugins/2_114/hostgroup.py:446 #: ipaclient/remote_plugins/2_156/hostgroup.py:446 #: ipaclient/remote_plugins/2_164/hostgroup.py:446 #: ipaclient/remote_plugins/2_49/hostgroup.py:426 msgid "Search for host groups with these member of HBAC rules." msgstr "Поиск групп узлов, которые являются участниками этого правила HBAC." #: ipaclient/remote_plugins/2_114/hostgroup.py:454 #: ipaclient/remote_plugins/2_156/hostgroup.py:454 #: ipaclient/remote_plugins/2_164/hostgroup.py:454 #: ipaclient/remote_plugins/2_49/hostgroup.py:434 msgid "Search for host groups without these member of HBAC rules." msgstr "Поиск групп узлов, которые не являются участниками этого правила HBAC." #: ipaclient/remote_plugins/2_114/hostgroup.py:462 #: ipaclient/remote_plugins/2_156/hostgroup.py:462 #: ipaclient/remote_plugins/2_164/hostgroup.py:462 #: ipaclient/remote_plugins/2_49/hostgroup.py:442 msgid "Search for host groups with these member of sudo rules." msgstr "Поиск групп узлов, которые являются участниками этого правила Sudo." #: ipaclient/remote_plugins/2_114/hostgroup.py:470 #: ipaclient/remote_plugins/2_156/hostgroup.py:470 #: ipaclient/remote_plugins/2_164/hostgroup.py:470 #: ipaclient/remote_plugins/2_49/hostgroup.py:450 msgid "Search for host groups without these member of sudo rules." msgstr "Поиск групп узлов, которые не являются участниками этого правила Sudo." #: ipaclient/remote_plugins/2_114/migration.py:19 #: ipaclient/remote_plugins/2_156/migration.py:19 #: ipaclient/remote_plugins/2_164/migration.py:19 #: ipaclient/remote_plugins/2_49/migration.py:19 msgid "" "\n" "Migration to IPA\n" "\n" "Migrate users and groups from an LDAP server to IPA.\n" "\n" "This performs an LDAP query against the remote server searching for\n" "users and groups in a container. In order to migrate passwords you need\n" "to bind as a user that can read the userPassword attribute on the remote\n" "server. This is generally restricted to high-level admins such as\n" "cn=Directory Manager in 389-ds (this is the default bind user).\n" "\n" "The default user container is ou=People.\n" "\n" "The default group container is ou=Groups.\n" "\n" "Users and groups that already exist on the IPA server are skipped.\n" "\n" "Two LDAP schemas define how group members are stored: RFC2307 and\n" "RFC2307bis. RFC2307bis uses member and uniquemember to specify group\n" "members, RFC2307 uses memberUid. The default schema is RFC2307bis.\n" "\n" "The schema compat feature allows IPA to reformat data for systems that\n" "do not support RFC2307bis. It is recommended that this feature is disabled\n" "during migration to reduce system overhead. It can be re-enabled after\n" "migration. To migrate with it enabled use the \"--with-compat\" option.\n" "\n" "Migrated users do not have Kerberos credentials, they have only their\n" "LDAP password. To complete the migration process, users need to go\n" "to http://ipa.example.com/ipa/migration and authenticate using their\n" "LDAP password in order to generate their Kerberos credentials.\n" "\n" "Migration is disabled by default. Use the command ipa config-mod to\n" "enable it:\n" "\n" " ipa config-mod --enable-migration=TRUE\n" "\n" "If a base DN is not provided with --basedn then IPA will use either\n" "the value of defaultNamingContext if it is set or the first value\n" "in namingContexts set in the root of the remote LDAP server.\n" "\n" "Users are added as members to the default user group. This can be a\n" "time-intensive task so during migration this is done in a batch\n" "mode for every 100 users. As a result there will be a window in which\n" "users will be added to IPA but will not be members of the default\n" "user group.\n" "\n" "EXAMPLES:\n" "\n" " The simplest migration, accepting all defaults:\n" " ipa migrate-ds ldap://ds.example.com:389\n" "\n" " Specify the user and group container. This can be used to migrate user\n" " and group data from an IPA v1 server:\n" " ipa migrate-ds --user-container='cn=users,cn=accounts' --group-" "container='cn=groups,cn=accounts' ldap://ds.example.com:389\n" "\n" " Since IPA v2 server already contain predefined groups that may collide " "with\n" " groups in migrated (IPA v1) server (for example admins, ipausers), users\n" " having colliding group as their primary group may happen to belong to\n" " an unknown group on new IPA v2 server.\n" " Use --group-overwrite-gid option to overwrite GID of already existing " "groups\n" " to prevent this issue:\n" " ipa migrate-ds --group-overwrite-gid --user-container='cn=users," "cn=accounts' --group-container='cn=groups,cn=accounts' " "ldap://ds.example.com:389\n" "\n" " Migrated users or groups may have object class and accompanied attributes\n" " unknown to the IPA v2 server. These object classes and attributes may be\n" " left out of the migration process:\n" " ipa migrate-ds --user-container='cn=users,cn=accounts' --group-" "container='cn=groups,cn=accounts' --user-ignore-" "objectclass=radiusprofile --user-ignore-" "attribute=radiusgroupname ldap://ds.example.com:389\n" "\n" "LOGGING\n" "\n" "Migration will log warnings and errors to the Apache error log. This\n" "file should be evaluated post-migration to correct or investigate any\n" "issues that were discovered.\n" "\n" "For every 100 users migrated an info-level message will be displayed to\n" "give the current progress and duration to make it possible to track\n" "the progress of migration.\n" "\n" "If the log level is debug, either by setting debug = True in\n" "/etc/ipa/default.conf or /etc/ipa/server.conf, then an entry will be " "printed\n" "for each user added plus a summary when the default user group is\n" "updated.\n" msgstr "" "\n" "Переход на IPA\n" "\n" "Перенос пользователей и групп с LDAP-сервера на IPA.\n" "\n" "Посылает запрос LDAP к удалённому серверу с целью поиска пользователей и " "групп в контейнере. Чтобы перенести пароли, следует выполнить привязку к " "серверу от имени пользователя, который может читать атрибут userPassword на " "удалённом сервере. Перечень таких пользователей обычно ограничен " "администраторами высшего уровня, в частности cn=Directory Manager на 389-ds " "(пользователь bind по умолчанию).\n" "\n" "Контейнер пользователей по умолчанию: ou=People.\n" "\n" "Контейнер групп по умолчанию: ou=Groups.\n" "\n" "Записи пользователей и групп, которые уже существуют на IPA-сервере, будут " "пропущены.\n" "\n" "Две схемы LDAP определяют, как хранятся записи участников группы: RFC2307 и\n" "RFC2307bis. RFC2307bis использует атрибуты member и uniquemember для " "определения участников группы, а RFC2307 использует атрибут memberUid. По " "умолчанию используется схема RFC2307bis.\n" "\n" "С помощью приложения compat IPA можно повторно форматировать данные для " "систем, в которых не предусмотрена поддержка RFC2307bis. Рекомендуется " "отключать это приложение во время переноса, чтобы уменьшить нагрузку на " "систему. Его можно включить снова после переноса. Чтобы перенести данные с " "включённым приложением, используйте параметр \"--with-compat\".\n" "\n" "У перенесённых пользователей нет учётных данных Kerberos, только пароль " "LDAP. Для завершения процесса переноса пользователям следует открыть " "страницу http://ipa.example.com/ipa/migration и пройти аутентификацию с " "помощью пароля LDAP, чтобы создать свои записи учётных данных Kerberos.\n" "\n" "По умолчанию перенос отключён. Чтобы включить его, используйте команду ipa " "config-mod:\n" "\n" " ipa config-mod --enable-migration=TRUE\n" "\n" "Если базовое DN не будет предоставлено с помощью --basedn, IPA будет " "использовать значение defaultNamingContext, если оно установлено, или первое " "значение в наборе namingContexts в корневой папке удалённого LDAP-сервера.\n" "\n" "Записи пользователей добавляются в группу пользователей по умолчанию. " "Процесс такого добавления может быть довольно длительным, поэтому при " "переносе он выполняется в пакетном режиме, пакетами по 100 пользователей. В " "результате возникнет определённый период, когда записи пользователей уже " "добавлены в IPA, но эти пользователи ещё не стали участниками группы " "пользователей по умолчанию.\n" "\n" "ПРИМЕРЫ:\n" "\n" "Простейший перенос, приняты все значения по умолчанию:\n" " ipa migrate-ds ldap://ds.example.com:389\n" "\n" "Определение контейнеров пользователей и групп. Можно использовать для " "переноса данных пользователей и групп с сервера IPA версии 1:\n" " ipa migrate-ds --user-container='cn=users,cn=accounts' --group-" "container='cn=groups,cn=accounts' ldap://ds.example.com:389\n" "\n" "Так как на сервере IPA версии 2 уже предусмотрены предопределённые группы, " "которые могут совпадать с перенесёнными с сервера (IPA версии 1) группами " "(например, admins, ipausers), пользователи из таких групп могут быть " "перенесены в неизвестную группу (unknown) на новом сервере IPA версии 2.\n" "Используйте параметр --group-overwrite-gid, чтобы перезаписать идентификатор " "группы (GID) уже созданных групп и предотвратить эту проблему:\n" " ipa migrate-ds --group-overwrite-gid --user-container='cn=users," "cn=accounts' --group-container='cn=groups,cn=accounts' " "ldap://ds.example.com:389\n" "\n" "Перенесённые данные пользователей и групп могут содержать классы объектов и " "сопутствующие атрибуты, неизвестные серверу IPA версии 2. Эти классы " "объектов и атрибуты можно исключить из процедуры переноса данных:\n" " ipa migrate-ds --user-container='cn=users,cn=accounts' --group-" "container='cn=groups,cn=accounts' --user-ignore-" "objectclass=radiusprofile --user-ignore-" "attribute=radiusgroupname ldap://ds.example.com:389\n" "\n" "ВЕДЕНИЕ ЖУРНАЛА\n" "\n" "Во время переноса предупреждения и сообщения об ошибках будут добавляться в " "журнал ошибок Apache. После завершения переноса следует ознакомиться с " "соответствующим файлом, чтобы исправить или выяснить причины ошибок, которые " "могли произойти. \n" "\n" "Для каждого пакета из 100 перенесённых записей пользователей будет показано " "информационное сообщение, предназначенное для оценки прогресса обработки и " "определения её продолжительности. \n" "\n" "Если определён уровень ведения журнала debug путём установления debug = True " "в /etc/ipa/default.conf или в /etc/ipa/server.conf, для каждой перенесённой " "записи будет добавляться собственная запись, а также отчёт по каждому " "обновлению группы пользователей по умолчанию.\n" #: ipaclient/remote_plugins/2_114/migration.py:268 #: ipaclient/remote_plugins/2_156/migration.py:285 #: ipaclient/remote_plugins/2_164/migration.py:285 msgid "groups to exclude from migration" msgstr "группы, которые следует исключить из миграции" #: ipaclient/remote_plugins/2_114/migration.py:276 #: ipaclient/remote_plugins/2_156/migration.py:293 #: ipaclient/remote_plugins/2_164/migration.py:293 msgid "users to exclude from migration" msgstr "пользователи, которых следует исключить из миграции" #: ipaclient/remote_plugins/2_114/misc.py:101 #: ipaclient/remote_plugins/2_156/misc.py:101 #: ipaclient/remote_plugins/2_164/misc.py:101 #: ipaclient/remote_plugins/2_49/misc.py:101 msgid "Dictionary mapping plugin names to bases" msgstr "Словарь, сопоставляющий имена подключаемых модулей с базовыми" #: ipaclient/remote_plugins/2_114/netgroup.py:107 #: ipaclient/remote_plugins/2_156/netgroup.py:107 #: ipaclient/remote_plugins/2_164/netgroup.py:107 #: ipaclient/remote_plugins/2_49/netgroup.py:106 msgid "Member User" msgstr "Пользователь-участник" #: ipaclient/remote_plugins/2_114/netgroup.py:112 #: ipaclient/remote_plugins/2_156/netgroup.py:112 #: ipaclient/remote_plugins/2_164/netgroup.py:112 #: ipaclient/remote_plugins/2_49/netgroup.py:111 msgid "Member Group" msgstr "Группа-участник" #: ipaclient/remote_plugins/2_114/netgroup.py:122 #: ipaclient/remote_plugins/2_156/netgroup.py:122 #: ipaclient/remote_plugins/2_164/netgroup.py:122 #: ipaclient/remote_plugins/2_49/netgroup.py:121 msgid "Member Hostgroup" msgstr "Группа узлов — участник" #: ipaclient/remote_plugins/2_114/netgroup.py:303 #: ipaclient/remote_plugins/2_114/netgroup.py:788 #: ipaclient/remote_plugins/2_156/netgroup.py:303 #: ipaclient/remote_plugins/2_156/netgroup.py:788 #: ipaclient/remote_plugins/2_164/netgroup.py:303 #: ipaclient/remote_plugins/2_164/netgroup.py:788 #: ipaclient/remote_plugins/2_49/netgroup.py:288 #: ipaclient/remote_plugins/2_49/netgroup.py:755 msgid "member netgroup" msgstr "сетевая группа — участник" #: ipaclient/remote_plugins/2_114/netgroup.py:304 #: ipaclient/remote_plugins/2_156/netgroup.py:304 #: ipaclient/remote_plugins/2_164/netgroup.py:304 msgid "netgroups to add" msgstr "сетевые группы, которые следует добавить" #: ipaclient/remote_plugins/2_114/netgroup.py:485 #: ipaclient/remote_plugins/2_156/netgroup.py:485 #: ipaclient/remote_plugins/2_164/netgroup.py:485 #: ipaclient/remote_plugins/2_49/netgroup.py:465 msgid "Search for netgroups with these member netgroups." msgstr "Поиск сетевых групп с этими сетевыми группами — участниками." #: ipaclient/remote_plugins/2_114/netgroup.py:493 #: ipaclient/remote_plugins/2_156/netgroup.py:493 #: ipaclient/remote_plugins/2_164/netgroup.py:493 #: ipaclient/remote_plugins/2_49/netgroup.py:473 msgid "Search for netgroups without these member netgroups." msgstr "Поиск сетевых групп без этих сетевых групп — участников." #: ipaclient/remote_plugins/2_114/netgroup.py:501 #: ipaclient/remote_plugins/2_156/netgroup.py:501 #: ipaclient/remote_plugins/2_164/netgroup.py:501 #: ipaclient/remote_plugins/2_49/netgroup.py:481 msgid "Search for netgroups with these member users." msgstr "Поиск сетевых групп с этими пользователями-участниками." #: ipaclient/remote_plugins/2_114/netgroup.py:509 #: ipaclient/remote_plugins/2_156/netgroup.py:509 #: ipaclient/remote_plugins/2_164/netgroup.py:509 #: ipaclient/remote_plugins/2_49/netgroup.py:489 msgid "Search for netgroups without these member users." msgstr "Поиск сетевых групп без этих пользователей-участников." #: ipaclient/remote_plugins/2_114/netgroup.py:517 #: ipaclient/remote_plugins/2_156/netgroup.py:517 #: ipaclient/remote_plugins/2_164/netgroup.py:517 #: ipaclient/remote_plugins/2_49/netgroup.py:497 msgid "Search for netgroups with these member groups." msgstr "Поиск сетевых групп с этими группами-участниками." #: ipaclient/remote_plugins/2_114/netgroup.py:525 #: ipaclient/remote_plugins/2_156/netgroup.py:525 #: ipaclient/remote_plugins/2_164/netgroup.py:525 #: ipaclient/remote_plugins/2_49/netgroup.py:505 msgid "Search for netgroups without these member groups." msgstr "Поиск сетевых групп без этих групп-участников." #: ipaclient/remote_plugins/2_114/netgroup.py:533 #: ipaclient/remote_plugins/2_156/netgroup.py:533 #: ipaclient/remote_plugins/2_164/netgroup.py:533 #: ipaclient/remote_plugins/2_49/netgroup.py:513 msgid "Search for netgroups with these member hosts." msgstr "Поиск сетевых групп с этими узлами-участниками." #: ipaclient/remote_plugins/2_114/netgroup.py:541 #: ipaclient/remote_plugins/2_156/netgroup.py:541 #: ipaclient/remote_plugins/2_164/netgroup.py:541 #: ipaclient/remote_plugins/2_49/netgroup.py:521 msgid "Search for netgroups without these member hosts." msgstr "Поиск сетевых групп без этих узлов-участников." #: ipaclient/remote_plugins/2_114/netgroup.py:549 #: ipaclient/remote_plugins/2_156/netgroup.py:549 #: ipaclient/remote_plugins/2_164/netgroup.py:549 #: ipaclient/remote_plugins/2_49/netgroup.py:529 msgid "Search for netgroups with these member host groups." msgstr "Поиск сетевых групп с этими группами узлов — участниками." #: ipaclient/remote_plugins/2_114/netgroup.py:557 #: ipaclient/remote_plugins/2_156/netgroup.py:557 #: ipaclient/remote_plugins/2_164/netgroup.py:557 #: ipaclient/remote_plugins/2_49/netgroup.py:537 msgid "Search for netgroups without these member host groups." msgstr "Поиск сетевых групп без этих групп узлов — участников." #: ipaclient/remote_plugins/2_114/netgroup.py:565 #: ipaclient/remote_plugins/2_156/netgroup.py:565 #: ipaclient/remote_plugins/2_164/netgroup.py:565 #: ipaclient/remote_plugins/2_49/netgroup.py:545 msgid "Search for netgroups with these member of netgroups." msgstr "Поиск сетевых групп, которые являются участниками этой сетевой группы." #: ipaclient/remote_plugins/2_114/netgroup.py:573 #: ipaclient/remote_plugins/2_156/netgroup.py:573 #: ipaclient/remote_plugins/2_164/netgroup.py:573 #: ipaclient/remote_plugins/2_49/netgroup.py:553 msgid "Search for netgroups without these member of netgroups." msgstr "" "Поиск сетевых групп, которые не являются участниками этой сетевой группы." #: ipaclient/remote_plugins/2_114/netgroup.py:789 #: ipaclient/remote_plugins/2_156/netgroup.py:789 #: ipaclient/remote_plugins/2_164/netgroup.py:789 msgid "netgroups to remove" msgstr "сетевые группы, которые следует удалить" #: ipaclient/remote_plugins/2_114/otptoken_yubikey.py:19 #: ipaclient/remote_plugins/2_156/otptoken_yubikey.py:19 #: ipaclient/remote_plugins/2_164/otptoken_yubikey.py:19 msgid "" "\n" "YubiKey Tokens\n" "\n" "Manage YubiKey tokens.\n" "\n" "This code is an extension to the otptoken plugin and provides support for\n" "reading/writing YubiKey tokens directly.\n" "\n" "EXAMPLES:\n" "\n" " Add a new token:\n" " ipa otptoken-add-yubikey --owner=jdoe --desc=\"My YubiKey\"\n" msgstr "" "\n" "Токены YubiKey\n" "\n" "Управление токенами YubiKey.\n" "\n" "Этот код является расширением подключаемого модуля otptoken и предоставляет " "поддержку прямого чтения или записи токенов YubiKey.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новый токен:\n" " ipa otptoken-add-yubikey --owner=jdoe --desc=\"My YubiKey\"\n" #: ipaclient/remote_plugins/2_114/permission.py:19 #: ipaclient/remote_plugins/2_156/permission.py:19 #: ipaclient/remote_plugins/2_164/permission.py:19 msgid "" "\n" "Permissions\n" "\n" "A permission enables fine-grained delegation of rights. A permission is\n" "a human-readable wrapper around a 389-ds Access Control Rule,\n" "or instruction (ACI).\n" "A permission grants the right to perform a specific task such as adding a\n" "user, modifying a group, etc.\n" "\n" "A permission may not contain other permissions.\n" "\n" "* A permission grants access to read, write, add, delete, read, search,\n" " or compare.\n" "* A privilege combines similar permissions (for example all the permissions\n" " needed to add a user).\n" "* A role grants a set of privileges to users, groups, hosts or hostgroups.\n" "\n" "A permission is made up of a number of different parts:\n" "\n" "1. The name of the permission.\n" "2. The target of the permission.\n" "3. The rights granted by the permission.\n" "\n" "Rights define what operations are allowed, and may be one or more\n" "of the following:\n" "1. write - write one or more attributes\n" "2. read - read one or more attributes\n" "3. search - search on one or more attributes\n" "4. compare - compare one or more attributes\n" "5. add - add a new entry to the tree\n" "6. delete - delete an existing entry\n" "7. all - all permissions are granted\n" "\n" "Note the distinction between attributes and entries. The permissions are\n" "independent, so being able to add a user does not mean that the user will\n" "be editable.\n" "\n" "There are a number of allowed targets:\n" "1. subtree: a DN; the permission applies to the subtree under this DN\n" "2. target filter: an LDAP filter\n" "3. target: DN with possible wildcards, specifies entries permission applies " "to\n" "\n" "Additionally, there are the following convenience options.\n" "Setting one of these options will set the corresponding attribute(s).\n" "1. type: a type of object (user, group, etc); sets subtree and target " "filter.\n" "2. memberof: apply to members of a group; sets target filter\n" "3. targetgroup: grant access to modify a specific group (such as granting\n" " the rights to manage group membership); sets target.\n" "\n" "Managed permissions\n" "\n" "Permissions that come with IPA by default can be so-called \"managed\"\n" "permissions. These have a default set of attributes they apply to,\n" "but the administrator can add/remove individual attributes to/from the set.\n" "\n" "Deleting or renaming a managed permission, as well as changing its target,\n" "is not allowed.\n" "\n" "EXAMPLES:\n" "\n" " Add a permission that grants the creation of users:\n" " ipa permission-add --type=user --permissions=add \"Add Users\"\n" "\n" " Add a permission that grants the ability to manage group membership:\n" " ipa permission-add --attrs=member --permissions=write --type=group " "\"Manage Group Members\"\n" msgstr "" "\n" "Разрешения\n" "\n" "С помощью разрешений можно очень точно делегировать права доступа. " "Разрешение представляет собой удобную для восприятия форму 389-ds ACI " "(правила управления доступом).\n" "Разрешение даёт право выполнять определённую задачу, например, добавлять " "пользователей, изменять группы и так далее.\n" "\n" "Разрешение не может содержать другие разрешения.\n" "\n" "* Разрешение даёт доступ для чтения, записи, добавления, удаления, чтения, " "поиска или сравнения.\n" "* Привилегия объединяет схожие разрешения (например, все разрешения, которые " "требуются для добавления пользователя).\n" "* Роль даёт набор привилегий пользователям, группам, узлам или группам " "узлов.\n" "\n" "Разрешение состоит из нескольких разных частей:\n" "\n" "1. Имя разрешения.\n" "2. Цель разрешения.\n" "3. Права, предоставленные разрешением.\n" "\n" "Права определяют, какие действия разрешены. Варианты прав (права могут " "сочетать в себе несколько вариантов):\n" "1. write - записать один или несколько атрибутов.\n" "2. read - прочитать один или несколько атрибутов.\n" "3. search - поиск по одному или нескольким атрибутам.\n" "4. compare - сравнить один или несколько атрибутов.\n" "5. add - добавить в дерево новую запись.\n" "6. delete - удалить существующую запись.\n" "7. all - предоставляются все разрешения.\n" "\n" "Обратите внимание на разницу между атрибутами и записями. Разрешения " "являются независимыми, поэтому возможность добавить пользователя не означает " "возможность изменять запись добавленного пользователя.\n" "\n" "Существует ряд разрешённых целей:\n" "1. subtree: DN; разрешение применяется к поддереву под этим DN.\n" "2. target filter: фильтр LDAP.\n" "3. target: DN с возможными подстановочными знаками, определяет записи, к " "которым применяется разрешение.\n" "\n" "Кроме того, имеются следующие удобные параметры. Установка одного из них " "установит соответствующий атрибут (атрибуты).\n" "1. type: тип объекта (пользователь, группа и так далее); устанавливает " "поддерево и фильтр целей.\n" "2. memberof: применить к участникам группы; устанавливает фильтр целей.\n" "3. targetgroup: предоставить доступ для изменения определённой группы " "(например, предоставить права доступа для управления участием в группе); " "устанавливает цель.\n" "\n" "Управляемые разрешения\n" "\n" "Разрешения, которые по умолчанию поставляются с IPA, можно называть " "\"управляемыми\". Имеется заданный по умолчанию набор атрибутов, к которым " "они применяются, но администратор может добавлять в набор или удалять из " "него отдельные атрибуты.\n" "\n" "Запрещено удалять или переименовывать управляемое разрешение, а также " "изменять его цель.\n" " \n" "ПРИМЕРЫ:\n" "\n" " Добавить разрешение на создание пользователей:\n" " ipa permission-add --type=user --permissions=add \"Add Users\"\n" "\n" " Добавить разрешение на управление участием в группе:\n" " ipa permission-add --attrs=member --permissions=write --type=group " "\"Manage Group Members\"\n" #: ipaclient/remote_plugins/2_114/permission.py:184 #: ipaclient/remote_plugins/2_114/permission.py:304 #: ipaclient/remote_plugins/2_114/permission.py:655 #: ipaclient/remote_plugins/2_114/permission.py:840 #: ipaclient/remote_plugins/2_156/permission.py:196 #: ipaclient/remote_plugins/2_156/permission.py:330 #: ipaclient/remote_plugins/2_156/permission.py:695 #: ipaclient/remote_plugins/2_156/permission.py:894 #: ipaclient/remote_plugins/2_164/permission.py:196 #: ipaclient/remote_plugins/2_164/permission.py:330 #: ipaclient/remote_plugins/2_164/permission.py:695 #: ipaclient/remote_plugins/2_164/permission.py:894 msgid "Deprecated; use extratargetfilter" msgstr "Больше не поддерживается; используйте extratargetfilter" #: ipaclient/remote_plugins/2_114/permission.py:190 #: ipaclient/remote_plugins/2_114/permission.py:311 #: ipaclient/remote_plugins/2_114/permission.py:662 #: ipaclient/remote_plugins/2_114/permission.py:847 #: ipaclient/remote_plugins/2_156/permission.py:202 #: ipaclient/remote_plugins/2_156/permission.py:337 #: ipaclient/remote_plugins/2_156/permission.py:702 #: ipaclient/remote_plugins/2_156/permission.py:901 #: ipaclient/remote_plugins/2_164/permission.py:202 #: ipaclient/remote_plugins/2_164/permission.py:337 #: ipaclient/remote_plugins/2_164/permission.py:702 #: ipaclient/remote_plugins/2_164/permission.py:901 msgid "Deprecated; use ipapermlocation" msgstr "Больше не поддерживается; используйте ipapermlocation" #: ipaclient/remote_plugins/2_114/permission.py:196 #: ipaclient/remote_plugins/2_114/permission.py:318 #: ipaclient/remote_plugins/2_114/permission.py:669 #: ipaclient/remote_plugins/2_114/permission.py:854 #: ipaclient/remote_plugins/2_156/permission.py:208 #: ipaclient/remote_plugins/2_156/permission.py:344 #: ipaclient/remote_plugins/2_156/permission.py:709 #: ipaclient/remote_plugins/2_156/permission.py:908 #: ipaclient/remote_plugins/2_164/permission.py:208 #: ipaclient/remote_plugins/2_164/permission.py:344 #: ipaclient/remote_plugins/2_164/permission.py:709 #: ipaclient/remote_plugins/2_164/permission.py:908 msgid "Deprecated; use ipapermright" msgstr "Больше не поддерживается; используйте ipapermright" #: ipaclient/remote_plugins/2_114/permission.py:201 #: ipaclient/remote_plugins/2_156/permission.py:213 #: ipaclient/remote_plugins/2_164/permission.py:213 #: ipaclient/remote_plugins/2_49/permission.py:130 msgid "Granted to Privilege" msgstr "Предоставлена привилегия" #: ipaclient/remote_plugins/2_114/permission.py:413 #: ipaclient/remote_plugins/2_114/permission.py:969 #: ipaclient/remote_plugins/2_156/permission.py:439 #: ipaclient/remote_plugins/2_156/permission.py:1023 #: ipaclient/remote_plugins/2_164/permission.py:439 #: ipaclient/remote_plugins/2_164/permission.py:1023 #: ipaclient/remote_plugins/2_49/permission.py:282 #: ipaclient/remote_plugins/2_49/permission.py:681 msgid "member privilege" msgstr "привилегия участника" #: ipaclient/remote_plugins/2_114/permission.py:414 #: ipaclient/remote_plugins/2_156/permission.py:440 #: ipaclient/remote_plugins/2_164/permission.py:440 msgid "privileges to add" msgstr "привилегии, которые следует добавить" #: ipaclient/remote_plugins/2_114/permission.py:910 #: ipaclient/remote_plugins/2_156/permission.py:964 #: ipaclient/remote_plugins/2_164/permission.py:964 #: ipaclient/remote_plugins/2_49/permission.py:628 msgid "Rename the permission object" msgstr "Переименовать объект разрешения" #: ipaclient/remote_plugins/2_114/permission.py:970 #: ipaclient/remote_plugins/2_156/permission.py:1024 #: ipaclient/remote_plugins/2_164/permission.py:1024 msgid "privileges to remove" msgstr "привилегии, которые следует удалить" #: ipaclient/remote_plugins/2_114/pkinit.py:19 #: ipaclient/remote_plugins/2_156/pkinit.py:19 #: ipaclient/remote_plugins/2_164/pkinit.py:19 #: ipaclient/remote_plugins/2_49/pkinit.py:19 msgid "" "\n" "Kerberos pkinit options\n" "\n" "Enable or disable anonymous pkinit using the principal\n" "WELLKNOWN/ANONYMOUS@REALM. The server must have been installed with\n" "pkinit support.\n" "\n" "EXAMPLES:\n" "\n" " Enable anonymous pkinit:\n" " ipa pkinit-anonymous enable\n" "\n" " Disable anonymous pkinit:\n" " ipa pkinit-anonymous disable\n" "\n" "For more information on anonymous pkinit see:\n" "\n" "http://k5wiki.kerberos.org/wiki/Projects/Anonymous_pkinit\n" msgstr "" "\n" "Параметры команды pkinit Kerberos\n" "\n" "Включить или отключить использование \"анонимного пользователя\" для пре-" "аутентификации с помощью сертификатов (pkinit) путём использования учётной " "записи WELLKNOWN/ANONYMOUS@REALM. Сервер должен быть установлен с " "поддержкой pkinit.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Включить использование \"анонимного пользователя\" для pkinit:\n" " ipa pkinit-anonymous enable\n" "\n" " Включить использование \"анонимного пользователя\" для pkinit:\n" " ipa pkinit-anonymous disable\n" "\n" "Более подробные сведения об использовании \"анонимного пользователя\" для " "pkinit:\n" "\n" "http://k5wiki.kerberos.org/wiki/Projects/Anonymous_pkinit\n" #: ipaclient/remote_plugins/2_114/pkinit.py:50 #: ipaclient/remote_plugins/2_156/pkinit.py:50 #: ipaclient/remote_plugins/2_164/pkinit.py:50 #: ipaclient/remote_plugins/2_49/pkinit.py:50 msgid "Enable or Disable Anonymous PKINIT." msgstr "" "Включить или отключить использование \"анонимного пользователя\" для пре-" "аутентификации (PKINIT)." #: ipaclient/remote_plugins/2_114/privilege.py:181 #: ipaclient/remote_plugins/2_114/privilege.py:520 #: ipaclient/remote_plugins/2_156/privilege.py:181 #: ipaclient/remote_plugins/2_156/privilege.py:520 #: ipaclient/remote_plugins/2_164/privilege.py:181 #: ipaclient/remote_plugins/2_164/privilege.py:520 #: ipaclient/remote_plugins/2_49/privilege.py:166 #: ipaclient/remote_plugins/2_49/privilege.py:480 msgid "member role" msgstr "роль участника" #: ipaclient/remote_plugins/2_114/privilege.py:182 #: ipaclient/remote_plugins/2_156/privilege.py:182 #: ipaclient/remote_plugins/2_164/privilege.py:182 msgid "roles to add" msgstr "роли, которые следует добавить" #: ipaclient/remote_plugins/2_114/privilege.py:461 #: ipaclient/remote_plugins/2_156/privilege.py:461 #: ipaclient/remote_plugins/2_164/privilege.py:461 #: ipaclient/remote_plugins/2_49/privilege.py:427 msgid "Rename the privilege object" msgstr "Переименовать объект привилегии" #: ipaclient/remote_plugins/2_114/privilege.py:521 #: ipaclient/remote_plugins/2_156/privilege.py:521 #: ipaclient/remote_plugins/2_164/privilege.py:521 msgid "roles to remove" msgstr "роли, которые следует удалить" #: ipaclient/remote_plugins/2_114/pwpolicy.py:297 #: ipaclient/remote_plugins/2_156/pwpolicy.py:297 #: ipaclient/remote_plugins/2_164/pwpolicy.py:297 #: ipaclient/remote_plugins/2_49/pwpolicy.py:300 msgid "Results should contain primary key attribute only (\"cn\")" msgstr "Результаты должны содержать только атрибут главного ключа (\"cn\")" #: ipaclient/remote_plugins/2_114/pwpolicy.py:719 #: ipaclient/remote_plugins/2_156/pwpolicy.py:719 #: ipaclient/remote_plugins/2_164/pwpolicy.py:719 #: ipaclient/remote_plugins/2_49/pwpolicy.py:727 msgid "Results should contain primary key attribute only (\"group\")" msgstr "Результаты должны содержать только атрибут главного ключа (\"group\")" #: ipaclient/remote_plugins/2_114/radiusproxy.py:19 #: ipaclient/remote_plugins/2_156/radiusproxy.py:19 #: ipaclient/remote_plugins/2_164/radiusproxy.py:19 msgid "" "\n" "RADIUS Proxy Servers\n" "\n" "Manage RADIUS Proxy Servers.\n" "\n" "IPA supports the use of an external RADIUS proxy server for krb5 OTP\n" "authentications. This permits a great deal of flexibility when\n" "integrating with third-party authentication services.\n" "\n" "EXAMPLES:\n" "\n" " Add a new server:\n" " ipa radiusproxy-add MyRADIUS --server=radius.example.com:1812\n" "\n" " Find all servers whose entries include the string \"example.com\":\n" " ipa radiusproxy-find example.com\n" "\n" " Examine the configuration:\n" " ipa radiusproxy-show MyRADIUS\n" "\n" " Change the secret:\n" " ipa radiusproxy-mod MyRADIUS --secret\n" "\n" " Delete a configuration:\n" " ipa radiusproxy-del MyRADIUS\n" msgstr "" "\n" "Прокси-серверы RADIUS\n" "\n" "Управление прокси-серверами RADIUS.\n" "\n" "В IPA поддерживается использование внешнего прокси-сервера RADIUS для " "выполнения аутентификации с помощью одноразового пароля krb5. Эта поддержка " "обеспечивает значительную гибкость при интеграции со сторонними службами " "аутентификации.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новый сервер:\n" " ipa radiusproxy-add MyRADIUS --server=radius.example.com:1812\n" "\n" " Найти все серверы, записи которых содержат строку \"example.com\":\n" " ipa radiusproxy-find example.com\n" "\n" " Проверить конфигурацию:\n" " ipa radiusproxy-show MyRADIUS\n" "\n" " Изменить секрет:\n" " ipa radiusproxy-mod MyRADIUS --secret\n" "\n" " Удалить конфигурацию:\n" " ipa radiusproxy-del MyRADIUS\n" #: ipaclient/remote_plugins/2_114/radiusproxy.py:455 #: ipaclient/remote_plugins/2_156/radiusproxy.py:455 #: ipaclient/remote_plugins/2_164/radiusproxy.py:455 msgid "Rename the RADIUS proxy server object" msgstr "Переименовать объект прокси-сервера RADIUS" #: ipaclient/remote_plugins/2_114/realmdomains.py:19 #: ipaclient/remote_plugins/2_156/realmdomains.py:19 #: ipaclient/remote_plugins/2_164/realmdomains.py:19 msgid "" "\n" "Realm domains\n" "\n" "Manage the list of domains associated with IPA realm.\n" "\n" "EXAMPLES:\n" "\n" " Display the current list of realm domains:\n" " ipa realmdomains-show\n" "\n" " Replace the list of realm domains:\n" " ipa realmdomains-mod --domain=example.com\n" " ipa realmdomains-mod --domain={example1.com,example2.com,example3.com}\n" "\n" " Add a domain to the list of realm domains:\n" " ipa realmdomains-mod --add-domain=newdomain.com\n" "\n" " Delete a domain from the list of realm domains:\n" " ipa realmdomains-mod --del-domain=olddomain.com\n" msgstr "" "\n" "Домены области\n" "\n" "Управление списком доменов, связанных с областью (realm) IPA.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Показать текущий список доменов области:\n" " ipa realmdomains-show\n" "\n" " Заменить список доменов области:\n" " ipa realmdomains-mod --domain=example.com\n" " ipa realmdomains-mod --domain={example1.com,example2.com,example3.com}\n" "\n" " Добавить домен в список доменов области:\n" " ipa realmdomains-mod --add-domain=newdomain.com\n" "\n" " Удалить домен из списка доменов области:\n" " ipa realmdomains-mod --del-domain=olddomain.com\n" #: ipaclient/remote_plugins/2_114/realmdomains.py:66 #: ipaclient/remote_plugins/2_156/realmdomains.py:66 #: ipaclient/remote_plugins/2_164/realmdomains.py:66 msgid "Modify realm domains." msgstr "Изменить домены области." #: ipaclient/remote_plugins/2_114/role.py:249 #: ipaclient/remote_plugins/2_114/role.py:622 #: ipaclient/remote_plugins/2_156/caacl.py:405 #: ipaclient/remote_plugins/2_156/caacl.py:1010 #: ipaclient/remote_plugins/2_156/role.py:249 #: ipaclient/remote_plugins/2_156/role.py:622 #: ipaclient/remote_plugins/2_156/vault.py:507 #: ipaclient/remote_plugins/2_156/vault.py:1087 #: ipaclient/remote_plugins/2_164/caacl.py:405 #: ipaclient/remote_plugins/2_164/caacl.py:1010 #: ipaclient/remote_plugins/2_164/role.py:249 #: ipaclient/remote_plugins/2_164/role.py:622 #: ipaclient/remote_plugins/2_164/vault.py:507 #: ipaclient/remote_plugins/2_164/vault.py:1087 msgid "member service" msgstr "служба-участник" #: ipaclient/remote_plugins/2_114/role.py:250 #: ipaclient/remote_plugins/2_156/caacl.py:406 #: ipaclient/remote_plugins/2_156/role.py:250 #: ipaclient/remote_plugins/2_156/vault.py:508 #: ipaclient/remote_plugins/2_156/vault.py:604 #: ipaclient/remote_plugins/2_156/vault.py:1456 #: ipaclient/remote_plugins/2_164/caacl.py:406 #: ipaclient/remote_plugins/2_164/role.py:250 #: ipaclient/remote_plugins/2_164/vault.py:508 #: ipaclient/remote_plugins/2_164/vault.py:604 #: ipaclient/remote_plugins/2_164/vault.py:1456 msgid "services to add" msgstr "cлужбы, которые следует добавить" #: ipaclient/remote_plugins/2_114/role.py:529 #: ipaclient/remote_plugins/2_156/role.py:529 #: ipaclient/remote_plugins/2_164/role.py:529 #: ipaclient/remote_plugins/2_49/role.py:481 msgid "Rename the role object" msgstr "Переименовать объект роли." #: ipaclient/remote_plugins/2_114/role.py:623 #: ipaclient/remote_plugins/2_156/caacl.py:1011 #: ipaclient/remote_plugins/2_156/role.py:623 #: ipaclient/remote_plugins/2_156/vault.py:1088 #: ipaclient/remote_plugins/2_156/vault.py:1184 #: ipaclient/remote_plugins/2_156/vault.py:1593 #: ipaclient/remote_plugins/2_164/caacl.py:1011 #: ipaclient/remote_plugins/2_164/role.py:623 #: ipaclient/remote_plugins/2_164/vault.py:1088 #: ipaclient/remote_plugins/2_164/vault.py:1184 #: ipaclient/remote_plugins/2_164/vault.py:1593 msgid "services to remove" msgstr "службы, которые следует удалить" #: ipaclient/remote_plugins/2_114/service.py:19 #: ipaclient/remote_plugins/2_156/service.py:19 #: ipaclient/remote_plugins/2_164/service.py:19 msgid "" "\n" "Services\n" "\n" "A IPA service represents a service that runs on a host. The IPA service\n" "record can store a Kerberos principal, an SSL certificate, or both.\n" "\n" "An IPA service can be managed directly from a machine, provided that\n" "machine has been given the correct permission. This is true even for\n" "machines other than the one the service is associated with. For example,\n" "requesting an SSL certificate using the host service principal credentials\n" "of the host. To manage a service using host credentials you need to\n" "kinit as the host:\n" "\n" " # kinit -kt /etc/krb5.keytab host/ipa.example.com@EXAMPLE.COM\n" "\n" "Adding an IPA service allows the associated service to request an SSL\n" "certificate or keytab, but this is performed as a separate step; they\n" "are not produced as a result of adding the service.\n" "\n" "Only the public aspect of a certificate is stored in a service record;\n" "the private key is not stored.\n" "\n" "EXAMPLES:\n" "\n" " Add a new IPA service:\n" " ipa service-add HTTP/web.example.com\n" "\n" " Allow a host to manage an IPA service certificate:\n" " ipa service-add-host --hosts=web.example.com HTTP/web.example.com\n" " ipa role-add-member --hosts=web.example.com certadmin\n" "\n" " Override a default list of supported PAC types for the service:\n" " ipa service-mod HTTP/web.example.com --pac-type=MS-PAC\n" "\n" " A typical use case where overriding the PAC type is needed is NFS.\n" " Currently the related code in the Linux kernel can only handle Kerberos\n" " tickets up to a maximal size. Since the PAC data can become quite large " "it\n" " is recommended to set --pac-type=NONE for NFS services.\n" "\n" " Delete an IPA service:\n" " ipa service-del HTTP/web.example.com\n" "\n" " Find all IPA services associated with a host:\n" " ipa service-find web.example.com\n" "\n" " Find all HTTP services:\n" " ipa service-find HTTP\n" "\n" " Disable the service Kerberos key and SSL certificate:\n" " ipa service-disable HTTP/web.example.com\n" "\n" " Request a certificate for an IPA service:\n" " ipa cert-request --principal=HTTP/web.example.com example.csr\n" "\n" " Allow user to create a keytab:\n" " ipa service-allow-create-keytab HTTP/web.example.com --users=tuser1\n" "\n" " Generate and retrieve a keytab for an IPA service:\n" " ipa-getkeytab -s ipa.example.com -p HTTP/web.example.com -k /etc/httpd/" "httpd.keytab\n" msgstr "" "\n" "Службы\n" "\n" "Служба IPA — это служба, которая выполняется на узле. В записи службы IPA " "могут храниться данные учётной записи Kerberos, SSL-сертификата или оба " "набора данных.\n" "\n" "Службой IPA можно управлять непосредственно с компьютера, если системе этого " "компьютера предоставлены соответствующие права доступа. Это касается даже " "компьютеров, отличных от тех, с которыми связана эта служба. Например, " "запрос SSL-сертификата с помощью учётных данных учётной записи службы узла. " "Чтобы управлять службой с помощью учётных данных узла, следует запустить " "команду kinit от имени узла:\n" "\n" " # kinit -kt /etc/krb5.keytab host/ipa.example.com@EXAMPLE.COM\n" "\n" "Добавление службы IPA позволяет связанной службе запрашивать SSL-сертификаты " "и таблицы ключей, но создание самих запросов является отдельным шагом: " "соответствующие данные не создаются в результате простого добавления " "службы.\n" "\n" "В записи службы хранятся только открытые данные сертификата; закрытый ключ " "не сохраняется.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новую службу IPA:\n" " ipa service-add HTTP/web.example.com\n" "\n" " Разрешить узлу управлять сертификатом службы IPA:\n" " ipa service-add-host --hosts=web.example.com HTTP/web.example.com\n" " ipa role-add-member --hosts=web.example.com certadmin\n" "\n" " Переопределить список по умолчанию, который содержит поддерживаемые типы " "PAC для службы:\n" " ipa service-mod HTTP/web.example.com --pac-type=MS-PAC\n" "\n" "Такое переопределение типа PAC необходимо, например, для работы NFS. В " "текущей версии соответствующий код в ядре Linux может работать только с " "билетами Kerberos, размер которых не превышает максимально заданного. Так " "как данные PAC могут быть довольно объёмными, для служб NFS рекомендуется " "установить --pac-type=NONE.\n" "\n" " Удалить службу IPA:\n" " ipa service-del HTTP/web.example.com\n" "\n" " Найти все службы IPA, связанные с узлом:\n" " ipa service-find web.example.com\n" "\n" " Найти все службы HTTP:\n" " ipa service-find HTTP\n" "\n" " Отключить ключ Kerberos и SSL-сертификат службы:\n" " ipa service-disable HTTP/web.example.com\n" "\n" " Запросить сертификат для службы IPA:\n" " ipa cert-request --principal=HTTP/web.example.com example.csr\n" "\n" " Разрешить пользователю создавать таблицу ключей:\n" " ipa service-allow-create-keytab HTTP/web.example.com --users=tuser1\n" "\n" " Создать и получить таблицу ключей для службы IPA:\n" " ipa-getkeytab -s ipa.example.com -p HTTP/web.example.com -k /etc/httpd/" "httpd.keytab\n" #: ipaclient/remote_plugins/2_114/service.py:167 #: ipaclient/remote_plugins/2_156/service.py:168 #: ipaclient/remote_plugins/2_164/service.py:168 #: ipaclient/remote_plugins/2_49/service.py:110 msgid "Add a new IPA new service." msgstr "Добавить новую службу IPA." #: ipaclient/remote_plugins/2_114/service.py:226 #: ipaclient/remote_plugins/2_156/service.py:228 #: ipaclient/remote_plugins/2_164/service.py:228 #: ipaclient/remote_plugins/2_49/service.py:155 msgid "force principal name even if not in DNS" msgstr "" "принудительно установить значение имени учётной записи, даже если имени нет " "в DNS" #: ipaclient/remote_plugins/2_114/service.py:824 #: ipaclient/remote_plugins/2_156/service.py:887 #: ipaclient/remote_plugins/2_164/service.py:887 #: ipaclient/remote_plugins/2_49/service.py:378 msgid "Results should contain primary key attribute only (\"principal\")" msgstr "" "Результаты должны содержать только атрибут главного ключа (\"principal\")" #: ipaclient/remote_plugins/2_114/service.py:834 #: ipaclient/remote_plugins/2_156/service.py:897 #: ipaclient/remote_plugins/2_164/service.py:897 #: ipaclient/remote_plugins/2_49/service.py:388 msgid "Search for services with these managed by hosts." msgstr "Поиск служб, включая службы, управляемые узлами." #: ipaclient/remote_plugins/2_114/service.py:842 #: ipaclient/remote_plugins/2_156/service.py:905 #: ipaclient/remote_plugins/2_164/service.py:905 #: ipaclient/remote_plugins/2_49/service.py:396 msgid "Search for services without these managed by hosts." msgstr "Поиск служб, не включая службы, управляемые узлами." #: ipaclient/remote_plugins/2_114/session.py:19 #: ipaclient/remote_plugins/2_49/session.py:19 msgid "" "\n" "Session Support for IPA\n" "John Dennis \n" "\n" "Goals\n" "=====\n" "\n" "Provide per-user session data caching which persists between\n" "requests. Desired features are:\n" "\n" "* Integrates cleanly with minimum impact on existing infrastructure.\n" "\n" "* Provides maximum security balanced against real-world performance\n" " demands.\n" "\n" "* Sessions must be able to be revoked (flushed).\n" "\n" "* Should be flexible and easy to use for developers.\n" "\n" "* Should leverage existing technology and code to the maximum extent\n" " possible to avoid re-invention, excessive implementation time and to\n" " benefit from robustness in field proven components commonly shared\n" " in the open source community.\n" "\n" "* Must support multiple independent processes which share session\n" " data.\n" "\n" "* System must function correctly if session data is available or not.\n" "\n" "* Must be high performance.\n" "\n" "* Should not be tied to specific web servers or browsers. Should\n" " integrate with our chosen WSGI model.\n" "\n" "Issues\n" "======\n" "\n" "Cookies\n" "-------\n" "\n" "Most session implementations are based on the use of cookies. Cookies\n" "have some inherent problems.\n" "\n" "* User has the option to disable cookies.\n" "\n" "* User stored cookie data is not secure. Can be mitigated by setting\n" " flags indicating the cookie is only to be used with SSL secured HTTP\n" " connections to specific web resources and setting the cookie to\n" " expire at session termination. Most modern browsers enforce these.\n" "\n" "Where to store session data?\n" "----------------------------\n" "\n" "Session data may be stored on either on the client or on the\n" "server. Storing session data on the client addresses the problem of\n" "session data availability when requests are serviced by independent web\n" "servers because the session data travels with the request. However\n" "there are data size limitations. Storing session data on the client\n" "also exposes sensitive data but this can be mitigated by encrypting\n" "the session data such that only the server can decrypt it.\n" "\n" "The more conventional approach is to bind session data to a unique\n" "name, the session ID. The session ID is transmitted to the client and\n" "the session data is paired with the session ID on the server in a\n" "associative data store. The session data is retrieved by the server\n" "using the session ID when the receiving the request. This eliminates\n" "exposing sensitive session data on the client along with limitations\n" "on data size. It however introduces the issue of session data\n" "availability when requests are serviced by more than one server\n" "process.\n" "\n" "Multi-process session data availability\n" "---------------------------------------\n" "\n" "Apache (and other web servers) fork child processes to handle requests\n" "in parallel. Also web servers may be deployed in a farm where requests\n" "are load balanced in round robin fashion across different nodes. In\n" "both cases session data cannot be stored in the memory of a server\n" "process because it is not available to other processes, either sibling\n" "children of a master server process or server processes on distinct\n" "nodes.\n" "\n" "Typically this is addressed by storing session data in a SQL\n" "database. When a request is received by a server process containing a\n" "session ID in it's cookie data the session ID is used to perform a SQL\n" "query and the resulting data is then attached to the request as it\n" "proceeds through the request processing pipeline. This of course\n" "introduces coherency issues.\n" "\n" "For IPA the introduction of a SQL database dependency is undesired and\n" "should be avoided.\n" "\n" "Session data may also be shared by independent processes by storing\n" "the session data in files.\n" "\n" "An alternative solution which has gained considerable popularity\n" "recently is the use of a fast memory based caching server. Data is\n" "stored in a single process memory and may be queried and set via a\n" "light weight protocol using standard socket mechanisms, memcached is\n" "one example. A typical use is to optimize SQL queries by storing a SQL\n" "result in shared memory cache avoiding the more expensive SQL\n" "operation. But the memory cache has distinct advantages in non-SQL\n" "situations as well.\n" "\n" "Possible implementations for use by IPA\n" "=======================================\n" "\n" "Apache Sessions\n" "---------------\n" "\n" "Apache has 2.3 has implemented session support via these modules:\n" "\n" " mod_session\n" " Overarching session support based on cookies.\n" "\n" " See: http://httpd.apache.org/docs/2.3/mod/mod_session.html\n" "\n" " mod_session_cookie\n" " Stores session data in the client.\n" "\n" " See: http://httpd.apache.org/docs/2.3/mod/mod_session_cookie.html\n" "\n" " mod_session_crypto\n" " Encrypts session data for security. Encryption key is shared\n" " configuration parameter visible to all Apache processes and is\n" " stored in a configuration file.\n" "\n" " See: http://httpd.apache.org/docs/2.3/mod/mod_session_crypto.html\n" "\n" " mod_session_dbd\n" " Stores session data in a SQL database permitting multiple\n" " processes to access and share the same session data.\n" "\n" " See: http://httpd.apache.org/docs/2.3/mod/mod_session_dbd.html\n" "\n" "Issues with Apache sessions\n" "~~~~~~~~~~~~~~~~~~~~~~~~~~~\n" "\n" "Although Apache has implemented generic session support and Apache is\n" "our web server of preference it nonetheless introduces issues for IPA.\n" "\n" " * Session support is only available in httpd >= 2.3 which at the\n" " time of this writing is currently only available as a Beta release\n" " from upstream. We currently only ship httpd 2.2, the same is true\n" " for other distributions.\n" "\n" " * We could package and ship the sessions modules as a temporary\n" " package in httpd 2.2 environments. But this has the following\n" " consequences:\n" "\n" " - The code has to be backported. the module API has changed\n" " slightly between httpd 2.2 and 2.3. The backporting is not\n" " terribly difficult and a proof of concept has been\n" " implemented.\n" "\n" " - We would then be on the hook to package and maintain a special\n" " case Apache package. This is maintenance burden as well as a\n" " distribution packaging burden. Both of which would be best\n" " avoided if possible.\n" "\n" " * The design of the Apache session modules is such that they can\n" " only be manipulated by other Apache modules. The ability of\n" " consumers of the session data to control the session data is\n" " simplistic, constrained and static during the period the request\n" " is processed. Request handlers which are not native Apache modules\n" " (e.g. IPA via WSGI) can only examine the session data\n" " via request headers and reset it in response headers.\n" "\n" " * Shared session data is available exclusively via SQL.\n" "\n" "However using the 2.3 Apache session modules would give us robust\n" "session support implemented in C based on standardized Apache\n" "interfaces which are widely used.\n" "\n" "Python Web Frameworks\n" "---------------------\n" "\n" "Virtually every Python web framework supports cookie based sessions,\n" "e.g. Django, Twisted, Zope, Turbogears etc. Early on in IPA we decided\n" "to avoid the use of these frameworks. Trying to pull in just one part\n" "of these frameworks just to get session support would be problematic\n" "because the code does not function outside it's framework.\n" "\n" "IPA implemented sessions\n" "------------------------\n" "\n" "Originally it was believed the path of least effort was to utilize\n" "existing session support, most likely what would be provided by\n" "Apache. However there are enough basic modular components available in\n" "native Python and other standard packages it should be possible to\n" "provide session support meeting the aforementioned goals with a modest\n" "implementation effort. Because we're leveraging existing components\n" "the implementation difficulties are subsumed by other components which\n" "have already been field proven and have community support. This is a\n" "smart strategy.\n" "\n" "Proposed Solution\n" "=================\n" "\n" "Our interface to the web server is via WSGI which invokes a callback\n" "per request passing us an environmental context for the request. For\n" "this discussion we'll name the WSGI callback \"application()\", a\n" "conventional name in WSGI parlance.\n" "\n" "Shared session data will be handled by memcached. We will create one\n" "instance of memcached on each server node dedicated to IPA\n" "exclusively. Communication with memcached will be via a UNIX socket\n" "located in the file system under /var/run/ipa_memcached. It will be\n" "protected by file permissions and optionally SELinux policy.\n" "\n" "In application() we examine the request cookies and if there is an IPA\n" "session cookie with a session ID we retrieve the session data from our\n" "memcached instance.\n" "\n" "The session data will be a Python dict. IPA components will read or\n" "write their session information by using a pre-agreed upon name\n" "(e.g. key) in the dict. This is a very flexible system and consistent\n" "with how we pass data in most parts of IPA.\n" "\n" "If the session data is not available an empty session data dict will\n" "be created.\n" "\n" "How does this session data travel with the request in the IPA\n" "pipeline? In IPA we use the HTTP request/response to implement RPC. In\n" "application() we convert the request into a procedure call passing it\n" "arguments derived from the HTTP request. The passed parameters are\n" "specific to the RPC method being invoked. The context the RPC call is\n" "executing in is not passed as an RPC parameter.\n" "\n" "How would the contextual information such as session data be bound to\n" "the request and hence the RPC call?\n" "\n" "In IPA when a RPC invocation is being prepared from a request we\n" "recognize this will only ever be processed serially by one Python\n" "thread. A thread local dict called \"context\" is allocated for each\n" "thread. The context dict is cleared in between requests (e.g. RPC method\n" "invocations). The per-thread context dict is populated during the\n" "lifetime of the request and is used as a global data structure unique to\n" "the request that various IPA component can read from and write to with\n" "the assurance the data is unique to the current request and/or method\n" "call.\n" "\n" "The session data dict will be written into the context dict under the\n" "session key before the RPC method begins execution. Thus session data\n" "can be read and written by any IPA component by accessing\n" "``context.session``.\n" "\n" "When the RPC method finishes execution the session data bound to the\n" "request/method is retrieved from the context and written back to the\n" "memcached instance. The session ID is set in the response sent back to\n" "the client in the ``Set-Cookie`` header along with the flags\n" "controlling it's usage.\n" "\n" "Issues and details\n" "------------------\n" "\n" "IPA code cannot depend on session data being present, however it\n" "should always update session data with the hope it will be available\n" "in the future. Session data may not be available because:\n" "\n" " * This is the first request from the user and no session data has\n" " been created yet.\n" "\n" " * The user may have cookies disabled.\n" "\n" " * The session data may have been flushed. memcached operates with\n" " a fixed memory allocation and will flush entries on a LRU basis,\n" " like with any cache there is no guarantee of persistence.\n" "\n" " Also we may have have deliberately expired or deleted session\n" " data, see below.\n" "\n" "Cookie manipulation is done via the standard Python Cookie module.\n" "\n" "Session cookies will be set to only persist as long as the browser has\n" "the session open. They will be tagged so the browser only returns\n" "the session ID on SSL secured HTTP requests. They will not be visible\n" "to Javascript in the browser.\n" "\n" "Session ID's will be created by using 48 bits of random data and\n" "converted to 12 hexadecimal digits. Newly generated session ID's will\n" "be checked for prior existence to handle the unlikely case the random\n" "number repeats.\n" "\n" "memcached will have significantly higher performance than a SQL or file\n" "based storage solution. Communication is effectively though a pipe\n" "(UNIX socket) using a very simple protocol and the data is held\n" "entirely in process memory. memcached also scales easily, it is easy\n" "to add more memcached processes and distribute the load across them.\n" "At this point in time we don't anticipate the need for this.\n" "\n" "A very nice feature of the Python memcached module is that when a data\n" "item is written to the cache it is done with standard Python pickling\n" "(pickling is a standard Python mechanism to marshal and unmarshal\n" "Python objects). We adopt the convention the object written to cache\n" "will be a dict to meet our internal data handling conventions. The\n" "pickling code will recursively handle nested objects in the dict. Thus\n" "we gain a lot of flexibility using standard Python data structures to\n" "store and retrieve our session data without having to author and debug\n" "code to marshal and unmarshal the data if some other storage mechanism\n" "had been used. This is a significant implementation win. Of course\n" "some common sense limitations need to observed when deciding on what\n" "is written to the session cache keeping in mind the data is shared\n" "between processes and it should not be excessively large (a\n" "configurable option)\n" "\n" "We can set an expiration on memcached entries. We may elect to do that\n" "to force session data to be refreshed periodically. For example we may\n" "wish the client to present fresh credentials on a periodic basis even\n" "if the cached credentials are otherwise within their validity period.\n" "\n" "We can explicitly delete session data if for some reason we believe it\n" "is stale, invalid or compromised.\n" "\n" "memcached also gives us certain facilities to prevent race conditions\n" "between different processes utilizing the cache. For example you can\n" "check of the entry has been modified since you last read it or use CAS\n" "(Check And Set) semantics. What has to be protected in terms of cache\n" "coherency will likely have to be determined as the session support is\n" "utilized and different data items are added to the cache. This is very\n" "much data and context specific. Fortunately memcached operations are\n" "atomic.\n" "\n" "Controlling the memcached process\n" "---------------------------------\n" "\n" "We need a mechanism to start the memcached process and secure it so\n" "that only IPA components can access it.\n" "\n" "Although memcached ships with both an initscript and systemd unit\n" "files those are for generic instances. We want a memcached instance\n" "dedicated exclusively to IPA usage. To accomplish this we would install\n" "a systemd unit file or an SysV initscript to control the IPA specific\n" "memcached service. ipactl would be extended to know about this\n" "additional service. systemd's cgroup facility would give us additional\n" "mechanisms to integrate the IPA memcached service within a larger IPA\n" "process group.\n" "\n" "Protecting the memcached data would be done via file permissions (and\n" "optionally SELinux policy) on the UNIX domain socket. Although recent\n" "implementations of memcached support authentication via SASL this\n" "introduces a performance and complexity burden not warranted when\n" "cached is dedicated to our exclusive use and access controlled by OS\n" "mechanisms.\n" "\n" "Conventionally daemons are protected by assigning a system uid and/or\n" "gid to the daemon. A daemon launched by root will drop it's privileges\n" "by assuming the effective uid:gid assigned to it. File system access\n" "is controlled by the OS via the effective identity and SELinux policy\n" "can be crafted based on the identity. Thus the memcached UNIX socket\n" "would be protected by having it owned by a specific system user and/or\n" "membership in a restricted system group (discounting for the moment\n" "SELinux).\n" "\n" "Unfortunately we currently do not have an IPA system uid whose\n" "identity our processes operate under nor do we have an IPA system\n" "group. IPA does manage a collection of related processes (daemons) and\n" "historically each has been assigned their own uid. When these\n" "unrelated processes communicate they mutually authenticate via other\n" "mechanisms. We do not have much of a history of using shared file\n" "system objects across identities. When file objects are created they\n" "are typically assigned the identity of daemon needing to access the\n" "object and are not accessed by other daemons, or they carry root\n" "identity.\n" "\n" "When our WSGI application runs in Apache it is run as a WSGI\n" "daemon. This means when Apache starts up it forks off WSGI processes\n" "for us and we are independent of other Apache processes. When WSGI is\n" "run in this mode there is the ability to set the uid:gid of the WSGI\n" "process hosting us, however we currently do not take advantage of this\n" "option. WSGI can be run in other modes as well, only in daemon mode\n" "can the uid:gid be independently set from the rest of Apache. All\n" "processes started by Apache can be set to a common uid:gid specified\n" "in the global Apache configuration, by default it's\n" "apache:apache. Thus when our IPA code executes it is running as\n" "apache:apache.\n" "\n" "To protect our memcached UNIX socket we can do one of two things:\n" "\n" "1. Assign it's uid:gid as apache:apache. This would limit access to\n" " our cache only to processes running under httpd. It's somewhat\n" " restricted but far from ideal. Any code running in the web server\n" " could potentially access our cache. It's difficult to control what the\n" " web server runs and admins may not understand the consequences of\n" " configuring httpd to serve other things besides IPA.\n" "\n" "2. Create an IPA specific uid:gid, for example ipa:ipa. We then configure\n" " our WSGI application to run as the ipa:ipa user and group. We also\n" " configure our memcached instance to run as the ipa:ipa user and\n" " group. In this configuration we are now fully protected, only our WSGI\n" " code can read & write to our memcached UNIX socket.\n" "\n" "However there may be unforeseen issues by converting our code to run as\n" "something other than apache:apache. This would require some\n" "investigation and testing.\n" "\n" "IPA is dependent on other system daemons, specifically Directory\n" "Server (ds) and Certificate Server (cs). Currently we configure ds to\n" "run under the dirsrv:dirsrv user and group, an identity of our\n" "creation. We allow cs to default to it's pkiuser:pkiuser user and\n" "group. Should these other cooperating daemons also run under the\n" "common ipa:ipa user and group identities? At first blush there would\n" "seem to be an advantage to coalescing all process identities under a\n" "common IPA user and group identity. However these other processes do\n" "not depend on user and group permissions when working with external\n" "agents, processes, etc. Rather they are designed to be stand-alone\n" "network services which authenticate their clients via other\n" "mechanisms. They do depend on user and group permission to manage\n" "their own file system objects. If somehow the ipa user and/or group\n" "were compromised or malicious code somehow executed under the ipa\n" "identity there would be an advantage in having the cooperating\n" "processes cordoned off under their own identities providing one extra\n" "layer of protection. (Note, these cooperating daemons may not even be\n" "co-located on the same node in which case the issue is moot)\n" "\n" "The UNIX socket behavior (ldapi) with Directory Server is as follows:\n" "\n" " * The socket ownership is: root:root\n" "\n" " * The socket permissions are: 0666\n" "\n" " * When connecting via ldapi you must authenticate as you would\n" " normally with a TCP socket, except ...\n" "\n" " * If autobind is enabled and the uid:gid is available via\n" " SO_PEERCRED and the uid:gid can be found in the set of users known\n" " to the Directory Server then that connection will be bound as that\n" " user.\n" "\n" " * Otherwise an anonymous bind will occur.\n" "\n" "memcached UNIX socket behavior is as follows:\n" "\n" " * memcached can be invoked with a user argument, no group may be\n" " specified. The effective uid is the uid of the user argument and\n" " the effective gid is the primary group of the user, let's call\n" " this euid:egid\n" "\n" " * The socket ownership is: euid:egid\n" "\n" " * The socket permissions are 0700 by default, but this can be\n" " modified by the -a mask command line arg which sets the umask\n" " (defaults to 0700).\n" "\n" "Overview of authentication in IPA\n" "=================================\n" "\n" "This describes how we currently authenticate and how we plan to\n" "improve authentication performance. First some definitions.\n" "\n" "There are 4 major players:\n" "\n" " 1. client\n" " 2. mod_auth_kerb (in Apache process)\n" " 3. wsgi handler (in IPA wsgi python process)\n" " 4. ds (directory server)\n" "\n" "There are several resources:\n" "\n" " 1. /ipa/ui (unprotected, web UI static resources)\n" " 2. /ipa/xml (protected, xmlrpc RPC used by command line clients)\n" " 3. /ipa/json (protected, json RPC used by javascript in web UI)\n" " 4. ds (protected, wsgi acts as proxy, our LDAP server)\n" "\n" "Current Model\n" "-------------\n" "\n" "This describes how things work in our current system for the web UI.\n" "\n" " 1. Client requests /ipa/ui, this is unprotected, is static and\n" " contains no sensitive information. Apache replies with html and\n" " javascript. The javascript requests /ipa/json.\n" "\n" " 2. Client sends post to /ipa/json.\n" "\n" " 3. mod_auth_kerb is configured to protect /ipa/json, replies 401\n" " authenticate negotiate.\n" "\n" " 4. Client resends with credentials\n" "\n" " 5. mod_auth_kerb validates credentials\n" "\n" " a. if invalid replies 403 access denied (stops here)\n" "\n" " b. if valid creates temporary ccache, adds KRB5CCNAME to request\n" " headers\n" "\n" " 6. Request passed to wsgi handler\n" "\n" " a. validates request, KRB5CCNAME must be present, referrer, etc.\n" "\n" " b. ccache saved and used to bind to ds\n" "\n" " c. routes to specified RPC handler.\n" "\n" " 7. wsgi handler replies to client\n" "\n" "Proposed new session based optimization\n" "---------------------------------------\n" "\n" "The round trip negotiate and credential validation in steps 3,4,5 is\n" "expensive. This can be avoided if we can cache the client\n" "credentials. With client sessions we can store the client credentials\n" "in the session bound to the client.\n" "\n" "A few notes about the session implementation.\n" "\n" " * based on session cookies, cookies must be enabled\n" "\n" " * session cookie is secure, only passed on secure connections, only\n" " passed to our URL resource, never visible to client javascript\n" " etc.\n" "\n" " * session cookie has a session id which is used by wsgi handler to\n" " retrieve client session data from shared multi-process cache.\n" "\n" "Changes to Apache's resource protection\n" "---------------------------------------\n" "\n" " * /ipa/json is no longer protected by mod_auth_kerb. This is\n" " necessary to avoid the negotiate expense in steps 3,4,5\n" " above. Instead the /ipa/json resource will be protected in our wsgi\n" " handler via the session cookie.\n" "\n" " * A new protected URI is introduced, /ipa/login. This resource\n" " does no serve any data, it is used exclusively for authentication.\n" "\n" "The new sequence is:\n" "\n" " 1. Client requests /ipa/ui, this is unprotected. Apache replies with\n" " html and javascript. The javascript requests /ipa/json.\n" "\n" " 2. Client sends post to /ipa/json, which is unprotected.\n" "\n" " 3. wsgi handler obtains session data from session cookie.\n" "\n" " a. if ccache is present in session data and is valid\n" "\n" " - request is further validated\n" "\n" " - ccache is established for bind to ds\n" "\n" " - request is routed to RPC handler\n" "\n" " - wsgi handler eventually replies to client\n" "\n" " b. if ccache is not present or not valid processing continues ...\n" "\n" " 4. wsgi handler replies with 401 Unauthorized\n" "\n" " 5. client sends request to /ipa/login to obtain session credentials\n" "\n" " 6. mod_auth_kerb replies 401 negotiate on /ipa/login\n" "\n" " 7. client sends credentials to /ipa/login\n" "\n" " 8. mod_auth_kerb validates credentials\n" "\n" " a. if valid\n" "\n" " - mod_auth_kerb permits access to /ipa/login. wsgi handler is\n" " invoked and does the following:\n" "\n" " * establishes session for client\n" "\n" " * retrieves the ccache from KRB5CCNAME and stores it\n" "\n" " a. if invalid\n" "\n" " - mod_auth_kerb sends 403 access denied (processing stops)\n" "\n" " 9. client now posts the same data again to /ipa/json including\n" " session cookie. Processing repeats starting at step 2 and since\n" " the session data now contains a valid ccache step 3a executes, a\n" " successful reply is sent to client.\n" "\n" "Command line client using xmlrpc\n" "--------------------------------\n" "\n" "The above describes the web UI utilizing the json RPC mechanism. The\n" "IPA command line tools utilize a xmlrpc RPC mechanism on the same\n" "HTTP server. Access to the xmlrpc is via the /ipa/xml URI. The json\n" "and xmlrpc API's are the same, they differ only on how their procedure\n" "calls are marshalled and unmarshalled.\n" "\n" "Under the new scheme /ipa/xml will continue to be Kerberos protected\n" "at all times. Apache's mod_auth_kerb will continue to require the\n" "client provides valid Kerberos credentials.\n" "\n" "When the WSGI handler routes to /ipa/xml the Kerberos credentials will\n" "be extracted from the KRB5CCNAME environment variable as provided by\n" "mod_auth_kerb. Everything else remains the same.\n" msgstr "" "\n" "Сеансовая поддержка для IPA\n" "John Dennis \n" "\n" "Задачи\n" "=====\n" "\n" "Обеспечить кэширование данных сеансов отдельных пользователей в течение " "времени между последовательными запросами. Желаемые возможности:\n" "\n" "* Беспроблемная интеграция с минимальным влиянием на существующую " "инфраструктуру.\n" "\n" "* Обеспечение максимальной безопасности с одновременным сохранением " "приемлемого быстродействия.\n" "\n" "* Возможность отзыва (очистки данных) сеансов.\n" "\n" "* Гибкость и простота в использовании для разработчиков.\n" "\n" "* Максимальное использование существующих технологий и кода для " "предотвращения необходимости повторной разработки, сокращения времени " "внедрения и использования стабильных компонентов, которые широко " "используются сообществом свободного программного обеспечения.\n" "\n" "* Поддержка работы с несколькими независимыми процессами, которые совместно " "используют данные сеанса.\n" "\n" "* Система должна работать должным образом как с данными сеанса, так и без " "них. \n" "\n" "* Высокая производительность.\n" "\n" "* Отсутствие привязки к конкретным веб-серверам или браузерам. Обеспечение " "интеграции с выбранной моделью WSGI.\n" "\n" "Проблемы\n" "======\n" "\n" "Cookie-файлы\n" "-------\n" "\n" "Большинство реализаций сеансов основано на использовании cookie-файлов. С " "этим связаны определённые проблемы.\n" "\n" "* Пользователь может отключить использование cookie-файлов.\n" "\n" "* Хранение cookie-файлов на стороне пользователя не является безопасным. Эту " "проблему можно исправить установкой флажков, обозначающих использование " "cookie-файлов только для HTTP-подключений с SSL-защитой, для определённых " "сетевых ресурсов, и ограничение срока действия cookie-файлов сроком работы " "сеанса. В большинстве современных браузеров эти настройки устанавливаются " "принудительно.\n" "\n" "Где хранить данные сеанса?\n" "----------------------------\n" "\n" "Данные сеанса можно хранить на стороне клиента или на стороне сервера. " "Хранение данных сеанса на стороне клиента решает проблему доступности данных " "сеанса при обслуживании запросов независимыми веб-серверами, потому что " "данные сеанса отправляются вместе с запросом. Но имеются ограничения размера " "данных. Хранение данных сеанса на стороне клиента также ведёт к опасности " "несанкционированного доступа к конфиденциальным данным, но эту проблему " "можно решить путём шифрования данных сеанса таким образом, чтобы их мог " "расшифровать только сервер.\n" "\n" "Более распространённый подход: привязать данные сеанса к уникальному имени, " "идентификатору сеанса. Идентификатор сеанса передаётся клиенту и данные " "сеанса сопоставляются идентификатору сеанса в банке ассоциативных данных на " "сервере. Сервер получает данные сеанса путём использования идентификатора " "сеанса при получении запроса. Таким образом исключается возможность " "несанкционированного доступа к конфиденциальным данным на стороне клиента и " "снимается вопрос ограничения размера данных. Но возникает проблема " "доступности данных сеанса при обслуживании запросов более чем одним " "серверным процессом.\n" "\n" "Доступность данных сеанса для нескольких процессов\n" "---------------------------------------\n" "\n" "Apache (и другие веб-серверы) разветвляют дочерние процессы для параллельной " "обработки запросов. Кроме того, веб-серверы могут быть развёрнуты на ферме, " "где путём циклического перебора выполняется балансировка нагрузки между " "разными узлами. В обоих случаях данные сеанса нельзя хранить в памяти " "серверного процесса, потому что они не будут доступны другим процессам: либо " "таким же дочерним процессам главного серверного процесса, либо серверным " "процессам на определённых узлах.\n" "\n" "Обычно эта проблема решается путём хранения данных сеанса в базе данных SQL. " "Когда серверный процесс получает запрос, содержащий идентификатор сеанса в " "своих данных cookie, этот идентификатор сеанса используется для создания " "запроса к базе данных SQL, а результат запроса приобщается к самому запросу " "в ходе его движения по конвейеру обработки запросов. Естественно, это влечёт " "проблемы обеспечения непротиворечивости данных.\n" "\n" "В IPA нежелательно внедрение зависимости от базы данных SQL, этого " "рекомендуется избегать.\n" "\n" "Данные сеанса можно предоставить в совместное использование независимых " "процессов, если хранить их в файлах.\n" "\n" "В последнее время всё чаще используется альтернативное решение: " "использование сервера кэширования на основе быстрой памяти. Данные хранятся " "в памяти одного процесса, по ним можно отправлять запросы и их можно " "изменять с помощью простого протокола с использованием стандартных " "механизмов работы с сокетами. Примером является memcached. Обычно это " "решение используется для оптимизации обработки SQL-запросов путём хранения " "результатов SQL-запросов в общем кэше памяти, что позволяет избежать " "потребления значительного количества ресурсов при работе с базой данных SQL. " "Но кэш памяти имеет преимущества также и в средах без SQL.\n" "\n" "Возможные реализации для использования в IPA\n" "=======================================\n" "\n" "Сеансы Apache\n" "---------------\n" "\n" "В Apache версии 2.3 реализована сеансовая поддержка с помощью следующих " "модулей:\n" "\n" " mod_session\n" " Общая сеансовая поддержка на основе cookie-файлов.\n" "\n" " Подробнее: http://httpd.apache.org/docs/2.3/mod/mod_session.html\n" "\n" " mod_session_cookie\n" " Сохраняет данные сеанса на стороне клиента.\n" "\n" " Подробнее: http://httpd.apache.org/docs/2.3/mod/mod_session_cookie.html\n" "\n" " mod_session_crypto\n" " Шифрует данные сеанса для обеспечения безопасности. Ключ шифрования " "является общим параметром конфигурации, виден всем процессам Apache и " "хранится в файле конфигурации. \n" "\n" " Подробнее: http://httpd.apache.org/docs/2.3/mod/mod_session_crypto.html\n" "\n" " mod_session_dbd\n" " Сохраняет данные сеанса в базе данных SQL, что позволяет нескольким " "процессам осуществлять доступ к одним и тем же данным сеанса и совместно " "использовать их.\n" "\n" " Подробнее: http://httpd.apache.org/docs/2.3/mod/mod_session_dbd.html\n" "\n" "Проблемы, связанные с сеансами Apache\n" "~~~~~~~~~~~~~~~~~~~~~~~~~~~\n" "\n" "Хотя в Apache реализована общая сеансовая поддержка и предпочтительно " "использование именно веб-сервера Apache, он создаёт проблемы в работе с " "IPA.\n" "\n" " * Сеансовая поддержка доступна только в httpd >= 2.3. На момент написания " "данного текста существует только бета-релиз из основной ветки разработки. " "Текущей версией в нашем дистрибутиве является httpd 2.2. То же касается и " "других дистрибутивов.\n" "\n" " * Мы могли бы создать пакеты и поставлять модули для работы с сеансами как " "временные пакеты в средах с httpd 2.2, но это будет иметь такие " "последствия:\n" "\n" " - Придётся выполнять обратное портирование кода, в httpd 2.3 немного " "изменился API по сравнению с httpd 2.2. Обратное портирование не так уж " "сложно выполнить, проверка концепции была реализована.\n" "\n" " - Нам пришлось бы паковать и сопровождать специальный пакет Apache. " "Это работа по сопровождению кода и его упаковке для дистрибутивов. И того, и " "другого желательно было бы избежать.\n" "\n" " * Концепция построения модулей для работы с сеансами Apache такова, что " "управлять этими модулями можно только из других модулей Apache. Возможности " "потребителей данных сеанса по управлению данными чрезмерно упрощены, " "ограничены и статичны во время обработки запроса. Обработчики запросов, не " "являющиеся собственными модулями Apache (например, IPA через WSGI), могут " "только изучать данные сеанса с помощью заголовков запросов и сбрасывать эти " "данные в заголовках ответов.\n" "\n" " * Общий доступ к данным сеанса доступен только с помощью SQL.\n" "\n" "Впрочем, использование модулей для работы с сеансами Apache 2.3 предоставило " "бы нам надёжную сеансовую поддержку, реализованную на языке C на основе " "стандартизированных и широко используемых интерфейсов Apache.\n" "\n" "Платформы для разработки веб-приложений на языке Python \n" "---------------------\n" "\n" "Практически все платформы для разработки веб-приложений на Python " "поддерживают сеансы на основе cookie-файлов, например, Django, Twisted, " "Zope, Turbogears и так далее. На ранних этапах разработки IPA мы решили не " "использовать эти платформы. Попытка заимствовать только часть этих платформ, " "чтобы просто получить сеансовую поддержку, привела бы к проблемам, так как " "код не будет работать вне соответствующей платформы.\n" "\n" "Сеансы, реализованные средствами IPA\n" "------------------------\n" "\n" "Сначала нам казалось, что проще всего будет воспользоваться готовой " "сеансовой поддержкой; скорее всего, той, которая реализована в Apache. " "Впрочем, оказалось, что в собственных пакетах Python и других стандартных " "пакетах имеется достаточное количество базовых модульных компонентов, " "которые позволяют выполнить указанные выше требования при сравнительно " "незначительных затратах на реализацию. Поскольку мы используем имеющиеся " "компоненты, сложности с реализацией должны быть нивелированы использованием " "компонентов, которые уже проверены и поддерживаются сообществом. Это " "довольно взвешенная стратегия.\n" "\n" "Предлагаемое решение\n" "=================\n" "\n" "Наш интерфейс веб-сервера работает с помощью WSGI (стандарт взаимодействия " "между Python-программой и самим веб-сервером), который выполняет обратный " "вызов для каждого запроса и передаёт нам контекст среды для запроса. В " "дальнейшем мы будем называть обратной вызов WSGI \"application()\"; это " "правильное название в пределах синтаксиса WSGI. \n" "\n" "Обработку общих данных сеансов будет осуществлять memcached. Мы будем " "создавать на каждом серверном узле один экземпляр memcached, предназначенный " "исключительно для IPA. Обмен данными с memcached будет осуществляться с " "помощью сокета UNIX, расположенного в файловой системе по адресу /var/run/" "ipa_memcached. Сокет будет защищён правами доступа файловой системы и, если " "нужно, правилом SELinux.\n" "\n" "В application() мы изучаем cookie-файлы запроса и, если имеется cookie-файл " "сеанса IPA с идентификатором сеанса, получаем данные сеанса с нашего " "экземпляра memcached. \n" "\n" "Данные сеанса будут являться словарём (dict) Python. Компоненты IPA будут " "читать или записывать свои сведения о сеансе путём использования " "предварительно согласованного имени (например, ключа) в dict. Это очень " "гибкая система, соответствующая тому, как мы передаём данные в большинстве " "частей IPA.\n" "\n" "Если данные сеанса недоступны, будет создан пустой словарь данных сеанса.\n" "\n" "Как эти данные сеанса перемещаются вместе с запросом по конвейеру IPA? В IPA " "мы используем HTTP-запрос/-ответ для реализации RPC. В\n" "application() мы преобразуем запрос в вызов процедуры, передавая её " "аргументы, полученные из HTTP-запроса. Переданные параметры зависят от " "конкретного вызванного метода RPC. Контекст, в котором исполняется вызов " "RPC, не передаётся как параметр RPC. \n" "\n" "Каким образом данные сеанса, представляющие собой контекстную информацию, " "привязываются к запросу и, следовательно, вызову RPC?\n" "\n" "В IPA при подготовке вызова RPC из запроса мы признаём, что серийная " "обработка будет выполняться только одним потоком Python. Для каждого потока " "выделяется локальный по отношению к потоку словарь, который называется " "\"context\". Этот контекстный словарь очищается между запросами (например, " "вызовами метода RPC). Соответствующий потоку контекстный словарь заполняется " "данными во время срока работы запроса и используется в качестве глобальной " "структуры данных, уникальной для запроса и доступной компонентам IPA для " "чтения и записи при гарантии уникальности данных для текущего запроса и/или " "вызова метода.\n" "\n" "Словарь данных сеанса записывается в контекстный словарь с сеансовым ключом " "до начала выполнения метода RPC. Поэтому любой компонент IPA может выполнить " "чтение и запись данных путём доступа к \"context.session\".\n" "\n" "По завершении выполнения метода RPC данные сеанса, привязанные к запросу/" "методу, извлекаются из контекста и записываются обратно в экземпляр " "memcached. Идентификатор сеанса указывается в отправленном клиенту ответе, в " "заголовке \"Set-Cookie\", вместе с флажками, управляющими его " "использованием.\n" "\n" "Проблемы и подробности\n" "------------------\n" "\n" "Код IPA не может зависеть от факта наличия данных сеанса, но он всегда " "должен обновлять данные сеанса из расчёта на их доступность в будущем. " "Данные сеанса могут быть недоступны по следующим причинам:\n" "\n" " * Это первый запрос от пользователя, данные сеанса ещё не созданы.\n" "\n" " * На стороне пользователя отключены cookie-файлы.\n" "\n" " * Данные сеанса могли быть сброшены. memcached работает с фиксированным " "выделением памяти и очищает наиболее давно использовавшиеся записи; как и " "любой другой кэш, он не гарантирует сохраняемость.\n" "\n" " Кроме того, мы можем намеренно сделать данные сеанса недействительными " "или удалить их (об этом далее).\n" "\n" "Управление сookie-файлами выполняется с помощью стандартного модуля Cookie " "на Python.\n" "\n" "Сookie-файлы сеанса будут существовать столько, сколько длится сеанс " "браузера. Они будут помечены таким образом, чтобы браузер возвращал " "идентификатор сессии только для HTTP-запросов с SSL-защитой. Они не будут " "видны для Javascript в браузере.\n" "\n" "Идентификаторы сеанса будут создаваться с помощью 48-битных случайных данных " "и преобразовываться в 12 шестнадцатиричных цифр. Вновь создаваемые " "идентификаторы сеанса будут проверяться на предыдущее существование, чтобы " "избежать маловероятного случая повтора случайного числа.\n" "\n" "memcached будет работать значительно быстрее, чем основанное на хранении " "данных в SQL или файлах решение. Коммуникация эффективно выполняется через " "канал (сокет UNIX) с помощью очень простого протокола, а данные полностью " "содержатся в памяти процесса. Также memcached легко масштабировать; просто " "добавить дополнительные процессы memcached и распределить нагрузку между " "ними. На данный момент мы не видим необходимости в использовании этой " "возможности.\n" "\n" "У модуля memcached на Python есть удобная особенность: когда элемент данных " "записывается в кэш, это выполняется с помощью стандартной сериализации " "Python (сериализация представляет собой стандартный механизм Python для " "упаковки и распаковки объектов Python). В целях обеспечения соответствия " "применяемым нами подходам к обработке данных: записанный в кэш объект будет " "являться словарём. Код сериализации будет рекурсивно обрабатывать вложенные " "объекты в словаре. Использование стандартных структур данных Python " "обеспечивает гибкость при хранении и получении наших данных сеанса без " "необходимости написания и отладки кода для упаковки и распаковки данных (что " "понадобилось бы при использовании другого механизма хранения). Это большой " "плюс реализации. Конечно, следует разумно подходить к выбору того, что " "следует записывать в кэш сеанса, учитывая, что процессы осуществляют общий " "доступ к данным и что их размер не должен быть слишком велик (настраиваемый " "параметр).\n" "\n" "Мы можем установить срок действия записей memcached. Это можно сделать в " "целях принудительного периодического обновления данных сеанса. Например, мы " "нам может быть нужно, чтобы клиент периодически предоставлял свежие учётные " "данные, даже если хранящиеся в кэше учётные данные ещё действительны.\n" "\n" "Мы можем явно удалить данные сеанса, если по какой-либо причины считаем их " "устаревшими, недействительными или скомпрометированными.\n" "\n" "Процесс memcached также предоставляет нам определённые возможности по " "предотвращению состояния гонки между разными процессами, использующими кэш. " "Например, можно проверить, была ли запись изменена с момента последнего " "прочтения, или использовать семантику CAS\n" "(Check And Set (проверить и установить)). Что именно следует защитить в " "целях обеспечения согласованности кэша, вероятно, придётся определять по " "мере использования сеансовой поддержки и добавления разных элементов данных " "в кэш. Это сильно зависит от данных и контекста. К счастью, операции " "memcached являются атомарными.\n" "\n" "Управление процессом memcached \n" "---------------------------------\n" "\n" "Нам нужен механизм запуска процесса memcached и обеспечения его безопасности " "(чтобы доступ к процессу был только у компонентов IPA).\n" "\n" "Хотя memcached поставляется с файлами блоков initscript и systemd, они " "предназначены для экземпляров универсального типа. А нам нужен экземпляр " "memcached, предназначенный исключительно для использования с IPA. Чтобы " "достичь этой цели, нам следовало бы установить файл блока systemd или SysV " "initscript для управления предназначенной для IPA службой memcached. Команду " "ipactl было бы необходимо расширить, включив сведения об этой дополнительной " "службе. Возможности cgroup блока systemd предоставили бы нам дополнительные " "механизмы для интеграции службы memcached IPA в большую группу процессов " "IPA.\n" "\n" "Защита данных memcached выполнялась бы с помощью разрешений файлов (и, если " "нужно, политики SELinux) на сокете домена Unix. Хотя последние реализации " "memcached поддерживают аутентификацию с помощью SASL, это делает работу " "менее производительной и более сложной, что неоправдано, когда кэш " "предназначается для использования только нами и доступ к нему управляется " "механизмами ОС. \n" "\n" "Обычно защита управляющих программ выполняется путём назначения им " "системного идентификатора uid и/или идентификатора группы gid. Управляющая " "программа, запущенная с правами суперпользователя (\"root\") утратит свои " "привилегии, приняв назначенный ей эффективный uid:gid. ОС управляет доступом " "к файловой системе с помощью эффективного идентификатора, на основе которого " "также можно создать политику SELinux. Таким образом, memcached на сокете " "UNIX был бы защищён наличием владельца (определённого системного " "пользователя) и/или участием в ограниченной системной группе (если на время " "забыть о SELinux).\n" "\n" "К сожалению, сейчас у нас нет идентификатора uid для IPA, с которым бы " "работали наши процессы, а также нет системной группы IPA. IPA не управляет " "набором связанных процессов (управляющие программы), исторически сложилось, " "что каждому из них назначается свой собственный uid. Когда эти несвязанные " "процессы общаются, они взаимно аутентифицируются через другие механизмы. Мы " "редко использовали объекты файловой системы с общим доступом через " "идентификаторы. Когда файловые объекты создаются, им обычно назначается " "идентификатор управляющей программы, которой требуется доступ к объекту, и " "другие управляющие программы не осуществляют к ним доступ, или они имеют " "идентификатор \"root\".\n" "\n" "Когда наше приложение WSGI выполняется в Apache, оно выполняется как " "управляющая программа WSGI. Это означает, что при запуске Apache она " "отделяет процессы WSGI и позволяет нам не зависеть от других процессов " "Apache. Когда WSGI выполняется в этом режиме, можно установить uid:gid " "ведущего процесса WSGI, но на данный момент мы не используем эту " "возможность. WSGI также может выполняться в других режимах, но только в " "режиме управляющей программы можно установить uid:gid независимо от " "остального Apache. Всем процессам, которые запускает Apache, можно " "установить общий uid:gid, указанный в глобальной конфигурации Apache, по " "умолчанию это: apache:apache. Теперь наш код IPA выполняется как apache:" "apache.\n" "\n" "Чтобы обеспечить защиту memcached на сокете UNIX, мы можем выбрать один из " "следующих двух вариантов:\n" "\n" "1. Назначить для него uid:gid apache:apache. Это ограничит доступ к кэшу " "только процессами, выполняющимися под httpd. Это обеспечит некоторую защиту, " "но является далеко не идеальным решением. Любой выполняемый на веб-сервере " "код потенциально может получить доступ к нашему кэшу. Сложно управлять тем, " "что выполняется на веб-сервере, и администраторы могут не понимать " "последствий настройки httpd для обслуживания других вещей кроме IPA.\n" "\n" "2. Создать uid:gid специально для IPA, например: ipa:ipa. Затем настроить " "наше приложение WSGI application для выполнения в качестве ipa:ipa " "пользователя и группы. Мы также настроим наш экземпляр memcached для " "выполнения в качестве ipa:ipa пользователя и группы. При такой конфигурации " "мы полностью защищены, чтение и запись в memcached на сокете UNIX может " "выполнять только наш код WSGI.\n" "\n" "Но при конвертации нашего кода для выполнения отличным от apache:apache " "образом могут возникнуть непредвиденные проблемы. Необходимы исследования и " "тестирование. \n" "\n" "IPA зависит от других системных управляющих программ, в частности, от " "сервера каталогов (Directory Server (ds)) и сервера сертификатов " "(Certificate Server (cs)). На данный момент мы настраиваем ds для выполнения " "под dirsrv:dirsrv пользователя и группы, это созданный нами идентификатор. " "Мы разрешаем cs использовать установленный по умолчанию идентификатор " "pkiuser:pkiuser пользователя и группы. Должны ли другие работающие совместно " "управляющие службы также выполняться под общими идентификаторами ipa:ipa " "пользователя и группы? На первый взгляд объединение всех идентификаторов " "процессов под общим идентификатором пользователя и группы IPA кажется " "удачным решением. Но эти другие процессы не зависят от разрешений " "пользователя и группы при работе с внешними агентами, процессами и так " "далее. Они, скорее, предназначены для того, чтобы использоваться в качестве " "отдельных сетевых служб, которые выполняют аутентификацию своих клиентов с " "помощью других механизмов. Они зависят от разрешений пользователя и группы " "при управлении своими собственными объектами файловой системы. Если " "пользователь и / или группа ipa были скомпрометированы или под " "идентификатором ipa был выполнен вредоносный код, то преимущество " "заключается в \"отгораживании\" работающих совместно процессов под их " "собственными идентификаторами; это обеспечивает дополнительную защиту. " "(Обратите внимание, что эти работающие совместно управляющие программы могут " "даже не находиться на одном и том же узле; в таком случае проблема " "становится неактуальной.)\n" "\n" "Поведение сокета UNIX (ldapi) по отношению к серверу каталогов:\n" "\n" " * Владелец сокета: root:root\n" "\n" " * Разрешения сокета: 0666\n" "\n" " * При подключении с помощью ldapi необходимо аутентифицироваться так же, " "как и при использовании сокета TCP, исключая следующие случаи:\n" "\n" " * Если включена функция autobind, доступна установка uid:gid с помощью\n" " SO_PEERCRED и uid:gid можно найти в наборе пользователей, известных " "серверу каталогов, то это подключение будет привязано как такой " "пользователь.\n" "\n" " * В ином случае будет выполнена анонимная привязка.\n" "\n" "Поведение memcached на сокете UNIX:\n" "\n" " * memcached можно вызвать аргументом пользователя, группа может быть не " "указана. Эффективный uid — это uid аргумента пользователя, а эффективный gid " "— это основная группа пользователя, назовём это так: euid:egid\n" "\n" " * Владелец сокета: euid:egid\n" "\n" " * Разрешения сокета по умолчанию: 0700, но это можно изменить аргументом " "командной строки -a mask (устанавливает umask (по умолчанию 0700)).\n" "\n" "Обзор аутентификации в IPA\n" "=================================\n" "\n" "Здесь приведено описание текущей реализации аутентификации и того, как мы " "планируем повысить производительность аутентификации. Начнём с определений.\n" "\n" "Имеется 4 основных участника:\n" "\n" " 1. клиент\n" " 2. mod_auth_kerb (в процессе Apache)\n" " 3. wsgi handler (в процессе wsgi python IPA)\n" " 4. ds (сервер каталогов)\n" "\n" "Имеется несколько ресурсов:\n" "\n" " 1. /ipa/ui (незащищённое, статические ресурсы веб-интерфейса)\n" " 2. /ipa/xml (защищённое, xmlrpc RPC используется клиентами командной " "строки)\n" " 3. /ipa/json (защищённое, json RPC используется javascript в веб-" "интерфейсе)\n" " 4. ds (защищённое, wsgi действует в качестве прокси, наш LDAP-сервер)\n" "\n" "Текущая модель\n" "-------------\n" "\n" "Здесь приведено описание работы нашей существующей системы с веб-" "интерфейсом.\n" "\n" " 1. Клиент запрашивает /ipa/ui, это незащищённое, статическое соединение, " "которое не содержит конфиденциальную информацию. Apache отвечает с помощью " "html и\n" " javascript. javascript запрашивает /ipa/json.\n" "\n" " 2. Клиент отправляет запрос типа post на /ipa/json.\n" "\n" " 3. mod_auth_kerb настроен для защиты /ipa/json, отвечает 401\n" " authenticate negotiate.\n" "\n" " 4. Клиент выполняет повторную отправку вместе с учётными данными\n" "\n" " 5. mod_auth_kerb проверяет учётные данные\n" "\n" " a. если они недействительны, отвечает 403 access denied (остановка)\n" "\n" " b. если они действительны, создаёт временный кэш учётных данных, " "добавляет KRB5CCNAME в заголовки запроса\n" "\n" " 6. Запрос передаётся обработчику wsgi\n" "\n" " a. проверяет запрос: должны иметься KRB5CCNAME, источник ссылки и так " "далее\n" "\n" " b. кэш учётных данных сохраняется и используется для привязки к серверу " "каталогов\n" "\n" " c. направляет в указанный обработчик RPC\n" "\n" " 7. Обработчик wsgi отвечает клиенту\n" "\n" "Предлагаемая оптимизация на основе сеансов\n" "---------------------------------------\n" "\n" "Круговое согласование и проверка учётных данных на этапах 3, 4, 5 " "требовательны к ресурсам. Эту проблему можно решить, если кэшировать учётные " "данные клиента. При работе с сеансами клиента можно хранить учётные данные " "клиента в сеансе, связанном с клиентом.\n" "\n" "Несколько замечаний о реализации сеансов.\n" "\n" " * они основаны на cookie-файлах сеанса, поэтому использование сookie-" "файлов должно быть включено.\n" "\n" " * cookie-файл сеанса является защищённым, передаётся по безопасным " "соединениям и только нашему ресурсу URL-адреса, никогда не виден для " "javascript клиента и так далее.\n" "\n" " * у cookie-файла сеанса есть идентификатор сеанса, который обработчик wsgi " "использует для получения данных сеанса клиента из общего многозадачного " "кэша.\n" "\n" "Изменения защиты ресурсов Apache\n" "---------------------------------------\n" "\n" " * Ресурс /ipa/json больше не защищён mod_auth_kerb. Это необходимо, чтобы " "избежать расхода ресурсов на согласование на приведённых выше этапах 3, 4, " "5. Вместо этого ресурс /ipa/json будет защищён в нашем обработчике wsgi с " "помощью cookie-файла сеанса.\n" "\n" " * Появляется новый защищенный универсальный код ресурса (URI), /ipa/login. " "Этот ресурс не обслуживает данные и используется исключительно для " "аутентификации.\n" "\n" "Новая последовательность:\n" "\n" " 1. Клиент запрашивает /ipa/ui, это незащищённое соединение. Apache " "отвечает с помощью\n" " html и javascript. javascript запрашивает /ipa/json.\n" "\n" " 2. Клиент отправляет запрос типа post на /ipa/json, это незащищённое " "соединение.\n" "\n" " 3. Обработчик wsgi получает данные сеанса из cookie-файла сеанса.\n" "\n" " a. если кэш учётных данных присутствует в данных сеанса и действителен\n" "\n" " - выполняется дальнейшая проверка запроса\n" "\n" " - устанавливается кэш учётных данных для привязки к серверу " "каталогов\n" "\n" " - запрос направляется на обработчик RPC\n" "\n" " - обработчик wsgi в итоге отвечает клиенту\n" "\n" " b. если кэш учётных данных не присутствует или недействителен, " "обработка продолжается...\n" "\n" " 4. обработчик wsgi отвечает 401 Unauthorized\n" "\n" " 5. клиент отправляет запрос на /ipa/login для получения учётных данных " "сеанса\n" "\n" " 6. mod_auth_kerb отвечает 401 negotiate на /ipa/login\n" "\n" " 7. клиент отправляет учётные данные на /ipa/login\n" "\n" " 8. mod_auth_kerb проверяет учётные данные\n" "\n" " a. если они действительны\n" "\n" " - mod_auth_kerb разрешает доступ на /ipa/login. Вызывается " "обработчик wsgi, который выполняет следующее:\n" "\n" " * устанавливает сеанс для клиента\n" "\n" " * получает кэш учётных данных из KRB5CCNAME и хранит его\n" "\n" " b. если они недействительны\n" "\n" " - mod_auth_kerb отправляет 403 access denied (обработка " "останавливается)\n" "\n" " 9. клиент снова отправляет те же самые данные на /ipa/json, включая cookie-" "файл сеанса. Обработка повторно запускается с этапа 2, и, так как данные " "сеанса теперь содержат действительный кэш учётных данных, выполняется этап " "3a, клиенту отправляется сообщение об успешном выполнении.\n" "\n" "Клиент командной строки, использующий xmlrpc\n" "--------------------------------\n" "\n" "Выше приведено описание веб-интерфейса, использующего механизм json RPC. " "Средства командной строки IPA используют механизм xmlrpc RPC на том же самом " "HTTP-сервере. Доступ к xmlrpc осуществляется через URI /ipa/xml. У json и " "xmlrpc одинаковые API, они отличаются только тем, как упаковываются и " "распаковываются их вызовы процедур.\n" "\n" "При новой схеме /ipa/xml всегда остаётся защищённым Kerberos. mod_auth_kerb " "Apache продолжит запрашивать у клиента действительные учётные данные " "Kerberos.\n" "\n" "Когда обработчик WSGI направляет запрос на /ipa/xml, из переменной среды " "KRB5CCNAME, предоставленной модулем mod_auth_kerb, извлекаются учётные " "данные Kerberos. Всё остальное не меняется.\n" "\n" #: ipaclient/remote_plugins/2_114/sudocmd.py:19 #: ipaclient/remote_plugins/2_156/sudocmd.py:19 #: ipaclient/remote_plugins/2_164/sudocmd.py:19 #: ipaclient/remote_plugins/2_49/sudocmd.py:19 msgid "" "\n" "Sudo Commands\n" "\n" "Commands used as building blocks for sudo\n" "\n" "EXAMPLES:\n" "\n" " Create a new command\n" " ipa sudocmd-add --desc='For reading log files' /usr/bin/less\n" "\n" " Remove a command\n" " ipa sudocmd-del /usr/bin/less\n" msgstr "" "\n" "Команды Sudo \n" "\n" "Команды, которые используются в качестве строительных блоков для Sudo\n" "\n" "ПРИМЕРЫ:\n" "\n" " Создать новую команду\n" " ipa sudocmd-add --desc='Чтение файлов в журнале' /usr/bin/less\n" "\n" " Удалить команду\n" " ipa sudocmd-del /usr/bin/less\n" #: ipaclient/remote_plugins/2_114/sudocmd.py:228 #: ipaclient/remote_plugins/2_156/sudocmd.py:228 #: ipaclient/remote_plugins/2_164/sudocmd.py:228 #: ipaclient/remote_plugins/2_49/sudocmd.py:217 msgid "Results should contain primary key attribute only (\"command\")" msgstr "" "Результаты должны содержать только атрибут главного ключа (\"command\")" #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:19 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:19 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:19 msgid "" "\n" "Groups of Sudo Commands\n" "\n" "Manage groups of Sudo Commands.\n" "\n" "EXAMPLES:\n" "\n" " Add a new Sudo Command Group:\n" " ipa sudocmdgroup-add --desc='administrators commands' admincmds\n" "\n" " Remove a Sudo Command Group:\n" " ipa sudocmdgroup-del admincmds\n" "\n" " Manage Sudo Command Group membership, commands:\n" " ipa sudocmdgroup-add-member --sudocmds=/usr/bin/less --sudocmds=/usr/bin/" "vim admincmds\n" "\n" " Manage Sudo Command Group membership, commands:\n" " ipa group-remove-member --sudocmds=/usr/bin/less admincmds\n" "\n" " Show a Sudo Command Group:\n" " ipa group-show localadmins\n" msgstr "" "\n" "Группы команд Sudo\n" "\n" "Управление группами команд Sudo.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новую группу команд Sudo:\n" " ipa sudocmdgroup-add --desc='administrators commands' admincmds\n" "\n" " Удалить группу команд Sudo:\n" " ipa sudocmdgroup-del admincmds\n" "\n" " Управлять участием в группе команд Sudo, команды:\n" " ipa sudocmdgroup-add-member --sudocmds=/usr/bin/less --sudocmds=/usr/bin/" "vim admincmds\n" "\n" " Управлять участием в группе команд Sudo, команды:\n" " ipa group-remove-member --sudocmds=/usr/bin/less admincmds\n" "\n" " Показать группу команд Sudo:\n" " ipa group-show localadmins\n" #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:72 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:72 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:72 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:71 msgid "Member Sudo commands" msgstr "Команды участника Sudo" #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:188 #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:463 #: ipaclient/remote_plugins/2_114/sudorule.py:415 #: ipaclient/remote_plugins/2_114/sudorule.py:484 #: ipaclient/remote_plugins/2_114/sudorule.py:1292 #: ipaclient/remote_plugins/2_114/sudorule.py:1361 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:188 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:463 #: ipaclient/remote_plugins/2_156/sudorule.py:415 #: ipaclient/remote_plugins/2_156/sudorule.py:484 #: ipaclient/remote_plugins/2_156/sudorule.py:1292 #: ipaclient/remote_plugins/2_156/sudorule.py:1361 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:188 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:463 #: ipaclient/remote_plugins/2_164/sudorule.py:415 #: ipaclient/remote_plugins/2_164/sudorule.py:484 #: ipaclient/remote_plugins/2_164/sudorule.py:1292 #: ipaclient/remote_plugins/2_164/sudorule.py:1361 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:173 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:430 #: ipaclient/remote_plugins/2_49/sudorule.py:372 #: ipaclient/remote_plugins/2_49/sudorule.py:434 #: ipaclient/remote_plugins/2_49/sudorule.py:1156 #: ipaclient/remote_plugins/2_49/sudorule.py:1218 msgid "member sudo command" msgstr "команда Sudo — участник" #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:189 #: ipaclient/remote_plugins/2_114/sudorule.py:416 #: ipaclient/remote_plugins/2_114/sudorule.py:485 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:189 #: ipaclient/remote_plugins/2_156/sudorule.py:416 #: ipaclient/remote_plugins/2_156/sudorule.py:485 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:189 #: ipaclient/remote_plugins/2_164/sudorule.py:416 #: ipaclient/remote_plugins/2_164/sudorule.py:485 msgid "sudo commands to add" msgstr "команды Sudo, которые следует добавить" #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:311 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:311 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:311 #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:291 msgid "" "Results should contain primary key attribute only (\"sudocmdgroup-name\")" msgstr "" "Результаты должны содержать только атрибут главного ключа (\"sudocmdgroup-" "name\")" #: ipaclient/remote_plugins/2_114/sudocmdgroup.py:464 #: ipaclient/remote_plugins/2_114/sudorule.py:1293 #: ipaclient/remote_plugins/2_114/sudorule.py:1362 #: ipaclient/remote_plugins/2_156/sudocmdgroup.py:464 #: ipaclient/remote_plugins/2_156/sudorule.py:1293 #: ipaclient/remote_plugins/2_156/sudorule.py:1362 #: ipaclient/remote_plugins/2_164/sudocmdgroup.py:464 #: ipaclient/remote_plugins/2_164/sudorule.py:1293 #: ipaclient/remote_plugins/2_164/sudorule.py:1362 msgid "sudo commands to remove" msgstr "команды Sudo, которые следует удалить" #: ipaclient/remote_plugins/2_114/sudorule.py:19 #: ipaclient/remote_plugins/2_156/sudorule.py:19 #: ipaclient/remote_plugins/2_164/sudorule.py:19 msgid "" "\n" "Sudo Rules\n" "\n" "Sudo (su \"do\") allows a system administrator to delegate authority to\n" "give certain users (or groups of users) the ability to run some (or all)\n" "commands as root or another user while providing an audit trail of the\n" "commands and their arguments.\n" "\n" "FreeIPA provides a means to configure the various aspects of Sudo:\n" " Users: The user(s)/group(s) allowed to invoke Sudo.\n" " Hosts: The host(s)/hostgroup(s) which the user is allowed to to invoke " "Sudo.\n" " Allow Command: The specific command(s) permitted to be run via Sudo.\n" " Deny Command: The specific command(s) prohibited to be run via Sudo.\n" " RunAsUser: The user(s) or group(s) of users whose rights Sudo will be " "invoked with.\n" " RunAsGroup: The group(s) whose gid rights Sudo will be invoked with.\n" " Options: The various Sudoers Options that can modify Sudo's behavior.\n" "\n" "An order can be added to a sudorule to control the order in which they\n" "are evaluated (if the client supports it). This order is an integer and\n" "must be unique.\n" "\n" "FreeIPA provides a designated binddn to use with Sudo located at:\n" "uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n" "\n" "To enable the binddn run the following command to set the password:\n" "LDAPTLS_CACERT=/etc/ipa/ca.crt /usr/bin/ldappasswd -S -W -h ipa.example.com -" "ZZ -D \"cn=Directory Manager\" uid=sudo,cn=sysaccounts,cn=etc,dc=example," "dc=com\n" "\n" "EXAMPLES:\n" "\n" " Create a new rule:\n" " ipa sudorule-add readfiles\n" "\n" " Add sudo command object and add it as allowed command in the rule:\n" " ipa sudocmd-add /usr/bin/less\n" " ipa sudorule-add-allow-command readfiles --sudocmds /usr/bin/less\n" "\n" " Add a host to the rule:\n" " ipa sudorule-add-host readfiles --hosts server.example.com\n" "\n" " Add a user to the rule:\n" " ipa sudorule-add-user readfiles --users jsmith\n" "\n" " Add a special Sudo rule for default Sudo server configuration:\n" " ipa sudorule-add defaults\n" "\n" " Set a default Sudo option:\n" " ipa sudorule-add-option defaults --sudooption '!authenticate'\n" msgstr "" "\n" "Правила Sudo\n" "\n" "Sudo (su \"do\") позволяет системному администратору делегировать " "полномочия, чтобы дать определённым пользователям (или группам " "пользователей) возможность выполнять некоторые (или все) команды от имени " "пользователя \"root\" или другого пользователя, вместе с тем предоставляя " "журнал аудита команд и их аргументов.\n" "\n" "FreeIPA предоставляет возможности настройки различных аспектов Sudo:\n" " Users: пользователь (пользователи) или группа (группы), которые могут " "вызывать Sudo.\n" " Hosts: узел (узлы) или группа (группы) узлов, пользователи которых могут " "вызывать Sudo.\n" " Allow Command: конкретная команда (команды), которые разрешены для " "выполнения с помощью Sudo. \n" " Deny Command: конкретная команда (команды), которые запрещены для " "выполнения с помощью Sudo.\n" " RunAsUser: пользователь (пользователи) или группа (группы) пользователей, " "от имени которых Sudo будет выполнять команды.\n" " RunAsGroup: группа (группы), от имени которых Sudo будет выполнять " "команды.\n" " Options: различные параметры sudoers (участники Sudo), которые могут " "изменить поведение Sudo.\n" "\n" "Правилу Sudo можно добавить порядок, который будет руководить порядком " "обработки записей (если такой порядок предусмотрен на клиентской стороне). " "Порядок определяется числовым индексом (целое число), который не должен " "повторяться.\n" "\n" "FreeIPA предусматривает специальную привязку DN (binddn) для использования с " "Sudo:\n" "uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n" "\n" "Чтобы включить binddn, выполните следующую команду для установки пароля:\n" "LDAPTLS_CACERT=/etc/ipa/ca.crt /usr/bin/ldappasswd -S -W -h ipa.example.com -" "ZZ -D \"cn=Directory Manager\" uid=sudo,cn=sysaccounts,cn=etc,dc=example," "dc=com\n" "\n" "ПРИМЕРЫ:\n" "\n" " Создать новое правило:\n" " ipa sudorule-add readfiles\n" "\n" " Добавить объект команды Sudo и добавить его в правило в качестве " "разрешённой команды:\n" " ipa sudocmd-add /usr/bin/less\n" " ipa sudorule-add-allow-command readfiles --sudocmds /usr/bin/less\n" "\n" " Добавить узел в правило:\n" " ipa sudorule-add-host readfiles --hosts server.example.com\n" "\n" " Добавить пользователя в правило:\n" " ipa sudorule-add-user readfiles --users jsmith\n" "\n" " Добавить специальное правило Sudo для конфигурации сервера Sudo по " "умолчанию:\n" " ipa sudorule-add defaults\n" "\n" " Указать параметр Sudo по умолчанию:\n" " ipa sudorule-add-option defaults --sudooption '!authenticate'\n" #: ipaclient/remote_plugins/2_114/sudorule.py:424 #: ipaclient/remote_plugins/2_114/sudorule.py:493 #: ipaclient/remote_plugins/2_114/sudorule.py:1301 #: ipaclient/remote_plugins/2_114/sudorule.py:1370 #: ipaclient/remote_plugins/2_156/sudorule.py:424 #: ipaclient/remote_plugins/2_156/sudorule.py:493 #: ipaclient/remote_plugins/2_156/sudorule.py:1301 #: ipaclient/remote_plugins/2_156/sudorule.py:1370 #: ipaclient/remote_plugins/2_164/sudorule.py:424 #: ipaclient/remote_plugins/2_164/sudorule.py:493 #: ipaclient/remote_plugins/2_164/sudorule.py:1301 #: ipaclient/remote_plugins/2_164/sudorule.py:1370 #: ipaclient/remote_plugins/2_49/sudorule.py:381 #: ipaclient/remote_plugins/2_49/sudorule.py:443 #: ipaclient/remote_plugins/2_49/sudorule.py:1165 #: ipaclient/remote_plugins/2_49/sudorule.py:1227 msgid "member sudo command group" msgstr "группа команд — участник Sudo" #: ipaclient/remote_plugins/2_114/sudorule.py:425 #: ipaclient/remote_plugins/2_114/sudorule.py:494 #: ipaclient/remote_plugins/2_156/sudorule.py:425 #: ipaclient/remote_plugins/2_156/sudorule.py:494 #: ipaclient/remote_plugins/2_164/sudorule.py:425 #: ipaclient/remote_plugins/2_164/sudorule.py:494 msgid "sudo command groups to add" msgstr "группы команд Sudo, которые следует добавить" #: ipaclient/remote_plugins/2_114/sudorule.py:1062 #: ipaclient/remote_plugins/2_156/sudorule.py:1062 #: ipaclient/remote_plugins/2_164/sudorule.py:1062 #: ipaclient/remote_plugins/2_49/sudorule.py:939 msgid "Results should contain primary key attribute only (\"sudorule-name\")" msgstr "" "Результаты должны содержать только атрибут главного ключа (\"sudorule-name\")" #: ipaclient/remote_plugins/2_114/sudorule.py:1302 #: ipaclient/remote_plugins/2_114/sudorule.py:1371 #: ipaclient/remote_plugins/2_156/sudorule.py:1302 #: ipaclient/remote_plugins/2_156/sudorule.py:1371 #: ipaclient/remote_plugins/2_164/sudorule.py:1302 #: ipaclient/remote_plugins/2_164/sudorule.py:1371 msgid "sudo command groups to remove" msgstr "группы команд Sudo, которые следует удалить" #: ipaclient/remote_plugins/2_114/trust.py:19 #: ipaclient/remote_plugins/2_156/trust.py:19 #: ipaclient/remote_plugins/2_164/trust.py:19 #: ipaclient/remote_plugins/2_49/trust.py:19 msgid "" "\n" "Cross-realm trusts\n" "\n" "Manage trust relationship between IPA and Active Directory domains.\n" "\n" "In order to allow users from a remote domain to access resources in IPA\n" "domain, trust relationship needs to be established. Currently IPA supports\n" "only trusts between IPA and Active Directory domains under control of " "Windows\n" "Server 2008 or later, with functional level 2008 or later.\n" "\n" "Please note that DNS on both IPA and Active Directory domain sides should " "be\n" "configured properly to discover each other. Trust relationship relies on\n" "ability to discover special resources in the other domain via DNS records.\n" "\n" "Examples:\n" "\n" "1. Establish cross-realm trust with Active Directory using AD administrator\n" " credentials:\n" "\n" " ipa trust-add --type=ad --admin --" "password\n" "\n" "2. List all existing trust relationships:\n" "\n" " ipa trust-find\n" "\n" "3. Show details of the specific trust relationship:\n" "\n" " ipa trust-show \n" "\n" "4. Delete existing trust relationship:\n" "\n" " ipa trust-del \n" "\n" "Once trust relationship is established, remote users will need to be mapped\n" "to local POSIX groups in order to actually use IPA resources. The mapping " "should\n" "be done via use of external membership of non-POSIX group and then this " "group\n" "should be included into one of local POSIX groups.\n" "\n" "Example:\n" "\n" "1. Create group for the trusted domain admins' mapping and their local POSIX " "group:\n" "\n" " ipa group-add --desc=' admins external map' ad_admins_external " "--external\n" " ipa group-add --desc=' admins' ad_admins\n" "\n" "2. Add security identifier of Domain Admins of the to the " "ad_admins_external\n" " group:\n" "\n" " ipa group-add-member ad_admins_external --external 'AD\\Domain Admins'\n" "\n" "3. Allow members of ad_admins_external group to be associated with ad_admins " "POSIX group:\n" "\n" " ipa group-add-member ad_admins --groups ad_admins_external\n" "\n" "4. List members of external members of ad_admins_external group to see their " "SIDs:\n" "\n" " ipa group-show ad_admins_external\n" "\n" "\n" "GLOBAL TRUST CONFIGURATION\n" "\n" "When IPA AD trust subpackage is installed and ipa-adtrust-install is run,\n" "a local domain configuration (SID, GUID, NetBIOS name) is generated. These\n" "identifiers are then used when communicating with a trusted domain of the\n" "particular type.\n" "\n" "1. Show global trust configuration for Active Directory type of trusts:\n" "\n" " ipa trustconfig-show --type ad\n" "\n" "2. Modify global configuration for all trusts of Active Directory type and " "set\n" " a different fallback primary group (fallback primary group GID is used " "as\n" " a primary user GID if user authenticating to IPA domain does not have any " "other\n" " primary GID already set):\n" "\n" " ipa trustconfig-mod --type ad --fallback-primary-group \"alternative AD " "group\"\n" "\n" "3. Change primary fallback group back to default hidden group (any group " "with\n" " posixGroup object class is allowed):\n" "\n" " ipa trustconfig-mod --type ad --fallback-primary-group \"Default SMB Group" "\"\n" msgstr "" "\n" "Отношения доверия между областями (realm)\n" "\n" "Управление отношениями доверия между доменами IPA и Active Directory.\n" "\n" "Чтобы разрешить пользователям из удалённого домена доступ к ресурсам в " "домене IPA, необходимо установить отношение доверия. В текущей версии IPA " "поддерживает только отношения доверия между доменами IPA и Active Directory " "под управлением Windows Server 2008 или более поздней версии с " "функциональными возможностями уровня 2008 или более поздней версии.\n" "\n" "Обратите внимание, что следует надлежащим образом настроить DNS на обоих " "доменах, IPA и Active Directory, чтобы домены могли обнаруживать друг друга. " "Работоспособность отношения доверия зависит от возможности обнаруживать " "специальные ресурсы в другом домене с помощью записей DNS.\n" "\n" "Примеры:\n" "\n" "1. Установить отношение доверия между областями (realm) с Active Directory с " "помощью учётных данных администратора AD:\n" "\n" " ipa trust-add --type=ad <домен.ad> --admin <администратор домена AD> --" "password\n" "\n" "2. Вывести список всех существующих отношений доверия:\n" "\n" " ipa trust-find\n" "\n" "3. Показать подробные сведения об определённом отношении доверия:\n" "\n" " ipa trust-show <домен.ad>\n" "\n" "4. Удалить существующее отношение доверия:\n" "\n" " ipa trust-del <домен.ad>\n" "\n" "Как только отношение доверия будет установлено, удалённых пользователей " "потребуется привязать к локальным POSIX-группам, чтобы воспользоваться " "ресурсами IPA. Привязку следует выполнить с помощью внешнего участия не-" "POSIX-группы, а затем эту группу необходимо включить в одну из локальных " "POSIX-групп.\n" "\n" "Пример:\n" "\n" "1. Создать группу для привязки администраторов (admins) доверенного домена и " "их локальную POSIX-группу:\n" "\n" " ipa group-add --desc='<домен.ad> admins external map' ad_admins_external " "--external\n" " ipa group-add --desc='<домен.ad> admins' ad_admins\n" "\n" "2. Добавить идентификатор безопасности Domain Admins домена <домен.ad> " "группе ad_admins_external:\n" "\n" " ipa group-add-member ad_admins_external --external 'AD\\Domain Admins'\n" "\n" "3. Разрешить привязку группы ad_admins_external к POSIX-группе ad_admins:\n" "\n" " ipa group-add-member ad_admins --groups ad_admins_external\n" "\n" "4. Вывести список участников внешних участников группы ad_admins_external, " "чтобы определить их SID:\n" "\n" " ipa group-show ad_admins_external\n" "\n" "\n" "ГЛОБАЛЬНАЯ КОНФИГУРАЦИЯ ОТНОШЕНИЙ ДОВЕРИЯ\n" "\n" "После установки субпакета доверия AD IPA и запуска ipa-adtrust-install " "создаётся конфигурация локального домена (SID, GUID, имя NetBIOS). Эти " "идентификаторы затем используются для связи с доверенным доменом конкретного " "типа.\n" "\n" "1. Показать глобальную конфигурацию отношений доверия для типа отношений " "доверия Active Directory:\n" "\n" " ipa trustconfig-show --type ad\n" "\n" "2. Изменить глобальную конфигурацию для всех отношений доверия типа Active " "Directory и указать другую резервную основную группу (GID резервной основной " "группы используется в качестве GID основного пользователя, если для " "пользователя, который выполняет аутентификацию в домене IPA, не был " "установлен другой основной GID):\n" "\n" " ipa trustconfig-mod --type ad --fallback-primary-group \"alternative AD " "group\"\n" "\n" "3. Изменить резервную основную группу обратно на скрытую группу по умолчанию " "(разрешена любая группа с классом объекта posixGroup):\n" "\n" " ipa trustconfig-mod --type ad --fallback-primary-group \"Default SMB Group" "\"\n" #: ipaclient/remote_plugins/2_114/trust.py:183 #: ipaclient/remote_plugins/2_114/trust.py:881 #: ipaclient/remote_plugins/2_114/trust.py:1089 #: ipaclient/remote_plugins/2_114/trust.py:1183 #: ipaclient/remote_plugins/2_156/trust.py:183 #: ipaclient/remote_plugins/2_156/trust.py:895 #: ipaclient/remote_plugins/2_156/trust.py:1103 #: ipaclient/remote_plugins/2_156/trust.py:1197 #: ipaclient/remote_plugins/2_164/trust.py:183 #: ipaclient/remote_plugins/2_164/trust.py:895 #: ipaclient/remote_plugins/2_164/trust.py:1103 #: ipaclient/remote_plugins/2_164/trust.py:1197 msgid "Trusted domain partner" msgstr "Партнёр доверенного домена" #: ipaclient/remote_plugins/2_114/trust.py:235 #: ipaclient/remote_plugins/2_156/trust.py:235 #: ipaclient/remote_plugins/2_164/trust.py:235 #: ipaclient/remote_plugins/2_49/trust.py:164 msgid "" "\n" "Add new trust to use.\n" "\n" "This command establishes trust relationship to another domain\n" "which becomes 'trusted'. As result, users of the trusted domain\n" "may access resources of this domain.\n" "\n" "Only trusts to Active Directory domains are supported right now.\n" "\n" "The command can be safely run multiple times against the same domain,\n" "this will cause change to trust relationship credentials on both\n" "sides.\n" " " msgstr "" "\n" "Добавление нового отношения доверия, которое следует использовать.\n" "\n" "Эта команда устанавливает отношение доверия с другим доменом, который " "становится \"доверенным\". В результате пользователи доверенного домена " "получают доступ к ресурсам этого домена.\n" "\n" "В текущей версии поддерживаются только отношения доверия с доменами Active " "Directory.\n" "\n" "Команду можно безопасно запускать несколько раз для одного и того же домена, " "такой запуск приводит к изменению учётных данных отношения доверия на обеих " "сторонах.\n" " " #: ipaclient/remote_plugins/2_114/trust.py:317 #: ipaclient/remote_plugins/2_156/trust.py:317 #: ipaclient/remote_plugins/2_164/trust.py:317 msgid "" "Type of trusted domain ID range, one of ipa-ad-trust-posix, ipa-ad-trust" msgstr "" "Тип диапазона идентификаторов доверенного домена, один из следующих: ipa-ad-" "trust-posix, ipa-ad-trust" #: ipaclient/remote_plugins/2_114/trust.py:517 #: ipaclient/remote_plugins/2_156/trust.py:531 #: ipaclient/remote_plugins/2_164/trust.py:531 #: ipaclient/remote_plugins/2_49/trust.py:388 msgid "Results should contain primary key attribute only (\"realm\")" msgstr "Результаты должны содержать только атрибут главного ключа (\"realm\")" #: ipaclient/remote_plugins/2_114/trust.py:546 #: ipaclient/remote_plugins/2_156/trust.py:560 #: ipaclient/remote_plugins/2_164/trust.py:560 #: ipaclient/remote_plugins/2_49/trust.py:417 msgid "" "\n" "Modify a trust (for future use).\n" "\n" " Currently only the default option to modify the LDAP attributes is\n" " available. More specific options will be added in coming releases.\n" " " msgstr "" "\n" "Изменить отношение доверия (для будущего использования).\n" "\n" " В текущей версии для изменения атрибутов LDAP доступен только параметр " "по умолчанию. В последующих версиях будут добавлены более специфичные " "параметры.\n" " " #: ipaclient/remote_plugins/2_114/trust.py:1122 #: ipaclient/remote_plugins/2_156/trust.py:1136 #: ipaclient/remote_plugins/2_164/trust.py:1136 msgid "Results should contain primary key attribute only (\"domain\")" msgstr "Результаты должны содержать только атрибут главного ключа (\"domain\")" #: ipaclient/remote_plugins/2_114/user.py:113 #: ipaclient/remote_plugins/2_114/user.py:404 #: ipaclient/remote_plugins/2_114/user.py:820 #: ipaclient/remote_plugins/2_156/stageuser.py:112 #: ipaclient/remote_plugins/2_156/stageuser.py:457 #: ipaclient/remote_plugins/2_156/stageuser.py:811 #: ipaclient/remote_plugins/2_156/user.py:113 #: ipaclient/remote_plugins/2_156/user.py:416 #: ipaclient/remote_plugins/2_156/user.py:906 #: ipaclient/remote_plugins/2_164/stageuser.py:112 #: ipaclient/remote_plugins/2_164/stageuser.py:457 #: ipaclient/remote_plugins/2_164/stageuser.py:873 #: ipaclient/remote_plugins/2_164/user.py:113 #: ipaclient/remote_plugins/2_164/user.py:416 #: ipaclient/remote_plugins/2_164/user.py:968 #: ipaclient/remote_plugins/2_49/user.py:113 #: ipaclient/remote_plugins/2_49/user.py:351 #: ipaclient/remote_plugins/2_49/user.py:706 msgid "Kerberos principal" msgstr "Kerberos владелец" #: ipaclient/remote_plugins/2_114/user.py:1029 #: ipaclient/remote_plugins/2_156/stageuser.py:1015 #: ipaclient/remote_plugins/2_156/user.py:1129 #: ipaclient/remote_plugins/2_164/stageuser.py:1077 #: ipaclient/remote_plugins/2_164/user.py:1191 #: ipaclient/remote_plugins/2_49/user.py:853 msgid "Results should contain primary key attribute only (\"login\")" msgstr "Результаты должны содержать только атрибут главного ключа (\"login\")" #: ipaclient/remote_plugins/2_114/user.py:1039 #: ipaclient/remote_plugins/2_156/user.py:1139 #: ipaclient/remote_plugins/2_164/user.py:1201 #: ipaclient/remote_plugins/2_49/user.py:863 msgid "Search for users with these member of groups." msgstr "Поиск пользователей, которые являются участниками этой группы." #: ipaclient/remote_plugins/2_114/user.py:1047 #: ipaclient/remote_plugins/2_156/user.py:1147 #: ipaclient/remote_plugins/2_164/user.py:1209 #: ipaclient/remote_plugins/2_49/user.py:871 msgid "Search for users without these member of groups." msgstr "Поиск пользователей, которые не являются участниками этой группы." #: ipaclient/remote_plugins/2_114/user.py:1055 #: ipaclient/remote_plugins/2_156/user.py:1155 #: ipaclient/remote_plugins/2_164/user.py:1217 #: ipaclient/remote_plugins/2_49/user.py:879 msgid "Search for users with these member of netgroups." msgstr "Поиск пользователей, которые являются участниками этой сетевой группы." #: ipaclient/remote_plugins/2_114/user.py:1063 #: ipaclient/remote_plugins/2_156/user.py:1163 #: ipaclient/remote_plugins/2_164/user.py:1225 #: ipaclient/remote_plugins/2_49/user.py:887 msgid "Search for users without these member of netgroups." msgstr "" "Поиск пользователей, которые не являются участниками этой сетевой группы." #: ipaclient/remote_plugins/2_114/user.py:1071 #: ipaclient/remote_plugins/2_156/user.py:1171 #: ipaclient/remote_plugins/2_164/user.py:1233 #: ipaclient/remote_plugins/2_49/user.py:895 msgid "Search for users with these member of roles." msgstr "Поиск пользователей, которые являются участниками этой роли." #: ipaclient/remote_plugins/2_114/user.py:1079 #: ipaclient/remote_plugins/2_156/user.py:1179 #: ipaclient/remote_plugins/2_164/user.py:1241 #: ipaclient/remote_plugins/2_49/user.py:903 msgid "Search for users without these member of roles." msgstr "Поиск пользователей, которые не являются участниками этой роли." #: ipaclient/remote_plugins/2_114/user.py:1087 #: ipaclient/remote_plugins/2_156/user.py:1187 #: ipaclient/remote_plugins/2_164/user.py:1249 #: ipaclient/remote_plugins/2_49/user.py:911 msgid "Search for users with these member of HBAC rules." msgstr "Поиск пользователей, которые являются участниками этого правила HBAC." #: ipaclient/remote_plugins/2_114/user.py:1095 #: ipaclient/remote_plugins/2_156/user.py:1195 #: ipaclient/remote_plugins/2_164/user.py:1257 #: ipaclient/remote_plugins/2_49/user.py:919 msgid "Search for users without these member of HBAC rules." msgstr "" "Поиск пользователей, которые не являются участниками этого правила HBAC." #: ipaclient/remote_plugins/2_114/user.py:1103 #: ipaclient/remote_plugins/2_156/user.py:1203 #: ipaclient/remote_plugins/2_164/user.py:1265 #: ipaclient/remote_plugins/2_49/user.py:927 msgid "Search for users with these member of sudo rules." msgstr "Поиск пользователей, которые являются участниками этого правила Sudo." #: ipaclient/remote_plugins/2_114/user.py:1111 #: ipaclient/remote_plugins/2_156/user.py:1211 #: ipaclient/remote_plugins/2_164/user.py:1273 #: ipaclient/remote_plugins/2_49/user.py:935 msgid "Search for users without these member of sudo rules." msgstr "" " Поиск пользователей, которые не являются участниками этого правила Sudo." #: ipaclient/remote_plugins/2_114/user.py:1427 #: ipaclient/remote_plugins/2_156/user.py:1535 #: ipaclient/remote_plugins/2_164/user.py:1597 #: ipaclient/remote_plugins/2_49/user.py:1189 msgid "Rename the user object" msgstr "Переименовать объект пользователя" #: ipaclient/remote_plugins/2_114/user.py:1509 #: ipaclient/remote_plugins/2_156/user.py:1722 #: ipaclient/remote_plugins/2_164/user.py:1846 #: ipaclient/remote_plugins/2_49/user.py:1266 msgid "" "\n" "Lockout status of a user account\n" "\n" " An account may become locked if the password is entered incorrectly too\n" " many times within a specific time period as controlled by password\n" " policy. A locked account is a temporary condition and may be unlocked " "by\n" " an administrator.\n" "\n" " This connects to each IPA master and displays the lockout status on\n" " each one.\n" "\n" " To determine whether an account is locked on a given server you need\n" " to compare the number of failed logins and the time of the last " "failure.\n" " For an account to be locked it must exceed the maxfail failures within\n" " the failinterval duration as specified in the password policy " "associated\n" " with the user.\n" "\n" " The failed login counter is modified only when a user attempts a log in\n" " so it is possible that an account may appear locked but the last failed\n" " login attempt is older than the lockouttime of the password policy. " "This\n" " means that the user may attempt a login again.\n" " " msgstr "" "\n" "Состояние блокировки учётной записи пользователя.\n" "\n" " Учётная запись может быть заблокирована, если в течение определённого " "периода времени слишком большое количество раз был введён неверный пароль " "(соответствующие ограничения регулируются политикой паролей). Запись " "блокируется временно, она может быть разблокирована администратором.\n" "\n" " Эта программа соединяется с каждым главным IPA-сервером и показывает " "состояние блокировки на каждом из них.\n" "\n" " Чтобы определить, заблокирована ли учётная запись на указанном сервере, " "потребуется сравнить количество неудачных попыток входа и время последней " "неудачной попытки с эталонными значениями. Для блокировки учётной записи " "количество неудачных попыток входа должно превысить значение maxfail в " "течение временного интервала failinterval в соответствии с политикой " "паролей, связанной с пользователем.\n" "\n" " Счётчик неудачных попыток изменяется только тогда, когда пользователь " "выполняет попытку войти, поэтому учётная запись может казаться " "заблокированной, но время, прошедшее с последней неудачной попытки входа, " "превышает время блокировки (lockouttime), установленное политикой паролей. " "Это означает, что пользователь может войти в систему снова.\n" " " #: ipaclient/remote_plugins/2_114/user.py:1588 #: ipaclient/remote_plugins/2_156/user.py:1834 #: ipaclient/remote_plugins/2_164/user.py:1958 #: ipaclient/remote_plugins/2_49/user.py:1338 msgid "" "\n" "Unlock a user account\n" "\n" " An account may become locked if the password is entered incorrectly too\n" " many times within a specific time period as controlled by password\n" " policy. A locked account is a temporary condition and may be unlocked " "by\n" " an administrator.\n" " " msgstr "" "\n" "Разблокировка учётной записи пользователя.\n" " \n" "Учётная запись может быть заблокирована, если в течение определённого " "периода времени слишком большое количество раз был введён неверный пароль " "(соответствующие ограничения регулируются политикой паролей). Запись " "блокируется временно, она может быть разблокирована администратором." #: ipaclient/remote_plugins/2_114/otptoken.py:19 #: ipaclient/remote_plugins/2_156/otptoken.py:19 #: ipaclient/remote_plugins/2_164/otptoken.py:19 msgid "" "\n" "OTP Tokens\n" "\n" "Manage OTP tokens.\n" "\n" "IPA supports the use of OTP tokens for multi-factor authentication. This\n" "code enables the management of OTP tokens.\n" "\n" "EXAMPLES:\n" "\n" " Add a new token:\n" " ipa otptoken-add --type=totp --owner=jdoe --desc=\"My soft token\"\n" "\n" " Examine the token:\n" " ipa otptoken-show a93db710-a31a-4639-8647-f15b2c70b78a\n" "\n" " Change the vendor:\n" " ipa otptoken-mod a93db710-a31a-4639-8647-f15b2c70b78a --vendor=\"Red Hat" "\"\n" "\n" " Delete a token:\n" " ipa otptoken-del a93db710-a31a-4639-8647-f15b2c70b78a\n" msgstr "" "\n" "Токены OTP\n" "\n" "Управление токенами OTP.\n" "\n" "В IPA реализована поддержка использования токенов OTP для многофакторной " "аутентификации. Этот код позволяет управлять токенами OTP.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новый токен:\n" " ipa otptoken-add --type=totp --owner=jdoe --desc=\"My soft token\"\n" "\n" " Проверить токен:\n" " ipa otptoken-show a93db710-a31a-4639-8647-f15b2c70b78a\n" "\n" " Изменить поставщика:\n" " ipa otptoken-mod a93db710-a31a-4639-8647-f15b2c70b78a --vendor=\"Red Hat" "\"\n" "\n" " Удалить токен:\n" " ipa otptoken-del a93db710-a31a-4639-8647-f15b2c70b78a\n" #: ipaclient/remote_plugins/2_114/otptoken.py:612 #: ipaclient/remote_plugins/2_156/certprofile.py:198 #: ipaclient/remote_plugins/2_156/otptoken.py:612 #: ipaclient/remote_plugins/2_164/certprofile.py:198 #: ipaclient/remote_plugins/2_164/otptoken.py:612 msgid "Results should contain primary key attribute only (\"id\")" msgstr "Результаты должны содержать только атрибут главного ключа (\"id\")" #: ipaclient/remote_plugins/2_114/otptoken.py:760 #: ipaclient/remote_plugins/2_156/otptoken.py:760 #: ipaclient/remote_plugins/2_164/otptoken.py:760 msgid "Rename the OTP token object" msgstr "Переименовать объект токена OTP." #: ipaclient/remote_plugins/2_114/batch.py:19 #: ipaclient/remote_plugins/2_156/batch.py:19 #: ipaclient/remote_plugins/2_164/batch.py:19 #: ipaclient/remote_plugins/2_49/batch.py:19 msgid "" "\n" "Plugin to make multiple ipa calls via one remote procedure call\n" "\n" "To run this code in the lite-server\n" "\n" "curl -H \"Content-Type:application/json\" -H \"Accept:application/" "json\" -H \"Accept-Language:en\" --negotiate -u : --cacert /" "etc/ipa/ca.crt -d @batch_request.json -X POST http://" "localhost:8888/ipa/json\n" "\n" "where the contents of the file batch_request.json follow the below example\n" "\n" "{\"method\":\"batch\",\"params\":[[\n" " {\"method\":\"group_find\",\"params\":[[],{}]},\n" " {\"method\":\"user_find\",\"params\":[[],{\"whoami\":\"true\",\"all" "\":\"true\"}]},\n" " {\"method\":\"user_show\",\"params\":[[\"admin\"],{\"all\":true}]}\n" " ],{}],\"id\":1}\n" "\n" "The format of the response is nested the same way. At the top you will see\n" " \"error\": null,\n" " \"id\": 1,\n" " \"result\": {\n" " \"count\": 3,\n" " \"results\": [\n" "\n" "\n" "And then a nested response for each IPA command method sent in the request\n" msgstr "" "\n" "Подключаемый модуль для выполнения нескольких вызовов ipa с помощью одного " "удалённого вызова процедур \n" "\n" "Чтобы запустить этот код на легком сервере (lite-server), выполните " "следующие команды:\n" "\n" "curl -H \"Content-Type:application/json\" -H \"Accept:application/" "json\" -H \"Accept-Language:en\" --negotiate -u : --cacert /" "etc/ipa/ca.crt -d @batch_request.json -X POST http://" "localhost:8888/ipa/json\n" "\n" "где содержимое файла batch_request.json соответствует следующему примеру\n" "\n" "{\"method\":\"batch\",\"params\":[[\n" " {\"method\":\"group_find\",\"params\":[[],{}]},\n" " {\"method\":\"user_find\",\"params\":[[],{\"whoami\":\"true\",\"all" "\":\"true\"}]},\n" " {\"method\":\"user_show\",\"params\":[[\"admin\"],{\"all\":true}]}\n" " ],{}],\"id\":1}\n" "\n" "Формат ответа точно так же распределяется по уровням вложенности. На верхнем " "уровне:\n" " \"error\": null,\n" " \"id\": 1,\n" " \"result\": {\n" " \"count\": 3,\n" " \"results\": [\n" "\n" "\n" "а далее находится вложенный ответ для каждого метода команды IPA, " "отправленного в запросе\n" #: ipaclient/remote_plugins/2_114/dns.py:19 #: ipaclient/remote_plugins/2_156/dns.py:19 #: ipaclient/remote_plugins/2_164/dns.py:19 msgid "" "\n" "Domain Name System (DNS)\n" "\n" "Manage DNS zone and resource records.\n" "\n" "SUPPORTED ZONE TYPES\n" "\n" " * Master zone (dnszone-*), contains authoritative data.\n" " * Forward zone (dnsforwardzone-*), forwards queries to configured " "forwarders\n" " (a set of DNS servers).\n" "\n" "USING STRUCTURED PER-TYPE OPTIONS\n" "\n" "There are many structured DNS RR types where DNS data stored in LDAP server\n" "is not just a scalar value, for example an IP address or a domain name, but\n" "a data structure which may be often complex. A good example is a LOC record\n" "[RFC1876] which consists of many mandatory and optional parts (degrees,\n" "minutes, seconds of latitude and longitude, altitude or precision).\n" "\n" "It may be difficult to manipulate such DNS records without making a mistake\n" "and entering an invalid value. DNS module provides an abstraction over " "these\n" "raw records and allows to manipulate each RR type with specific options. " "For\n" "each supported RR type, DNS module provides a standard option to manipulate\n" "a raw records with format ---rec, e.g. --mx-rec, and special " "options\n" "for every part of the RR structure with format ---, e.g.\n" "--mx-preference and --mx-exchanger.\n" "\n" "When adding a record, either RR specific options or standard option for a " "raw\n" "value can be used, they just should not be combined in one add operation. " "When\n" "modifying an existing entry, new RR specific options can be used to change\n" "one part of a DNS record, where the standard option for raw value is used\n" "to specify the modified value. The following example demonstrates\n" "a modification of MX record preference from 0 to 1 in a record without\n" "modifying the exchanger:\n" "ipa dnsrecord-mod --mx-rec=\"0 mx.example.com.\" --mx-preference=1\n" "\n" "\n" "EXAMPLES:\n" "\n" " Add new zone:\n" " ipa dnszone-add example.com --admin-email=admin@example.com\n" "\n" " Add system permission that can be used for per-zone privilege delegation:\n" " ipa dnszone-add-permission example.com\n" "\n" " Modify the zone to allow dynamic updates for hosts own records in realm " "EXAMPLE.COM:\n" " ipa dnszone-mod example.com --dynamic-update=TRUE\n" "\n" " This is the equivalent of:\n" " ipa dnszone-mod example.com --dynamic-update=TRUE --update-policy=" "\"grant EXAMPLE.COM krb5-self * A; grant EXAMPLE.COM krb5-self * AAAA; grant " "EXAMPLE.COM krb5-self * SSHFP;\"\n" "\n" " Modify the zone to allow zone transfers for local network only:\n" " ipa dnszone-mod example.com --allow-transfer=192.0.2.0/24\n" "\n" " Add new reverse zone specified by network IP address:\n" " ipa dnszone-add --name-from-ip=192.0.2.0/24\n" "\n" " Add second nameserver for example.com:\n" " ipa dnsrecord-add example.com @ --ns-rec=nameserver2.example.com\n" "\n" " Add a mail server for example.com:\n" " ipa dnsrecord-add example.com @ --mx-rec=\"10 mail1\"\n" "\n" " Add another record using MX record specific options:\n" " ipa dnsrecord-add example.com @ --mx-preference=20 --mx-exchanger=mail2\n" "\n" " Add another record using interactive mode (started when dnsrecord-add, " "dnsrecord-mod,\n" " or dnsrecord-del are executed with no options):\n" " ipa dnsrecord-add example.com @\n" " Please choose a type of DNS resource record to be added\n" " The most common types for this type of zone are: NS, MX, LOC\n" "\n" " DNS resource record type: MX\n" " MX Preference: 30\n" " MX Exchanger: mail3\n" " Record name: example.com\n" " MX record: 10 mail1, 20 mail2, 30 mail3\n" " NS record: nameserver.example.com., nameserver2.example.com.\n" "\n" " Delete previously added nameserver from example.com:\n" " ipa dnsrecord-del example.com @ --ns-rec=nameserver2.example.com.\n" "\n" " Add LOC record for example.com:\n" " ipa dnsrecord-add example.com @ --loc-rec=\"49 11 42.4 N 16 36 29.6 E " "227.64m\"\n" "\n" " Add new A record for www.example.com. Create a reverse record in " "appropriate\n" " reverse zone as well. In this case a PTR record \"2\" pointing to www." "example.com\n" " will be created in zone 2.0.192.in-addr.arpa.\n" " ipa dnsrecord-add example.com www --a-rec=192.0.2.2 --a-create-reverse\n" "\n" " Add new PTR record for www.example.com\n" " ipa dnsrecord-add 2.0.192.in-addr.arpa. 2 --ptr-rec=www.example.com.\n" "\n" " Add new SRV records for LDAP servers. Three quarters of the requests\n" " should go to fast.example.com, one quarter to slow.example.com. If neither\n" " is available, switch to backup.example.com.\n" " ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 3 389 fast.example." "com\"\n" " ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 1 389 slow.example." "com\"\n" " ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"1 1 389 backup." "example.com\"\n" "\n" " The interactive mode can be used for easy modification:\n" " ipa dnsrecord-mod example.com _ldap._tcp\n" " No option to modify specific record provided.\n" " Current DNS record contents:\n" "\n" " SRV record: 0 3 389 fast.example.com, 0 1 389 slow.example.com, 1 1 389 " "backup.example.com\n" "\n" " Modify SRV record '0 3 389 fast.example.com'? Yes/No (default No):\n" " Modify SRV record '0 1 389 slow.example.com'? Yes/No (default No): y\n" " SRV Priority [0]: (keep the default value)\n" " SRV Weight [1]: 2 (modified value)\n" " SRV Port [389]: (keep the default value)\n" " SRV Target [slow.example.com]: (keep the default value)\n" " 1 SRV record skipped. Only one value per DNS record type can be modified " "at one time.\n" " Record name: _ldap._tcp\n" " SRV record: 0 3 389 fast.example.com, 1 1 389 backup.example.com, 0 2 " "389 slow.example.com\n" "\n" " After this modification, three fifths of the requests should go to\n" " fast.example.com and two fifths to slow.example.com.\n" "\n" " An example of the interactive mode for dnsrecord-del command:\n" " ipa dnsrecord-del example.com www\n" " No option to delete specific record provided.\n" " Delete all? Yes/No (default No): (do not delete all records)\n" " Current DNS record contents:\n" "\n" " A record: 192.0.2.2, 192.0.2.3\n" "\n" " Delete A record '192.0.2.2'? Yes/No (default No):\n" " Delete A record '192.0.2.3'? Yes/No (default No): y\n" " Record name: www\n" " A record: 192.0.2.2 (A record 192.0.2.3 has been " "deleted)\n" "\n" " Show zone example.com:\n" " ipa dnszone-show example.com\n" "\n" " Find zone with \"example\" in its domain name:\n" " ipa dnszone-find example\n" "\n" " Find records for resources with \"www\" in their name in zone example.com:\n" " ipa dnsrecord-find example.com www\n" "\n" " Find A records with value 192.0.2.2 in zone example.com\n" " ipa dnsrecord-find example.com --a-rec=192.0.2.2\n" "\n" " Show records for resource www in zone example.com\n" " ipa dnsrecord-show example.com www\n" "\n" " Delegate zone sub.example to another nameserver:\n" " ipa dnsrecord-add example.com ns.sub --a-rec=203.0.113.1\n" " ipa dnsrecord-add example.com sub --ns-rec=ns.sub.example.com.\n" "\n" " Delete zone example.com with all resource records:\n" " ipa dnszone-del example.com\n" "\n" " If a global forwarder is configured, all queries for which this server is " "not\n" " authoritative (e.g. sub.example.com) will be routed to the global " "forwarder.\n" " Global forwarding configuration can be overridden per-zone.\n" "\n" " Semantics of forwarding in IPA matches BIND semantics and depends on the " "type\n" " of zone:\n" " * Master zone: local BIND replies authoritatively to queries for data in\n" " the given zone (including authoritative NXDOMAIN answers) and forwarding\n" " affects only queries for names below zone cuts (NS records) of locally\n" " served zones.\n" "\n" " * Forward zone: forward zone contains no authoritative data. BIND " "forwards\n" " queries, which cannot be answered from its local cache, to configured\n" " forwarders.\n" "\n" " Semantics of the --forward-policy option:\n" " * none - disable forwarding for the given zone.\n" " * first - forward all queries to configured forwarders. If they fail,\n" " do resolution using DNS root servers.\n" " * only - forward all queries to configured forwarders and if they fail,\n" " return failure.\n" "\n" " Disable global forwarding for given sub-tree:\n" " ipa dnszone-mod example.com --forward-policy=none\n" "\n" " This configuration forwards all queries for names outside the example.com\n" " sub-tree to global forwarders. Normal recursive resolution process is used\n" " for names inside the example.com sub-tree (i.e. NS records are followed " "etc.).\n" "\n" " Forward all requests for the zone external.example.com to another " "forwarder\n" " using a \"first\" policy (it will send the queries to the selected " "forwarder\n" " and if not answered it will use global root servers):\n" " ipa dnsforwardzone-add external.example.com --forward-" "policy=first --forwarder=203.0.113.1\n" "\n" " Change forward-policy for external.example.com:\n" " ipa dnsforwardzone-mod external.example.com --forward-policy=only\n" "\n" " Show forward zone external.example.com:\n" " ipa dnsforwardzone-show external.example.com\n" "\n" " List all forward zones:\n" " ipa dnsforwardzone-find\n" "\n" " Delete forward zone external.example.com:\n" " ipa dnsforwardzone-del external.example.com\n" "\n" " Resolve a host name to see if it exists (will add default IPA domain\n" " if one is not included):\n" " ipa dns-resolve www.example.com\n" " ipa dns-resolve www\n" "\n" "\n" "GLOBAL DNS CONFIGURATION\n" "\n" "DNS configuration passed to command line install script is stored in a " "local\n" "configuration file on each IPA server where DNS service is configured. " "These\n" "local settings can be overridden with a common configuration stored in LDAP\n" "server:\n" "\n" " Show global DNS configuration:\n" " ipa dnsconfig-show\n" "\n" " Modify global DNS configuration and set a list of global forwarders:\n" " ipa dnsconfig-mod --forwarder=203.0.113.113\n" msgstr "" "\n" "Система доменных имён (DNS)\n" "\n" "Управление записями зон и ресурсов DNS.\n" "\n" "ПОДДЕРЖИВАЕМЫЕ ТИПЫ ЗОН\n" "\n" " * Главная зона (dnszone-*), содержит основные данные.\n" " * Зона перенаправления (dnsforwardzone-*), перенаправляет запросы на " "настроенные перенаправители\n" " (набор DNS-серверов).\n" "\n" "ИСПОЛЬЗОВАНИЕ СТРУКТУРИРОВАННЫХ ПАРАМЕТРОВ ДЛЯ ОТДЕЛЬНЫХ ТИПОВ\n" "\n" "Существует много структурированных типов записей ресурсов DNS, для которых " "данные DNS, хранящиеся на сервере LDAP, являются не просто скалярным " "значением, например IP-адрес или имя домена, а структурой данных, которая " "часто может быть сложной. Примером может быть запись LOC [RFC1876], которая " "состоит из многих обязательных и необязательных частей (градусов, минут, " "секунд широты и долготы, высоты и погрешности).\n" "\n" "При работе с такими записями DNS может быть сложно не допустить ошибок и " "ввести корректное значение. Модуль DNS предоставляет в ваше распоряжение " "абстракцию над этими необработанными записями и позволяет управлять каждым " "из типов записей ресурсов с помощью определённых параметров. Для каждого из " "поддерживаемых типов записей ресурсов в модуле DNS предусмотрен стандартный " "параметр для работы с необработанными записями с помощью формата --" "<тип_записи_ресурса>-rec, например --mx-rec, и специальные параметры для " "каждой из частей структуры записи ресурса с помощью формата --" "<тип_записи_ресурса>-<имя_части>, например --mx-preference и --mx-" "exchanger.\n" "\n" "При добавлении записи можно воспользоваться параметрами, специально " "предназначенными для записей ресурсов, или стандартным параметром для " "необработанного значения (сочетать эти варианты в одном действии по " "добавлению нельзя). При внесении изменений в существующую запись можно " "воспользоваться для изменения одной части записи DNS новыми специальными " "параметрами записей ресурсов, причём для определения изменённого значения " "будет использован стандартный вариант необработанного значения. В " "приведенном ниже примере показано изменение приоритета записи MX с 0 на 1 в " "записи без внесения изменений в обменник:\n" "ipa dnsrecord-mod --mx-rec=\"0 mx.example.com.\" --mx-preference=1\n" "\n" "ПРИМЕРЫ:\n" "\n" "Добавить новую зону:\n" " ipa dnszone-add example.com --admin-email=admin@example.com\n" "\n" "Добавить общесистемные права доступа, которыми можно воспользоваться для " "делегирования привилегий для отдельных зон:\n" " ipa dnszone-add-permission example.com\n" "\n" "Изменить зону, чтобы разрешить динамическое обновление для собственных " "записей узлов в области (realm) EXAMPLE.COM:\n" " ipa dnszone-mod example.com --dynamic-update=TRUE\n" "\n" "Эта команда эквивалентна следующим командам:\n" " ipa dnszone-mod example.com --dynamic-update=TRUE \\\n" " --update-policy=\"grant EXAMPLE.COM krb5-self * A; grant EXAMPLE.COM " "krb5-self * AAAA; grant EXAMPLE.COM krb5-self * SSHFP;\"\n" "\n" "Изменить зону, чтобы разрешить перенос зоны только для локальной сети:\n" " ipa dnszone-mod example.com --allow-transfer=192.0.2.0/24\n" "\n" "Добавить новую обратную зону, указанную с помощью сетевого IP-адреса:\n" " ipa dnszone-add --name-from-ip=192.0.2.0/24\n" "\n" "Добавить другой сервер имён для example.com:\n" " ipa dnsrecord-add example.com @ --ns-rec=nameserver2.example.com\n" "\n" "Добавить почтовый сервер для example.com:\n" " ipa dnsrecord-add example.com @ --mx-rec=\"10 mail1\"\n" "\n" "Добавить другую запись с помощью специальных параметров записи MX:\n" " ipa dnsrecord-add example.com @ --mx-preference=20 --mx-exchanger=mail2\n" "\n" "Добавить другую запись с помощью интерактивного режима (в который программа " "переходит в ответ на команды dnsrecord-add, dnsrecord-mod или dnsrecord-del " "без параметров):\n" " ipa dnsrecord-add example.com @\n" " Выберите тип записи ресурса DNS, который следует добавить\n" " Наиболее распространённые типы для этого типа зон: NS, MX, LOC\n" "\n" " Тип записи ресурса DNS: MX\n" " Приоритет MX: 30\n" " Обменник MX: mail3\n" " Имя записи: example.com\n" " Запись MX: 10 mail1, 20 mail2, 30 mail3\n" " Запись NS: nameserver.example.com., nameserver2.example.com.\n" "\n" "Удалить добавленный ранее сервер имён из example.com:\n" " ipa dnsrecord-del example.com @ --ns-rec=nameserver2.example.com.\n" "\n" "Добавить запись LOC для example.com:\n" " ipa dnsrecord-add example.com @ --loc-rec=\"49 11 42.4 N 16 36 29.6 E " "227.64m\"\n" "\n" "Добавить новую запись A для www.example.com. Также создать обратную запись в " "соответствующей обратной зоне. В этом случае запись PTR \"2\", которая " "указывает на www.example.com, будет создана в зоне 2.0.192.in-addr.arpa.\n" " ipa dnsrecord-add example.com www --a-rec=192.0.2.2 --a-create-reverse\n" "\n" "Добавить новую запись PTR для www.example.com:\n" " ipa dnsrecord-add 2.0.192.in-addr.arpa. 2 --ptr-rec=www.example.com.\n" "\n" "Добавить новые записи SRV для LDAP-серверов. Три четверти запросов должны " "отправляться на fast.example.com, одна четверть — на slow.example.com. Если " "обе службы недоступны, переключиться на backup.example.com.\n" " ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 3 389 fast.example." "com\"\n" " ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 1 389 slow.example." "com\"\n" " ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"1 1 389 backup." "example.com\"\n" "\n" "Для облегчения внесения изменений можно воспользоваться интерактивным " "режимом:\n" " ipa dnsrecord-mod example.com _ldap._tcp\n" " Возможность внесения изменений в определённую запись не предусмотрена.\n" " Текущее содержание записи DNS:\n" "\n" " Запись SRV: 0 3 389 fast.example.com, 0 1 389 slow.example.com, 1 1 389 " "backup.example.com\n" "\n" " Изменить запись SRV '0 3 389 fast.example.com'? Да/Нет (по умолчанию \"Нет" "\"):\n" " Изменить запись SRV '0 1 389 slow.example.com'? Да/Нет (по умолчанию \"Нет" "\"): y\n" " Приоритет SRV [0]: (сохранить значение по умолчанию)\n" " Вес SRV [1]: 2 (изменённое значение)\n" " Порт SRV [389]: (сохранить значение по умолчанию)\n" " Цель SRV [slow.example.com]: (сохранить значение по умолчанию)\n" " Пропущена 1 запись SRV. Одновременно можно изменять только одно значение " "на тип записи DNS.\n" " Имя записи: _ldap._tcp\n" " Запись SRV: 0 3 389 fast.example.com, 1 1 389 backup.example.com, 0 2 " "389 slow.example.com\n" "\n" "После внесения этих изменений три пятых запросов должны направляться на fast." "example.com, а две пятых — на slow.example.com.\n" "\n" "Пример интерактивного режима для команды dnsrecord-del:\n" " ipa dnsrecord-del example.com www\n" " Не указан параметр удаления определённой записи.\n" " Удалить все? Да/Нет (по умолчанию \"Нет\"): (не удалять все записи)\n" " Текущее содержание записи DNS:\n" "\n" " Запись A: 192.0.2.2, 192.0.2.3\n" "\n" " Удалить запись A '192.0.2.2'? Да/Нет (по умолчанию \"Нет\"):\n" " Удалить запись A '192.0.2.3'? Да/Нет (по умолчанию \"Нет\"): y\n" " Имя записи: www\n" " Запись A: 192.0.2.2 (запись A 192.0.2.3 удалена)\n" "\n" "Показать зону example.com:\n" " ipa dnszone-show example.com\n" "\n" "Найти зону со словом \"example\" в имени домена:\n" " ipa dnszone-find example\n" "\n" "Найти записи для ресурсов с \"www\" в имени в зоне example.com:\n" " ipa dnsrecord-find example.com www\n" "\n" "Найти записи A со значением 192.0.2.2 в зоне example.com:\n" " ipa dnsrecord-find example.com --a-rec=192.0.2.2\n" "\n" "Показать записи для ресурса www в зоне example.com:\n" " ipa dnsrecord-show example.com www\n" "\n" "Делегировать зону sub.example другому серверу имён:\n" " ipa dnsrecord-add example.com ns.sub --a-rec=203.0.113.1\n" " ipa dnsrecord-add example.com sub --ns-rec=ns.sub.example.com.\n" "\n" "Удалить зону example.com вместе со всеми записями ресурсов:\n" " ipa dnszone-del example.com\n" "\n" "Если настроен глобальный перенаправитель, все запросы, для которых этот " "сервер не является полномочным (например, sub.example.com), будут " "перенаправлены на глобальный перенаправитель. Конфигурацию глобального " "перенаправления можно переопределить для отдельных зон.\n" "\n" "Семантика перенаправления в IPA соответствует семантике BIND и зависит от " "типа зоны:\n" " * Главная зона: локальный BIND предоставляет надёжные ответы на запросы " "данных в указанной зоне (включая надёжные ответы NXDOMAIN), а " "перенаправление применяется только для запросов имён за пределами отрезков " "(записи NS) зон, которые обслуживаются локально.\n" "\n" " * Зона перенаправления: зона перенаправления не содержит надёжные данные. " "BIND перенаправляет запросы, на которые не удалось получить ответы из " "локального кэша, на настроенные перенаправители.\n" "\n" "Семантика параметра --forward-policy:\n" " * none - отключить перенаправление для указанной зоны.\n" " * first - перенаправить все запросы на настроенные перенаправители. Если " "они не сработают,\n" " выполнить разрешение с помощью корневых серверов DNS.\n" " * only - перенаправить все запросы на настроенные перенаправители и " "вернуть сообщение об ошибке, если они не сработают.\n" "\n" "Отключить глобальное перенаправление для указанного поддерева:\n" " ipa dnszone-mod example.com --forward-policy=none\n" "\n" "Эта конфигурация перенаправляет все запросы имён за пределами поддерева " "example.com на глобальные перенаправители. Для имён в пределах поддерева " "example.com используется обычный рекурсивный процесс разрешения (то есть с " "переходом по записям NS и так далее).\n" "\n" "Перенаправлять все запросы для зоны external.example.com на другой " "перенаправитель с помощью политики \"first\" (запросы будут направлены на " "выбранный перенаправитель, а если он не ответит, будут использованы " "глобальные корневые серверы):\n" " ipa dnsforwardzone-add external.example.com --forward-policy=first \\\n" " --forwarder=203.0.113.1\n" "\n" "Изменить политику перенаправления (параметр forward-policy) для external." "example.com:\n" " ipa dnsforwardzone-mod external.example.com --forward-policy=only\n" "\n" "Показать зону перенаправления external.example.com:\n" " ipa dnsforwardzone-show external.example.com\n" "\n" "Вывести список всех зон перенаправления:\n" " ipa dnsforwardzone-find\n" "\n" "Удалить зону перенаправления external.example.com:\n" " ipa dnsforwardzone-del external.example.com\n" "\n" "Определить адрес по имени узла, чтобы узнать, существует ли он (будет " "добавлен стандартный домен IPA, если он не включён):\n" " ipa dns-resolve www.example.com\n" " ipa dns-resolve www\n" "\n" "ГЛОБАЛЬНАЯ КОНФИГУРАЦИЯ DNS\n" "\n" "Конфигурация DNS, которая передаётся сценарию командной строки для " "установки, хранится в локальном файле конфигурации на каждом IPA-сервере, " "где настроена служба DNS. Эти локальные настройки могут быть переопределены " "с помощью общей конфигурации, которая хранится на LDAP-сервере:\n" "\n" "Показать глобальную конфигурацию DNS:\n" " ipa dnsconfig-show\n" "\n" "Изменить глобальную конфигурацию DNS и установить список глобальных " "перенаправителей:\n" " ipa dnsconfig-mod --forwarder=203.0.113.113\n" "\n" #: ipaclient/remote_plugins/2_114/dns.py:348 #: ipaclient/remote_plugins/2_114/dns.py:1819 #: ipaclient/remote_plugins/2_114/dns.py:2703 #: ipaclient/remote_plugins/2_114/dns.py:3111 #: ipaclient/remote_plugins/2_114/dns.py:3498 #: ipaclient/remote_plugins/2_156/dns.py:348 #: ipaclient/remote_plugins/2_156/dns.py:1784 #: ipaclient/remote_plugins/2_156/dns.py:2618 #: ipaclient/remote_plugins/2_156/dns.py:2981 #: ipaclient/remote_plugins/2_156/dns.py:3323 #: ipaclient/remote_plugins/2_164/dns.py:348 #: ipaclient/remote_plugins/2_164/dns.py:1792 #: ipaclient/remote_plugins/2_164/dns.py:2626 #: ipaclient/remote_plugins/2_164/dns.py:2989 #: ipaclient/remote_plugins/2_164/dns.py:3331 #: ipaclient/remote_plugins/2_49/dns.py:278 #: ipaclient/remote_plugins/2_49/dns.py:1296 #: ipaclient/remote_plugins/2_49/dns.py:2308 #: ipaclient/remote_plugins/2_49/dns.py:2721 #: ipaclient/remote_plugins/2_49/dns.py:3102 msgid "A record" msgstr "Запись" #: ipaclient/remote_plugins/2_114/dns.py:349 #: ipaclient/remote_plugins/2_114/dns.py:1820 #: ipaclient/remote_plugins/2_114/dns.py:2704 #: ipaclient/remote_plugins/2_114/dns.py:3112 #: ipaclient/remote_plugins/2_114/dns.py:3499 #: ipaclient/remote_plugins/2_156/dns.py:349 #: ipaclient/remote_plugins/2_156/dns.py:1785 #: ipaclient/remote_plugins/2_156/dns.py:2619 #: ipaclient/remote_plugins/2_156/dns.py:2982 #: ipaclient/remote_plugins/2_156/dns.py:3324 #: ipaclient/remote_plugins/2_164/dns.py:349 #: ipaclient/remote_plugins/2_164/dns.py:1793 #: ipaclient/remote_plugins/2_164/dns.py:2627 #: ipaclient/remote_plugins/2_164/dns.py:2990 #: ipaclient/remote_plugins/2_164/dns.py:3332 msgid "Raw A records" msgstr "Необработанные записи A" #: ipaclient/remote_plugins/2_114/dns.py:354 #: ipaclient/remote_plugins/2_114/dns.py:1827 #: ipaclient/remote_plugins/2_114/dns.py:3506 #: ipaclient/remote_plugins/2_156/dns.py:354 #: ipaclient/remote_plugins/2_156/dns.py:1792 #: ipaclient/remote_plugins/2_156/dns.py:3331 #: ipaclient/remote_plugins/2_164/dns.py:354 #: ipaclient/remote_plugins/2_164/dns.py:1800 #: ipaclient/remote_plugins/2_164/dns.py:3339 #: ipaclient/remote_plugins/2_49/dns.py:284 #: ipaclient/remote_plugins/2_49/dns.py:1304 #: ipaclient/remote_plugins/2_49/dns.py:3110 msgid "A IP Address" msgstr "IP-адрес" #: ipaclient/remote_plugins/2_114/dns.py:360 #: ipaclient/remote_plugins/2_114/dns.py:1835 #: ipaclient/remote_plugins/2_156/dns.py:360 #: ipaclient/remote_plugins/2_156/dns.py:1800 #: ipaclient/remote_plugins/2_164/dns.py:360 #: ipaclient/remote_plugins/2_164/dns.py:1808 #: ipaclient/remote_plugins/2_49/dns.py:290 #: ipaclient/remote_plugins/2_49/dns.py:1312 msgid "A Create reverse" msgstr "Создать обратную запись A" #: ipaclient/remote_plugins/2_114/dns.py:367 #: ipaclient/remote_plugins/2_114/dns.py:1846 #: ipaclient/remote_plugins/2_114/dns.py:2711 #: ipaclient/remote_plugins/2_114/dns.py:3119 #: ipaclient/remote_plugins/2_114/dns.py:3515 #: ipaclient/remote_plugins/2_156/dns.py:367 #: ipaclient/remote_plugins/2_156/dns.py:1811 #: ipaclient/remote_plugins/2_156/dns.py:2626 #: ipaclient/remote_plugins/2_156/dns.py:2989 #: ipaclient/remote_plugins/2_156/dns.py:3340 #: ipaclient/remote_plugins/2_164/dns.py:367 #: ipaclient/remote_plugins/2_164/dns.py:1819 #: ipaclient/remote_plugins/2_164/dns.py:2634 #: ipaclient/remote_plugins/2_164/dns.py:2997 #: ipaclient/remote_plugins/2_164/dns.py:3348 #: ipaclient/remote_plugins/2_49/dns.py:297 #: ipaclient/remote_plugins/2_49/dns.py:1323 #: ipaclient/remote_plugins/2_49/dns.py:2316 #: ipaclient/remote_plugins/2_49/dns.py:2729 #: ipaclient/remote_plugins/2_49/dns.py:3119 msgid "AAAA record" msgstr "Запись AAAA" #: ipaclient/remote_plugins/2_114/dns.py:368 #: ipaclient/remote_plugins/2_114/dns.py:1847 #: ipaclient/remote_plugins/2_114/dns.py:2712 #: ipaclient/remote_plugins/2_114/dns.py:3120 #: ipaclient/remote_plugins/2_114/dns.py:3516 #: ipaclient/remote_plugins/2_156/dns.py:368 #: ipaclient/remote_plugins/2_156/dns.py:1812 #: ipaclient/remote_plugins/2_156/dns.py:2627 #: ipaclient/remote_plugins/2_156/dns.py:2990 #: ipaclient/remote_plugins/2_156/dns.py:3341 #: ipaclient/remote_plugins/2_164/dns.py:368 #: ipaclient/remote_plugins/2_164/dns.py:1820 #: ipaclient/remote_plugins/2_164/dns.py:2635 #: ipaclient/remote_plugins/2_164/dns.py:2998 #: ipaclient/remote_plugins/2_164/dns.py:3349 msgid "Raw AAAA records" msgstr "Необработанные записи AAAA" #: ipaclient/remote_plugins/2_114/dns.py:373 #: ipaclient/remote_plugins/2_114/dns.py:1854 #: ipaclient/remote_plugins/2_114/dns.py:3523 #: ipaclient/remote_plugins/2_156/dns.py:373 #: ipaclient/remote_plugins/2_156/dns.py:1819 #: ipaclient/remote_plugins/2_156/dns.py:3348 #: ipaclient/remote_plugins/2_164/dns.py:373 #: ipaclient/remote_plugins/2_164/dns.py:1827 #: ipaclient/remote_plugins/2_164/dns.py:3356 #: ipaclient/remote_plugins/2_49/dns.py:303 #: ipaclient/remote_plugins/2_49/dns.py:1331 #: ipaclient/remote_plugins/2_49/dns.py:3127 msgid "AAAA IP Address" msgstr "IP-адрес AAAA" #: ipaclient/remote_plugins/2_114/dns.py:379 #: ipaclient/remote_plugins/2_114/dns.py:1862 #: ipaclient/remote_plugins/2_156/dns.py:379 #: ipaclient/remote_plugins/2_156/dns.py:1827 #: ipaclient/remote_plugins/2_164/dns.py:379 #: ipaclient/remote_plugins/2_164/dns.py:1835 #: ipaclient/remote_plugins/2_49/dns.py:309 #: ipaclient/remote_plugins/2_49/dns.py:1339 msgid "AAAA Create reverse" msgstr "Создать обратную запись AAAA" #: ipaclient/remote_plugins/2_114/dns.py:386 #: ipaclient/remote_plugins/2_114/dns.py:1873 #: ipaclient/remote_plugins/2_114/dns.py:2719 #: ipaclient/remote_plugins/2_114/dns.py:3127 #: ipaclient/remote_plugins/2_114/dns.py:3532 #: ipaclient/remote_plugins/2_156/dns.py:386 #: ipaclient/remote_plugins/2_156/dns.py:1838 #: ipaclient/remote_plugins/2_156/dns.py:2634 #: ipaclient/remote_plugins/2_156/dns.py:2997 #: ipaclient/remote_plugins/2_156/dns.py:3357 #: ipaclient/remote_plugins/2_164/dns.py:386 #: ipaclient/remote_plugins/2_164/dns.py:1846 #: ipaclient/remote_plugins/2_164/dns.py:2642 #: ipaclient/remote_plugins/2_164/dns.py:3005 #: ipaclient/remote_plugins/2_164/dns.py:3365 #: ipaclient/remote_plugins/2_49/dns.py:316 #: ipaclient/remote_plugins/2_49/dns.py:1350 #: ipaclient/remote_plugins/2_49/dns.py:2324 #: ipaclient/remote_plugins/2_49/dns.py:2737 #: ipaclient/remote_plugins/2_49/dns.py:3136 msgid "A6 record" msgstr "Запись A6" #: ipaclient/remote_plugins/2_114/dns.py:387 #: ipaclient/remote_plugins/2_114/dns.py:1874 #: ipaclient/remote_plugins/2_114/dns.py:2720 #: ipaclient/remote_plugins/2_114/dns.py:3128 #: ipaclient/remote_plugins/2_114/dns.py:3533 #: ipaclient/remote_plugins/2_156/dns.py:387 #: ipaclient/remote_plugins/2_156/dns.py:1839 #: ipaclient/remote_plugins/2_156/dns.py:2635 #: ipaclient/remote_plugins/2_156/dns.py:2998 #: ipaclient/remote_plugins/2_156/dns.py:3358 #: ipaclient/remote_plugins/2_164/dns.py:387 #: ipaclient/remote_plugins/2_164/dns.py:1847 #: ipaclient/remote_plugins/2_164/dns.py:2643 #: ipaclient/remote_plugins/2_164/dns.py:3006 #: ipaclient/remote_plugins/2_164/dns.py:3366 msgid "Raw A6 records" msgstr "Необработанные записи A6" #: ipaclient/remote_plugins/2_114/dns.py:392 #: ipaclient/remote_plugins/2_114/dns.py:1881 #: ipaclient/remote_plugins/2_114/dns.py:3540 #: ipaclient/remote_plugins/2_156/dns.py:392 #: ipaclient/remote_plugins/2_156/dns.py:1846 #: ipaclient/remote_plugins/2_156/dns.py:3365 #: ipaclient/remote_plugins/2_164/dns.py:392 #: ipaclient/remote_plugins/2_164/dns.py:1854 #: ipaclient/remote_plugins/2_164/dns.py:3373 #: ipaclient/remote_plugins/2_49/dns.py:322 #: ipaclient/remote_plugins/2_49/dns.py:1358 #: ipaclient/remote_plugins/2_49/dns.py:3144 msgid "A6 Record data" msgstr "Данные записи A6" #: ipaclient/remote_plugins/2_114/dns.py:399 #: ipaclient/remote_plugins/2_114/dns.py:1890 #: ipaclient/remote_plugins/2_114/dns.py:2727 #: ipaclient/remote_plugins/2_114/dns.py:3135 #: ipaclient/remote_plugins/2_114/dns.py:3549 #: ipaclient/remote_plugins/2_156/dns.py:399 #: ipaclient/remote_plugins/2_156/dns.py:1855 #: ipaclient/remote_plugins/2_156/dns.py:2642 #: ipaclient/remote_plugins/2_156/dns.py:3005 #: ipaclient/remote_plugins/2_156/dns.py:3374 #: ipaclient/remote_plugins/2_164/dns.py:399 #: ipaclient/remote_plugins/2_164/dns.py:1863 #: ipaclient/remote_plugins/2_164/dns.py:2650 #: ipaclient/remote_plugins/2_164/dns.py:3013 #: ipaclient/remote_plugins/2_164/dns.py:3382 #: ipaclient/remote_plugins/2_49/dns.py:329 #: ipaclient/remote_plugins/2_49/dns.py:1367 #: ipaclient/remote_plugins/2_49/dns.py:2332 #: ipaclient/remote_plugins/2_49/dns.py:2745 #: ipaclient/remote_plugins/2_49/dns.py:3153 msgid "AFSDB record" msgstr "Запись AFSDB" #: ipaclient/remote_plugins/2_114/dns.py:400 #: ipaclient/remote_plugins/2_114/dns.py:1891 #: ipaclient/remote_plugins/2_114/dns.py:2728 #: ipaclient/remote_plugins/2_114/dns.py:3136 #: ipaclient/remote_plugins/2_114/dns.py:3550 #: ipaclient/remote_plugins/2_156/dns.py:400 #: ipaclient/remote_plugins/2_156/dns.py:1856 #: ipaclient/remote_plugins/2_156/dns.py:2643 #: ipaclient/remote_plugins/2_156/dns.py:3006 #: ipaclient/remote_plugins/2_156/dns.py:3375 #: ipaclient/remote_plugins/2_164/dns.py:400 #: ipaclient/remote_plugins/2_164/dns.py:1864 #: ipaclient/remote_plugins/2_164/dns.py:2651 #: ipaclient/remote_plugins/2_164/dns.py:3014 #: ipaclient/remote_plugins/2_164/dns.py:3383 msgid "Raw AFSDB records" msgstr "Необработанные записи AFSDB" #: ipaclient/remote_plugins/2_114/dns.py:405 #: ipaclient/remote_plugins/2_114/dns.py:1898 #: ipaclient/remote_plugins/2_114/dns.py:3557 #: ipaclient/remote_plugins/2_156/dns.py:405 #: ipaclient/remote_plugins/2_156/dns.py:1863 #: ipaclient/remote_plugins/2_156/dns.py:3382 #: ipaclient/remote_plugins/2_164/dns.py:405 #: ipaclient/remote_plugins/2_164/dns.py:1871 #: ipaclient/remote_plugins/2_164/dns.py:3390 #: ipaclient/remote_plugins/2_49/dns.py:335 #: ipaclient/remote_plugins/2_49/dns.py:1375 #: ipaclient/remote_plugins/2_49/dns.py:3161 msgid "AFSDB Subtype" msgstr "Подтип AFSDB" #: ipaclient/remote_plugins/2_114/dns.py:411 #: ipaclient/remote_plugins/2_114/dns.py:1906 #: ipaclient/remote_plugins/2_114/dns.py:3565 #: ipaclient/remote_plugins/2_156/dns.py:411 #: ipaclient/remote_plugins/2_156/dns.py:1871 #: ipaclient/remote_plugins/2_156/dns.py:3390 #: ipaclient/remote_plugins/2_164/dns.py:411 #: ipaclient/remote_plugins/2_164/dns.py:1879 #: ipaclient/remote_plugins/2_164/dns.py:3398 #: ipaclient/remote_plugins/2_49/dns.py:341 #: ipaclient/remote_plugins/2_49/dns.py:1383 #: ipaclient/remote_plugins/2_49/dns.py:3169 msgid "AFSDB Hostname" msgstr "Имя узла AFSDB" #: ipaclient/remote_plugins/2_114/dns.py:418 #: ipaclient/remote_plugins/2_114/dns.py:1915 #: ipaclient/remote_plugins/2_114/dns.py:2735 #: ipaclient/remote_plugins/2_114/dns.py:3143 #: ipaclient/remote_plugins/2_114/dns.py:3574 #: ipaclient/remote_plugins/2_156/dns.py:418 #: ipaclient/remote_plugins/2_156/dns.py:1880 #: ipaclient/remote_plugins/2_156/dns.py:2650 #: ipaclient/remote_plugins/2_156/dns.py:3013 #: ipaclient/remote_plugins/2_156/dns.py:3399 #: ipaclient/remote_plugins/2_164/dns.py:418 #: ipaclient/remote_plugins/2_164/dns.py:1888 #: ipaclient/remote_plugins/2_164/dns.py:2658 #: ipaclient/remote_plugins/2_164/dns.py:3021 #: ipaclient/remote_plugins/2_164/dns.py:3407 #: ipaclient/remote_plugins/2_49/dns.py:348 #: ipaclient/remote_plugins/2_49/dns.py:1392 #: ipaclient/remote_plugins/2_49/dns.py:2340 #: ipaclient/remote_plugins/2_49/dns.py:2753 #: ipaclient/remote_plugins/2_49/dns.py:3178 msgid "APL record" msgstr "Запись APL" #: ipaclient/remote_plugins/2_114/dns.py:419 #: ipaclient/remote_plugins/2_114/dns.py:1916 #: ipaclient/remote_plugins/2_114/dns.py:2736 #: ipaclient/remote_plugins/2_114/dns.py:3144 #: ipaclient/remote_plugins/2_114/dns.py:3575 #: ipaclient/remote_plugins/2_156/dns.py:419 #: ipaclient/remote_plugins/2_156/dns.py:1881 #: ipaclient/remote_plugins/2_156/dns.py:2651 #: ipaclient/remote_plugins/2_156/dns.py:3014 #: ipaclient/remote_plugins/2_156/dns.py:3400 #: ipaclient/remote_plugins/2_164/dns.py:419 #: ipaclient/remote_plugins/2_164/dns.py:1889 #: ipaclient/remote_plugins/2_164/dns.py:2659 #: ipaclient/remote_plugins/2_164/dns.py:3022 #: ipaclient/remote_plugins/2_164/dns.py:3408 msgid "Raw APL records" msgstr "Необработанные записи APL" #: ipaclient/remote_plugins/2_114/dns.py:425 #: ipaclient/remote_plugins/2_114/dns.py:1925 #: ipaclient/remote_plugins/2_114/dns.py:2744 #: ipaclient/remote_plugins/2_114/dns.py:3152 #: ipaclient/remote_plugins/2_114/dns.py:3584 #: ipaclient/remote_plugins/2_156/dns.py:425 #: ipaclient/remote_plugins/2_156/dns.py:1890 #: ipaclient/remote_plugins/2_156/dns.py:2659 #: ipaclient/remote_plugins/2_156/dns.py:3022 #: ipaclient/remote_plugins/2_156/dns.py:3409 #: ipaclient/remote_plugins/2_164/dns.py:425 #: ipaclient/remote_plugins/2_164/dns.py:1898 #: ipaclient/remote_plugins/2_164/dns.py:2667 #: ipaclient/remote_plugins/2_164/dns.py:3030 #: ipaclient/remote_plugins/2_164/dns.py:3417 #: ipaclient/remote_plugins/2_49/dns.py:355 #: ipaclient/remote_plugins/2_49/dns.py:1402 #: ipaclient/remote_plugins/2_49/dns.py:2349 #: ipaclient/remote_plugins/2_49/dns.py:2762 #: ipaclient/remote_plugins/2_49/dns.py:3188 msgid "CERT record" msgstr "Запись CERT" #: ipaclient/remote_plugins/2_114/dns.py:426 #: ipaclient/remote_plugins/2_114/dns.py:1926 #: ipaclient/remote_plugins/2_114/dns.py:2745 #: ipaclient/remote_plugins/2_114/dns.py:3153 #: ipaclient/remote_plugins/2_114/dns.py:3585 #: ipaclient/remote_plugins/2_156/dns.py:426 #: ipaclient/remote_plugins/2_156/dns.py:1891 #: ipaclient/remote_plugins/2_156/dns.py:2660 #: ipaclient/remote_plugins/2_156/dns.py:3023 #: ipaclient/remote_plugins/2_156/dns.py:3410 #: ipaclient/remote_plugins/2_164/dns.py:426 #: ipaclient/remote_plugins/2_164/dns.py:1899 #: ipaclient/remote_plugins/2_164/dns.py:2668 #: ipaclient/remote_plugins/2_164/dns.py:3031 #: ipaclient/remote_plugins/2_164/dns.py:3418 msgid "Raw CERT records" msgstr "Необработанные записи CERT" #: ipaclient/remote_plugins/2_114/dns.py:431 #: ipaclient/remote_plugins/2_114/dns.py:1933 #: ipaclient/remote_plugins/2_114/dns.py:3592 #: ipaclient/remote_plugins/2_156/dns.py:431 #: ipaclient/remote_plugins/2_156/dns.py:1898 #: ipaclient/remote_plugins/2_156/dns.py:3417 #: ipaclient/remote_plugins/2_164/dns.py:431 #: ipaclient/remote_plugins/2_164/dns.py:1906 #: ipaclient/remote_plugins/2_164/dns.py:3425 #: ipaclient/remote_plugins/2_49/dns.py:361 #: ipaclient/remote_plugins/2_49/dns.py:1410 #: ipaclient/remote_plugins/2_49/dns.py:3196 msgid "CERT Certificate Type" msgstr "Тип сертификата CERT" #: ipaclient/remote_plugins/2_114/dns.py:437 #: ipaclient/remote_plugins/2_114/dns.py:1941 #: ipaclient/remote_plugins/2_114/dns.py:3600 #: ipaclient/remote_plugins/2_156/dns.py:437 #: ipaclient/remote_plugins/2_156/dns.py:1906 #: ipaclient/remote_plugins/2_156/dns.py:3425 #: ipaclient/remote_plugins/2_164/dns.py:437 #: ipaclient/remote_plugins/2_164/dns.py:1914 #: ipaclient/remote_plugins/2_164/dns.py:3433 #: ipaclient/remote_plugins/2_49/dns.py:367 #: ipaclient/remote_plugins/2_49/dns.py:1418 #: ipaclient/remote_plugins/2_49/dns.py:3204 msgid "CERT Key Tag" msgstr "Тег ключа CERT" #: ipaclient/remote_plugins/2_114/dns.py:443 #: ipaclient/remote_plugins/2_114/dns.py:1949 #: ipaclient/remote_plugins/2_114/dns.py:3608 #: ipaclient/remote_plugins/2_156/dns.py:443 #: ipaclient/remote_plugins/2_156/dns.py:1914 #: ipaclient/remote_plugins/2_156/dns.py:3433 #: ipaclient/remote_plugins/2_164/dns.py:443 #: ipaclient/remote_plugins/2_164/dns.py:1922 #: ipaclient/remote_plugins/2_164/dns.py:3441 #: ipaclient/remote_plugins/2_49/dns.py:373 #: ipaclient/remote_plugins/2_49/dns.py:1426 #: ipaclient/remote_plugins/2_49/dns.py:3212 msgid "CERT Algorithm" msgstr "Алгоритм CERT" #: ipaclient/remote_plugins/2_114/dns.py:449 #: ipaclient/remote_plugins/2_114/dns.py:1957 #: ipaclient/remote_plugins/2_114/dns.py:3616 #: ipaclient/remote_plugins/2_156/dns.py:449 #: ipaclient/remote_plugins/2_156/dns.py:1922 #: ipaclient/remote_plugins/2_156/dns.py:3441 #: ipaclient/remote_plugins/2_164/dns.py:449 #: ipaclient/remote_plugins/2_164/dns.py:1930 #: ipaclient/remote_plugins/2_164/dns.py:3449 #: ipaclient/remote_plugins/2_49/dns.py:379 #: ipaclient/remote_plugins/2_49/dns.py:1434 #: ipaclient/remote_plugins/2_49/dns.py:3220 msgid "CERT Certificate/CRL" msgstr "Сертификат или список отзыва сертификатов (CRL) CERT" #: ipaclient/remote_plugins/2_114/dns.py:456 #: ipaclient/remote_plugins/2_114/dns.py:1966 #: ipaclient/remote_plugins/2_114/dns.py:2752 #: ipaclient/remote_plugins/2_114/dns.py:3160 #: ipaclient/remote_plugins/2_114/dns.py:3625 #: ipaclient/remote_plugins/2_156/dns.py:456 #: ipaclient/remote_plugins/2_156/dns.py:1931 #: ipaclient/remote_plugins/2_156/dns.py:2667 #: ipaclient/remote_plugins/2_156/dns.py:3030 #: ipaclient/remote_plugins/2_156/dns.py:3450 #: ipaclient/remote_plugins/2_164/dns.py:456 #: ipaclient/remote_plugins/2_164/dns.py:1939 #: ipaclient/remote_plugins/2_164/dns.py:2675 #: ipaclient/remote_plugins/2_164/dns.py:3038 #: ipaclient/remote_plugins/2_164/dns.py:3458 #: ipaclient/remote_plugins/2_49/dns.py:386 #: ipaclient/remote_plugins/2_49/dns.py:1443 #: ipaclient/remote_plugins/2_49/dns.py:2357 #: ipaclient/remote_plugins/2_49/dns.py:2770 #: ipaclient/remote_plugins/2_49/dns.py:3229 msgid "CNAME record" msgstr "Запись CNAME" #: ipaclient/remote_plugins/2_114/dns.py:457 #: ipaclient/remote_plugins/2_114/dns.py:1967 #: ipaclient/remote_plugins/2_114/dns.py:2753 #: ipaclient/remote_plugins/2_114/dns.py:3161 #: ipaclient/remote_plugins/2_114/dns.py:3626 #: ipaclient/remote_plugins/2_156/dns.py:457 #: ipaclient/remote_plugins/2_156/dns.py:1932 #: ipaclient/remote_plugins/2_156/dns.py:2668 #: ipaclient/remote_plugins/2_156/dns.py:3031 #: ipaclient/remote_plugins/2_156/dns.py:3451 #: ipaclient/remote_plugins/2_164/dns.py:457 #: ipaclient/remote_plugins/2_164/dns.py:1940 #: ipaclient/remote_plugins/2_164/dns.py:2676 #: ipaclient/remote_plugins/2_164/dns.py:3039 #: ipaclient/remote_plugins/2_164/dns.py:3459 msgid "Raw CNAME records" msgstr "Необработанные записи CNAME" #: ipaclient/remote_plugins/2_114/dns.py:462 #: ipaclient/remote_plugins/2_114/dns.py:1974 #: ipaclient/remote_plugins/2_114/dns.py:3633 #: ipaclient/remote_plugins/2_156/dns.py:462 #: ipaclient/remote_plugins/2_156/dns.py:1939 #: ipaclient/remote_plugins/2_156/dns.py:3458 #: ipaclient/remote_plugins/2_164/dns.py:462 #: ipaclient/remote_plugins/2_164/dns.py:1947 #: ipaclient/remote_plugins/2_164/dns.py:3466 #: ipaclient/remote_plugins/2_49/dns.py:392 #: ipaclient/remote_plugins/2_49/dns.py:1451 #: ipaclient/remote_plugins/2_49/dns.py:3237 msgid "CNAME Hostname" msgstr "Имя узла CNAME" #: ipaclient/remote_plugins/2_114/dns.py:469 #: ipaclient/remote_plugins/2_114/dns.py:1983 #: ipaclient/remote_plugins/2_114/dns.py:2760 #: ipaclient/remote_plugins/2_114/dns.py:3168 #: ipaclient/remote_plugins/2_114/dns.py:3642 #: ipaclient/remote_plugins/2_156/dns.py:469 #: ipaclient/remote_plugins/2_156/dns.py:1948 #: ipaclient/remote_plugins/2_156/dns.py:2675 #: ipaclient/remote_plugins/2_156/dns.py:3038 #: ipaclient/remote_plugins/2_156/dns.py:3467 #: ipaclient/remote_plugins/2_164/dns.py:469 #: ipaclient/remote_plugins/2_164/dns.py:1956 #: ipaclient/remote_plugins/2_164/dns.py:2683 #: ipaclient/remote_plugins/2_164/dns.py:3046 #: ipaclient/remote_plugins/2_164/dns.py:3475 #: ipaclient/remote_plugins/2_49/dns.py:399 #: ipaclient/remote_plugins/2_49/dns.py:1460 #: ipaclient/remote_plugins/2_49/dns.py:2365 #: ipaclient/remote_plugins/2_49/dns.py:2778 #: ipaclient/remote_plugins/2_49/dns.py:3246 msgid "DHCID record" msgstr "Запись DHCID" #: ipaclient/remote_plugins/2_114/dns.py:470 #: ipaclient/remote_plugins/2_114/dns.py:1984 #: ipaclient/remote_plugins/2_114/dns.py:2761 #: ipaclient/remote_plugins/2_114/dns.py:3169 #: ipaclient/remote_plugins/2_114/dns.py:3643 #: ipaclient/remote_plugins/2_156/dns.py:470 #: ipaclient/remote_plugins/2_156/dns.py:1949 #: ipaclient/remote_plugins/2_156/dns.py:2676 #: ipaclient/remote_plugins/2_156/dns.py:3039 #: ipaclient/remote_plugins/2_156/dns.py:3468 #: ipaclient/remote_plugins/2_164/dns.py:470 #: ipaclient/remote_plugins/2_164/dns.py:1957 #: ipaclient/remote_plugins/2_164/dns.py:2684 #: ipaclient/remote_plugins/2_164/dns.py:3047 #: ipaclient/remote_plugins/2_164/dns.py:3476 msgid "Raw DHCID records" msgstr "Необработанные записи DHCID" #: ipaclient/remote_plugins/2_114/dns.py:476 #: ipaclient/remote_plugins/2_114/dns.py:1993 #: ipaclient/remote_plugins/2_114/dns.py:2769 #: ipaclient/remote_plugins/2_114/dns.py:3177 #: ipaclient/remote_plugins/2_114/dns.py:3652 #: ipaclient/remote_plugins/2_156/dns.py:476 #: ipaclient/remote_plugins/2_156/dns.py:1958 #: ipaclient/remote_plugins/2_156/dns.py:2684 #: ipaclient/remote_plugins/2_156/dns.py:3047 #: ipaclient/remote_plugins/2_156/dns.py:3477 #: ipaclient/remote_plugins/2_164/dns.py:476 #: ipaclient/remote_plugins/2_164/dns.py:1966 #: ipaclient/remote_plugins/2_164/dns.py:2692 #: ipaclient/remote_plugins/2_164/dns.py:3055 #: ipaclient/remote_plugins/2_164/dns.py:3485 #: ipaclient/remote_plugins/2_49/dns.py:406 #: ipaclient/remote_plugins/2_49/dns.py:1470 #: ipaclient/remote_plugins/2_49/dns.py:2374 #: ipaclient/remote_plugins/2_49/dns.py:2787 #: ipaclient/remote_plugins/2_49/dns.py:3256 msgid "DLV record" msgstr "Запись DLV" #: ipaclient/remote_plugins/2_114/dns.py:477 #: ipaclient/remote_plugins/2_114/dns.py:1994 #: ipaclient/remote_plugins/2_114/dns.py:2770 #: ipaclient/remote_plugins/2_114/dns.py:3178 #: ipaclient/remote_plugins/2_114/dns.py:3653 #: ipaclient/remote_plugins/2_156/dns.py:477 #: ipaclient/remote_plugins/2_156/dns.py:1959 #: ipaclient/remote_plugins/2_156/dns.py:2685 #: ipaclient/remote_plugins/2_156/dns.py:3048 #: ipaclient/remote_plugins/2_156/dns.py:3478 #: ipaclient/remote_plugins/2_164/dns.py:477 #: ipaclient/remote_plugins/2_164/dns.py:1967 #: ipaclient/remote_plugins/2_164/dns.py:2693 #: ipaclient/remote_plugins/2_164/dns.py:3056 #: ipaclient/remote_plugins/2_164/dns.py:3486 msgid "Raw DLV records" msgstr "Raw DLV records" #: ipaclient/remote_plugins/2_114/dns.py:482 #: ipaclient/remote_plugins/2_114/dns.py:2001 #: ipaclient/remote_plugins/2_114/dns.py:3660 #: ipaclient/remote_plugins/2_156/dns.py:482 #: ipaclient/remote_plugins/2_156/dns.py:1966 #: ipaclient/remote_plugins/2_156/dns.py:3485 #: ipaclient/remote_plugins/2_164/dns.py:482 #: ipaclient/remote_plugins/2_164/dns.py:1974 #: ipaclient/remote_plugins/2_164/dns.py:3493 msgid "DLV Key Tag" msgstr "Тег ключа DLV" #: ipaclient/remote_plugins/2_114/dns.py:488 #: ipaclient/remote_plugins/2_114/dns.py:2009 #: ipaclient/remote_plugins/2_114/dns.py:3668 #: ipaclient/remote_plugins/2_156/dns.py:488 #: ipaclient/remote_plugins/2_156/dns.py:1974 #: ipaclient/remote_plugins/2_156/dns.py:3493 #: ipaclient/remote_plugins/2_164/dns.py:488 #: ipaclient/remote_plugins/2_164/dns.py:1982 #: ipaclient/remote_plugins/2_164/dns.py:3501 msgid "DLV Algorithm" msgstr "Алгоритм DLV" #: ipaclient/remote_plugins/2_114/dns.py:494 #: ipaclient/remote_plugins/2_114/dns.py:2017 #: ipaclient/remote_plugins/2_114/dns.py:3676 #: ipaclient/remote_plugins/2_156/dns.py:494 #: ipaclient/remote_plugins/2_156/dns.py:1982 #: ipaclient/remote_plugins/2_156/dns.py:3501 #: ipaclient/remote_plugins/2_164/dns.py:494 #: ipaclient/remote_plugins/2_164/dns.py:1990 #: ipaclient/remote_plugins/2_164/dns.py:3509 msgid "DLV Digest Type" msgstr "Тип дайджеста DLV" #: ipaclient/remote_plugins/2_114/dns.py:500 #: ipaclient/remote_plugins/2_114/dns.py:2025 #: ipaclient/remote_plugins/2_114/dns.py:3684 #: ipaclient/remote_plugins/2_156/dns.py:500 #: ipaclient/remote_plugins/2_156/dns.py:1990 #: ipaclient/remote_plugins/2_156/dns.py:3509 #: ipaclient/remote_plugins/2_164/dns.py:500 #: ipaclient/remote_plugins/2_164/dns.py:1998 #: ipaclient/remote_plugins/2_164/dns.py:3517 msgid "DLV Digest" msgstr "Дайджест DLV" #: ipaclient/remote_plugins/2_114/dns.py:507 #: ipaclient/remote_plugins/2_114/dns.py:2034 #: ipaclient/remote_plugins/2_114/dns.py:2777 #: ipaclient/remote_plugins/2_114/dns.py:3185 #: ipaclient/remote_plugins/2_114/dns.py:3693 #: ipaclient/remote_plugins/2_156/dns.py:507 #: ipaclient/remote_plugins/2_156/dns.py:1999 #: ipaclient/remote_plugins/2_156/dns.py:2692 #: ipaclient/remote_plugins/2_156/dns.py:3055 #: ipaclient/remote_plugins/2_156/dns.py:3518 #: ipaclient/remote_plugins/2_164/dns.py:507 #: ipaclient/remote_plugins/2_164/dns.py:2007 #: ipaclient/remote_plugins/2_164/dns.py:2700 #: ipaclient/remote_plugins/2_164/dns.py:3063 #: ipaclient/remote_plugins/2_164/dns.py:3526 #: ipaclient/remote_plugins/2_49/dns.py:413 #: ipaclient/remote_plugins/2_49/dns.py:1480 #: ipaclient/remote_plugins/2_49/dns.py:2383 #: ipaclient/remote_plugins/2_49/dns.py:2796 #: ipaclient/remote_plugins/2_49/dns.py:3266 msgid "DNAME record" msgstr "Запись DNAME" #: ipaclient/remote_plugins/2_114/dns.py:508 #: ipaclient/remote_plugins/2_114/dns.py:2035 #: ipaclient/remote_plugins/2_114/dns.py:2778 #: ipaclient/remote_plugins/2_114/dns.py:3186 #: ipaclient/remote_plugins/2_114/dns.py:3694 #: ipaclient/remote_plugins/2_156/dns.py:508 #: ipaclient/remote_plugins/2_156/dns.py:2000 #: ipaclient/remote_plugins/2_156/dns.py:2693 #: ipaclient/remote_plugins/2_156/dns.py:3056 #: ipaclient/remote_plugins/2_156/dns.py:3519 #: ipaclient/remote_plugins/2_164/dns.py:508 #: ipaclient/remote_plugins/2_164/dns.py:2008 #: ipaclient/remote_plugins/2_164/dns.py:2701 #: ipaclient/remote_plugins/2_164/dns.py:3064 #: ipaclient/remote_plugins/2_164/dns.py:3527 msgid "Raw DNAME records" msgstr "Необработанные записи DNAME" #: ipaclient/remote_plugins/2_114/dns.py:513 #: ipaclient/remote_plugins/2_114/dns.py:2042 #: ipaclient/remote_plugins/2_114/dns.py:3701 #: ipaclient/remote_plugins/2_156/dns.py:513 #: ipaclient/remote_plugins/2_156/dns.py:2007 #: ipaclient/remote_plugins/2_156/dns.py:3526 #: ipaclient/remote_plugins/2_164/dns.py:513 #: ipaclient/remote_plugins/2_164/dns.py:2015 #: ipaclient/remote_plugins/2_164/dns.py:3534 #: ipaclient/remote_plugins/2_49/dns.py:419 #: ipaclient/remote_plugins/2_49/dns.py:1488 #: ipaclient/remote_plugins/2_49/dns.py:3274 msgid "DNAME Target" msgstr "Цель DNAME" #: ipaclient/remote_plugins/2_114/dns.py:520 #: ipaclient/remote_plugins/2_114/dns.py:2051 #: ipaclient/remote_plugins/2_114/dns.py:2785 #: ipaclient/remote_plugins/2_114/dns.py:3193 #: ipaclient/remote_plugins/2_114/dns.py:3710 #: ipaclient/remote_plugins/2_49/dns.py:426 #: ipaclient/remote_plugins/2_49/dns.py:1497 #: ipaclient/remote_plugins/2_49/dns.py:2391 #: ipaclient/remote_plugins/2_49/dns.py:2804 #: ipaclient/remote_plugins/2_49/dns.py:3283 msgid "DNSKEY record" msgstr "Запись DNSKEY" #: ipaclient/remote_plugins/2_114/dns.py:521 #: ipaclient/remote_plugins/2_114/dns.py:2052 #: ipaclient/remote_plugins/2_114/dns.py:2786 #: ipaclient/remote_plugins/2_114/dns.py:3194 #: ipaclient/remote_plugins/2_114/dns.py:3711 msgid "Raw DNSKEY records" msgstr "Необработанные записи DNSKEY" #: ipaclient/remote_plugins/2_114/dns.py:527 #: ipaclient/remote_plugins/2_114/dns.py:2061 #: ipaclient/remote_plugins/2_114/dns.py:2794 #: ipaclient/remote_plugins/2_114/dns.py:3202 #: ipaclient/remote_plugins/2_114/dns.py:3720 #: ipaclient/remote_plugins/2_156/dns.py:520 #: ipaclient/remote_plugins/2_156/dns.py:2016 #: ipaclient/remote_plugins/2_156/dns.py:2700 #: ipaclient/remote_plugins/2_156/dns.py:3063 #: ipaclient/remote_plugins/2_156/dns.py:3535 #: ipaclient/remote_plugins/2_164/dns.py:520 #: ipaclient/remote_plugins/2_164/dns.py:2024 #: ipaclient/remote_plugins/2_164/dns.py:2708 #: ipaclient/remote_plugins/2_164/dns.py:3071 #: ipaclient/remote_plugins/2_164/dns.py:3543 #: ipaclient/remote_plugins/2_49/dns.py:433 #: ipaclient/remote_plugins/2_49/dns.py:1507 #: ipaclient/remote_plugins/2_49/dns.py:2400 #: ipaclient/remote_plugins/2_49/dns.py:2813 #: ipaclient/remote_plugins/2_49/dns.py:3293 msgid "DS record" msgstr "Запись DS" #: ipaclient/remote_plugins/2_114/dns.py:528 #: ipaclient/remote_plugins/2_114/dns.py:2062 #: ipaclient/remote_plugins/2_114/dns.py:2795 #: ipaclient/remote_plugins/2_114/dns.py:3203 #: ipaclient/remote_plugins/2_114/dns.py:3721 #: ipaclient/remote_plugins/2_156/dns.py:521 #: ipaclient/remote_plugins/2_156/dns.py:2017 #: ipaclient/remote_plugins/2_156/dns.py:2701 #: ipaclient/remote_plugins/2_156/dns.py:3064 #: ipaclient/remote_plugins/2_156/dns.py:3536 #: ipaclient/remote_plugins/2_164/dns.py:521 #: ipaclient/remote_plugins/2_164/dns.py:2025 #: ipaclient/remote_plugins/2_164/dns.py:2709 #: ipaclient/remote_plugins/2_164/dns.py:3072 #: ipaclient/remote_plugins/2_164/dns.py:3544 msgid "Raw DS records" msgstr "Необработанные записи DS" #: ipaclient/remote_plugins/2_114/dns.py:533 #: ipaclient/remote_plugins/2_114/dns.py:2069 #: ipaclient/remote_plugins/2_114/dns.py:3728 #: ipaclient/remote_plugins/2_156/dns.py:526 #: ipaclient/remote_plugins/2_156/dns.py:2024 #: ipaclient/remote_plugins/2_156/dns.py:3543 #: ipaclient/remote_plugins/2_164/dns.py:526 #: ipaclient/remote_plugins/2_164/dns.py:2032 #: ipaclient/remote_plugins/2_164/dns.py:3551 #: ipaclient/remote_plugins/2_49/dns.py:439 #: ipaclient/remote_plugins/2_49/dns.py:1515 #: ipaclient/remote_plugins/2_49/dns.py:3301 msgid "DS Key Tag" msgstr "Тег ключа DS" #: ipaclient/remote_plugins/2_114/dns.py:539 #: ipaclient/remote_plugins/2_114/dns.py:2077 #: ipaclient/remote_plugins/2_114/dns.py:3736 #: ipaclient/remote_plugins/2_156/dns.py:532 #: ipaclient/remote_plugins/2_156/dns.py:2032 #: ipaclient/remote_plugins/2_156/dns.py:3551 #: ipaclient/remote_plugins/2_164/dns.py:532 #: ipaclient/remote_plugins/2_164/dns.py:2040 #: ipaclient/remote_plugins/2_164/dns.py:3559 #: ipaclient/remote_plugins/2_49/dns.py:445 #: ipaclient/remote_plugins/2_49/dns.py:1523 #: ipaclient/remote_plugins/2_49/dns.py:3309 msgid "DS Algorithm" msgstr "Алгоритм DS" #: ipaclient/remote_plugins/2_114/dns.py:545 #: ipaclient/remote_plugins/2_114/dns.py:2085 #: ipaclient/remote_plugins/2_114/dns.py:3744 #: ipaclient/remote_plugins/2_156/dns.py:538 #: ipaclient/remote_plugins/2_156/dns.py:2040 #: ipaclient/remote_plugins/2_156/dns.py:3559 #: ipaclient/remote_plugins/2_164/dns.py:538 #: ipaclient/remote_plugins/2_164/dns.py:2048 #: ipaclient/remote_plugins/2_164/dns.py:3567 #: ipaclient/remote_plugins/2_49/dns.py:451 #: ipaclient/remote_plugins/2_49/dns.py:1531 #: ipaclient/remote_plugins/2_49/dns.py:3317 msgid "DS Digest Type" msgstr "Тип дайджеста DS" #: ipaclient/remote_plugins/2_114/dns.py:551 #: ipaclient/remote_plugins/2_114/dns.py:2093 #: ipaclient/remote_plugins/2_114/dns.py:3752 #: ipaclient/remote_plugins/2_156/dns.py:544 #: ipaclient/remote_plugins/2_156/dns.py:2048 #: ipaclient/remote_plugins/2_156/dns.py:3567 #: ipaclient/remote_plugins/2_164/dns.py:544 #: ipaclient/remote_plugins/2_164/dns.py:2056 #: ipaclient/remote_plugins/2_164/dns.py:3575 #: ipaclient/remote_plugins/2_49/dns.py:457 #: ipaclient/remote_plugins/2_49/dns.py:1539 #: ipaclient/remote_plugins/2_49/dns.py:3325 msgid "DS Digest" msgstr "Дайджест DS" #: ipaclient/remote_plugins/2_114/dns.py:558 #: ipaclient/remote_plugins/2_114/dns.py:2102 #: ipaclient/remote_plugins/2_114/dns.py:2802 #: ipaclient/remote_plugins/2_114/dns.py:3210 #: ipaclient/remote_plugins/2_114/dns.py:3761 #: ipaclient/remote_plugins/2_156/dns.py:551 #: ipaclient/remote_plugins/2_156/dns.py:2057 #: ipaclient/remote_plugins/2_156/dns.py:2708 #: ipaclient/remote_plugins/2_156/dns.py:3071 #: ipaclient/remote_plugins/2_156/dns.py:3576 #: ipaclient/remote_plugins/2_164/dns.py:551 #: ipaclient/remote_plugins/2_164/dns.py:2065 #: ipaclient/remote_plugins/2_164/dns.py:2716 #: ipaclient/remote_plugins/2_164/dns.py:3079 #: ipaclient/remote_plugins/2_164/dns.py:3584 #: ipaclient/remote_plugins/2_49/dns.py:464 #: ipaclient/remote_plugins/2_49/dns.py:1548 #: ipaclient/remote_plugins/2_49/dns.py:2408 #: ipaclient/remote_plugins/2_49/dns.py:2821 #: ipaclient/remote_plugins/2_49/dns.py:3334 msgid "HIP record" msgstr "Запись HIP" #: ipaclient/remote_plugins/2_114/dns.py:559 #: ipaclient/remote_plugins/2_114/dns.py:2103 #: ipaclient/remote_plugins/2_114/dns.py:2803 #: ipaclient/remote_plugins/2_114/dns.py:3211 #: ipaclient/remote_plugins/2_114/dns.py:3762 #: ipaclient/remote_plugins/2_156/dns.py:552 #: ipaclient/remote_plugins/2_156/dns.py:2058 #: ipaclient/remote_plugins/2_156/dns.py:2709 #: ipaclient/remote_plugins/2_156/dns.py:3072 #: ipaclient/remote_plugins/2_156/dns.py:3577 #: ipaclient/remote_plugins/2_164/dns.py:552 #: ipaclient/remote_plugins/2_164/dns.py:2066 #: ipaclient/remote_plugins/2_164/dns.py:2717 #: ipaclient/remote_plugins/2_164/dns.py:3080 #: ipaclient/remote_plugins/2_164/dns.py:3585 msgid "Raw HIP records" msgstr "Необработанные записи HIP" #: ipaclient/remote_plugins/2_114/dns.py:565 #: ipaclient/remote_plugins/2_114/dns.py:2112 #: ipaclient/remote_plugins/2_114/dns.py:2811 #: ipaclient/remote_plugins/2_114/dns.py:3219 #: ipaclient/remote_plugins/2_114/dns.py:3771 #: ipaclient/remote_plugins/2_156/dns.py:558 #: ipaclient/remote_plugins/2_156/dns.py:2067 #: ipaclient/remote_plugins/2_156/dns.py:2717 #: ipaclient/remote_plugins/2_156/dns.py:3080 #: ipaclient/remote_plugins/2_156/dns.py:3586 #: ipaclient/remote_plugins/2_164/dns.py:558 #: ipaclient/remote_plugins/2_164/dns.py:2075 #: ipaclient/remote_plugins/2_164/dns.py:2725 #: ipaclient/remote_plugins/2_164/dns.py:3088 #: ipaclient/remote_plugins/2_164/dns.py:3594 #: ipaclient/remote_plugins/2_49/dns.py:471 #: ipaclient/remote_plugins/2_49/dns.py:1558 #: ipaclient/remote_plugins/2_49/dns.py:2417 #: ipaclient/remote_plugins/2_49/dns.py:2830 #: ipaclient/remote_plugins/2_49/dns.py:3344 msgid "IPSECKEY record" msgstr "Запись IPSECKEY" #: ipaclient/remote_plugins/2_114/dns.py:566 #: ipaclient/remote_plugins/2_114/dns.py:2113 #: ipaclient/remote_plugins/2_114/dns.py:2812 #: ipaclient/remote_plugins/2_114/dns.py:3220 #: ipaclient/remote_plugins/2_114/dns.py:3772 #: ipaclient/remote_plugins/2_156/dns.py:559 #: ipaclient/remote_plugins/2_156/dns.py:2068 #: ipaclient/remote_plugins/2_156/dns.py:2718 #: ipaclient/remote_plugins/2_156/dns.py:3081 #: ipaclient/remote_plugins/2_156/dns.py:3587 #: ipaclient/remote_plugins/2_164/dns.py:559 #: ipaclient/remote_plugins/2_164/dns.py:2076 #: ipaclient/remote_plugins/2_164/dns.py:2726 #: ipaclient/remote_plugins/2_164/dns.py:3089 #: ipaclient/remote_plugins/2_164/dns.py:3595 msgid "Raw IPSECKEY records" msgstr "Необработанные записи IPSECKEY" #: ipaclient/remote_plugins/2_114/dns.py:572 #: ipaclient/remote_plugins/2_114/dns.py:2122 #: ipaclient/remote_plugins/2_114/dns.py:2820 #: ipaclient/remote_plugins/2_114/dns.py:3228 #: ipaclient/remote_plugins/2_114/dns.py:3781 #: ipaclient/remote_plugins/2_156/dns.py:565 #: ipaclient/remote_plugins/2_156/dns.py:2077 #: ipaclient/remote_plugins/2_156/dns.py:2726 #: ipaclient/remote_plugins/2_156/dns.py:3089 #: ipaclient/remote_plugins/2_156/dns.py:3596 #: ipaclient/remote_plugins/2_164/dns.py:565 #: ipaclient/remote_plugins/2_164/dns.py:2085 #: ipaclient/remote_plugins/2_164/dns.py:2734 #: ipaclient/remote_plugins/2_164/dns.py:3097 #: ipaclient/remote_plugins/2_164/dns.py:3604 #: ipaclient/remote_plugins/2_49/dns.py:478 #: ipaclient/remote_plugins/2_49/dns.py:1568 #: ipaclient/remote_plugins/2_49/dns.py:2426 #: ipaclient/remote_plugins/2_49/dns.py:2839 #: ipaclient/remote_plugins/2_49/dns.py:3354 msgid "KEY record" msgstr "Запись KEY" #: ipaclient/remote_plugins/2_114/dns.py:573 #: ipaclient/remote_plugins/2_114/dns.py:2123 #: ipaclient/remote_plugins/2_114/dns.py:2821 #: ipaclient/remote_plugins/2_114/dns.py:3229 #: ipaclient/remote_plugins/2_114/dns.py:3782 #: ipaclient/remote_plugins/2_156/dns.py:566 #: ipaclient/remote_plugins/2_156/dns.py:2078 #: ipaclient/remote_plugins/2_156/dns.py:2727 #: ipaclient/remote_plugins/2_156/dns.py:3090 #: ipaclient/remote_plugins/2_156/dns.py:3597 #: ipaclient/remote_plugins/2_164/dns.py:566 #: ipaclient/remote_plugins/2_164/dns.py:2086 #: ipaclient/remote_plugins/2_164/dns.py:2735 #: ipaclient/remote_plugins/2_164/dns.py:3098 #: ipaclient/remote_plugins/2_164/dns.py:3605 msgid "Raw KEY records" msgstr "Необработанные записи KEY" #: ipaclient/remote_plugins/2_114/dns.py:579 #: ipaclient/remote_plugins/2_114/dns.py:2132 #: ipaclient/remote_plugins/2_114/dns.py:2829 #: ipaclient/remote_plugins/2_114/dns.py:3237 #: ipaclient/remote_plugins/2_114/dns.py:3791 #: ipaclient/remote_plugins/2_156/dns.py:572 #: ipaclient/remote_plugins/2_156/dns.py:2087 #: ipaclient/remote_plugins/2_156/dns.py:2735 #: ipaclient/remote_plugins/2_156/dns.py:3098 #: ipaclient/remote_plugins/2_156/dns.py:3606 #: ipaclient/remote_plugins/2_164/dns.py:572 #: ipaclient/remote_plugins/2_164/dns.py:2095 #: ipaclient/remote_plugins/2_164/dns.py:2743 #: ipaclient/remote_plugins/2_164/dns.py:3106 #: ipaclient/remote_plugins/2_164/dns.py:3614 #: ipaclient/remote_plugins/2_49/dns.py:509 #: ipaclient/remote_plugins/2_49/dns.py:1609 #: ipaclient/remote_plugins/2_49/dns.py:2434 #: ipaclient/remote_plugins/2_49/dns.py:2847 #: ipaclient/remote_plugins/2_49/dns.py:3395 msgid "KX record" msgstr "Запись KX" #: ipaclient/remote_plugins/2_114/dns.py:580 #: ipaclient/remote_plugins/2_114/dns.py:2133 #: ipaclient/remote_plugins/2_114/dns.py:2830 #: ipaclient/remote_plugins/2_114/dns.py:3238 #: ipaclient/remote_plugins/2_114/dns.py:3792 #: ipaclient/remote_plugins/2_156/dns.py:573 #: ipaclient/remote_plugins/2_156/dns.py:2088 #: ipaclient/remote_plugins/2_156/dns.py:2736 #: ipaclient/remote_plugins/2_156/dns.py:3099 #: ipaclient/remote_plugins/2_156/dns.py:3607 #: ipaclient/remote_plugins/2_164/dns.py:573 #: ipaclient/remote_plugins/2_164/dns.py:2096 #: ipaclient/remote_plugins/2_164/dns.py:2744 #: ipaclient/remote_plugins/2_164/dns.py:3107 #: ipaclient/remote_plugins/2_164/dns.py:3615 msgid "Raw KX records" msgstr "Необработанные записи KX" #: ipaclient/remote_plugins/2_114/dns.py:585 #: ipaclient/remote_plugins/2_114/dns.py:2140 #: ipaclient/remote_plugins/2_114/dns.py:3799 #: ipaclient/remote_plugins/2_156/dns.py:578 #: ipaclient/remote_plugins/2_156/dns.py:2095 #: ipaclient/remote_plugins/2_156/dns.py:3614 #: ipaclient/remote_plugins/2_164/dns.py:578 #: ipaclient/remote_plugins/2_164/dns.py:2103 #: ipaclient/remote_plugins/2_164/dns.py:3622 #: ipaclient/remote_plugins/2_49/dns.py:515 #: ipaclient/remote_plugins/2_49/dns.py:1617 #: ipaclient/remote_plugins/2_49/dns.py:3403 msgid "KX Preference" msgstr "Приоритет KX" #: ipaclient/remote_plugins/2_114/dns.py:591 #: ipaclient/remote_plugins/2_114/dns.py:2148 #: ipaclient/remote_plugins/2_114/dns.py:3807 #: ipaclient/remote_plugins/2_156/dns.py:584 #: ipaclient/remote_plugins/2_156/dns.py:2103 #: ipaclient/remote_plugins/2_156/dns.py:3622 #: ipaclient/remote_plugins/2_164/dns.py:584 #: ipaclient/remote_plugins/2_164/dns.py:2111 #: ipaclient/remote_plugins/2_164/dns.py:3630 #: ipaclient/remote_plugins/2_49/dns.py:521 #: ipaclient/remote_plugins/2_49/dns.py:1625 #: ipaclient/remote_plugins/2_49/dns.py:3411 msgid "KX Exchanger" msgstr "Обменник KX" #: ipaclient/remote_plugins/2_114/dns.py:598 #: ipaclient/remote_plugins/2_114/dns.py:2157 #: ipaclient/remote_plugins/2_114/dns.py:2837 #: ipaclient/remote_plugins/2_114/dns.py:3245 #: ipaclient/remote_plugins/2_114/dns.py:3816 #: ipaclient/remote_plugins/2_156/dns.py:591 #: ipaclient/remote_plugins/2_156/dns.py:2112 #: ipaclient/remote_plugins/2_156/dns.py:2743 #: ipaclient/remote_plugins/2_156/dns.py:3106 #: ipaclient/remote_plugins/2_156/dns.py:3631 #: ipaclient/remote_plugins/2_164/dns.py:591 #: ipaclient/remote_plugins/2_164/dns.py:2120 #: ipaclient/remote_plugins/2_164/dns.py:2751 #: ipaclient/remote_plugins/2_164/dns.py:3114 #: ipaclient/remote_plugins/2_164/dns.py:3639 #: ipaclient/remote_plugins/2_49/dns.py:528 #: ipaclient/remote_plugins/2_49/dns.py:1634 #: ipaclient/remote_plugins/2_49/dns.py:2442 #: ipaclient/remote_plugins/2_49/dns.py:2855 #: ipaclient/remote_plugins/2_49/dns.py:3420 msgid "LOC record" msgstr "Запись LOC" #: ipaclient/remote_plugins/2_114/dns.py:599 #: ipaclient/remote_plugins/2_114/dns.py:2158 #: ipaclient/remote_plugins/2_114/dns.py:2838 #: ipaclient/remote_plugins/2_114/dns.py:3246 #: ipaclient/remote_plugins/2_114/dns.py:3817 #: ipaclient/remote_plugins/2_156/dns.py:592 #: ipaclient/remote_plugins/2_156/dns.py:2113 #: ipaclient/remote_plugins/2_156/dns.py:2744 #: ipaclient/remote_plugins/2_156/dns.py:3107 #: ipaclient/remote_plugins/2_156/dns.py:3632 #: ipaclient/remote_plugins/2_164/dns.py:592 #: ipaclient/remote_plugins/2_164/dns.py:2121 #: ipaclient/remote_plugins/2_164/dns.py:2752 #: ipaclient/remote_plugins/2_164/dns.py:3115 #: ipaclient/remote_plugins/2_164/dns.py:3640 msgid "Raw LOC records" msgstr "Необработанные записи LOC" #: ipaclient/remote_plugins/2_114/dns.py:604 #: ipaclient/remote_plugins/2_114/dns.py:2165 #: ipaclient/remote_plugins/2_114/dns.py:3824 #: ipaclient/remote_plugins/2_156/dns.py:597 #: ipaclient/remote_plugins/2_156/dns.py:2120 #: ipaclient/remote_plugins/2_156/dns.py:3639 #: ipaclient/remote_plugins/2_164/dns.py:597 #: ipaclient/remote_plugins/2_164/dns.py:2128 #: ipaclient/remote_plugins/2_164/dns.py:3647 #: ipaclient/remote_plugins/2_49/dns.py:534 #: ipaclient/remote_plugins/2_49/dns.py:1642 #: ipaclient/remote_plugins/2_49/dns.py:3428 msgid "LOC Degrees Latitude" msgstr "Градусы широты LOC" #: ipaclient/remote_plugins/2_114/dns.py:610 #: ipaclient/remote_plugins/2_114/dns.py:2173 #: ipaclient/remote_plugins/2_114/dns.py:3832 #: ipaclient/remote_plugins/2_156/dns.py:603 #: ipaclient/remote_plugins/2_156/dns.py:2128 #: ipaclient/remote_plugins/2_156/dns.py:3647 #: ipaclient/remote_plugins/2_164/dns.py:603 #: ipaclient/remote_plugins/2_164/dns.py:2136 #: ipaclient/remote_plugins/2_164/dns.py:3655 #: ipaclient/remote_plugins/2_49/dns.py:540 #: ipaclient/remote_plugins/2_49/dns.py:1650 #: ipaclient/remote_plugins/2_49/dns.py:3436 msgid "LOC Minutes Latitude" msgstr "Минуты широты LOC" #: ipaclient/remote_plugins/2_114/dns.py:616 #: ipaclient/remote_plugins/2_114/dns.py:2181 #: ipaclient/remote_plugins/2_114/dns.py:3840 #: ipaclient/remote_plugins/2_156/dns.py:609 #: ipaclient/remote_plugins/2_156/dns.py:2136 #: ipaclient/remote_plugins/2_156/dns.py:3655 #: ipaclient/remote_plugins/2_164/dns.py:609 #: ipaclient/remote_plugins/2_164/dns.py:2144 #: ipaclient/remote_plugins/2_164/dns.py:3663 #: ipaclient/remote_plugins/2_49/dns.py:546 #: ipaclient/remote_plugins/2_49/dns.py:1658 #: ipaclient/remote_plugins/2_49/dns.py:3444 msgid "LOC Seconds Latitude" msgstr "Секунды широты LOC" #: ipaclient/remote_plugins/2_114/dns.py:622 #: ipaclient/remote_plugins/2_114/dns.py:2191 #: ipaclient/remote_plugins/2_114/dns.py:3850 #: ipaclient/remote_plugins/2_156/dns.py:615 #: ipaclient/remote_plugins/2_156/dns.py:2146 #: ipaclient/remote_plugins/2_156/dns.py:3665 #: ipaclient/remote_plugins/2_164/dns.py:615 #: ipaclient/remote_plugins/2_164/dns.py:2154 #: ipaclient/remote_plugins/2_164/dns.py:3673 #: ipaclient/remote_plugins/2_49/dns.py:552 #: ipaclient/remote_plugins/2_49/dns.py:1668 #: ipaclient/remote_plugins/2_49/dns.py:3454 msgid "LOC Direction Latitude" msgstr "Направление широты LOC" #: ipaclient/remote_plugins/2_114/dns.py:628 #: ipaclient/remote_plugins/2_114/dns.py:2199 #: ipaclient/remote_plugins/2_114/dns.py:3858 #: ipaclient/remote_plugins/2_156/dns.py:621 #: ipaclient/remote_plugins/2_156/dns.py:2154 #: ipaclient/remote_plugins/2_156/dns.py:3673 #: ipaclient/remote_plugins/2_164/dns.py:621 #: ipaclient/remote_plugins/2_164/dns.py:2162 #: ipaclient/remote_plugins/2_164/dns.py:3681 #: ipaclient/remote_plugins/2_49/dns.py:558 #: ipaclient/remote_plugins/2_49/dns.py:1676 #: ipaclient/remote_plugins/2_49/dns.py:3462 msgid "LOC Degrees Longitude" msgstr "Градусы долготы LOC" #: ipaclient/remote_plugins/2_114/dns.py:634 #: ipaclient/remote_plugins/2_114/dns.py:2207 #: ipaclient/remote_plugins/2_114/dns.py:3866 #: ipaclient/remote_plugins/2_156/dns.py:627 #: ipaclient/remote_plugins/2_156/dns.py:2162 #: ipaclient/remote_plugins/2_156/dns.py:3681 #: ipaclient/remote_plugins/2_164/dns.py:627 #: ipaclient/remote_plugins/2_164/dns.py:2170 #: ipaclient/remote_plugins/2_164/dns.py:3689 #: ipaclient/remote_plugins/2_49/dns.py:564 #: ipaclient/remote_plugins/2_49/dns.py:1684 #: ipaclient/remote_plugins/2_49/dns.py:3470 msgid "LOC Minutes Longitude" msgstr "Минуты долготы LOC" #: ipaclient/remote_plugins/2_114/dns.py:640 #: ipaclient/remote_plugins/2_114/dns.py:2215 #: ipaclient/remote_plugins/2_114/dns.py:3874 #: ipaclient/remote_plugins/2_156/dns.py:633 #: ipaclient/remote_plugins/2_156/dns.py:2170 #: ipaclient/remote_plugins/2_156/dns.py:3689 #: ipaclient/remote_plugins/2_164/dns.py:633 #: ipaclient/remote_plugins/2_164/dns.py:2178 #: ipaclient/remote_plugins/2_164/dns.py:3697 #: ipaclient/remote_plugins/2_49/dns.py:570 #: ipaclient/remote_plugins/2_49/dns.py:1692 #: ipaclient/remote_plugins/2_49/dns.py:3478 msgid "LOC Seconds Longitude" msgstr "Секунды долготы LOC" #: ipaclient/remote_plugins/2_114/dns.py:646 #: ipaclient/remote_plugins/2_114/dns.py:2225 #: ipaclient/remote_plugins/2_114/dns.py:3884 #: ipaclient/remote_plugins/2_156/dns.py:639 #: ipaclient/remote_plugins/2_156/dns.py:2180 #: ipaclient/remote_plugins/2_156/dns.py:3699 #: ipaclient/remote_plugins/2_164/dns.py:639 #: ipaclient/remote_plugins/2_164/dns.py:2188 #: ipaclient/remote_plugins/2_164/dns.py:3707 #: ipaclient/remote_plugins/2_49/dns.py:576 #: ipaclient/remote_plugins/2_49/dns.py:1702 #: ipaclient/remote_plugins/2_49/dns.py:3488 msgid "LOC Direction Longitude" msgstr "Направление долготы LOC" #: ipaclient/remote_plugins/2_114/dns.py:652 #: ipaclient/remote_plugins/2_114/dns.py:2233 #: ipaclient/remote_plugins/2_114/dns.py:3892 #: ipaclient/remote_plugins/2_156/dns.py:645 #: ipaclient/remote_plugins/2_156/dns.py:2188 #: ipaclient/remote_plugins/2_156/dns.py:3707 #: ipaclient/remote_plugins/2_164/dns.py:645 #: ipaclient/remote_plugins/2_164/dns.py:2196 #: ipaclient/remote_plugins/2_164/dns.py:3715 #: ipaclient/remote_plugins/2_49/dns.py:582 #: ipaclient/remote_plugins/2_49/dns.py:1710 #: ipaclient/remote_plugins/2_49/dns.py:3496 msgid "LOC Altitude" msgstr "Высота над уровнем моря LOC" #: ipaclient/remote_plugins/2_114/dns.py:658 #: ipaclient/remote_plugins/2_114/dns.py:2242 #: ipaclient/remote_plugins/2_114/dns.py:3901 #: ipaclient/remote_plugins/2_156/dns.py:651 #: ipaclient/remote_plugins/2_156/dns.py:2197 #: ipaclient/remote_plugins/2_156/dns.py:3716 #: ipaclient/remote_plugins/2_164/dns.py:651 #: ipaclient/remote_plugins/2_164/dns.py:2205 #: ipaclient/remote_plugins/2_164/dns.py:3724 #: ipaclient/remote_plugins/2_49/dns.py:588 #: ipaclient/remote_plugins/2_49/dns.py:1719 #: ipaclient/remote_plugins/2_49/dns.py:3505 msgid "LOC Size" msgstr "Размер LOC" #: ipaclient/remote_plugins/2_114/dns.py:664 #: ipaclient/remote_plugins/2_114/dns.py:2251 #: ipaclient/remote_plugins/2_114/dns.py:3910 #: ipaclient/remote_plugins/2_156/dns.py:657 #: ipaclient/remote_plugins/2_156/dns.py:2206 #: ipaclient/remote_plugins/2_156/dns.py:3725 #: ipaclient/remote_plugins/2_164/dns.py:657 #: ipaclient/remote_plugins/2_164/dns.py:2214 #: ipaclient/remote_plugins/2_164/dns.py:3733 #: ipaclient/remote_plugins/2_49/dns.py:594 #: ipaclient/remote_plugins/2_49/dns.py:1728 #: ipaclient/remote_plugins/2_49/dns.py:3514 msgid "LOC Horizontal Precision" msgstr "Горизонтальная точность LOC" #: ipaclient/remote_plugins/2_114/dns.py:670 #: ipaclient/remote_plugins/2_114/dns.py:2260 #: ipaclient/remote_plugins/2_114/dns.py:3919 #: ipaclient/remote_plugins/2_156/dns.py:663 #: ipaclient/remote_plugins/2_156/dns.py:2215 #: ipaclient/remote_plugins/2_156/dns.py:3734 #: ipaclient/remote_plugins/2_164/dns.py:663 #: ipaclient/remote_plugins/2_164/dns.py:2223 #: ipaclient/remote_plugins/2_164/dns.py:3742 #: ipaclient/remote_plugins/2_49/dns.py:600 #: ipaclient/remote_plugins/2_49/dns.py:1737 #: ipaclient/remote_plugins/2_49/dns.py:3523 msgid "LOC Vertical Precision" msgstr "Вертикальная точность LOC" #: ipaclient/remote_plugins/2_114/dns.py:677 #: ipaclient/remote_plugins/2_114/dns.py:2270 #: ipaclient/remote_plugins/2_114/dns.py:2845 #: ipaclient/remote_plugins/2_114/dns.py:3253 #: ipaclient/remote_plugins/2_114/dns.py:3929 #: ipaclient/remote_plugins/2_156/dns.py:670 #: ipaclient/remote_plugins/2_156/dns.py:2225 #: ipaclient/remote_plugins/2_156/dns.py:2751 #: ipaclient/remote_plugins/2_156/dns.py:3114 #: ipaclient/remote_plugins/2_156/dns.py:3744 #: ipaclient/remote_plugins/2_164/dns.py:670 #: ipaclient/remote_plugins/2_164/dns.py:2233 #: ipaclient/remote_plugins/2_164/dns.py:2759 #: ipaclient/remote_plugins/2_164/dns.py:3122 #: ipaclient/remote_plugins/2_164/dns.py:3752 #: ipaclient/remote_plugins/2_49/dns.py:607 #: ipaclient/remote_plugins/2_49/dns.py:1747 #: ipaclient/remote_plugins/2_49/dns.py:2450 #: ipaclient/remote_plugins/2_49/dns.py:2863 #: ipaclient/remote_plugins/2_49/dns.py:3533 msgid "MX record" msgstr "Запись MX" #: ipaclient/remote_plugins/2_114/dns.py:678 #: ipaclient/remote_plugins/2_114/dns.py:2271 #: ipaclient/remote_plugins/2_114/dns.py:2846 #: ipaclient/remote_plugins/2_114/dns.py:3254 #: ipaclient/remote_plugins/2_114/dns.py:3930 #: ipaclient/remote_plugins/2_156/dns.py:671 #: ipaclient/remote_plugins/2_156/dns.py:2226 #: ipaclient/remote_plugins/2_156/dns.py:2752 #: ipaclient/remote_plugins/2_156/dns.py:3115 #: ipaclient/remote_plugins/2_156/dns.py:3745 #: ipaclient/remote_plugins/2_164/dns.py:671 #: ipaclient/remote_plugins/2_164/dns.py:2234 #: ipaclient/remote_plugins/2_164/dns.py:2760 #: ipaclient/remote_plugins/2_164/dns.py:3123 #: ipaclient/remote_plugins/2_164/dns.py:3753 msgid "Raw MX records" msgstr "Необработанные записи MX" #: ipaclient/remote_plugins/2_114/dns.py:683 #: ipaclient/remote_plugins/2_114/dns.py:2278 #: ipaclient/remote_plugins/2_114/dns.py:3937 #: ipaclient/remote_plugins/2_156/dns.py:676 #: ipaclient/remote_plugins/2_156/dns.py:2233 #: ipaclient/remote_plugins/2_156/dns.py:3752 #: ipaclient/remote_plugins/2_164/dns.py:676 #: ipaclient/remote_plugins/2_164/dns.py:2241 #: ipaclient/remote_plugins/2_164/dns.py:3760 #: ipaclient/remote_plugins/2_49/dns.py:613 #: ipaclient/remote_plugins/2_49/dns.py:1755 #: ipaclient/remote_plugins/2_49/dns.py:3541 msgid "MX Preference" msgstr "Приоритет MX" #: ipaclient/remote_plugins/2_114/dns.py:689 #: ipaclient/remote_plugins/2_114/dns.py:2286 #: ipaclient/remote_plugins/2_114/dns.py:3945 #: ipaclient/remote_plugins/2_156/dns.py:682 #: ipaclient/remote_plugins/2_156/dns.py:2241 #: ipaclient/remote_plugins/2_156/dns.py:3760 #: ipaclient/remote_plugins/2_164/dns.py:682 #: ipaclient/remote_plugins/2_164/dns.py:2249 #: ipaclient/remote_plugins/2_164/dns.py:3768 #: ipaclient/remote_plugins/2_49/dns.py:619 #: ipaclient/remote_plugins/2_49/dns.py:1763 #: ipaclient/remote_plugins/2_49/dns.py:3549 msgid "MX Exchanger" msgstr "Обменник MX" #: ipaclient/remote_plugins/2_114/dns.py:696 #: ipaclient/remote_plugins/2_114/dns.py:2295 #: ipaclient/remote_plugins/2_114/dns.py:2853 #: ipaclient/remote_plugins/2_114/dns.py:3261 #: ipaclient/remote_plugins/2_114/dns.py:3954 #: ipaclient/remote_plugins/2_156/dns.py:689 #: ipaclient/remote_plugins/2_156/dns.py:2250 #: ipaclient/remote_plugins/2_156/dns.py:2759 #: ipaclient/remote_plugins/2_156/dns.py:3122 #: ipaclient/remote_plugins/2_156/dns.py:3769 #: ipaclient/remote_plugins/2_164/dns.py:689 #: ipaclient/remote_plugins/2_164/dns.py:2258 #: ipaclient/remote_plugins/2_164/dns.py:2767 #: ipaclient/remote_plugins/2_164/dns.py:3130 #: ipaclient/remote_plugins/2_164/dns.py:3777 #: ipaclient/remote_plugins/2_49/dns.py:626 #: ipaclient/remote_plugins/2_49/dns.py:1772 #: ipaclient/remote_plugins/2_49/dns.py:2458 #: ipaclient/remote_plugins/2_49/dns.py:2871 #: ipaclient/remote_plugins/2_49/dns.py:3558 msgid "NAPTR record" msgstr "Запись NAPTR" #: ipaclient/remote_plugins/2_114/dns.py:697 #: ipaclient/remote_plugins/2_114/dns.py:2296 #: ipaclient/remote_plugins/2_114/dns.py:2854 #: ipaclient/remote_plugins/2_114/dns.py:3262 #: ipaclient/remote_plugins/2_114/dns.py:3955 #: ipaclient/remote_plugins/2_156/dns.py:690 #: ipaclient/remote_plugins/2_156/dns.py:2251 #: ipaclient/remote_plugins/2_156/dns.py:2760 #: ipaclient/remote_plugins/2_156/dns.py:3123 #: ipaclient/remote_plugins/2_156/dns.py:3770 #: ipaclient/remote_plugins/2_164/dns.py:690 #: ipaclient/remote_plugins/2_164/dns.py:2259 #: ipaclient/remote_plugins/2_164/dns.py:2768 #: ipaclient/remote_plugins/2_164/dns.py:3131 #: ipaclient/remote_plugins/2_164/dns.py:3778 msgid "Raw NAPTR records" msgstr "Необработанные записи NAPTR" #: ipaclient/remote_plugins/2_114/dns.py:702 #: ipaclient/remote_plugins/2_114/dns.py:2303 #: ipaclient/remote_plugins/2_114/dns.py:3962 #: ipaclient/remote_plugins/2_156/dns.py:695 #: ipaclient/remote_plugins/2_156/dns.py:2258 #: ipaclient/remote_plugins/2_156/dns.py:3777 #: ipaclient/remote_plugins/2_164/dns.py:695 #: ipaclient/remote_plugins/2_164/dns.py:2266 #: ipaclient/remote_plugins/2_164/dns.py:3785 #: ipaclient/remote_plugins/2_49/dns.py:632 #: ipaclient/remote_plugins/2_49/dns.py:1780 #: ipaclient/remote_plugins/2_49/dns.py:3566 msgid "NAPTR Order" msgstr "Порядок NAPTR" #: ipaclient/remote_plugins/2_114/dns.py:708 #: ipaclient/remote_plugins/2_114/dns.py:2311 #: ipaclient/remote_plugins/2_114/dns.py:3970 #: ipaclient/remote_plugins/2_156/dns.py:701 #: ipaclient/remote_plugins/2_156/dns.py:2266 #: ipaclient/remote_plugins/2_156/dns.py:3785 #: ipaclient/remote_plugins/2_164/dns.py:701 #: ipaclient/remote_plugins/2_164/dns.py:2274 #: ipaclient/remote_plugins/2_164/dns.py:3793 #: ipaclient/remote_plugins/2_49/dns.py:638 #: ipaclient/remote_plugins/2_49/dns.py:1788 #: ipaclient/remote_plugins/2_49/dns.py:3574 msgid "NAPTR Preference" msgstr "Приоритет NAPTR" #: ipaclient/remote_plugins/2_114/dns.py:714 #: ipaclient/remote_plugins/2_114/dns.py:2319 #: ipaclient/remote_plugins/2_114/dns.py:3978 #: ipaclient/remote_plugins/2_156/dns.py:707 #: ipaclient/remote_plugins/2_156/dns.py:2274 #: ipaclient/remote_plugins/2_156/dns.py:3793 #: ipaclient/remote_plugins/2_164/dns.py:707 #: ipaclient/remote_plugins/2_164/dns.py:2282 #: ipaclient/remote_plugins/2_164/dns.py:3801 #: ipaclient/remote_plugins/2_49/dns.py:644 #: ipaclient/remote_plugins/2_49/dns.py:1796 #: ipaclient/remote_plugins/2_49/dns.py:3582 msgid "NAPTR Flags" msgstr "Флаги NAPTR" #: ipaclient/remote_plugins/2_114/dns.py:720 #: ipaclient/remote_plugins/2_114/dns.py:2328 #: ipaclient/remote_plugins/2_114/dns.py:3987 #: ipaclient/remote_plugins/2_156/dns.py:713 #: ipaclient/remote_plugins/2_156/dns.py:2283 #: ipaclient/remote_plugins/2_156/dns.py:3802 #: ipaclient/remote_plugins/2_164/dns.py:713 #: ipaclient/remote_plugins/2_164/dns.py:2291 #: ipaclient/remote_plugins/2_164/dns.py:3810 #: ipaclient/remote_plugins/2_49/dns.py:650 #: ipaclient/remote_plugins/2_49/dns.py:1805 #: ipaclient/remote_plugins/2_49/dns.py:3591 msgid "NAPTR Service" msgstr "Служба NAPTR" #: ipaclient/remote_plugins/2_114/dns.py:726 #: ipaclient/remote_plugins/2_114/dns.py:2336 #: ipaclient/remote_plugins/2_114/dns.py:3995 #: ipaclient/remote_plugins/2_156/dns.py:719 #: ipaclient/remote_plugins/2_156/dns.py:2291 #: ipaclient/remote_plugins/2_156/dns.py:3810 #: ipaclient/remote_plugins/2_164/dns.py:719 #: ipaclient/remote_plugins/2_164/dns.py:2299 #: ipaclient/remote_plugins/2_164/dns.py:3818 #: ipaclient/remote_plugins/2_49/dns.py:656 #: ipaclient/remote_plugins/2_49/dns.py:1813 #: ipaclient/remote_plugins/2_49/dns.py:3599 msgid "NAPTR Regular Expression" msgstr "Регулярное выражение NAPTR" #: ipaclient/remote_plugins/2_114/dns.py:732 #: ipaclient/remote_plugins/2_114/dns.py:2344 #: ipaclient/remote_plugins/2_114/dns.py:4003 #: ipaclient/remote_plugins/2_156/dns.py:725 #: ipaclient/remote_plugins/2_156/dns.py:2299 #: ipaclient/remote_plugins/2_156/dns.py:3818 #: ipaclient/remote_plugins/2_164/dns.py:725 #: ipaclient/remote_plugins/2_164/dns.py:2307 #: ipaclient/remote_plugins/2_164/dns.py:3826 #: ipaclient/remote_plugins/2_49/dns.py:662 #: ipaclient/remote_plugins/2_49/dns.py:1821 #: ipaclient/remote_plugins/2_49/dns.py:3607 msgid "NAPTR Replacement" msgstr "Замена NAPTR" #: ipaclient/remote_plugins/2_114/dns.py:739 #: ipaclient/remote_plugins/2_114/dns.py:2353 #: ipaclient/remote_plugins/2_114/dns.py:2861 #: ipaclient/remote_plugins/2_114/dns.py:3269 #: ipaclient/remote_plugins/2_114/dns.py:4012 #: ipaclient/remote_plugins/2_156/dns.py:732 #: ipaclient/remote_plugins/2_156/dns.py:2308 #: ipaclient/remote_plugins/2_156/dns.py:2767 #: ipaclient/remote_plugins/2_156/dns.py:3130 #: ipaclient/remote_plugins/2_156/dns.py:3827 #: ipaclient/remote_plugins/2_164/dns.py:732 #: ipaclient/remote_plugins/2_164/dns.py:2316 #: ipaclient/remote_plugins/2_164/dns.py:2775 #: ipaclient/remote_plugins/2_164/dns.py:3138 #: ipaclient/remote_plugins/2_164/dns.py:3835 #: ipaclient/remote_plugins/2_49/dns.py:669 #: ipaclient/remote_plugins/2_49/dns.py:1830 #: ipaclient/remote_plugins/2_49/dns.py:2466 #: ipaclient/remote_plugins/2_49/dns.py:2879 #: ipaclient/remote_plugins/2_49/dns.py:3616 msgid "NS record" msgstr "Запись NS" #: ipaclient/remote_plugins/2_114/dns.py:740 #: ipaclient/remote_plugins/2_114/dns.py:2354 #: ipaclient/remote_plugins/2_114/dns.py:2862 #: ipaclient/remote_plugins/2_114/dns.py:3270 #: ipaclient/remote_plugins/2_114/dns.py:4013 #: ipaclient/remote_plugins/2_156/dns.py:733 #: ipaclient/remote_plugins/2_156/dns.py:2309 #: ipaclient/remote_plugins/2_156/dns.py:2768 #: ipaclient/remote_plugins/2_156/dns.py:3131 #: ipaclient/remote_plugins/2_156/dns.py:3828 #: ipaclient/remote_plugins/2_164/dns.py:733 #: ipaclient/remote_plugins/2_164/dns.py:2317 #: ipaclient/remote_plugins/2_164/dns.py:2776 #: ipaclient/remote_plugins/2_164/dns.py:3139 #: ipaclient/remote_plugins/2_164/dns.py:3836 msgid "Raw NS records" msgstr "Необработанные записи NS" #: ipaclient/remote_plugins/2_114/dns.py:745 #: ipaclient/remote_plugins/2_114/dns.py:2361 #: ipaclient/remote_plugins/2_114/dns.py:4020 #: ipaclient/remote_plugins/2_156/dns.py:738 #: ipaclient/remote_plugins/2_156/dns.py:2316 #: ipaclient/remote_plugins/2_156/dns.py:3835 #: ipaclient/remote_plugins/2_164/dns.py:738 #: ipaclient/remote_plugins/2_164/dns.py:2324 #: ipaclient/remote_plugins/2_164/dns.py:3843 #: ipaclient/remote_plugins/2_49/dns.py:675 #: ipaclient/remote_plugins/2_49/dns.py:1838 #: ipaclient/remote_plugins/2_49/dns.py:3624 msgid "NS Hostname" msgstr "Имя узла NS" #: ipaclient/remote_plugins/2_114/dns.py:752 #: ipaclient/remote_plugins/2_114/dns.py:2370 #: ipaclient/remote_plugins/2_114/dns.py:2869 #: ipaclient/remote_plugins/2_114/dns.py:3277 #: ipaclient/remote_plugins/2_114/dns.py:4029 #: ipaclient/remote_plugins/2_156/dns.py:745 #: ipaclient/remote_plugins/2_156/dns.py:2325 #: ipaclient/remote_plugins/2_156/dns.py:2775 #: ipaclient/remote_plugins/2_156/dns.py:3138 #: ipaclient/remote_plugins/2_156/dns.py:3844 #: ipaclient/remote_plugins/2_164/dns.py:745 #: ipaclient/remote_plugins/2_164/dns.py:2333 #: ipaclient/remote_plugins/2_164/dns.py:2783 #: ipaclient/remote_plugins/2_164/dns.py:3146 #: ipaclient/remote_plugins/2_164/dns.py:3852 #: ipaclient/remote_plugins/2_49/dns.py:682 #: ipaclient/remote_plugins/2_49/dns.py:1847 #: ipaclient/remote_plugins/2_49/dns.py:2474 #: ipaclient/remote_plugins/2_49/dns.py:2887 #: ipaclient/remote_plugins/2_49/dns.py:3633 msgid "NSEC record" msgstr "Запись NSEC" #: ipaclient/remote_plugins/2_114/dns.py:753 #: ipaclient/remote_plugins/2_114/dns.py:2371 #: ipaclient/remote_plugins/2_114/dns.py:2870 #: ipaclient/remote_plugins/2_114/dns.py:3278 #: ipaclient/remote_plugins/2_114/dns.py:4030 #: ipaclient/remote_plugins/2_156/dns.py:746 #: ipaclient/remote_plugins/2_156/dns.py:2326 #: ipaclient/remote_plugins/2_156/dns.py:2776 #: ipaclient/remote_plugins/2_156/dns.py:3139 #: ipaclient/remote_plugins/2_156/dns.py:3845 #: ipaclient/remote_plugins/2_164/dns.py:746 #: ipaclient/remote_plugins/2_164/dns.py:2334 #: ipaclient/remote_plugins/2_164/dns.py:2784 #: ipaclient/remote_plugins/2_164/dns.py:3147 #: ipaclient/remote_plugins/2_164/dns.py:3853 msgid "Raw NSEC records" msgstr "Необработанные записи NSEC" #: ipaclient/remote_plugins/2_114/dns.py:759 #: ipaclient/remote_plugins/2_114/dns.py:2380 #: ipaclient/remote_plugins/2_114/dns.py:2878 #: ipaclient/remote_plugins/2_114/dns.py:3286 #: ipaclient/remote_plugins/2_114/dns.py:4039 #: ipaclient/remote_plugins/2_49/dns.py:702 #: ipaclient/remote_plugins/2_49/dns.py:1874 #: ipaclient/remote_plugins/2_49/dns.py:2482 #: ipaclient/remote_plugins/2_49/dns.py:2895 #: ipaclient/remote_plugins/2_49/dns.py:3660 msgid "NSEC3 record" msgstr "Запись NSEC3" #: ipaclient/remote_plugins/2_114/dns.py:760 #: ipaclient/remote_plugins/2_114/dns.py:2381 #: ipaclient/remote_plugins/2_114/dns.py:2879 #: ipaclient/remote_plugins/2_114/dns.py:3287 #: ipaclient/remote_plugins/2_114/dns.py:4040 msgid "Raw NSEC3 records" msgstr "Необработанные записи NSEC3" #: ipaclient/remote_plugins/2_114/dns.py:766 #: ipaclient/remote_plugins/2_114/dns.py:2390 #: ipaclient/remote_plugins/2_114/dns.py:2887 #: ipaclient/remote_plugins/2_114/dns.py:3295 #: ipaclient/remote_plugins/2_114/dns.py:4049 #: ipaclient/remote_plugins/2_156/dns.py:752 #: ipaclient/remote_plugins/2_156/dns.py:2335 #: ipaclient/remote_plugins/2_156/dns.py:2784 #: ipaclient/remote_plugins/2_156/dns.py:3147 #: ipaclient/remote_plugins/2_156/dns.py:3854 #: ipaclient/remote_plugins/2_164/dns.py:752 #: ipaclient/remote_plugins/2_164/dns.py:2343 #: ipaclient/remote_plugins/2_164/dns.py:2792 #: ipaclient/remote_plugins/2_164/dns.py:3155 #: ipaclient/remote_plugins/2_164/dns.py:3862 #: ipaclient/remote_plugins/2_49/dns.py:716 #: ipaclient/remote_plugins/2_49/dns.py:1894 #: ipaclient/remote_plugins/2_49/dns.py:2500 #: ipaclient/remote_plugins/2_49/dns.py:2913 #: ipaclient/remote_plugins/2_49/dns.py:3680 msgid "PTR record" msgstr "Запись PTR" #: ipaclient/remote_plugins/2_114/dns.py:767 #: ipaclient/remote_plugins/2_114/dns.py:2391 #: ipaclient/remote_plugins/2_114/dns.py:2888 #: ipaclient/remote_plugins/2_114/dns.py:3296 #: ipaclient/remote_plugins/2_114/dns.py:4050 #: ipaclient/remote_plugins/2_156/dns.py:753 #: ipaclient/remote_plugins/2_156/dns.py:2336 #: ipaclient/remote_plugins/2_156/dns.py:2785 #: ipaclient/remote_plugins/2_156/dns.py:3148 #: ipaclient/remote_plugins/2_156/dns.py:3855 #: ipaclient/remote_plugins/2_164/dns.py:753 #: ipaclient/remote_plugins/2_164/dns.py:2344 #: ipaclient/remote_plugins/2_164/dns.py:2793 #: ipaclient/remote_plugins/2_164/dns.py:3156 #: ipaclient/remote_plugins/2_164/dns.py:3863 msgid "Raw PTR records" msgstr "Необработанные записи PTR" #: ipaclient/remote_plugins/2_114/dns.py:772 #: ipaclient/remote_plugins/2_114/dns.py:2398 #: ipaclient/remote_plugins/2_114/dns.py:4057 #: ipaclient/remote_plugins/2_156/dns.py:758 #: ipaclient/remote_plugins/2_156/dns.py:2343 #: ipaclient/remote_plugins/2_156/dns.py:3862 #: ipaclient/remote_plugins/2_164/dns.py:758 #: ipaclient/remote_plugins/2_164/dns.py:2351 #: ipaclient/remote_plugins/2_164/dns.py:3870 #: ipaclient/remote_plugins/2_49/dns.py:722 #: ipaclient/remote_plugins/2_49/dns.py:1902 #: ipaclient/remote_plugins/2_49/dns.py:3688 msgid "PTR Hostname" msgstr "Имя узла PTR" #: ipaclient/remote_plugins/2_114/dns.py:779 #: ipaclient/remote_plugins/2_114/dns.py:2407 #: ipaclient/remote_plugins/2_114/dns.py:2895 #: ipaclient/remote_plugins/2_114/dns.py:3303 #: ipaclient/remote_plugins/2_114/dns.py:4066 #: ipaclient/remote_plugins/2_156/dns.py:765 #: ipaclient/remote_plugins/2_156/dns.py:2352 #: ipaclient/remote_plugins/2_156/dns.py:2792 #: ipaclient/remote_plugins/2_156/dns.py:3155 #: ipaclient/remote_plugins/2_156/dns.py:3871 #: ipaclient/remote_plugins/2_164/dns.py:765 #: ipaclient/remote_plugins/2_164/dns.py:2360 #: ipaclient/remote_plugins/2_164/dns.py:2800 #: ipaclient/remote_plugins/2_164/dns.py:3163 #: ipaclient/remote_plugins/2_164/dns.py:3879 #: ipaclient/remote_plugins/2_49/dns.py:729 #: ipaclient/remote_plugins/2_49/dns.py:1912 #: ipaclient/remote_plugins/2_49/dns.py:2508 #: ipaclient/remote_plugins/2_49/dns.py:2921 #: ipaclient/remote_plugins/2_49/dns.py:3698 msgid "RRSIG record" msgstr "Запись RRSIG" #: ipaclient/remote_plugins/2_114/dns.py:780 #: ipaclient/remote_plugins/2_114/dns.py:2408 #: ipaclient/remote_plugins/2_114/dns.py:2896 #: ipaclient/remote_plugins/2_114/dns.py:3304 #: ipaclient/remote_plugins/2_114/dns.py:4067 #: ipaclient/remote_plugins/2_156/dns.py:766 #: ipaclient/remote_plugins/2_156/dns.py:2353 #: ipaclient/remote_plugins/2_156/dns.py:2793 #: ipaclient/remote_plugins/2_156/dns.py:3156 #: ipaclient/remote_plugins/2_156/dns.py:3872 #: ipaclient/remote_plugins/2_164/dns.py:766 #: ipaclient/remote_plugins/2_164/dns.py:2361 #: ipaclient/remote_plugins/2_164/dns.py:2801 #: ipaclient/remote_plugins/2_164/dns.py:3164 #: ipaclient/remote_plugins/2_164/dns.py:3880 msgid "Raw RRSIG records" msgstr "Необработанные записи RRSIG" #: ipaclient/remote_plugins/2_114/dns.py:786 #: ipaclient/remote_plugins/2_114/dns.py:2417 #: ipaclient/remote_plugins/2_114/dns.py:2904 #: ipaclient/remote_plugins/2_114/dns.py:3312 #: ipaclient/remote_plugins/2_114/dns.py:4076 #: ipaclient/remote_plugins/2_156/dns.py:772 #: ipaclient/remote_plugins/2_156/dns.py:2362 #: ipaclient/remote_plugins/2_156/dns.py:2801 #: ipaclient/remote_plugins/2_156/dns.py:3164 #: ipaclient/remote_plugins/2_156/dns.py:3881 #: ipaclient/remote_plugins/2_164/dns.py:772 #: ipaclient/remote_plugins/2_164/dns.py:2370 #: ipaclient/remote_plugins/2_164/dns.py:2809 #: ipaclient/remote_plugins/2_164/dns.py:3172 #: ipaclient/remote_plugins/2_164/dns.py:3889 #: ipaclient/remote_plugins/2_49/dns.py:790 #: ipaclient/remote_plugins/2_49/dns.py:1994 #: ipaclient/remote_plugins/2_49/dns.py:2516 #: ipaclient/remote_plugins/2_49/dns.py:2929 #: ipaclient/remote_plugins/2_49/dns.py:3780 msgid "RP record" msgstr "Запись RP" #: ipaclient/remote_plugins/2_114/dns.py:787 #: ipaclient/remote_plugins/2_114/dns.py:2418 #: ipaclient/remote_plugins/2_114/dns.py:2905 #: ipaclient/remote_plugins/2_114/dns.py:3313 #: ipaclient/remote_plugins/2_114/dns.py:4077 #: ipaclient/remote_plugins/2_156/dns.py:773 #: ipaclient/remote_plugins/2_156/dns.py:2363 #: ipaclient/remote_plugins/2_156/dns.py:2802 #: ipaclient/remote_plugins/2_156/dns.py:3165 #: ipaclient/remote_plugins/2_156/dns.py:3882 #: ipaclient/remote_plugins/2_164/dns.py:773 #: ipaclient/remote_plugins/2_164/dns.py:2371 #: ipaclient/remote_plugins/2_164/dns.py:2810 #: ipaclient/remote_plugins/2_164/dns.py:3173 #: ipaclient/remote_plugins/2_164/dns.py:3890 msgid "Raw RP records" msgstr "Необработанные записи RP" #: ipaclient/remote_plugins/2_114/dns.py:793 #: ipaclient/remote_plugins/2_114/dns.py:2427 #: ipaclient/remote_plugins/2_114/dns.py:2913 #: ipaclient/remote_plugins/2_114/dns.py:3321 #: ipaclient/remote_plugins/2_114/dns.py:4086 #: ipaclient/remote_plugins/2_156/dns.py:779 #: ipaclient/remote_plugins/2_156/dns.py:2372 #: ipaclient/remote_plugins/2_156/dns.py:2810 #: ipaclient/remote_plugins/2_156/dns.py:3173 #: ipaclient/remote_plugins/2_156/dns.py:3891 #: ipaclient/remote_plugins/2_164/dns.py:779 #: ipaclient/remote_plugins/2_164/dns.py:2380 #: ipaclient/remote_plugins/2_164/dns.py:2818 #: ipaclient/remote_plugins/2_164/dns.py:3181 #: ipaclient/remote_plugins/2_164/dns.py:3899 #: ipaclient/remote_plugins/2_49/dns.py:797 #: ipaclient/remote_plugins/2_49/dns.py:2004 #: ipaclient/remote_plugins/2_49/dns.py:2525 #: ipaclient/remote_plugins/2_49/dns.py:2938 #: ipaclient/remote_plugins/2_49/dns.py:3790 msgid "SIG record" msgstr "Запись SIG" #: ipaclient/remote_plugins/2_114/dns.py:794 #: ipaclient/remote_plugins/2_114/dns.py:2428 #: ipaclient/remote_plugins/2_114/dns.py:2914 #: ipaclient/remote_plugins/2_114/dns.py:3322 #: ipaclient/remote_plugins/2_114/dns.py:4087 #: ipaclient/remote_plugins/2_156/dns.py:780 #: ipaclient/remote_plugins/2_156/dns.py:2373 #: ipaclient/remote_plugins/2_156/dns.py:2811 #: ipaclient/remote_plugins/2_156/dns.py:3174 #: ipaclient/remote_plugins/2_156/dns.py:3892 #: ipaclient/remote_plugins/2_164/dns.py:780 #: ipaclient/remote_plugins/2_164/dns.py:2381 #: ipaclient/remote_plugins/2_164/dns.py:2819 #: ipaclient/remote_plugins/2_164/dns.py:3182 #: ipaclient/remote_plugins/2_164/dns.py:3900 msgid "Raw SIG records" msgstr "Необработанные записи SIG" #: ipaclient/remote_plugins/2_114/dns.py:800 #: ipaclient/remote_plugins/2_114/dns.py:2437 #: ipaclient/remote_plugins/2_114/dns.py:2922 #: ipaclient/remote_plugins/2_114/dns.py:3330 #: ipaclient/remote_plugins/2_114/dns.py:4096 #: ipaclient/remote_plugins/2_156/dns.py:786 #: ipaclient/remote_plugins/2_156/dns.py:2382 #: ipaclient/remote_plugins/2_156/dns.py:2819 #: ipaclient/remote_plugins/2_156/dns.py:3182 #: ipaclient/remote_plugins/2_156/dns.py:3901 #: ipaclient/remote_plugins/2_164/dns.py:786 #: ipaclient/remote_plugins/2_164/dns.py:2390 #: ipaclient/remote_plugins/2_164/dns.py:2827 #: ipaclient/remote_plugins/2_164/dns.py:3190 #: ipaclient/remote_plugins/2_164/dns.py:3909 #: ipaclient/remote_plugins/2_49/dns.py:858 #: ipaclient/remote_plugins/2_49/dns.py:2086 #: ipaclient/remote_plugins/2_49/dns.py:2533 #: ipaclient/remote_plugins/2_49/dns.py:2946 #: ipaclient/remote_plugins/2_49/dns.py:3872 msgid "SPF record" msgstr "Запись SPF" #: ipaclient/remote_plugins/2_114/dns.py:801 #: ipaclient/remote_plugins/2_114/dns.py:2438 #: ipaclient/remote_plugins/2_114/dns.py:2923 #: ipaclient/remote_plugins/2_114/dns.py:3331 #: ipaclient/remote_plugins/2_114/dns.py:4097 #: ipaclient/remote_plugins/2_156/dns.py:787 #: ipaclient/remote_plugins/2_156/dns.py:2383 #: ipaclient/remote_plugins/2_156/dns.py:2820 #: ipaclient/remote_plugins/2_156/dns.py:3183 #: ipaclient/remote_plugins/2_156/dns.py:3902 #: ipaclient/remote_plugins/2_164/dns.py:787 #: ipaclient/remote_plugins/2_164/dns.py:2391 #: ipaclient/remote_plugins/2_164/dns.py:2828 #: ipaclient/remote_plugins/2_164/dns.py:3191 #: ipaclient/remote_plugins/2_164/dns.py:3910 msgid "Raw SPF records" msgstr "Необработанные записи SPF" #: ipaclient/remote_plugins/2_114/dns.py:807 #: ipaclient/remote_plugins/2_114/dns.py:2447 #: ipaclient/remote_plugins/2_114/dns.py:2931 #: ipaclient/remote_plugins/2_114/dns.py:3339 #: ipaclient/remote_plugins/2_114/dns.py:4106 #: ipaclient/remote_plugins/2_156/dns.py:793 #: ipaclient/remote_plugins/2_156/dns.py:2392 #: ipaclient/remote_plugins/2_156/dns.py:2828 #: ipaclient/remote_plugins/2_156/dns.py:3191 #: ipaclient/remote_plugins/2_156/dns.py:3911 #: ipaclient/remote_plugins/2_164/dns.py:793 #: ipaclient/remote_plugins/2_164/dns.py:2400 #: ipaclient/remote_plugins/2_164/dns.py:2836 #: ipaclient/remote_plugins/2_164/dns.py:3199 #: ipaclient/remote_plugins/2_164/dns.py:3919 #: ipaclient/remote_plugins/2_49/dns.py:865 #: ipaclient/remote_plugins/2_49/dns.py:2096 #: ipaclient/remote_plugins/2_49/dns.py:2542 #: ipaclient/remote_plugins/2_49/dns.py:2955 #: ipaclient/remote_plugins/2_49/dns.py:3882 msgid "SRV record" msgstr "Запись SRV" #: ipaclient/remote_plugins/2_114/dns.py:808 #: ipaclient/remote_plugins/2_114/dns.py:2448 #: ipaclient/remote_plugins/2_114/dns.py:2932 #: ipaclient/remote_plugins/2_114/dns.py:3340 #: ipaclient/remote_plugins/2_114/dns.py:4107 #: ipaclient/remote_plugins/2_156/dns.py:794 #: ipaclient/remote_plugins/2_156/dns.py:2393 #: ipaclient/remote_plugins/2_156/dns.py:2829 #: ipaclient/remote_plugins/2_156/dns.py:3192 #: ipaclient/remote_plugins/2_156/dns.py:3912 #: ipaclient/remote_plugins/2_164/dns.py:794 #: ipaclient/remote_plugins/2_164/dns.py:2401 #: ipaclient/remote_plugins/2_164/dns.py:2837 #: ipaclient/remote_plugins/2_164/dns.py:3200 #: ipaclient/remote_plugins/2_164/dns.py:3920 msgid "Raw SRV records" msgstr "Необработанные записи SRV" #: ipaclient/remote_plugins/2_114/dns.py:813 #: ipaclient/remote_plugins/2_114/dns.py:2455 #: ipaclient/remote_plugins/2_114/dns.py:4114 #: ipaclient/remote_plugins/2_156/dns.py:799 #: ipaclient/remote_plugins/2_156/dns.py:2400 #: ipaclient/remote_plugins/2_156/dns.py:3919 #: ipaclient/remote_plugins/2_164/dns.py:799 #: ipaclient/remote_plugins/2_164/dns.py:2408 #: ipaclient/remote_plugins/2_164/dns.py:3927 #: ipaclient/remote_plugins/2_49/dns.py:871 #: ipaclient/remote_plugins/2_49/dns.py:2104 #: ipaclient/remote_plugins/2_49/dns.py:3890 msgid "SRV Priority" msgstr "Приоритет SRV" #: ipaclient/remote_plugins/2_114/dns.py:819 #: ipaclient/remote_plugins/2_114/dns.py:2463 #: ipaclient/remote_plugins/2_114/dns.py:4122 #: ipaclient/remote_plugins/2_156/dns.py:805 #: ipaclient/remote_plugins/2_156/dns.py:2408 #: ipaclient/remote_plugins/2_156/dns.py:3927 #: ipaclient/remote_plugins/2_164/dns.py:805 #: ipaclient/remote_plugins/2_164/dns.py:2416 #: ipaclient/remote_plugins/2_164/dns.py:3935 #: ipaclient/remote_plugins/2_49/dns.py:877 #: ipaclient/remote_plugins/2_49/dns.py:2112 #: ipaclient/remote_plugins/2_49/dns.py:3898 msgid "SRV Weight" msgstr "Вес SRV" #: ipaclient/remote_plugins/2_114/dns.py:825 #: ipaclient/remote_plugins/2_114/dns.py:2471 #: ipaclient/remote_plugins/2_114/dns.py:4130 #: ipaclient/remote_plugins/2_156/dns.py:811 #: ipaclient/remote_plugins/2_156/dns.py:2416 #: ipaclient/remote_plugins/2_156/dns.py:3935 #: ipaclient/remote_plugins/2_164/dns.py:811 #: ipaclient/remote_plugins/2_164/dns.py:2424 #: ipaclient/remote_plugins/2_164/dns.py:3943 #: ipaclient/remote_plugins/2_49/dns.py:883 #: ipaclient/remote_plugins/2_49/dns.py:2120 #: ipaclient/remote_plugins/2_49/dns.py:3906 msgid "SRV Port" msgstr "Порт SRV" #: ipaclient/remote_plugins/2_114/dns.py:831 #: ipaclient/remote_plugins/2_114/dns.py:2479 #: ipaclient/remote_plugins/2_114/dns.py:4138 #: ipaclient/remote_plugins/2_156/dns.py:817 #: ipaclient/remote_plugins/2_156/dns.py:2424 #: ipaclient/remote_plugins/2_156/dns.py:3943 #: ipaclient/remote_plugins/2_164/dns.py:817 #: ipaclient/remote_plugins/2_164/dns.py:2432 #: ipaclient/remote_plugins/2_164/dns.py:3951 #: ipaclient/remote_plugins/2_49/dns.py:889 #: ipaclient/remote_plugins/2_49/dns.py:2128 #: ipaclient/remote_plugins/2_49/dns.py:3914 msgid "SRV Target" msgstr "Цель SRV" #: ipaclient/remote_plugins/2_114/dns.py:838 #: ipaclient/remote_plugins/2_114/dns.py:2488 #: ipaclient/remote_plugins/2_114/dns.py:2939 #: ipaclient/remote_plugins/2_114/dns.py:3347 #: ipaclient/remote_plugins/2_114/dns.py:4147 #: ipaclient/remote_plugins/2_156/dns.py:824 #: ipaclient/remote_plugins/2_156/dns.py:2433 #: ipaclient/remote_plugins/2_156/dns.py:2836 #: ipaclient/remote_plugins/2_156/dns.py:3199 #: ipaclient/remote_plugins/2_156/dns.py:3952 #: ipaclient/remote_plugins/2_164/dns.py:824 #: ipaclient/remote_plugins/2_164/dns.py:2441 #: ipaclient/remote_plugins/2_164/dns.py:2844 #: ipaclient/remote_plugins/2_164/dns.py:3207 #: ipaclient/remote_plugins/2_164/dns.py:3960 #: ipaclient/remote_plugins/2_49/dns.py:896 #: ipaclient/remote_plugins/2_49/dns.py:2137 #: ipaclient/remote_plugins/2_49/dns.py:2550 #: ipaclient/remote_plugins/2_49/dns.py:2963 #: ipaclient/remote_plugins/2_49/dns.py:3923 msgid "SSHFP record" msgstr "Запись SSHFP" #: ipaclient/remote_plugins/2_114/dns.py:839 #: ipaclient/remote_plugins/2_114/dns.py:2489 #: ipaclient/remote_plugins/2_114/dns.py:2940 #: ipaclient/remote_plugins/2_114/dns.py:3348 #: ipaclient/remote_plugins/2_114/dns.py:4148 #: ipaclient/remote_plugins/2_156/dns.py:825 #: ipaclient/remote_plugins/2_156/dns.py:2434 #: ipaclient/remote_plugins/2_156/dns.py:2837 #: ipaclient/remote_plugins/2_156/dns.py:3200 #: ipaclient/remote_plugins/2_156/dns.py:3953 #: ipaclient/remote_plugins/2_164/dns.py:825 #: ipaclient/remote_plugins/2_164/dns.py:2442 #: ipaclient/remote_plugins/2_164/dns.py:2845 #: ipaclient/remote_plugins/2_164/dns.py:3208 #: ipaclient/remote_plugins/2_164/dns.py:3961 msgid "Raw SSHFP records" msgstr "Необработанные записи SSHFP" #: ipaclient/remote_plugins/2_114/dns.py:844 #: ipaclient/remote_plugins/2_114/dns.py:2496 #: ipaclient/remote_plugins/2_114/dns.py:4155 #: ipaclient/remote_plugins/2_156/dns.py:830 #: ipaclient/remote_plugins/2_156/dns.py:2441 #: ipaclient/remote_plugins/2_156/dns.py:3960 #: ipaclient/remote_plugins/2_164/dns.py:830 #: ipaclient/remote_plugins/2_164/dns.py:2449 #: ipaclient/remote_plugins/2_164/dns.py:3968 #: ipaclient/remote_plugins/2_49/dns.py:902 #: ipaclient/remote_plugins/2_49/dns.py:2145 #: ipaclient/remote_plugins/2_49/dns.py:3931 msgid "SSHFP Algorithm" msgstr "Алгоритм SSHFP" #: ipaclient/remote_plugins/2_114/dns.py:850 #: ipaclient/remote_plugins/2_114/dns.py:2504 #: ipaclient/remote_plugins/2_114/dns.py:4163 #: ipaclient/remote_plugins/2_156/dns.py:836 #: ipaclient/remote_plugins/2_156/dns.py:2449 #: ipaclient/remote_plugins/2_156/dns.py:3968 #: ipaclient/remote_plugins/2_164/dns.py:836 #: ipaclient/remote_plugins/2_164/dns.py:2457 #: ipaclient/remote_plugins/2_164/dns.py:3976 #: ipaclient/remote_plugins/2_49/dns.py:908 #: ipaclient/remote_plugins/2_49/dns.py:2153 #: ipaclient/remote_plugins/2_49/dns.py:3939 msgid "SSHFP Fingerprint Type" msgstr "Тип отпечатка SSHFP" #: ipaclient/remote_plugins/2_114/dns.py:856 #: ipaclient/remote_plugins/2_114/dns.py:2512 #: ipaclient/remote_plugins/2_114/dns.py:4171 #: ipaclient/remote_plugins/2_156/dns.py:842 #: ipaclient/remote_plugins/2_156/dns.py:2457 #: ipaclient/remote_plugins/2_156/dns.py:3976 #: ipaclient/remote_plugins/2_164/dns.py:842 #: ipaclient/remote_plugins/2_164/dns.py:2465 #: ipaclient/remote_plugins/2_164/dns.py:3984 #: ipaclient/remote_plugins/2_49/dns.py:914 #: ipaclient/remote_plugins/2_49/dns.py:2161 #: ipaclient/remote_plugins/2_49/dns.py:3947 msgid "SSHFP Fingerprint" msgstr "Отпечаток SSHFP" #: ipaclient/remote_plugins/2_114/dns.py:863 #: ipaclient/remote_plugins/2_114/dns.py:2521 #: ipaclient/remote_plugins/2_114/dns.py:2947 #: ipaclient/remote_plugins/2_114/dns.py:3355 #: ipaclient/remote_plugins/2_114/dns.py:4180 #: ipaclient/remote_plugins/2_49/dns.py:921 #: ipaclient/remote_plugins/2_49/dns.py:2170 #: ipaclient/remote_plugins/2_49/dns.py:2558 #: ipaclient/remote_plugins/2_49/dns.py:2971 #: ipaclient/remote_plugins/2_49/dns.py:3956 msgid "TA record" msgstr "Запись TA" #: ipaclient/remote_plugins/2_114/dns.py:864 #: ipaclient/remote_plugins/2_114/dns.py:2522 #: ipaclient/remote_plugins/2_114/dns.py:2948 #: ipaclient/remote_plugins/2_114/dns.py:3356 #: ipaclient/remote_plugins/2_114/dns.py:4181 msgid "Raw TA records" msgstr "Необработанные записи TA" #: ipaclient/remote_plugins/2_114/dns.py:870 #: ipaclient/remote_plugins/2_114/dns.py:2531 #: ipaclient/remote_plugins/2_114/dns.py:2956 #: ipaclient/remote_plugins/2_114/dns.py:3364 #: ipaclient/remote_plugins/2_114/dns.py:4190 #: ipaclient/remote_plugins/2_156/dns.py:849 #: ipaclient/remote_plugins/2_156/dns.py:2466 #: ipaclient/remote_plugins/2_156/dns.py:2844 #: ipaclient/remote_plugins/2_156/dns.py:3207 #: ipaclient/remote_plugins/2_156/dns.py:3985 #: ipaclient/remote_plugins/2_164/dns.py:849 #: ipaclient/remote_plugins/2_164/dns.py:2474 #: ipaclient/remote_plugins/2_164/dns.py:2852 #: ipaclient/remote_plugins/2_164/dns.py:3215 #: ipaclient/remote_plugins/2_164/dns.py:3993 msgid "TLSA record" msgstr "Запись TLSA" #: ipaclient/remote_plugins/2_114/dns.py:871 #: ipaclient/remote_plugins/2_114/dns.py:2532 #: ipaclient/remote_plugins/2_114/dns.py:2957 #: ipaclient/remote_plugins/2_114/dns.py:3365 #: ipaclient/remote_plugins/2_114/dns.py:4191 #: ipaclient/remote_plugins/2_156/dns.py:850 #: ipaclient/remote_plugins/2_156/dns.py:2467 #: ipaclient/remote_plugins/2_156/dns.py:2845 #: ipaclient/remote_plugins/2_156/dns.py:3208 #: ipaclient/remote_plugins/2_156/dns.py:3986 #: ipaclient/remote_plugins/2_164/dns.py:850 #: ipaclient/remote_plugins/2_164/dns.py:2475 #: ipaclient/remote_plugins/2_164/dns.py:2853 #: ipaclient/remote_plugins/2_164/dns.py:3216 #: ipaclient/remote_plugins/2_164/dns.py:3994 msgid "Raw TLSA records" msgstr "Необработанные записи TLSA" #: ipaclient/remote_plugins/2_114/dns.py:876 #: ipaclient/remote_plugins/2_114/dns.py:2539 #: ipaclient/remote_plugins/2_114/dns.py:4198 #: ipaclient/remote_plugins/2_156/dns.py:855 #: ipaclient/remote_plugins/2_156/dns.py:2474 #: ipaclient/remote_plugins/2_156/dns.py:3993 #: ipaclient/remote_plugins/2_164/dns.py:855 #: ipaclient/remote_plugins/2_164/dns.py:2482 #: ipaclient/remote_plugins/2_164/dns.py:4001 msgid "TLSA Certificate Usage" msgstr "Использование сертификата TLSA" #: ipaclient/remote_plugins/2_114/dns.py:882 #: ipaclient/remote_plugins/2_114/dns.py:2547 #: ipaclient/remote_plugins/2_114/dns.py:4206 #: ipaclient/remote_plugins/2_156/dns.py:861 #: ipaclient/remote_plugins/2_156/dns.py:2482 #: ipaclient/remote_plugins/2_156/dns.py:4001 #: ipaclient/remote_plugins/2_164/dns.py:861 #: ipaclient/remote_plugins/2_164/dns.py:2490 #: ipaclient/remote_plugins/2_164/dns.py:4009 msgid "TLSA Selector" msgstr "Селектор TLSA" #: ipaclient/remote_plugins/2_114/dns.py:888 #: ipaclient/remote_plugins/2_114/dns.py:2555 #: ipaclient/remote_plugins/2_114/dns.py:4214 #: ipaclient/remote_plugins/2_156/dns.py:867 #: ipaclient/remote_plugins/2_156/dns.py:2490 #: ipaclient/remote_plugins/2_156/dns.py:4009 #: ipaclient/remote_plugins/2_164/dns.py:867 #: ipaclient/remote_plugins/2_164/dns.py:2498 #: ipaclient/remote_plugins/2_164/dns.py:4017 msgid "TLSA Matching Type" msgstr "Тип соответствия TLSA" #: ipaclient/remote_plugins/2_114/dns.py:894 #: ipaclient/remote_plugins/2_114/dns.py:2563 #: ipaclient/remote_plugins/2_114/dns.py:4222 #: ipaclient/remote_plugins/2_156/dns.py:873 #: ipaclient/remote_plugins/2_156/dns.py:2498 #: ipaclient/remote_plugins/2_156/dns.py:4017 #: ipaclient/remote_plugins/2_164/dns.py:873 #: ipaclient/remote_plugins/2_164/dns.py:2506 #: ipaclient/remote_plugins/2_164/dns.py:4025 msgid "TLSA Certificate Association Data" msgstr "Данные сопоставления сертификата TLSA" #: ipaclient/remote_plugins/2_114/dns.py:901 #: ipaclient/remote_plugins/2_114/dns.py:2572 #: ipaclient/remote_plugins/2_114/dns.py:2964 #: ipaclient/remote_plugins/2_114/dns.py:3372 #: ipaclient/remote_plugins/2_114/dns.py:4231 #: ipaclient/remote_plugins/2_49/dns.py:928 #: ipaclient/remote_plugins/2_49/dns.py:2180 #: ipaclient/remote_plugins/2_49/dns.py:2567 #: ipaclient/remote_plugins/2_49/dns.py:2980 #: ipaclient/remote_plugins/2_49/dns.py:3966 msgid "TKEY record" msgstr "Запись TKEY" #: ipaclient/remote_plugins/2_114/dns.py:902 #: ipaclient/remote_plugins/2_114/dns.py:2573 #: ipaclient/remote_plugins/2_114/dns.py:2965 #: ipaclient/remote_plugins/2_114/dns.py:3373 #: ipaclient/remote_plugins/2_114/dns.py:4232 msgid "Raw TKEY records" msgstr "Необработанные записи TKEY" #: ipaclient/remote_plugins/2_114/dns.py:908 #: ipaclient/remote_plugins/2_114/dns.py:2582 #: ipaclient/remote_plugins/2_114/dns.py:2973 #: ipaclient/remote_plugins/2_114/dns.py:3381 #: ipaclient/remote_plugins/2_114/dns.py:4241 #: ipaclient/remote_plugins/2_49/dns.py:935 #: ipaclient/remote_plugins/2_49/dns.py:2190 #: ipaclient/remote_plugins/2_49/dns.py:2576 #: ipaclient/remote_plugins/2_49/dns.py:2989 #: ipaclient/remote_plugins/2_49/dns.py:3976 msgid "TSIG record" msgstr "Запись TSIG" #: ipaclient/remote_plugins/2_114/dns.py:909 #: ipaclient/remote_plugins/2_114/dns.py:2583 #: ipaclient/remote_plugins/2_114/dns.py:2974 #: ipaclient/remote_plugins/2_114/dns.py:3382 #: ipaclient/remote_plugins/2_114/dns.py:4242 msgid "Raw TSIG records" msgstr "Необработанные записи TSIG" #: ipaclient/remote_plugins/2_114/dns.py:915 #: ipaclient/remote_plugins/2_114/dns.py:2592 #: ipaclient/remote_plugins/2_114/dns.py:2982 #: ipaclient/remote_plugins/2_114/dns.py:3390 #: ipaclient/remote_plugins/2_114/dns.py:4251 #: ipaclient/remote_plugins/2_156/dns.py:880 #: ipaclient/remote_plugins/2_156/dns.py:2507 #: ipaclient/remote_plugins/2_156/dns.py:2852 #: ipaclient/remote_plugins/2_156/dns.py:3215 #: ipaclient/remote_plugins/2_156/dns.py:4026 #: ipaclient/remote_plugins/2_164/dns.py:880 #: ipaclient/remote_plugins/2_164/dns.py:2515 #: ipaclient/remote_plugins/2_164/dns.py:2860 #: ipaclient/remote_plugins/2_164/dns.py:3223 #: ipaclient/remote_plugins/2_164/dns.py:4034 #: ipaclient/remote_plugins/2_49/dns.py:942 #: ipaclient/remote_plugins/2_49/dns.py:2200 #: ipaclient/remote_plugins/2_49/dns.py:2585 #: ipaclient/remote_plugins/2_49/dns.py:2998 #: ipaclient/remote_plugins/2_49/dns.py:3986 msgid "TXT record" msgstr "Запись TXT" #: ipaclient/remote_plugins/2_114/dns.py:916 #: ipaclient/remote_plugins/2_114/dns.py:2593 #: ipaclient/remote_plugins/2_114/dns.py:2983 #: ipaclient/remote_plugins/2_114/dns.py:3391 #: ipaclient/remote_plugins/2_114/dns.py:4252 #: ipaclient/remote_plugins/2_156/dns.py:881 #: ipaclient/remote_plugins/2_156/dns.py:2508 #: ipaclient/remote_plugins/2_156/dns.py:2853 #: ipaclient/remote_plugins/2_156/dns.py:3216 #: ipaclient/remote_plugins/2_156/dns.py:4027 #: ipaclient/remote_plugins/2_164/dns.py:881 #: ipaclient/remote_plugins/2_164/dns.py:2516 #: ipaclient/remote_plugins/2_164/dns.py:2861 #: ipaclient/remote_plugins/2_164/dns.py:3224 #: ipaclient/remote_plugins/2_164/dns.py:4035 msgid "Raw TXT records" msgstr "Необработанные записи TXT" #: ipaclient/remote_plugins/2_114/dns.py:921 #: ipaclient/remote_plugins/2_114/dns.py:2600 #: ipaclient/remote_plugins/2_114/dns.py:4259 #: ipaclient/remote_plugins/2_156/dns.py:886 #: ipaclient/remote_plugins/2_156/dns.py:2515 #: ipaclient/remote_plugins/2_156/dns.py:4034 #: ipaclient/remote_plugins/2_164/dns.py:886 #: ipaclient/remote_plugins/2_164/dns.py:2523 #: ipaclient/remote_plugins/2_164/dns.py:4042 #: ipaclient/remote_plugins/2_49/dns.py:948 #: ipaclient/remote_plugins/2_49/dns.py:2208 #: ipaclient/remote_plugins/2_49/dns.py:3994 msgid "TXT Text Data" msgstr "Текстовые данные TXT" #: ipaclient/remote_plugins/2_114/dns.py:1078 #: ipaclient/remote_plugins/2_156/dns.py:1043 #: ipaclient/remote_plugins/2_49/dns.py:1093 msgid "Resolve a host name in DNS." msgstr "Определить адрес по имени узла в DNS." #: ipaclient/remote_plugins/2_114/dns.py:4315 #: ipaclient/remote_plugins/2_156/dns.py:4090 #: ipaclient/remote_plugins/2_164/dns.py:4098 #: ipaclient/remote_plugins/2_49/dns.py:4050 msgid "Rename the DNS resource record object" msgstr "Переименовать объект записи ресурса DNS" #: ipaclient/remote_plugins/2_114/idrange.py:19 msgid "" "\n" "ID ranges\n" "\n" "Manage ID ranges used to map Posix IDs to SIDs and back.\n" "\n" "There are two type of ID ranges which are both handled by this utility:\n" "\n" " - the ID ranges of the local domain\n" " - the ID ranges of trusted remote domains\n" "\n" "Both types have the following attributes in common:\n" "\n" " - base-id: the first ID of the Posix ID range\n" " - range-size: the size of the range\n" "\n" "With those two attributes a range object can reserve the Posix IDs starting\n" "with base-id up to but not including base-id+range-size exclusively.\n" "\n" "Additionally an ID range of the local domain may set\n" " - rid-base: the first RID(*) of the corresponding RID range\n" " - secondary-rid-base: first RID of the secondary RID range\n" "\n" "and an ID range of a trusted domain must set\n" " - rid-base: the first RID of the corresponding RID range\n" " - sid: domain SID of the trusted domain\n" "\n" "\n" "\n" "EXAMPLE: Add a new ID range for a trusted domain\n" "\n" "Since there might be more than one trusted domain the domain SID must be " "given\n" "while creating the ID range.\n" "\n" " ipa idrange-add --base-id=1200000 --range-size=200000 --rid-" "base=0 --dom-sid=S-1-5-21-123-456-789 trusted_dom_range\n" "\n" "This ID range is then used by the IPA server and the SSSD IPA provider to\n" "assign Posix UIDs to users from the trusted domain.\n" "\n" "If e.g. a range for a trusted domain is configured with the following " "values:\n" " base-id = 1200000\n" " range-size = 200000\n" " rid-base = 0\n" "the RIDs 0 to 199999 are mapped to the Posix ID from 1200000 to 13999999. " "So\n" "RID 1000 <-> Posix ID 1201000\n" "\n" "\n" "\n" "EXAMPLE: Add a new ID range for the local domain\n" "\n" "To create an ID range for the local domain it is not necessary to specify a\n" "domain SID. But since it is possible that a user and a group can have the " "same\n" "value as Posix ID a second RID interval is needed to handle conflicts.\n" "\n" " ipa idrange-add --base-id=1200000 --range-size=200000 --rid-" "base=1000 --secondary-rid-base=1000000 local_range\n" "\n" "The data from the ID ranges of the local domain are used by the IPA server\n" "internally to assign SIDs to IPA users and groups. The SID will then be " "stored\n" "in the user or group objects.\n" "\n" "If e.g. the ID range for the local domain is configured with the values " "from\n" "the example above then a new user with the UID 1200007 will get the RID " "1007.\n" "If this RID is already used by a group the RID will be 1000007. This can " "only\n" "happen if a user or a group object was created with a fixed ID because the\n" "automatic assignment will not assign the same ID twice. Since there are " "only\n" "users and groups sharing the same ID namespace it is sufficient to have " "only\n" "one fallback range to handle conflicts.\n" "\n" "To find the Posix ID for a given RID from the local domain it has to be\n" "checked first if the RID falls in the primary or secondary RID range and\n" "the rid-base or the secondary-rid-base has to be subtracted, respectively,\n" "and the base-id has to be added to get the Posix ID.\n" "\n" "Typically the creation of ID ranges happens behind the scenes and this CLI\n" "must not be used at all. The ID range for the local domain will be created\n" "during installation or upgrade from an older version. The ID range for a\n" "trusted domain will be created together with the trust by 'ipa trust-" "add ...'.\n" "\n" "USE CASES:\n" "\n" " Add an ID range from a transitively trusted domain\n" "\n" " If the trusted domain (A) trusts another domain (B) as well and this " "trust\n" " is transitive 'ipa trust-add domain-A' will only create a range for\n" " domain A. The ID range for domain B must be added manually.\n" "\n" " Add an additional ID range for the local domain\n" "\n" " If the ID range of the local domain is exhausted, i.e. no new IDs can " "be\n" " assigned to Posix users or groups by the DNA plugin, a new range has to " "be\n" " created to allow new users and groups to be added. (Currently there is " "no\n" " connection between this range CLI and the DNA plugin, but a future " "version\n" " might be able to modify the configuration of the DNS plugin as well)\n" "\n" "In general it is not necessary to modify or delete ID ranges. If there is " "no\n" "other way to achieve a certain configuration than to modify or delete an ID\n" "range it should be done with great care. Because UIDs are stored in the " "file\n" "system and are used for access control it might be possible that users are\n" "allowed to access files of other users if an ID range got deleted and " "reused\n" "for a different domain.\n" "\n" "(*) The RID is typically the last integer of a user or group SID which " "follows\n" "the domain SID. E.g. if the domain SID is S-1-5-21-123-456-789 and a user " "from\n" "this domain has the SID S-1-5-21-123-456-789-1010 then 1010 id the RID of " "the\n" "user. RIDs are unique in a domain, 32bit values and are used for users and\n" "groups.\n" "\n" "WARNING:\n" "\n" "DNA plugin in 389-ds will allocate IDs based on the ranges configured for " "the\n" "local domain. Currently the DNA plugin *cannot* be reconfigured itself " "based\n" "on the local ranges set via this family of commands.\n" "\n" "Manual configuration change has to be done in the DNA plugin configuration " "for\n" "the new local range. Specifically, The dnaNextRange attribute of 'cn=Posix\n" "IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config' has to " "be\n" "modified to match the new range.\n" msgstr "" "\n" "Диапазоны идентификаторов\n" "\n" "Управление диапазонами идентификаторов, используемых для отображения POSIX-" "идентификаторов на SID и наоборот.\n" "\n" "С помощью этой программы можно управлять обоими типами диапазонов " "идентификаторов:\n" "\n" " - диапазоны идентификаторов локального домена\n" " - диапазоны идентификаторов доверенных удалённых доменов\n" "\n" "Оба типа имеют следующие общие атрибуты:\n" "\n" " - base-id: первый идентификатор диапазона POSIX-идентификаторов \n" " - range-size: размер диапазона\n" "\n" "На основе этих двух атрибутов объект диапазона может зарезервировать POSIX-" "идентификаторы: от base-id и до (не включительно) base-id+range-size.\n" "\n" "Кроме того, можно установить диапазон идентификаторов локального домена\n" " - rid-base: первый RID(*) соответствующего диапазона RID\n" "- secondary-rid-base: первый RID вторичного диапазона RID\n" "\n" "а диапазон идентификаторов доверенного домена следует задавать с помощью\n" " - rid-base: первый RID соответствующего диапазона RID\n" " - dom_sid: SID доверенного домена\n" "\n" "\n" "\n" "ПРИМЕР: добавление нового диапазона идентификаторов для доверенного домена\n" "\n" "Поскольку доверенных доменов может быть несколько, при создании диапазона " "идентификаторов следует указать SID домена.\n" "\n" " ipa idrange-add --base-id=1200000 --range-size=200000 --rid-base=0\n" " --dom-sid=S-1-5-21-123-456-789 trusted_dom_range\n" "\n" "Этот диапазон идентификаторов затем будет использоваться IPA-сервером и " "поставщиком данных IPA SSSD для назначения POSIX UID пользователям из " "доверенного домена.\n" "\n" "Если, например, для доверенного домена настроен диапазон со следующими " "значениями:\n" " base-id = 1200000\n" " range-size = 200000\n" " rid-base = 0\n" "RID от 0 до 199999 привязываются к POSIX-идентификаторам от 1200000 до " "13999999. Следовательно,\n" "RID 1000 <-> Posix ID 1201000\n" "\n" "\n" "\n" "ПРИМЕР: добавление нового диапазона идентификаторов для локального домена\n" "\n" "При создании диапазона идентификаторов для локального домена нет " "необходимости указывать SID домена. Но, так как существует вероятность того, " "что в качестве POSIX-идентификатора для пользователя и группы используется " "одно и то же значение, для обработки конфликтов необходим вторичный интервал " "RID.\n" "\n" " ipa idrange-add --base-id=1200000 --range-size=200000 --rid-base=1000\n" " --secondary-rid-base=1000000 local_range\n" "\n" "Данные из диапазонов идентификаторов локального домена используются IPA-" "сервером на внутреннем уровне для назначения SID пользователям и группам " "IPA. SID сохраняется в объектах пользователя или группы.\n" "\n" "Если, например, диапазон идентификаторов для локального домена настроен со " "значениями из примера выше, то новый пользователь с UID 1200007 получит RID " "1007.\n" "Если этот RID уже используется группой, он будет заменён на 1000007. Это " "может произойти только в том случае, если объект пользователя или группы был " "создан с фиксированным идентификатором, потому что при автоматическом " "назначении один и тот же идентификатор не назначается дважды. Так как одно и " "тоже пространство имён идентификаторов делят только пользователи и группы, " "для обработки конфликтов достаточно одного резервного диапазона.\n" "\n" "Для определения POSIX-идентификатора по указанному RID из локального домена " "следует сначала проверить, попадает ли RID в основной или вторичный диапазон " "RID, а потом вычесть, соответственно, rid-base или secondary-rid-base, затем " "добавить base-id.\n" "\n" "Обычно создание диапазонов идентификаторов является внешне незаметным и не " "требует использования интерфейса командной строки. Диапазон идентификаторов " "для локального домена будет создан во время установки или обновления " "предыдущей версии. Диапазон идентификаторов для доверенного домена будет " "создан при создании отношения доверия с помощью команды \"ipa trust-add ..." "\".\n" "\n" "СЛУЧАИ ИСПОЛЬЗОВАНИЯ:\n" "\n" " Добавление диапазона идентификаторов из домена, с которым установлено " "транзитивное отношение доверия\n" "\n" " Если у доверенного домена (A) также установлено отношение доверия с " "другим доменом (B) и оно является транзитивным, то команда \"ipa trust-add " "domain-A\" создаст диапазон только для домена A. Диапазон идентификаторов " "для домена B следует добавить вручную.\n" "\n" " Добавление диапазона идентификаторов для локального домена \n" "\n" " Если диапазон идентификаторов локального домена исчерпан, то есть с " "помощью подключаемого модуля DNA невозможно назначить новые идентификаторы " "POSIX-пользователям или POSIX-группам, должен быть создан новый диапазон для " "добавления новых пользователей и групп. (В текущей версии данный интерфейс " "командной строки и подключаемый модуль DNA не связаны непосредственно, но в " "будущей версии может появиться возможность внесения изменений также и в " "конфигурацию подключаемого модуля DNA.)\n" "\n" "В целом, в изменении или удалении диапазонов идентификаторов нет " "необходимости. Если для выполнения определённой настройки приходится " "изменить или удалить диапазон идентификаторов, это следует делать крайне " "осторожно. Поскольку UID хранятся в файловой системе и используются для " "управления доступом, возможна ситуация, когда одни пользователи получат " "доступ к файлам других пользователей вследствие удаления диапазона " "идентификаторов и повторного его использования в другом домене.\n" "\n" "(*) RID обычно является последним целым числом SID пользователя или группы, " "который указывается после SID домена. Например, если SID домена " "S-1-5-21-123-456-789, а пользователь из этого домена имеет SID " "S-1-5-21-123-456-789-1010, RID пользователя будет 1010. RID являются " "уникальными в пределах домена, имеют 32-битные значения и используются для " "пользователей и групп.\n" "\n" "ПРЕДУПРЕЖДЕНИЕ:\n" "\n" "Подключаемый модуль DNA в 389-ds выделяет идентификаторы на основе " "диапазонов, настроенных для локального домена. В текущей версии сам " "подключаемый модуль DNA *нельзя* перенастраивать на основе локальных " "диапазонов, установленных с помощью этого семейства команд.\n" "\n" "Для нового локального диапазона следует вручную изменить настройки " "конфигурации подключаемого модуля DNA. В частности, следует изменить атрибут " "dnaNextRange \"cn=Posix\n" "IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config\" таким " "образом, чтобы он соответствовал новому диапазону.\n" #: ipaclient/remote_plugins/2_114/idrange.py:182 #: ipaclient/remote_plugins/2_114/idrange.py:269 #: ipaclient/remote_plugins/2_114/idrange.py:407 #: ipaclient/remote_plugins/2_156/idrange.py:184 #: ipaclient/remote_plugins/2_156/idrange.py:273 #: ipaclient/remote_plugins/2_156/idrange.py:411 #: ipaclient/remote_plugins/2_164/idrange.py:184 #: ipaclient/remote_plugins/2_164/idrange.py:273 #: ipaclient/remote_plugins/2_164/idrange.py:411 msgid "ID range type, one of ipa-ad-trust-posix, ipa-ad-trust, ipa-local" msgstr "" "Тип диапазона идентификаторов, один из следующих: ipa-ad-trust-posix, ipa-ad-" "trust, ipa-local" #: ipaclient/remote_plugins/2_114/idrange.py:189 msgid "" "\n" "Add new ID range.\n" "\n" " To add a new ID range you always have to specify\n" "\n" " --base-id\n" " --range-size\n" "\n" " Additionally\n" "\n" " --rid-base\n" " --secondary-rid-base\n" "\n" " may be given for a new ID range for the local domain while\n" "\n" " --rid-base\n" " --dom-sid\n" "\n" " must be given to add a new range for a trusted AD domain.\n" "\n" " WARNING:\n" "\n" " DNA plugin in 389-ds will allocate IDs based on the ranges configured " "for the\n" " local domain. Currently the DNA plugin *cannot* be reconfigured itself " "based\n" " on the local ranges set via this family of commands.\n" "\n" " Manual configuration change has to be done in the DNA plugin " "configuration for\n" " the new local range. Specifically, The dnaNextRange attribute of " "'cn=Posix\n" " IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config' has " "to be\n" " modified to match the new range.\n" " " msgstr "" "\n" "Добавление нового диапазона идентификаторов.\n" "\n" " Для добавления нового диапазона идентификаторов всегда необходимо " "указывать\n" "\n" " --base-id\n" " --range-size\n" "\n" " Кроме того,\n" "\n" " --rid-base\n" " --secondary-rid-base\n" "\n" " могут указываться для нового диапазона идентификаторов для локального " "домена, в то время как\n" "\n" " --rid-base\n" " --dom-sid\n" "\n" " должны быть указаны для добавления нового диапазона для доверенного " "домена AD.\n" "\n" " ПРЕДУПРЕЖДЕНИЕ:\n" "\n" "Подключаемый модуль DNA в 389-ds выделяет идентификаторы на основе " "диапазонов, настроенных для локального домена. В текущей версии сам " "подключаемый модуль DNA *нельзя* перенастраивать на основе локальных " "диапазонов, установленных с помощью этого семейства команд.\n" "\n" "Для нового локального диапазона следует вручную изменить настройки " "конфигурации подключаемого модуля DNA. В частности, следует изменить атрибут " "dnaNextRange \"cn=Posix\n" "IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config\" таким " "образом, чтобы он соответствовал новому диапазону.\n" " " #: ipaclient/remote_plugins/2_114/idrange.py:468 #: ipaclient/remote_plugins/2_49/idrange.py:455 msgid "Modify ID range." msgstr "Изменить диапазон идентификаторов." #: ipaclient/remote_plugins/2_114/idviews.py:331 #: ipaclient/remote_plugins/2_114/idviews.py:776 #: ipaclient/remote_plugins/2_156/idviews.py:355 #: ipaclient/remote_plugins/2_156/idviews.py:840 #: ipaclient/remote_plugins/2_164/idviews.py:355 #: ipaclient/remote_plugins/2_164/idviews.py:840 msgid "Results should contain primary key attribute only (\"anchor\")" msgstr "Результаты должны содержать только атрибут главного ключа (\"anchor\")" #: ipaclient/remote_plugins/2_114/idviews.py:441 #: ipaclient/remote_plugins/2_156/idviews.py:473 #: ipaclient/remote_plugins/2_164/idviews.py:473 msgid "Rename the Group ID override object" msgstr "Переименовать объект переопределения ID группы" #: ipaclient/remote_plugins/2_114/idviews.py:922 #: ipaclient/remote_plugins/2_156/idviews.py:994 #: ipaclient/remote_plugins/2_164/idviews.py:994 msgid "Rename the User ID override object" msgstr "Переименовать объект переопределения ID пользователя" #: ipaclient/remote_plugins/2_114/idviews.py:1061 msgid "" "Applies ID View to specified hosts or current members of specified " "hostgroups. If any other ID View is applied to the host, it is overriden." msgstr "" "Применяет представление ID к указанным узлам или текущим участникам " "указанных групп узлов. Если к узлу применяется другое представление ID, оно " "будет переопределено." #: ipaclient/remote_plugins/2_114/idviews.py:1294 #: ipaclient/remote_plugins/2_156/idviews.py:1374 #: ipaclient/remote_plugins/2_164/idviews.py:1374 msgid "Rename the ID View object" msgstr "Переименовать объект представления ID" #: ipaclient/remote_plugins/2_114/cert.py:19 #: ipaclient/remote_plugins/2_156/cert.py:19 #: ipaclient/remote_plugins/2_164/cert.py:19 msgid "" "\n" "IPA certificate operations\n" "\n" "Implements a set of commands for managing server SSL certificates.\n" "\n" "Certificate requests exist in the form of a Certificate Signing Request " "(CSR)\n" "in PEM format.\n" "\n" "The dogtag CA uses just the CN value of the CSR and forces the rest of the\n" "subject to values configured in the server.\n" "\n" "A certificate is stored with a service principal and a service principal\n" "needs a host.\n" "\n" "In order to request a certificate:\n" "\n" "* The host must exist\n" "* The service must exist (or you use the --add option to automatically add " "it)\n" "\n" "SEARCHING:\n" "\n" "Certificates may be searched on by certificate subject, serial number,\n" "revocation reason, validity dates and the issued date.\n" "\n" "When searching on dates the _from date does a >= search and the _to date\n" "does a <= search. When combined these are done as an AND.\n" "\n" "Dates are treated as GMT to match the dates in the certificates.\n" "\n" "The date format is YYYY-mm-dd.\n" "\n" "EXAMPLES:\n" "\n" " Request a new certificate and add the principal:\n" " ipa cert-request --add --principal=HTTP/lion.example.com example.csr\n" "\n" " Retrieve an existing certificate:\n" " ipa cert-show 1032\n" "\n" " Revoke a certificate (see RFC 5280 for reason details):\n" " ipa cert-revoke --revocation-reason=6 1032\n" "\n" " Remove a certificate from revocation hold status:\n" " ipa cert-remove-hold 1032\n" "\n" " Check the status of a signing request:\n" " ipa cert-status 10\n" "\n" " Search for certificates by hostname:\n" " ipa cert-find --subject=ipaserver.example.com\n" "\n" " Search for revoked certificates by reason:\n" " ipa cert-find --revocation-reason=5\n" "\n" " Search for certificates based on issuance date\n" " ipa cert-find --issuedon-from=2013-02-01 --issuedon-to=2013-02-07\n" "\n" "IPA currently immediately issues (or declines) all certificate requests so\n" "the status of a request is not normally useful. This is for future use\n" "or the case where a CA does not immediately issue a certificate.\n" "\n" "The following revocation reasons are supported:\n" "\n" " * 0 - unspecified\n" " * 1 - keyCompromise\n" " * 2 - cACompromise\n" " * 3 - affiliationChanged\n" " * 4 - superseded\n" " * 5 - cessationOfOperation\n" " * 6 - certificateHold\n" " * 8 - removeFromCRL\n" " * 9 - privilegeWithdrawn\n" " * 10 - aACompromise\n" "\n" "Note that reason code 7 is not used. See RFC 5280 for more details:\n" "\n" "http://www.ietf.org/rfc/rfc5280.txt\n" msgstr "" "\n" "Операции с сертификатами IPA \n" "\n" "Применение набора команд для управления сертификатами SSL-серверов.\n" "\n" "Запросы сертификатов существуют в виде запроса подписи сертификата " "(Certificate Signing Request, CSR) в формате PEM.\n" "\n" "Система выдачи сертификатов Dogtag Certificate System использует только " "значение CN в CSR и принудительно устанавливает остальные параметры субъекта " "в соответствии со значениями, настроенными на сервере.\n" "\n" "Сертификат хранится в учётной записи службы, а учётной записи службы " "требуется узел.\n" "\n" "Чтобы запросить сертификат:\n" "\n" "* Должен существовать узел\n" "* Должна существовать служба (либо следует использовать параметр --add для " "её автоматического добавления)\n" "\n" "ПОИСК:\n" "\n" "Сертификаты можно искать по субъекту, серийному номеру, причине отзыва, " "датам действия и дате выдачи.\n" "\n" "Если поиск выполняется по дате _с, используется сравнение >=, а если " "выполняется поиск _до — сравнение <=. Сочетание обоих видов поиска приводит " "к поиску с логической операцией И.\n" "\n" "Даты обрабатываются как даты по Гринвичскому времени, в соответствии с " "датами, определёнными в в сертификатах.\n" "\n" "Формат даты: ГГГГ-мм-дд.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Запросить новый сертификат и добавить учётную запись:\n" " ipa cert-request --add --principal=HTTP/lion.example.com example.csr\n" "\n" " Получить существующий сертификат:\n" " ipa cert-show 1032\n" "\n" " Отозвать сертификат (подробные сведения о причинах доступны в RFC 5280):\n" " ipa cert-revoke --revocation-reason=6 1032\n" "\n" " Удалить сертификат из списка отзыва:\n" " ipa cert-remove-hold 1032\n" "\n" " Проверить состояние запроса подписи:\n" " ipa cert-status 10\n" "\n" " Поиск сертификатов по имени узла:\n" " ipa cert-find --subject=ipaserver.example.com\n" "\n" " Поиск отозванных сертификатов по причине отзыва:\n" " ipa cert-find --revocation-reason=5\n" "\n" " Поиск сертификатов по дате выдачи:\n" " ipa cert-find --issuedon-from=2013-02-01 --issuedon-to=2013-02-07\n" "\n" "В текущей версии IPA немедленно выполняет (или отклоняет) все запросы " "сертификатов, следовательно, данные о состоянии запроса не являются " "полезными. Эти данные могут понадобиться в следующих версиях или в случае, " "если CA не сразу выдаёт сертификат.\n" "\n" "Поддерживаются следующие причины отзыва:\n" "\n" " * 0 - не указано\n" " * 1 - keyCompromise\n" " * 2 - cACompromise\n" " * 3 - affiliationChanged\n" " * 4 - superseded\n" " * 5 - cessationOfOperation\n" " * 6 - certificateHold\n" " * 8 - removeFromCRL\n" " * 9 - privilegeWithdrawn\n" " * 10 - aACompromise\n" "\n" "Обратите внимание, что код причины 7 не используется. Подробные сведения в " "RFC 5280:\n" "\n" "http://www.ietf.org/rfc/rfc5280.txt\n" #: ipaclient/remote_plugins/2_114/cert.py:140 #: ipaclient/remote_plugins/2_114/cert.py:319 #: ipaclient/remote_plugins/2_156/cert.py:140 #: ipaclient/remote_plugins/2_156/cert.py:325 #: ipaclient/remote_plugins/2_164/cert.py:140 #: ipaclient/remote_plugins/2_164/cert.py:325 #: ipaclient/remote_plugins/2_49/cert.py:154 msgid "Reason" msgstr "Причина" #: ipaclient/remote_plugins/2_114/cert.py:141 #: ipaclient/remote_plugins/2_114/cert.py:320 #: ipaclient/remote_plugins/2_156/cert.py:141 #: ipaclient/remote_plugins/2_156/cert.py:326 #: ipaclient/remote_plugins/2_164/cert.py:141 #: ipaclient/remote_plugins/2_164/cert.py:326 #: ipaclient/remote_plugins/2_49/cert.py:155 msgid "Reason for revoking the certificate (0-10)" msgstr "Причина для отзыва сертификата (0-10)" #: ipaclient/remote_plugins/2_114/cert.py:204 #: ipaclient/remote_plugins/2_156/cert.py:204 #: ipaclient/remote_plugins/2_164/cert.py:204 msgid "Maximum number of certs returned" msgstr "Максимальное количество возвращённых сертификатов" #: ipaclient/remote_plugins/2_114/cert.py:281 #: ipaclient/remote_plugins/2_49/cert.py:116 msgid "Service principal for this certificate (e.g. HTTP/test.example.com)" msgstr "" "Учётная запись службы для этого сертификата (например, HTTP/test.example.com)" #: ipaclient/remote_plugins/2_114/cert.py:290 #: ipaclient/remote_plugins/2_156/cert.py:290 #: ipaclient/remote_plugins/2_164/cert.py:290 #: ipaclient/remote_plugins/2_49/cert.py:125 msgid "automatically add the principal if it doesn't exist" msgstr "автоматически добавить учётную запись, если она не существует" #: ipaclient/remote_plugins/2_156/caacl.py:19 #: ipaclient/remote_plugins/2_164/caacl.py:19 msgid "" "\n" "Manage CA ACL rules.\n" "\n" "This plugin is used to define rules governing which principals are\n" "permitted to have certificates issued using a given certificate\n" "profile.\n" "\n" "PROFILE ID SYNTAX:\n" "\n" "A Profile ID is a string without spaces or punctuation starting with a " "letter\n" "and followed by a sequence of letters, digits or underscore (\"_\").\n" "\n" "EXAMPLES:\n" "\n" " Create a CA ACL \"test\" that grants all users access to the\n" " \"UserCert\" profile:\n" " ipa caacl-add test --usercat=all\n" " ipa caacl-add-profile test --certprofiles UserCert\n" "\n" " Display the properties of a named CA ACL:\n" " ipa caacl-show test\n" "\n" " Create a CA ACL to let user \"alice\" use the \"DNP3\" profile:\n" " ipa caacl-add-profile alice_dnp3 --certprofiles DNP3\n" " ipa caacl-add-user alice_dnp3 --user=alice\n" "\n" " Disable a CA ACL:\n" " ipa caacl-disable test\n" "\n" " Remove a CA ACL:\n" " ipa caacl-del test\n" msgstr "" "\n" "Управление правилами CA ACL.\n" "\n" "Этот подключаемый модуль используется для определения правил, которые " "управляют тем, для каких учётных записей разрешено выдавать сертификаты с " "помощью конкретного профиля сертификатов.\n" "\n" "СИНТАКСИС ИДЕНТИФИКАТОРА ПРОФИЛЯ:\n" "\n" "Идентификатор профиля — это строка без пробелов и знаков препинания, она " "начинается с буквы, за которой следуют другие буквы, цифры или символы " "подчёркивания (\"_\").\n" "\n" "ПРИМЕРЫ:\n" "\n" " Создать ACL службы сертификации \"test\", которая предоставляет всем " "пользователям доступ к профилю \"UserCert\":\n" " ipa caacl-add test --usercat=all\n" " ipa caacl-add-profile test --certprofiles UserCert\n" "\n" " Показать свойства именованной ACL службы сертификации:\n" " ipa caacl-show test\n" "\n" " Создать ACL службы сертификации, чтобы разрешить пользователю \"alice\" " "использовать профиль \"DNP3\":\n" " ipa caacl-add-profile alice_dnp3 --certprofiles DNP3\n" " ipa caacl-add-user alice_dnp3 --user=alice\n" "\n" " Отключить ACL службы сертификации:\n" " ipa caacl-disable test\n" "\n" " Удалить ACL службы сертификации:\n" " ipa caacl-del test\n" #: ipaclient/remote_plugins/2_156/caacl.py:345 #: ipaclient/remote_plugins/2_156/caacl.py:950 #: ipaclient/remote_plugins/2_164/caacl.py:345 #: ipaclient/remote_plugins/2_164/caacl.py:950 msgid "member Certificate Profile" msgstr "Профиль сертификатов — участник" #: ipaclient/remote_plugins/2_156/caacl.py:346 #: ipaclient/remote_plugins/2_164/caacl.py:346 msgid "Certificate Profiles to add" msgstr "Профили сертификатов, которые следует добавить" #: ipaclient/remote_plugins/2_156/caacl.py:951 #: ipaclient/remote_plugins/2_164/caacl.py:951 msgid "Certificate Profiles to remove" msgstr "Профили сертификатов, которые следует удалить" #: ipaclient/remote_plugins/2_156/certprofile.py:19 #: ipaclient/remote_plugins/2_164/certprofile.py:19 msgid "" "\n" "Manage Certificate Profiles\n" "\n" "Certificate Profiles are used by Certificate Authority (CA) in the signing " "of\n" "certificates to determine if a Certificate Signing Request (CSR) is " "acceptable,\n" "and if so what features and extensions will be present on the certificate.\n" "\n" "The Certificate Profile format is the property-list format understood by " "the\n" "Dogtag or Red Hat Certificate System CA.\n" "\n" "PROFILE ID SYNTAX:\n" "\n" "A Profile ID is a string without spaces or punctuation starting with a " "letter\n" "and followed by a sequence of letters, digits or underscore (\"_\").\n" "\n" "EXAMPLES:\n" "\n" " Import a profile that will not store issued certificates:\n" " ipa certprofile-import ShortLivedUserCert --file UserCert.profile " "--desc \"User Certificates\" --store=false\n" "\n" " Delete a certificate profile:\n" " ipa certprofile-del ShortLivedUserCert\n" "\n" " Show information about a profile:\n" " ipa certprofile-show ShortLivedUserCert\n" "\n" " Save profile configuration to a file:\n" " ipa certprofile-show caIPAserviceCert --out caIPAserviceCert.cfg\n" "\n" " Search for profiles that do not store certificates:\n" " ipa certprofile-find --store=false\n" "\n" "PROFILE CONFIGURATION FORMAT:\n" "\n" "The profile configuration format is the raw property-list format\n" "used by Dogtag Certificate System. The XML format is not supported.\n" "\n" "The following restrictions apply to profiles managed by FreeIPA:\n" "\n" "- When importing a profile the \"profileId\" field, if present, must\n" " match the ID given on the command line.\n" "\n" "- The \"classId\" field must be set to \"caEnrollImpl\"\n" "\n" "- The \"auth.instance_id\" field must be set to \"raCertAuth\"\n" "\n" "- The \"certReqInputImpl\" input class and \"certOutputImpl\" output\n" " class must be used.\n" msgstr "" "\n" "Управление профилями сертификатов\n" "\n" "Профили сертификатов используются центром сертификации (Certificate " "Authority, CA) во время подписи сертификатов, чтобы определить, является ли " "приемлемым запрос подписи сертификата (Certificate Signing Request, CSR), и, " "если это так, определить, какие возможности и расширения будут предоставлены " "сертификатом.\n" "\n" "Формат профиля сертификатов — это формат в виде списка свойств, который " "распознаётся Dogtag или системой сертификации центра сертификации Red Hat.\n" "\n" "СИНТАКСИС ИДЕНТИФИКАТОРА ПРОФИЛЯ:\n" "\n" "Идентификатор профиля — это строка без пробелов и знаков препинания, она " "начинается с буквы, за которой следуют другие буквы, цифры или символы " "подчёркивания (\"_\").\n" "\n" "ПРИМЕРЫ:\n" "\n" " Импортировать профиль, в котором не будут храниться выданные сертификаты:\n" " ipa certprofile-import ShortLivedUserCert --file UserCert.profile " "--desc \"User Certificates\" --store=false\n" "\n" " Удалить профиль сертификатов:\n" " ipa certprofile-del ShortLivedUserCert\n" "\n" " Показать сведения о профиле:\n" " ipa certprofile-show ShortLivedUserCert\n" "\n" " Сохранить конфигурацию профиля в файл:\n" " ipa certprofile-show caIPAserviceCert --out caIPAserviceCert.cfg\n" "\n" " Поиск профилей, в которых не хранятся сертификаты:\n" " ipa certprofile-find --store=false\n" "\n" "ФОРМАТ КОНФИГУРАЦИИ ПРОФИЛЯ:\n" "\n" "Формат конфигурации профиля — это формат в виде необработанного списка " "свойств, который используется системой сертификации Dogtag Certificate " "System. Поддержка формата XML не предусмотрена.\n" "\n" "К профилям под управлением FreeIPA применяются следующие ограничения:\n" "\n" "- При импорте профиля значение поля \"profileId\", если это поле имеется, " "должно совпадать с идентификатором, указанным в командной строке.\n" "\n" "- Значением поля \"classId\" должно быть \"caEnrollImpl\".\n" "\n" "- Значением поля \"auth.instance_id\" должно быть \"raCertAuth\".\n" "\n" "- Должны использоваться входной класс \"certReqInputImpl\" и выходной класс " "\"certOutputImpl\".\n" #: ipaclient/remote_plugins/2_156/server.py:19 #: ipaclient/remote_plugins/2_164/server.py:19 msgid "" "\n" "IPA servers\n" "\n" "Get information about installed IPA servers.\n" "\n" "EXAMPLES:\n" "\n" " Find all servers:\n" " ipa server-find\n" "\n" " Show specific server:\n" " ipa server-show ipa.example.com\n" msgstr "" "\n" "IPA-серверы\n" "\n" "Получение сведений об установленных IPA-серверах.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Найти все серверы:\n" " ipa server-find\n" "\n" " Показать определённый сервер:\n" " ipa server-show ipa.example.com\n" #: ipaclient/remote_plugins/2_156/server.py:47 #: ipaclient/remote_plugins/2_156/server.py:125 msgid "Managed suffix" msgstr "Управляемый суффикс" #: ipaclient/remote_plugins/2_156/servicedelegation.py:207 #: ipaclient/remote_plugins/2_156/servicedelegation.py:446 #: ipaclient/remote_plugins/2_156/servicedelegation.py:673 #: ipaclient/remote_plugins/2_156/servicedelegation.py:838 #: ipaclient/remote_plugins/2_164/servicedelegation.py:207 #: ipaclient/remote_plugins/2_164/servicedelegation.py:446 #: ipaclient/remote_plugins/2_164/servicedelegation.py:673 #: ipaclient/remote_plugins/2_164/servicedelegation.py:838 msgid "member principal" msgstr "учётная запись — участник" #: ipaclient/remote_plugins/2_156/servicedelegation.py:208 #: ipaclient/remote_plugins/2_156/servicedelegation.py:674 #: ipaclient/remote_plugins/2_164/servicedelegation.py:208 #: ipaclient/remote_plugins/2_164/servicedelegation.py:674 msgid "principal to add" msgstr "учётная запись, которую следует добавить" #: ipaclient/remote_plugins/2_156/servicedelegation.py:267 #: ipaclient/remote_plugins/2_156/servicedelegation.py:506 #: ipaclient/remote_plugins/2_164/servicedelegation.py:267 #: ipaclient/remote_plugins/2_164/servicedelegation.py:506 msgid "member service delegation target" msgstr "цель делегирования служб — участник" #: ipaclient/remote_plugins/2_156/servicedelegation.py:268 #: ipaclient/remote_plugins/2_164/servicedelegation.py:268 msgid "service delegation targets to add" msgstr "цели делегирования служб, которые следует добавить" #: ipaclient/remote_plugins/2_156/servicedelegation.py:381 #: ipaclient/remote_plugins/2_156/servicedelegation.py:780 #: ipaclient/remote_plugins/2_164/servicedelegation.py:381 #: ipaclient/remote_plugins/2_164/servicedelegation.py:780 msgid "Results should contain primary key attribute only (\"delegation-name\")" msgstr "" "Результаты должны содержать только атрибут главного ключа (\"delegation-name" "\")" #: ipaclient/remote_plugins/2_156/servicedelegation.py:447 #: ipaclient/remote_plugins/2_156/servicedelegation.py:839 #: ipaclient/remote_plugins/2_164/servicedelegation.py:447 #: ipaclient/remote_plugins/2_164/servicedelegation.py:839 msgid "principal to remove" msgstr "учётная запись, которую следует удалить" #: ipaclient/remote_plugins/2_156/servicedelegation.py:507 #: ipaclient/remote_plugins/2_164/servicedelegation.py:507 msgid "service delegation targets to remove" msgstr "цели делегирования служб, которые следует удалить" #: ipaclient/remote_plugins/2_156/stageuser.py:19 #: ipaclient/remote_plugins/2_164/stageuser.py:19 msgid "" "\n" "Stageusers\n" "\n" "Manage stage user entries.\n" "\n" "Stage user entries are directly under the container: \"cn=stage users,\n" "cn=accounts, cn=provisioning, SUFFIX\".\n" "User can not authenticate with those entries (even if the entries\n" "contain credentials) and are candidate to become Active entries.\n" "\n" "Active user entries are Posix users directly under the container: " "\"cn=accounts, SUFFIX\".\n" "User can authenticate with Active entries, at the condition they have\n" "credentials\n" "\n" "Delete user entries are Posix users directly under the container: " "\"cn=deleted users,\n" "cn=accounts, cn=provisioning, SUFFIX\".\n" "User can not authenticate with those entries (even if the entries contain " "credentials)\n" "\n" "The stage user container contains entries\n" " - created by 'stageuser-add' commands that are Posix users\n" " - created by external provisioning system\n" "\n" "A valid stage user entry MUST:\n" " - entry RDN is 'uid'\n" " - ipaUniqueID is 'autogenerate'\n" "\n" "IPA supports a wide range of username formats, but you need to be aware of " "any\n" "restrictions that may apply to your particular environment. For example,\n" "usernames that start with a digit or usernames that exceed a certain length\n" "may cause problems for some UNIX systems.\n" "Use 'ipa config-mod' to change the username format allowed by IPA tools.\n" "\n" "\n" "EXAMPLES:\n" "\n" " Add a new stageuser:\n" " ipa stageuser-add --first=Tim --last=User --password tuser1\n" "\n" " Add a stageuser from the Delete container\n" " ipa stageuser-add --first=Tim --last=User --from-delete tuser1\n" msgstr "" "\n" "Неподтверждённые пользователи\n" "\n" "Управление записями неподтверждённых пользователей.\n" "\n" "Записи неподтверждённых пользователей находятся непосредственно в " "контейнере: \"cn=stage users,\n" "cn=accounts, cn=provisioning, SUFFIX\". Пользователь не может проходить " "аутентификацию с помощью этих записей (даже если они содержат учётные " "данные), они являются кандидатами на преобразование в активные записи. \n" "\n" "Активные записи пользователей являются пользователями Posix, находящимися " "непосредственно в контейнере: \"cn=accounts, SUFFIX\". Пользователь может " "проходить аутентификацию с помощью активных записей, если они содержат " "учётные данные.\n" "\n" "Удалённые записи пользователей являются пользователями Posix, находящимися " "непосредственно в контейнере: \"cn=deleted users, cn=accounts, " "cn=provisioning, SUFFIX\". Пользователь не может проходить аутентификацию с " "помощью этих записей (даже если они содержат учётные данные).\n" "\n" "Контейнер неподтверждённых пользователей содержит записи:\n" " - созданные с помощью команд \"stageuser-add\", которые являются " "пользователями Posix\n" " - созданные с помощью внешней системы подготовки \n" "\n" "Корректная запись неподтверждённого пользователя ДОЛЖНА отвечать следующим " "требованиям:\n" " - RDN записи имеет значение \"uid\"\n" " - ipaUniqueID имеет значение \"autogenerate\"\n" "\n" "IPA поддерживает широкий спектр форматов имён пользователей, но следует " "учитывать те ограничения, которые могут существовать в конкретной среде. " "Например, имена пользователей, которые начинаются с цифры или превышают " "определённую длину, могут привести к проблемам в некоторых системах UNIX.\n" "Используйте команду \"ipa config-mod\" для изменения формата имени " "пользователя, разрешённого средствами IPA.\n" "\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить нового неподтверждённого пользователя:\n" " ipa stageuser-add --first=Tim --last=User --password tuser1\n" "\n" " Добавить неподтверждённого пользователя из контейнера Delete:\n" " ipa stageuser-add --first=Tim --last=User --from-delete tuser1\n" #: ipaclient/remote_plugins/2_156/stageuser.py:1025 #: ipaclient/remote_plugins/2_164/stageuser.py:1087 msgid "Search for stage users with these member of groups." msgstr "" "Поиск неподтверждённых пользователей, которые являются участниками этой " "группы." #: ipaclient/remote_plugins/2_156/stageuser.py:1033 #: ipaclient/remote_plugins/2_164/stageuser.py:1095 msgid "Search for stage users without these member of groups." msgstr "" "Поиск неподтверждённых пользователей, которые не являются участниками этой " "группы." #: ipaclient/remote_plugins/2_156/stageuser.py:1041 #: ipaclient/remote_plugins/2_164/stageuser.py:1103 msgid "Search for stage users with these member of netgroups." msgstr "" "Поиск неподтверждённых пользователей, которые являются участниками этой " "сетевой группы." #: ipaclient/remote_plugins/2_156/stageuser.py:1049 #: ipaclient/remote_plugins/2_164/stageuser.py:1111 msgid "Search for stage users without these member of netgroups." msgstr "" "Поиск неподтверждённых пользователей, которые не являются участниками этой " "сетевой группы." #: ipaclient/remote_plugins/2_156/stageuser.py:1057 #: ipaclient/remote_plugins/2_164/stageuser.py:1119 msgid "Search for stage users with these member of roles." msgstr "" "Поиск неподтверждённых пользователей, которые являются участниками этой роли." #: ipaclient/remote_plugins/2_156/stageuser.py:1065 #: ipaclient/remote_plugins/2_164/stageuser.py:1127 msgid "Search for stage users without these member of roles." msgstr "" "Поиск неподтверждённых пользователей, которые не являются участниками этой " "роли." #: ipaclient/remote_plugins/2_156/stageuser.py:1073 #: ipaclient/remote_plugins/2_164/stageuser.py:1135 msgid "Search for stage users with these member of HBAC rules." msgstr "" "Поиск неподтверждённых пользователей, которые являются участниками этого " "правила HBAC." #: ipaclient/remote_plugins/2_156/stageuser.py:1081 #: ipaclient/remote_plugins/2_164/stageuser.py:1143 msgid "Search for stage users without these member of HBAC rules." msgstr "" "Поиск неподтверждённых пользователей, которые не являются участниками этого " "правила HBAC." #: ipaclient/remote_plugins/2_156/stageuser.py:1089 #: ipaclient/remote_plugins/2_164/stageuser.py:1151 msgid "Search for stage users with these member of sudo rules." msgstr "" "Поиск неподтверждённых пользователей, которые являются участниками этого " "правила Sudo." #: ipaclient/remote_plugins/2_156/stageuser.py:1097 #: ipaclient/remote_plugins/2_164/stageuser.py:1159 msgid "Search for stage users without these member of sudo rules." msgstr "" "Поиск неподтверждённых пользователей, которые не являются участниками этого " "правила Sudo." #: ipaclient/remote_plugins/2_156/stageuser.py:1415 #: ipaclient/remote_plugins/2_164/stageuser.py:1477 msgid "Rename the stage user object" msgstr "Переименовать объект неподтверждённого пользователя" #: ipaclient/remote_plugins/2_156/topology.py:19 msgid "" "\n" "Topology\n" "\n" "Management of a replication topology.\n" "\n" "Requires minimum domain level 1.\n" msgstr "" "\n" "Топология\n" "\n" "Управление топологией репликации.\n" "\n" "Требуется уровень домена не ниже 1.\n" #: ipaclient/remote_plugins/2_156/topology.py:63 #: ipaclient/remote_plugins/2_156/topology.py:161 #: ipaclient/remote_plugins/2_156/topology.py:349 #: ipaclient/remote_plugins/2_156/topology.py:468 #: ipaclient/remote_plugins/2_164/topology.py:112 #: ipaclient/remote_plugins/2_164/topology.py:209 #: ipaclient/remote_plugins/2_164/topology.py:393 #: ipaclient/remote_plugins/2_164/topology.py:510 msgid "Attributes to replicate" msgstr "Атрибуты, которые следует реплицировать" #: ipaclient/remote_plugins/2_156/topology.py:97 #: ipaclient/remote_plugins/2_156/topology.py:696 #: ipaclient/remote_plugins/2_156/topology.py:807 #: ipaclient/remote_plugins/2_156/topology.py:885 msgid "LDAP suffix to be managed" msgstr "Суффикс LDAP, которым следует управлять" #: ipaclient/remote_plugins/2_156/topology.py:785 msgid "Search for topology suffices." msgstr "Поиск суффиксов топологии." #: ipaclient/remote_plugins/2_156/topology.py:1001 #: ipaclient/remote_plugins/2_164/topology.py:1032 msgid "" "\n" "Verify replication topology for suffix.\n" "\n" "Checks done:\n" " 1. check if a topology is not disconnected. In other words if there are\n" " replication paths between all servers.\n" " 2. check if servers don't have more than the recommended number of\n" " replication agreements\n" " " msgstr "" "\n" "Проверка топологии репликации для суффикса.\n" "\n" "Проверки, которые выполняются:\n" " 1. проверка того, не отключена ли топология (иначе говоря, имеются ли пути " "репликации между всеми серверами).\n" " 2. проверка того, не превышено ли рекомендованное количество соглашений о " "репликации между серверами. \n" " " #: ipaclient/remote_plugins/2_156/vault.py:19 #: ipaclient/remote_plugins/2_164/vault.py:19 msgid "" "\n" "Vaults\n" "\n" "Manage vaults.\n" "\n" "Vault is a secure place to store a secret.\n" "\n" "Based on the ownership there are three vault categories:\n" "* user/private vault\n" "* service vault\n" "* shared vault\n" "\n" "User vaults are vaults owned used by a particular user. Private\n" "vaults are vaults owned the current user. Service vaults are\n" "vaults owned by a service. Shared vaults are owned by the admin\n" "but they can be used by other users or services.\n" "\n" "Based on the security mechanism there are three types of\n" "vaults:\n" "* standard vault\n" "* symmetric vault\n" "* asymmetric vault\n" "\n" "Standard vault uses a secure mechanism to transport and\n" "store the secret. The secret can only be retrieved by users\n" "that have access to the vault.\n" "\n" "Symmetric vault is similar to the standard vault, but it\n" "pre-encrypts the secret using a password before transport.\n" "The secret can only be retrieved using the same password.\n" "\n" "Asymmetric vault is similar to the standard vault, but it\n" "pre-encrypts the secret using a public key before transport.\n" "The secret can only be retrieved using the private key.\n" "\n" "EXAMPLES:\n" "\n" " List vaults:\n" " ipa vault-find\n" " [--user |--service |--shared]\n" "\n" " Add a standard vault:\n" " ipa vault-add \n" " [--user |--service |--shared]\n" " --type standard\n" "\n" " Add a symmetric vault:\n" " ipa vault-add \n" " [--user |--service |--shared]\n" " --type symmetric --password-file password.txt\n" "\n" " Add an asymmetric vault:\n" " ipa vault-add \n" " [--user |--service |--shared]\n" " --type asymmetric --public-key-file public.pem\n" "\n" " Show a vault:\n" " ipa vault-show \n" " [--user |--service |--shared]\n" "\n" " Modify vault description:\n" " ipa vault-mod \n" " [--user |--service |--shared]\n" " --desc \n" "\n" " Modify vault type:\n" " ipa vault-mod \n" " [--user |--service |--shared]\n" " --type \n" " [old password/private key]\n" " [new password/public key]\n" "\n" " Modify symmetric vault password:\n" " ipa vault-mod \n" " [--user |--service |--shared]\n" " --change-password\n" " ipa vault-mod \n" " [--user |--service |--shared]\n" " --old-password \n" " --new-password \n" " ipa vault-mod \n" " [--user |--service |--shared]\n" " --old-password-file \n" " --new-password-file \n" "\n" " Modify asymmetric vault keys:\n" " ipa vault-mod \n" " [--user |--service |--shared]\n" " --private-key-file \n" " --public-key-file \n" "\n" " Delete a vault:\n" " ipa vault-del \n" " [--user |--service |--shared]\n" "\n" " Display vault configuration:\n" " ipa vaultconfig-show\n" "\n" " Archive data into standard vault:\n" " ipa vault-archive \n" " [--user |--service |--shared]\n" " --in \n" "\n" " Archive data into symmetric vault:\n" " ipa vault-archive \n" " [--user |--service |--shared]\n" " --in \n" " --password-file password.txt\n" "\n" " Archive data into asymmetric vault:\n" " ipa vault-archive \n" " [--user |--service |--shared]\n" " --in \n" "\n" " Retrieve data from standard vault:\n" " ipa vault-retrieve \n" " [--user |--service |--shared]\n" " --out \n" "\n" " Retrieve data from symmetric vault:\n" " ipa vault-retrieve \n" " [--user |--service |--shared]\n" " --out \n" " --password-file password.txt\n" "\n" " Retrieve data from asymmetric vault:\n" " ipa vault-retrieve \n" " [--user |--service |--shared]\n" " --out --private-key-file private.pem\n" "\n" " Add vault owners:\n" " ipa vault-add-owner \n" " [--user |--service |--shared]\n" " [--users ] [--groups ] [--services ]\n" "\n" " Delete vault owners:\n" " ipa vault-remove-owner \n" " [--user |--service |--shared]\n" " [--users ] [--groups ] [--services ]\n" "\n" " Add vault members:\n" " ipa vault-add-member \n" " [--user |--service |--shared]\n" " [--users ] [--groups ] [--services ]\n" "\n" " Delete vault members:\n" " ipa vault-remove-member \n" " [--user |--service |--shared]\n" " [--users ] [--groups ] [--services ]\n" msgstr "" "\n" "Хранилища\n" "\n" "Управление хранилищами.\n" "\n" "Хранилище — это безопасное место для хранения секрета.\n" "\n" "В зависимости от владения хранилища подразделяются на три категории:\n" "* хранилища пользователей или личные хранилища\n" "* хранилища служб\n" "* хранилища совместного использования\n" "\n" "Хранилища пользователей — это хранилища, владельцем которых является " "конкретный пользователь. Личными являются хранилища, владельцем которых " "является текущий пользователь. Владельцем хранилища службы является " "определённая служба. Хранилища совместного использования принадлежат " "администратору, но могут использоваться другими пользователями или " "службами.\n" "\n" "В зависимости от механизма обеспечения безопасности выделяют три типа " "хранилищ:\n" "* стандартные хранилища\n" "* симметричные хранилища\n" "* асимметричные хранилища\n" "\n" "В стандартном хранилище для передачи и хранения секрета используются " "безопасные механизмы. Секрет могут получить только те пользователи, у " "которых есть доступ к хранилищу.\n" "\n" "Симметричное хранилище похоже на стандартное хранилище, но в нём секрет " "перед передачей предварительно шифруется с помощью пароля. Секрет можно " "получить только с помощью этого пароля.\n" "\n" "Асимметричное хранилище похоже на стандартное хранилище, но в нём секрет " "перед передачей предварительно шифруется с помощью открытого ключа. Секрет " "можно получить только с помощью закрытого ключа.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Вывести список хранилищ:\n" " ipa vault-find\n" " [--user <пользователь>|--service <служба>|--shared]\n" "\n" " Добавить стандартное хранилище:\n" " ipa vault-add <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --type standard\n" "\n" " Добавить симметричное хранилище:\n" " ipa vault-add <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --type symmetric --password-file password.txt\n" "\n" " Добавить асимметричное хранилище:\n" " ipa vault-add <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --type asymmetric --public-key-file public.pem\n" "\n" " Показать хранилище:\n" " ipa vault-show <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" "\n" " Изменить описание хранилища:\n" " ipa vault-mod <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --desc <описание>\n" "\n" " Изменить тип хранилища:\n" " ipa vault-mod <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --type <тип>\n" " [старый пароль / закрытый ключ]\n" " [новый пароль / открытый ключ]\n" "\n" " Изменить пароль симметричного хранилища:\n" " ipa vault-mod <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --change-password\n" " ipa vault-mod <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --old-password <старый пароль>\n" " --new-password <новый пароль>\n" " ipa vault-mod <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --old-password-file <файл старого пароля>\n" " --new-password-file <файл нового пароля>\n" "\n" " Изменить ключи асимметричного хранилища:\n" " ipa vault-mod <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --private-key-file <файл старого закрытого ключа>\n" " --public-key-file <файл нового открытого ключа>\n" "\n" " Удалить хранилище:\n" " ipa vault-del <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" "\n" " Показать конфигурацию хранилища:\n" " ipa vaultconfig-show\n" "\n" " Архивировать данные в стандартное хранилище:\n" " ipa vault-archive <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --in <файл входных данных>\n" "\n" " Архивировать данные в симметричное хранилище:\n" " ipa vault-archive <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --in <файл входных данных>\n" " --password-file password.txt\n" "\n" " Архивировать данные в асимметричное хранилище:\n" " ipa vault-archive <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --in <файл входных данных>\n" "\n" " Получить данные из стандартного хранилища:\n" " ipa vault-retrieve <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --out <файл выходных данных>\n" "\n" " Получить данные из симметричного хранилища:\n" " ipa vault-retrieve <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --out <файл выходных данных>\n" " --password-file password.txt\n" "\n" " Получить данные из асимметричного хранилища:\n" " ipa vault-retrieve <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " --out <файл выходных данных> --private-key-file private.pem\n" "\n" " Добавить владельцев хранилища:\n" " ipa vault-add-owner <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " [--users <пользователи>] [--groups <группы>] [--services <службы>]\n" "\n" " Удалить владельцев хранилища:\n" " ipa vault-remove-owner <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " [--users <пользователи>] [--groups <группы>] [--services <службы>]\n" "\n" " Добавить участников хранилища:\n" " ipa vault-add-member <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " [--users <пользователи>] [--groups <группы>] [--services <службы>]\n" "\n" " Удалить участников хранилища:\n" " ipa vault-remove-member <имя>\n" " [--user <пользователь>|--service <служба>|--shared]\n" " [--users <пользователи>] [--groups <группы>] [--services <службы>]\n" #: ipaclient/remote_plugins/2_156/vault.py:586 #: ipaclient/remote_plugins/2_156/vault.py:1166 #: ipaclient/remote_plugins/2_156/vault.py:1438 #: ipaclient/remote_plugins/2_156/vault.py:1575 #: ipaclient/remote_plugins/2_164/vault.py:586 #: ipaclient/remote_plugins/2_164/vault.py:1166 #: ipaclient/remote_plugins/2_164/vault.py:1438 #: ipaclient/remote_plugins/2_164/vault.py:1575 msgid "owner user" msgstr "пользователь-владелец" #: ipaclient/remote_plugins/2_156/vault.py:595 #: ipaclient/remote_plugins/2_156/vault.py:1175 #: ipaclient/remote_plugins/2_156/vault.py:1447 #: ipaclient/remote_plugins/2_156/vault.py:1584 #: ipaclient/remote_plugins/2_164/vault.py:595 #: ipaclient/remote_plugins/2_164/vault.py:1175 #: ipaclient/remote_plugins/2_164/vault.py:1447 #: ipaclient/remote_plugins/2_164/vault.py:1584 msgid "owner group" msgstr "группа-владелец" #: ipaclient/remote_plugins/2_156/vault.py:603 #: ipaclient/remote_plugins/2_156/vault.py:1183 #: ipaclient/remote_plugins/2_156/vault.py:1455 #: ipaclient/remote_plugins/2_156/vault.py:1592 #: ipaclient/remote_plugins/2_164/vault.py:603 #: ipaclient/remote_plugins/2_164/vault.py:1183 #: ipaclient/remote_plugins/2_164/vault.py:1455 #: ipaclient/remote_plugins/2_164/vault.py:1592 msgid "owner service" msgstr "служба-владелец" #: ipaclient/remote_plugins/2_156/idrange.py:19 #: ipaclient/remote_plugins/2_164/idrange.py:19 msgid "" "\n" "ID ranges\n" "\n" "Manage ID ranges used to map Posix IDs to SIDs and back.\n" "\n" "There are two type of ID ranges which are both handled by this utility:\n" "\n" " - the ID ranges of the local domain\n" " - the ID ranges of trusted remote domains\n" "\n" "Both types have the following attributes in common:\n" "\n" " - base-id: the first ID of the Posix ID range\n" " - range-size: the size of the range\n" "\n" "With those two attributes a range object can reserve the Posix IDs starting\n" "with base-id up to but not including base-id+range-size exclusively.\n" "\n" "Additionally an ID range of the local domain may set\n" " - rid-base: the first RID(*) of the corresponding RID range\n" " - secondary-rid-base: first RID of the secondary RID range\n" "\n" "and an ID range of a trusted domain must set\n" " - rid-base: the first RID of the corresponding RID range\n" " - sid: domain SID of the trusted domain\n" "\n" "\n" "\n" "EXAMPLE: Add a new ID range for a trusted domain\n" "\n" "Since there might be more than one trusted domain the domain SID must be " "given\n" "while creating the ID range.\n" "\n" " ipa idrange-add --base-id=1200000 --range-size=200000 --rid-" "base=0 --dom-sid=S-1-5-21-123-456-789 trusted_dom_range\n" "\n" "This ID range is then used by the IPA server and the SSSD IPA provider to\n" "assign Posix UIDs to users from the trusted domain.\n" "\n" "If e.g. a range for a trusted domain is configured with the following " "values:\n" " base-id = 1200000\n" " range-size = 200000\n" " rid-base = 0\n" "the RIDs 0 to 199999 are mapped to the Posix ID from 1200000 to 13999999. " "So\n" "RID 1000 <-> Posix ID 1201000\n" "\n" "\n" "\n" "EXAMPLE: Add a new ID range for the local domain\n" "\n" "To create an ID range for the local domain it is not necessary to specify a\n" "domain SID. But since it is possible that a user and a group can have the " "same\n" "value as Posix ID a second RID interval is needed to handle conflicts.\n" "\n" " ipa idrange-add --base-id=1200000 --range-size=200000 --rid-" "base=1000 --secondary-rid-base=1000000 local_range\n" "\n" "The data from the ID ranges of the local domain are used by the IPA server\n" "internally to assign SIDs to IPA users and groups. The SID will then be " "stored\n" "in the user or group objects.\n" "\n" "If e.g. the ID range for the local domain is configured with the values " "from\n" "the example above then a new user with the UID 1200007 will get the RID " "1007.\n" "If this RID is already used by a group the RID will be 1000007. This can " "only\n" "happen if a user or a group object was created with a fixed ID because the\n" "automatic assignment will not assign the same ID twice. Since there are " "only\n" "users and groups sharing the same ID namespace it is sufficient to have " "only\n" "one fallback range to handle conflicts.\n" "\n" "To find the Posix ID for a given RID from the local domain it has to be\n" "checked first if the RID falls in the primary or secondary RID range and\n" "the rid-base or the secondary-rid-base has to be subtracted, respectively,\n" "and the base-id has to be added to get the Posix ID.\n" "\n" "Typically the creation of ID ranges happens behind the scenes and this CLI\n" "must not be used at all. The ID range for the local domain will be created\n" "during installation or upgrade from an older version. The ID range for a\n" "trusted domain will be created together with the trust by 'ipa trust-" "add ...'.\n" "\n" "USE CASES:\n" "\n" " Add an ID range from a transitively trusted domain\n" "\n" " If the trusted domain (A) trusts another domain (B) as well and this " "trust\n" " is transitive 'ipa trust-add domain-A' will only create a range for\n" " domain A. The ID range for domain B must be added manually.\n" "\n" " Add an additional ID range for the local domain\n" "\n" " If the ID range of the local domain is exhausted, i.e. no new IDs can " "be\n" " assigned to Posix users or groups by the DNA plugin, a new range has to " "be\n" " created to allow new users and groups to be added. (Currently there is " "no\n" " connection between this range CLI and the DNA plugin, but a future " "version\n" " might be able to modify the configuration of the DNS plugin as well)\n" "\n" "In general it is not necessary to modify or delete ID ranges. If there is " "no\n" "other way to achieve a certain configuration than to modify or delete an ID\n" "range it should be done with great care. Because UIDs are stored in the " "file\n" "system and are used for access control it might be possible that users are\n" "allowed to access files of other users if an ID range got deleted and " "reused\n" "for a different domain.\n" "\n" "(*) The RID is typically the last integer of a user or group SID which " "follows\n" "the domain SID. E.g. if the domain SID is S-1-5-21-123-456-789 and a user " "from\n" "this domain has the SID S-1-5-21-123-456-789-1010 then 1010 id the RID of " "the\n" "user. RIDs are unique in a domain, 32bit values and are used for users and\n" "groups.\n" "\n" "=======\n" "WARNING:\n" "\n" "DNA plugin in 389-ds will allocate IDs based on the ranges configured for " "the\n" "local domain. Currently the DNA plugin *cannot* be reconfigured itself " "based\n" "on the local ranges set via this family of commands.\n" "\n" "Manual configuration change has to be done in the DNA plugin configuration " "for\n" "the new local range. Specifically, The dnaNextRange attribute of 'cn=Posix\n" "IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config' has to " "be\n" "modified to match the new range.\n" "=======\n" msgstr "" "\n" "Диапазоны идентификаторов\n" "\n" "Управление диапазонами идентификаторов, используемых для отображения POSIX-" "идентификаторов на SID и наоборот.\n" "\n" "С помощью этой программы можно управлять обоими типами диапазонов " "идентификаторов:\n" "\n" " - диапазоны идентификаторов локального домена\n" " - диапазоны идентификаторов доверенных удалённых доменов\n" "\n" "Оба типа имеют следующие общие атрибуты:\n" "\n" " - base-id: первый идентификатор диапазона POSIX-идентификаторов \n" " - range-size: размер диапазона\n" "\n" "На основе этих двух атрибутов объект диапазона может зарезервировать POSIX-" "идентификаторы: от base-id и до (не включительно) base-id+range-size.\n" "\n" "Кроме того, можно установить диапазон идентификаторов локального домена\n" " - rid-base: первый RID(*) соответствующего диапазона RID\n" "- secondary-rid-base: первый RID вторичного диапазона RID\n" "\n" "а диапазон идентификаторов доверенного домена следует задавать с помощью\n" " - rid-base: первый RID соответствующего диапазона RID\n" " - dom_sid: SID доверенного домена\n" "\n" "\n" "\n" "ПРИМЕР: добавление нового диапазона идентификаторов для доверенного домена\n" "\n" "Поскольку доверенных доменов может быть несколько, при создании диапазона " "идентификаторов следует указать SID домена.\n" "\n" " ipa idrange-add --base-id=1200000 --range-size=200000 --rid-base=0\n" " --dom-sid=S-1-5-21-123-456-789 trusted_dom_range\n" "\n" "Этот диапазон идентификаторов затем будет использоваться IPA-сервером и " "поставщиком данных IPA SSSD для назначения POSIX UID пользователям из " "доверенного домена.\n" "\n" "Если, например, для доверенного домена настроен диапазон со следующими " "значениями:\n" " base-id = 1200000\n" " range-size = 200000\n" " rid-base = 0\n" "RID от 0 до 199999 привязываются к POSIX-идентификаторам от 1200000 до " "13999999. Следовательно,\n" "RID 1000 <-> Posix ID 1201000\n" "\n" "\n" "\n" "ПРИМЕР: добавление нового диапазона идентификаторов для локального домена\n" "\n" "При создании диапазона идентификаторов для локального домена нет " "необходимости указывать SID домена. Но, так как существует вероятность того, " "что в качестве POSIX-идентификатора для пользователя и группы используется " "одно и то же значение, для обработки конфликтов необходим вторичный интервал " "RID.\n" "\n" " ipa idrange-add --base-id=1200000 --range-size=200000 --rid-base=1000\n" " --secondary-rid-base=1000000 local_range\n" "\n" "Данные из диапазонов идентификаторов локального домена используются IPA-" "сервером на внутреннем уровне для назначения SID пользователям и группам " "IPA. SID сохраняется в объектах пользователя или группы.\n" "\n" "Если, например, диапазон идентификаторов для локального домена настроен со " "значениями из примера выше, то новый пользователь с UID 1200007 получит RID " "1007.\n" "Если этот RID уже используется группой, он будет заменён на 1000007. Это " "может произойти только в том случае, если объект пользователя или группы был " "создан с фиксированным идентификатором, потому что при автоматическом " "назначении один и тот же идентификатор не назначается дважды. Так как одно и " "тоже пространство имён идентификаторов делят только пользователи и группы, " "для обработки конфликтов достаточно одного резервного диапазона.\n" "\n" "Для определения POSIX-идентификатора по указанному RID из локального домена " "следует сначала проверить, попадает ли RID в основной или вторичный диапазон " "RID, а потом вычесть, соответственно, rid-base или secondary-rid-base, затем " "добавить base-id.\n" "\n" "Обычно создание диапазонов идентификаторов является внешне незаметным и не " "требует использования интерфейса командной строки. Диапазон идентификаторов " "для локального домена будет создан во время установки или обновления " "предыдущей версии. Диапазон идентификаторов для доверенного домена будет " "создан при создании отношения доверия с помощью команды \"ipa trust-add ..." "\".\n" "\n" "СЛУЧАИ ИСПОЛЬЗОВАНИЯ:\n" "\n" " Добавление диапазона идентификаторов из домена, с которым установлено " "транзитивное отношение доверия\n" "\n" " Если у доверенного домена (A) также установлено отношение доверия с " "другим доменом (B) и оно является транзитивным, то команда \"ipa trust-add " "domain-A\" создаст диапазон только для домена A. Диапазон идентификаторов " "для домена B следует добавить вручную.\n" "\n" " Добавление диапазона идентификаторов для локального домена \n" "\n" " Если диапазон идентификаторов локального домена исчерпан, то есть с " "помощью подключаемого модуля DNA невозможно назначить новые идентификаторы " "POSIX-пользователям или POSIX-группам, должен быть создан новый диапазон для " "добавления новых пользователей и групп. (В текущей версии данный интерфейс " "командной строки и подключаемый модуль DNA не связаны непосредственно, но в " "будущей версии может появиться возможность внесения изменений также и в " "конфигурацию подключаемого модуля DNA.)\n" "\n" "В целом, в изменении или удалении диапазонов идентификаторов нет " "необходимости. Если для выполнения определённой настройки приходится " "изменить или удалить диапазон идентификаторов, это следует делать крайне " "осторожно. Поскольку UID хранятся в файловой системе и используются для " "управления доступом, возможна ситуация, когда одни пользователи получат " "доступ к файлам других пользователей вследствие удаления диапазона " "идентификаторов и повторного его использования в другом домене.\n" "\n" "(*) RID обычно является последним целым числом SID пользователя или группы, " "который указывается после SID домена. Например, если SID домена " "S-1-5-21-123-456-789, а пользователь из этого домена имеет SID " "S-1-5-21-123-456-789-1010, RID пользователя будет 1010. RID являются " "уникальными в пределах домена, имеют 32-битные значения и используются для " "пользователей и групп.\n" "\n" "=======\n" "ПРЕДУПРЕЖДЕНИЕ:\n" "\n" "Подключаемый модуль DNA в 389-ds выделяет идентификаторы на основе " "диапазонов, настроенных для локального домена. В текущей версии сам " "подключаемый модуль DNA *нельзя* перенастраивать на основе локальных " "диапазонов, установленных с помощью этого семейства команд.\n" "\n" "Для нового локального диапазона следует вручную изменить настройки " "конфигурации подключаемого модуля DNA. В частности, следует изменить атрибут " "dnaNextRange \"cn=Posix\n" "IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config\" таким " "образом, чтобы он соответствовал новому диапазону.\n" "=======\n" #: ipaclient/remote_plugins/2_156/idrange.py:191 #: ipaclient/remote_plugins/2_164/idrange.py:191 msgid "" "\n" "Add new ID range.\n" "\n" " To add a new ID range you always have to specify\n" "\n" " --base-id\n" " --range-size\n" "\n" " Additionally\n" "\n" " --rid-base\n" " --secondary-rid-base\n" "\n" " may be given for a new ID range for the local domain while\n" "\n" " --rid-base\n" " --dom-sid\n" "\n" " must be given to add a new range for a trusted AD domain.\n" "\n" "=======\n" "WARNING:\n" "\n" "DNA plugin in 389-ds will allocate IDs based on the ranges configured for " "the\n" "local domain. Currently the DNA plugin *cannot* be reconfigured itself " "based\n" "on the local ranges set via this family of commands.\n" "\n" "Manual configuration change has to be done in the DNA plugin configuration " "for\n" "the new local range. Specifically, The dnaNextRange attribute of 'cn=Posix\n" "IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config' has to " "be\n" "modified to match the new range.\n" "=======\n" " " msgstr "" "\n" "Добавление нового диапазона идентификаторов.\n" "\n" " Для добавления нового диапазона идентификаторов всегда необходимо " "указывать\n" "\n" " --base-id\n" " --range-size\n" "\n" " Кроме того,\n" "\n" " --rid-base\n" " --secondary-rid-base\n" "\n" " могут указываться для нового диапазона идентификаторов для локального " "домена, в то время как\n" "\n" " --rid-base\n" " --dom-sid\n" "\n" " должны быть указаны для добавления нового диапазона для доверенного " "домена AD.\n" "\n" "======= \n" "ПРЕДУПРЕЖДЕНИЕ:\n" "\n" "Подключаемый модуль DNA в 389-ds выделяет идентификаторы на основе " "диапазонов, настроенных для локального домена. В текущей версии сам " "подключаемый модуль DNA *нельзя* перенастраивать на основе локальных " "диапазонов, установленных с помощью этого семейства команд.\n" "\n" "Для нового локального диапазона следует вручную изменить настройки " "конфигурации подключаемого модуля DNA. В частности, следует изменить атрибут " "dnaNextRange \"cn=Posix\n" "IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config\" таким " "образом, чтобы он соответствовал новому диапазону.\n" "=======" #: ipaclient/remote_plugins/2_156/idrange.py:472 #: ipaclient/remote_plugins/2_164/idrange.py:472 msgid "" "\n" "Modify ID range.\n" "\n" "=======\n" "WARNING:\n" "\n" "DNA plugin in 389-ds will allocate IDs based on the ranges configured for " "the\n" "local domain. Currently the DNA plugin *cannot* be reconfigured itself " "based\n" "on the local ranges set via this family of commands.\n" "\n" "Manual configuration change has to be done in the DNA plugin configuration " "for\n" "the new local range. Specifically, The dnaNextRange attribute of 'cn=Posix\n" "IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config' has to " "be\n" "modified to match the new range.\n" "=======\n" " " msgstr "" "\n" "Изменить диапазон идентификаторов.\n" " \n" "======= \n" "ПРЕДУПРЕЖДЕНИЕ:\n" "\n" "Подключаемый модуль DNA в 389-ds выделяет идентификаторы на основе " "диапазонов, настроенных для локального домена. В текущей версии сам " "подключаемый модуль DNA *нельзя* перенастраивать на основе локальных " "диапазонов, установленных с помощью этого семейства команд.\n" "\n" "Для нового локального диапазона следует вручную изменить настройки " "конфигурации подключаемого модуля DNA. В частности, следует изменить атрибут " "dnaNextRange \"cn=Posix\n" "IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config\" таким " "образом, чтобы он соответствовал новому диапазону.\n" "=======" #: ipaclient/remote_plugins/2_164/server.py:229 msgid "Search for servers with these managed suffixes." msgstr "Поиск серверов, включая серверы с этими управляемыми суффиксами." #: ipaclient/remote_plugins/2_164/server.py:237 msgid "Search for servers without these managed suffixes." msgstr "Поиск серверов, не включая серверы с этими управляемыми суффиксами. " #: ipaclient/remote_plugins/2_164/topology.py:19 msgid "" "\n" "Topology\n" "\n" "Management of a replication topology at domain level 1.\n" "\n" "IPA server's data is stored in LDAP server in two suffixes:\n" "* domain suffix, e.g., 'dc=example,dc=com', contains all domain related " "data\n" "* ca suffix, 'o=ipaca', is present only on server with CA installed. It\n" " contains data for Certificate Server component\n" "\n" "Data stored on IPA servers is replicated to other IPA servers. The way it " "is\n" "replicated is defined by replication agreements. Replication agreements " "needs\n" "to be set for both suffixes separately. On domain level 0 they are managed\n" "using ipa-replica-manage and ipa-csreplica-manage tools. With domain level " "1\n" "they are managed centrally using `ipa topology*` commands.\n" "\n" "Agreements are represented by topology segments. By default topology " "segment\n" "represents 2 replication agreements - one for each direction, e.g., A to B " "and\n" "B to A. Creation of unidirectional segments is not allowed.\n" "\n" "To verify that no server is disconnected in the topology of the given " "suffix,\n" "use:\n" " ipa topologysuffix-verify $suffix\n" "\n" "\n" "Examples:\n" " Find all IPA servers:\n" " ipa server-find\n" "\n" " Find all suffixes:\n" " ipa topologysuffix-find\n" "\n" " Add topology segment to 'domain' suffix:\n" " ipa topologysegment-add domain --left IPA_SERVER_A --right IPA_SERVER_B\n" "\n" " Add topology segment to 'ca' suffix:\n" " ipa topologysegment-add ca --left IPA_SERVER_A --right IPA_SERVER_B\n" "\n" " List all topology segments in 'domain' suffix:\n" " ipa topologysegment-find domain\n" "\n" " List all topology segments in 'ca' suffix:\n" " ipa topologysegment-find ca\n" "\n" " Delete topology segment in 'domain' suffix:\n" " ipa topologysegment-del domain segment_name\n" "\n" " Delete topology segment in 'ca' suffix:\n" " ipa topologysegment-del ca segment_name\n" "\n" " Verify topology of 'domain' suffix:\n" " ipa topologysuffix-verify domain\n" "\n" " Verify topology of 'ca' suffix:\n" " ipa topologysuffix-verify ca\n" msgstr "" "\n" "Топология\n" "\n" "Управление топологией репликации на уровне домена 1.\n" "\n" "Данные IPA-сервера хранятся на LDAP-сервере в двух суффиксах:\n" "* суффикс домена (domain), например, \"dc=example,dc=com\", содержит все " "связанные с доменом данные\n" "* суффикс центра сертификации (ca), \"o=ipaca\", имеется только на серверах " "с установленным CA. Он содержит данные для компонента сервера сертификатов\n" "\n" "Данные, которые хранятся на IPA-серверах, реплицируются на другие IPA-" "серверы. Способ репликации определяется соглашениями о репликации. " "Соглашения о репликации необходимо устанавливать для каждого из суффиксов " "отдельно. На уровне домена 0 управление ими выполняется с помощью средств " "ipa-replica-manage и ipa-csreplica-manage. На уровне домена 1 управление " "выполняется централизованно с помощью команд \"ipa topology*\".\n" "\n" "Соглашения представляются сегментами топологии. По умолчанию сегмент " "топологии представляет 2 соглашения о репликации: по одному для каждого " "направления, например, от A до B и от B до A. Создание однонаправленных " "сегментов запрещено.\n" "\n" "Чтобы проверить, что ни один сервер не отключается в топологии указанного " "суффикса, используйте эту команду:\n" " ipa topologysuffix-verify $suffix\n" "\n" "\n" "Примеры:\n" " Найти все IPA-серверы:\n" " ipa server-find\n" "\n" " Найти все суффиксы:\n" " ipa topologysuffix-find\n" "\n" " Добавить сегмент топологии в суффикс \"domain\":\n" " ipa topologysegment-add domain --left IPA_SERVER_A --right IPA_SERVER_B\n" "\n" " Добавить сегмент топологии в суффикс \"ca\":\n" " ipa topologysegment-add ca --left IPA_SERVER_A --right IPA_SERVER_B\n" "\n" " Вывести список всех сегментов топологии в суффиксе \"domain\":\n" " ipa topologysegment-find domain\n" "\n" " Вывести список всех сегментов топологии в суффиксе \"ca\":\n" " ipa topologysegment-find ca\n" "\n" " Удалить сегмент топологии в суффиксе \"domain\":\n" " ipa topologysegment-del domain segment_name\n" "\n" " Удалить сегмент топологии в суффиксе \"ca\":\n" " ipa topologysegment-del ca segment_name\n" "\n" " Проверить топологию суффикса \"domain\":\n" " ipa topologysuffix-verify domain\n" "\n" " Проверить топологию суффикса \"ca\":\n" " ipa topologysuffix-verify ca\n" #: ipaclient/remote_plugins/2_49/aci.py:19 msgid "" "\n" "Directory Server Access Control Instructions (ACIs)\n" "\n" "ACIs are used to allow or deny access to information. This module is\n" "currently designed to allow, not deny, access.\n" "\n" "The aci commands are designed to grant permissions that allow updating\n" "existing entries or adding or deleting new ones. The goal of the ACIs\n" "that ship with IPA is to provide a set of low-level permissions that\n" "grant access to special groups called taskgroups. These low-level\n" "permissions can be combined into roles that grant broader access. These\n" "roles are another type of group, roles.\n" "\n" "For example, if you have taskgroups that allow adding and modifying users " "you\n" "could create a role, useradmin. You would assign users to the useradmin\n" "role to allow them to do the operations defined by the taskgroups.\n" "\n" "You can create ACIs that delegate permission so users in group A can write\n" "attributes on group B.\n" "\n" "The type option is a map that applies to all entries in the users, groups " "or\n" "host location. It is primarily designed to be used when granting add\n" "permissions (to write new entries).\n" "\n" "An ACI consists of three parts:\n" "1. target\n" "2. permissions\n" "3. bind rules\n" "\n" "The target is a set of rules that define which LDAP objects are being\n" "targeted. This can include a list of attributes, an area of that LDAP\n" "tree or an LDAP filter.\n" "\n" "The targets include:\n" "- attrs: list of attributes affected\n" "- type: an object type (user, group, host, service, etc)\n" "- memberof: members of a group\n" "- targetgroup: grant access to modify a specific group. This is primarily\n" " designed to enable users to add or remove members of a specific group.\n" "- filter: A legal LDAP filter used to narrow the scope of the target.\n" "- subtree: Used to apply a rule across an entire set of objects. For " "example,\n" " to allow adding users you need to grant \"add\" permission to the subtree\n" " ldap://uid=*,cn=users,cn=accounts,dc=example,dc=com. The subtree option\n" " is a fail-safe for objects that may not be covered by the type option.\n" "\n" "The permissions define what the ACI is allowed to do, and are one or\n" "more of:\n" "1. write - write one or more attributes\n" "2. read - read one or more attributes\n" "3. add - add a new entry to the tree\n" "4. delete - delete an existing entry\n" "5. all - all permissions are granted\n" "\n" "Note the distinction between attributes and entries. The permissions are\n" "independent, so being able to add a user does not mean that the user will\n" "be editable.\n" "\n" "The bind rule defines who this ACI grants permissions to. The LDAP server\n" "allows this to be any valid LDAP entry but we encourage the use of\n" "taskgroups so that the rights can be easily shared through roles.\n" "\n" "For a more thorough description of access controls see\n" "http://www.redhat.com/docs/manuals/dir-server/ag/8.0/Managing_Access_Control." "html\n" "\n" "EXAMPLES:\n" "\n" "NOTE: ACIs are now added via the permission plugin. These examples are to\n" "demonstrate how the various options work but this is done via the " "permission\n" "command-line now (see last example).\n" "\n" " Add an ACI so that the group \"secretaries\" can update the address on any " "user:\n" " ipa group-add --desc=\"Office secretaries\" secretaries\n" " ipa aci-add --attrs=streetAddress --memberof=ipausers --group=secretaries " "--permissions=write --prefix=none \"Secretaries write addresses\"\n" "\n" " Show the new ACI:\n" " ipa aci-show --prefix=none \"Secretaries write addresses\"\n" "\n" " Add an ACI that allows members of the \"addusers\" permission to add new " "users:\n" " ipa aci-add --type=user --permission=addusers --permissions=add --" "prefix=none \"Add new users\"\n" "\n" " Add an ACI that allows members of the editors manage members of the admins " "group:\n" " ipa aci-add --permissions=write --attrs=member --targetgroup=admins --" "group=editors --prefix=none \"Editors manage admins\"\n" "\n" " Add an ACI that allows members of the admins group to manage the street and " "zip code of those in the editors group:\n" " ipa aci-add --permissions=write --memberof=editors --group=admins --" "attrs=street,postalcode --prefix=none \"admins edit the address of editors" "\"\n" "\n" " Add an ACI that allows the admins group manage the street and zipcode of " "those who work for the boss:\n" " ipa aci-add --permissions=write --group=admins --attrs=street,postalcode " "--filter=\"(manager=uid=boss,cn=users,cn=accounts,dc=example,dc=com)\" --" "prefix=none \"Edit the address of those who work for the boss\"\n" "\n" " Add an entirely new kind of record to IPA that isn't covered by any of the " "--type options, creating a permission:\n" " ipa permission-add --permissions=add --subtree=\"cn=*,cn=orange," "cn=accounts,dc=example,dc=com\" --desc=\"Add Orange Entries\" add_orange\n" "\n" "\n" "The show command shows the raw 389-ds ACI.\n" "\n" "IMPORTANT: When modifying the target attributes of an existing ACI you\n" "must include all existing attributes as well. When doing an aci-mod the\n" "targetattr REPLACES the current attributes, it does not add to them.\n" msgstr "" "\n" "Инструкции управления доступом к серверу каталогов (ACI)\n" "\n" "ACI используются, чтобы разрешить или запретить доступ к информации. Текущая " "версия модуля предназначена для предоставления, а не запрета доступа. \n" "\n" "Команды aci позволяют предоставить разрешения, благодаря которым можно " "обновлять существующие записи, а также добавлять или удалять новые. Задача " "ACI, поставляемых вместе с IPA: предоставить набор низкоуровневых " "разрешений, которые дают доступ к специальным группам. Такие группы " "называются группами задач. Данные низкоуровневые разрешения можно сочетать " "между собой, формируя роли, чтобы предоставить больший объём доступа. Эти " "роли представляют собой ещё один тип групп: группы ролей.\n" "\n" "Например, если имеются группы задач, которые разрешают добавлять и изменять " "данные пользователей, то можно создать роль администратора пользователей " "(useradmin). Если назначить пользователям роль useradmin, им будет разрешено " "выполнять операции, определённые группами задач.\n" "\n" "Можно создавать ACI, которые будут предоставлять разрешения таким образом, " "что пользователи группы A смогут записывать атрибуты для группы B.\n" "\n" "Параметр \"тип\" (type) — это список, который применяется ко всем записям " "пользователей, записям групп или расположению узла. Он предназначен в " "основном для предоставления прав доступа для добавления (создание новых " "записей).\n" "\n" "Запись ACI состоит из трёх частей:\n" "1. цель\n" "2. разрешения\n" "3. правила привязки\n" "\n" "Цель — это набор правил, которые определяют, какие объекты LDAP являются " "целевыми. Это может быть список атрибутов, область этого дерева LDAP или " "фильтр LDAP.\n" "\n" "Цели содержат:\n" "- attrs: список атрибутов, которых касается цель\n" "- type: тип объектов (пользователь, группа, узел, служба и так далее)\n" "- memberof: участники группы\n" "- targetgroup: предоставить доступ к изменению определённой группы. Эта " "часть в основном разработана для предоставления пользователям разрешения на " "добавление или удаление участников определённой группы.\n" "- filter: действующий фильтр LDAP, используемый для сужения цели.\n" "- subtree: используется для применения правила к целому набору объектов. " "Например, чтобы разрешить добавление пользователей, следует предоставить " "разрешение \"add\" для поддерева ldap://uid=*,cn=users,cn=accounts," "dc=example,dc=com. Параметр subtree подходит для объектов, которые не " "подпадают под действие параметра type.\n" "\n" "Разрешения определяют, какие действия разрешены для ACI, и могут быть одними " "из следующих (или сочетать в себе несколько вариантов):\n" "1. write - записать один или несколько атрибутов.\n" "2. read - прочитать один или несколько атрибутов.\n" "3. add - добавить в дерево новую запись.\n" "4. delete - удалить существующую запись.\n" "5. all - предоставляются все разрешения.\n" "\n" "Обратите внимание на разницу между атрибутами и записями. Разрешения " "являются независимыми, поэтому возможность добавить пользователя не означает " "возможность изменять запись добавленного пользователя.\n" "\n" "Правило привязки определяет, кому предоставляет разрешения ACI. LDAP-сервер " "позволяет сделать это для любой действительной записи LDAP, но мы " "рекомендуем использовать группы задач, чтобы можно было легко обеспечить " "общий доступ к правам с помощью ролей.\n" "\n" "Более подробные сведения об управлении доступом:\n" "http://www.redhat.com/docs/manuals/dir-server/ag/8.0/Managing_Access_Control." "html\n" "\n" "ПРИМЕРЫ:\n" "\n" "ПРИМЕЧАНИЕ: в текущей версии записи записи ACI добавляются через " "подключаемый модуль разрешений. Следующие примеры показывают, как работают " "различные параметры, но сейчас это выполняется через командную строку (см. " "последний пример).\n" "\n" " Добавить запись ACI, чтобы группа \"secretaries\" могла обновлять адрес " "любого пользователя:\n" " ipa group-add --desc=\"Офисные секретари\" secretaries\n" " ipa aci-add --attrs=streetAddress --memberof=ipausers --group=secretaries " "--permissions=write --prefix=none \"Секретари записывают адреса\"\n" "\n" " Show the new ACI:\n" " ipa aci-show --prefix=none \"Секретари записывают адреса\"\n" "\n" " Добавить запись ACI, которая разрешает участникам разрешения \"addusers\" " "добавлять новых пользователей:\n" " ipa aci-add --type=user --permission=addusers --permissions=add --" "prefix=none \"Добавление пользователей\"\n" "\n" " Добавить запись ACI, которая разрешает участникам группы \"editors\" " "управлять записями участников группы \"admins\":\n" " ipa aci-add --permissions=write --attrs=member --targetgroup=admins --" "group=editors --prefix=none \"Редакторы управляют администраторами\"\n" "\n" " Добавить запись ACI, которая разрешает участникам группы \"admins\" " "изменять название улицы и почтовый индекс участников группы \"editors\":\n" " ipa aci-add --permissions=write --memberof=editors --group=admins --" "attrs=street,postalcode --prefix=none \"администраторы редактируют адрес " "редакторов\"\n" "\n" " Добавить запись ACI, которая разрешает участникам группы \"admins\" " "изменять название улицы и почтовый индекс тех, кто работает под руководством " "начальника:\n" " ipa aci-add --permissions=write --group=admins --attrs=street,postalcode " "--filter=\"(manager=uid=boss,cn=users,cn=accounts,dc=example,dc=com)\" --" "prefix=none \"Редактировать адрес тех, кто работает под руководством " "начальника\"\n" "\n" " Добавить в IPA совершенно новый вид записи, который не предусмотрен ни " "одним из параметров \"--type\", путём создания разрешения:\n" " ipa permission-add --permissions=add --subtree=\"cn=*,cn=orange," "cn=accounts,dc=example,dc=com\" --desc=\"Добавление оранжевых записей\" " "add_orange\n" "\n" "\n" "Команда show показывает необработанную запись ACI 389-ds.\n" "\n" "ВАЖНО: при изменении атрибутов цели существующей записи ACI необходимо также " "включить все существующие атрибуты. Когда выполняется aci-mod, targetattr " "ЗАМЕНЯЕТ текущие атрибуты, а не добавляет к ним другие.\n" #: ipaclient/remote_plugins/2_49/aci.py:146 #: ipaclient/remote_plugins/2_49/aci.py:224 #: ipaclient/remote_plugins/2_49/aci.py:415 #: ipaclient/remote_plugins/2_49/aci.py:548 #: ipaclient/remote_plugins/2_49/aci.py:668 msgid "" "comma-separated list of permissions to grant(read, write, add, delete, all)" msgstr "" "Разделённый запятыми список разрешений, которые следует предоставить (read, " "write, add, delete, all)" #: ipaclient/remote_plugins/2_49/aci.py:153 #: ipaclient/remote_plugins/2_49/aci.py:232 #: ipaclient/remote_plugins/2_49/aci.py:423 #: ipaclient/remote_plugins/2_49/aci.py:556 #: ipaclient/remote_plugins/2_49/aci.py:676 #: ipaclient/remote_plugins/2_49/delegation.py:67 #: ipaclient/remote_plugins/2_49/delegation.py:105 #: ipaclient/remote_plugins/2_49/delegation.py:210 #: ipaclient/remote_plugins/2_49/delegation.py:295 #: ipaclient/remote_plugins/2_49/permission.py:95 #: ipaclient/remote_plugins/2_49/permission.py:163 #: ipaclient/remote_plugins/2_49/permission.py:433 #: ipaclient/remote_plugins/2_49/permission.py:548 #: ipaclient/remote_plugins/2_49/selfservice.py:67 #: ipaclient/remote_plugins/2_49/selfservice.py:95 #: ipaclient/remote_plugins/2_49/selfservice.py:189 #: ipaclient/remote_plugins/2_49/selfservice.py:261 msgid "Comma-separated list of attributes" msgstr "Разделённый запятыми список атрибутов" #: ipaclient/remote_plugins/2_49/automember.py:19 msgid "" "\n" "Auto Membership Rule.\n" "\n" "Bring clarity to the membership of hosts and users by configuring inclusive\n" "or exclusive regex patterns, you can automatically assign a new entries " "into\n" "a group or hostgroup based upon attribute information.\n" "\n" "A rule is directly associated with a group by name, so you cannot create\n" "a rule without an accompanying group or hostgroup.\n" "\n" "A condition is a regular expression used by 389-ds to match a new incoming\n" "entry with an automember rule. If it matches an inclusive rule then the\n" "entry is added to the appropriate group or hostgroup.\n" "\n" "A default group or hostgroup could be specified for entries that do not\n" "match any rule. In case of user entries this group will be a fallback group\n" "because all users are by default members of group specified in IPA config.\n" "\n" "\n" "EXAMPLES:\n" "\n" " Add the initial group or hostgroup:\n" " ipa hostgroup-add --desc=\"Web Servers\" webservers\n" " ipa group-add --desc=\"Developers\" devel\n" "\n" " Add the initial rule:\n" " ipa automember-add --type=hostgroup webservers\n" " ipa automember-add --type=group devel\n" "\n" " Add a condition to the rule:\n" " ipa automember-add-condition --key=fqdn --type=hostgroup --inclusive-" "regex=^web[1-9]+\\.example\\.com webservers\n" " ipa automember-add-condition --key=manager --type=group --inclusive-" "regex=^uid=mscott devel\n" "\n" " Add an exclusive condition to the rule to prevent auto assignment:\n" " ipa automember-add-condition --key=fqdn --type=hostgroup --exclusive-" "regex=^web5\\.example\\.com webservers\n" "\n" " Add a host:\n" " ipa host-add web1.example.com\n" "\n" " Add a user:\n" " ipa user-add --first=Tim --last=User --password tuser1 --manager=mscott\n" "\n" " Verify automembership:\n" " ipa hostgroup-show webservers\n" " Host-group: webservers\n" " Description: Web Servers\n" " Member hosts: web1.example.com\n" "\n" " ipa group-show devel\n" " Group name: devel\n" " Description: Developers\n" " GID: 1004200000\n" " Member users: tuser\n" "\n" " Remove a condition from the rule:\n" " ipa automember-remove-condition --key=fqdn --type=hostgroup --inclusive-" "regex=^web[1-9]+\\.example\\.com webservers\n" "\n" " Modify the automember rule:\n" " ipa automember-mod\n" "\n" " Set the default (fallback) target group:\n" " ipa automember-default-group-set --default-group=webservers --" "type=hostgroup\n" " ipa automember-default-group-set --default-group=ipausers --type=group\n" "\n" " Remove the default (fallback) target group:\n" " ipa automember-default-group-remove --type=hostgroup\n" " ipa automember-default-group-remove --type=group\n" "\n" " Show the default (fallback) target group:\n" " ipa automember-default-group-show --type=hostgroup\n" " ipa automember-default-group-show --type=group\n" "\n" " Find all of the automember rules:\n" " ipa automember-find\n" "\n" " Display a automember rule:\n" " ipa automember-show --type=hostgroup webservers\n" " ipa automember-show --type=group devel\n" "\n" " Delete an automember rule:\n" " ipa automember-del --type=hostgroup webservers\n" " ipa automember-del --type=group devel\n" msgstr "" "\n" "Правило автоучастия.\n" "\n" "Внося ясные правила о принадлежности узлов и пользователей к группам " "посредством настройки включающих и исключающих шаблонов регулярных " "выражений, вы можете автоматически связывать новые записи с группой или " "группой узлов на основе данных атрибутов.\n" "\n" "Правило непосредственно связывается с группой по имени, следовательно, вы не " "можете создать правило без определения группы или группы узлов. \n" "\n" "Условие является регулярным выражением, используется 389-ds для установления " "соответствия новой входящей записи правилу автоучастия. Если имеется " "соответствие правилу включения, запись добавляется в соответствующую группу " "или группу узлов.\n" "\n" "Можно указать группу или группу узлов по умолчанию, которая будет " "использоваться для записей, не соответствующих ни одному правилу. В случае " "записей пользователей эта группа будет резервной группой, поскольку все " "пользователи по умолчанию являются участниками группы, указанной в " "настройках IPA.\n" "\n" "\n" "ПРИМЕРЫ:\n" "\n" "Добавить начальную группу или группу узлов :\n" " ipa hostgroup-add --desc=\"Web Servers\" webservers\n" " ipa group-add --desc=\"Developers\" devel\n" "\n" " Добавить начальное правило:\n" " ipa automember-add --type=hostgroup webservers\n" " ipa automember-add --type=group devel\n" "\n" " Добавить в правило условие:\n" " ipa automember-add-condition --key=fqdn --type=hostgroup --inclusive-" "regex=^web[1-9]+\\.example\\.com webservers\n" " ipa automember-add-condition --key=manager --type=group --inclusive-" "regex=^uid=mscott devel\n" "\n" " Добавить в правило исключительное условие, чтобы предотвратить " "автоназначение:\n" " ipa automember-add-condition --key=fqdn --type=hostgroup --exclusive-" "regex=^web5\\.example\\.com webservers\n" "\n" " Добавить узел:\n" " ipa host-add web1.example.com\n" "\n" " Добавить пользователя:\n" " ipa user-add --first=Tim --last=User --password tuser1 --manager=mscott\n" "\n" "Проверить автоучастие:\n" " ipa hostgroup-show webservers\n" " Группа узлов: webservers\n" " Описание: Web Servers\n" " Узлы-участники: web1.example.com\n" "\n" " ipa group-show devel\n" " Имя группы: devel\n" " Описание: Developers\n" " GID: 1004200000\n" " Пользователи-участники: tuser\n" "\n" " Удалить условие из правила:\n" " ipa automember-remove-condition --key=fqdn --type=hostgroup --inclusive-" "regex=^web[1-9]+\\.example\\.com webservers\n" "\n" " Изменить правило автоучастия:\n" " ipa automember-mod\n" "\n" " Установить целевую группу по умолчанию (резервную):\n" " ipa automember-default-group-set --default-group=webservers --" "type=hostgroup\n" " ipa automember-default-group-set --default-group=ipausers --type=group\n" "\n" " Удалить целевую группу по умолчанию (резервную):\n" " ipa automember-default-group-remove --type=hostgroup\n" " ipa automember-default-group-remove --type=group\n" "\n" " Показать целевую группу по умолчанию (резервную):\n" " ipa automember-default-group-show --type=hostgroup\n" " ipa automember-default-group-show --type=group\n" "\n" " Найти все правила автоучастия:\n" " ipa automember-find\n" "\n" " Показать правило автоучастия:\n" " ipa automember-show --type=hostgroup webservers\n" " ipa automember-show --type=group devel\n" "\n" " Удалить правило автоучастия:\n" " ipa automember-del --type=hostgroup webservers\n" " ipa automember-del --type=group devel\n" #: ipaclient/remote_plugins/2_49/cert.py:19 msgid "" "\n" "IPA certificate operations\n" "\n" "Implements a set of commands for managing server SSL certificates.\n" "\n" "Certificate requests exist in the form of a Certificate Signing Request " "(CSR)\n" "in PEM format.\n" "\n" "If using the selfsign back end then the subject in the CSR needs to match\n" "the subject configured in the server. The dogtag CA uses just the CN\n" "value of the CSR and forces the rest of the subject.\n" "\n" "A certificate is stored with a service principal and a service principal\n" "needs a host.\n" "\n" "In order to request a certificate:\n" "\n" "* The host must exist\n" "* The service must exist (or you use the --add option to automatically add " "it)\n" "\n" "EXAMPLES:\n" "\n" " Request a new certificate and add the principal:\n" " ipa cert-request --add --principal=HTTP/lion.example.com example.csr\n" "\n" " Retrieve an existing certificate:\n" " ipa cert-show 1032\n" "\n" " Revoke a certificate (see RFC 5280 for reason details):\n" " ipa cert-revoke --revocation-reason=6 1032\n" "\n" " Remove a certificate from revocation hold status:\n" " ipa cert-remove-hold 1032\n" "\n" " Check the status of a signing request:\n" " ipa cert-status 10\n" "\n" "IPA currently immediately issues (or declines) all certificate requests so\n" "the status of a request is not normally useful. This is for future use\n" "or the case where a CA does not immediately issue a certificate.\n" "\n" "The following revocation reasons are supported:\n" "\n" " * 0 - unspecified\n" " * 1 - keyCompromise\n" " * 2 - cACompromise\n" " * 3 - affiliationChanged\n" " * 4 - superseded\n" " * 5 - cessationOfOperation\n" " * 6 - certificateHold\n" " * 8 - removeFromCRL\n" " * 9 - privilegeWithdrawn\n" " * 10 - aACompromise\n" "\n" "Note that reason code 7 is not used. See RFC 5280 for more details:\n" "\n" "http://www.ietf.org/rfc/rfc5280.txt\n" msgstr "" "\n" "Операции с сертификатами IPA \n" "\n" "Применение набора команд для управления сертификатами SSL-серверов.\n" "\n" "Запросы сертификатов существуют в виде запроса подписи сертификата " "(Certificate Signing Request, CSR) в формате PEM.\n" "\n" "Если используется бэкенд с самоподписанным сертификатом, субъект в CSR " "должен соответствовать субъекту, настроенному на сервере. Система выдачи " "сертификатов Dogtag Certificate System использует только значение CN в CSR и " "принудительно устанавливает остальные параметры субъекта.\n" "\n" "Сертификат хранится в учётной записи службы, а учётной записи службы " "требуется узел.\n" "\n" "Чтобы запросить сертификат:\n" "\n" "* Должен существовать узел\n" "* Должна существовать служба (либо следует использовать параметр --add для " "её автоматического добавления)\n" "\n" "ПРИМЕРЫ:\n" "\n" " Запросить новый сертификат и добавить учётную запись:\n" " ipa cert-request --add --principal=HTTP/lion.example.com example.csr\n" "\n" " Получить существующий сертификат:\n" " ipa cert-show 1032\n" "\n" " Отозвать сертификат (подробные сведения о причинах доступны в RFC 5280):\n" " ipa cert-revoke --revocation-reason=6 1032\n" "\n" " Удалить сертификат из списка отзыва:\n" " ipa cert-remove-hold 1032\n" "\n" " Проверить состояние запроса подписи:\n" " ipa cert-status 10\n" "\n" "В текущей версии IPA немедленно выполняет (или отклоняет) все запросы " "сертификатов, следовательно, данные о состоянии запроса не являются " "полезными. Эти данные могут понадобиться в следующих версиях или в случае, " "если CA не сразу выдаёт сертификат.\n" "\n" "Поддерживаются следующие причины отзыва:\n" "\n" " * 0 - не указано\n" " * 1 - keyCompromise\n" " * 2 - cACompromise\n" " * 3 - affiliationChanged\n" " * 4 - superseded\n" " * 5 - cessationOfOperation\n" " * 6 - certificateHold\n" " * 8 - removeFromCRL\n" " * 9 - privilegeWithdrawn\n" " * 10 - aACompromise\n" "\n" "Обратите внимание, что код причины 7 не используется. Подробные сведения в " "RFC 5280:\n" "\n" "http://www.ietf.org/rfc/rfc5280.txt\n" #: ipaclient/remote_plugins/2_49/delegation.py:19 msgid "" "\n" "Group to Group Delegation\n" "\n" "A permission enables fine-grained delegation of permissions. Access Control\n" "Rules, or instructions (ACIs), grant permission to permissions to perform\n" "given tasks such as adding a user, modifying a group, etc.\n" "\n" "Group to Group Delegations grants the members of one group to update a set\n" "of attributes of members of another group.\n" "\n" "EXAMPLES:\n" "\n" " Add a delegation rule to allow managers to edit employee's addresses:\n" " ipa delegation-add --attrs=street --group=managers --" "membergroup=employees \"managers edit employees' street\"\n" "\n" " When managing the list of attributes you need to include all attributes\n" " in the list, including existing ones. Add postalCode to the list:\n" " ipa delegation-mod --attrs=street,postalCode --group=managers --" "membergroup=employees \"managers edit employees' street\"\n" "\n" " Display our updated rule:\n" " ipa delegation-show \"managers edit employees' street\"\n" "\n" " Delete a rule:\n" " ipa delegation-del \"managers edit employees' street\"\n" msgstr "" "\n" "Межгрупповое делегирование\n" "\n" "С помощью разрешений самообслуживания можно очень точно делегировать " "разрешения. Правила или инструкции управления доступом (ACI) предоставляют " "разрешениям разрешение на выполнение конкретных задач, таких как добавление " "пользователя, изменение группы и так далее.\n" "\n" "Межгрупповое делегирование предоставляет участникам одной группы возможность " "обновлять набор атрибутов участников другой группы. \n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить правило делегирования, чтобы разрешить руководителям редактировать " "адреса сотрудников:\n" " ipa delegation-add --attrs=street --group=managers --" "membergroup=employees \"managers edit employees\" street\"\n" "\n" "В список атрибутов необходимо включить все атрибуты, в том числе уже " "существующие. Добавить postalCode в список:\n" " ipa delegation-mod --attrs=street,postalCode --group=managers --" "membergroup=employees \"managers edit employees\" street\"\n" "\n" " Показать обновлённое правило:\n" " ipa delegation-show \"managers edit employees\" street\"\n" "\n" " Удалить правило:\n" " ipa delegation-del \"managers edit employees\" street\"\n" #: ipaclient/remote_plugins/2_49/delegation.py:61 #: ipaclient/remote_plugins/2_49/delegation.py:99 #: ipaclient/remote_plugins/2_49/delegation.py:203 #: ipaclient/remote_plugins/2_49/delegation.py:288 #: ipaclient/remote_plugins/2_49/selfservice.py:61 #: ipaclient/remote_plugins/2_49/selfservice.py:89 #: ipaclient/remote_plugins/2_49/selfservice.py:182 #: ipaclient/remote_plugins/2_49/selfservice.py:254 msgid "" "Comma-separated list of permissions to grant (read, write). Default is write." msgstr "" "Разделённый запятыми список разрешений, которые следует предоставить (read, " "write). По умолчанию предоставляется разрешение \"write\" (запись)." #: ipaclient/remote_plugins/2_49/entitle.py:19 msgid "" "\n" "Entitlements\n" "\n" "Manage entitlements for client machines\n" "\n" "Entitlements can be managed either by registering with an entitlement\n" "server with a username and password or by manually importing entitlement\n" "certificates. An entitlement certificate contains embedded information\n" "such as the product being entitled, the quantity and the validity dates.\n" "\n" "An entitlement server manages the number of client entitlements available.\n" "To mark these entitlements as used by the IPA server you provide a quantity\n" "and they are marked as consumed on the entitlement server.\n" "\n" " Register with an entitlement server:\n" " ipa entitle-register consumer\n" "\n" " Import an entitlement certificate:\n" " ipa entitle-import /home/user/ipaclient.pem\n" "\n" " Display current entitlements:\n" " ipa entitle-status\n" "\n" " Retrieve details on entitlement certificates:\n" " ipa entitle-get\n" "\n" " Consume some entitlements from the entitlement server:\n" " ipa entitle-consume 50\n" "\n" "The registration ID is a Unique Identifier (UUID). This ID will be\n" "IMPORTED if you have used entitle-import.\n" "\n" "Changes to /etc/rhsm/rhsm.conf require a restart of the httpd service.\n" msgstr "" "\n" "Права\n" "\n" "Управление правами для клиентских компьютеров\n" "\n" "Правами можно управлять либо путём регистрации на сервере прав с именем " "пользователя и паролем, либо путём импорта сертификатов прав вручную. " "Сертификат прав содержит сведения о продукте, на который выдано разрешение, " "количестве использований прав и сроке действия.\n" "\n" "Сервер прав управляет количеством доступных клиентских прав.\n" "Чтобы отметить эти права как использованные IPA-сервером, следует указать " "количество, и они будут отмечены, как использованные на сервере прав.\n" "\n" " Зарегистрироваться на сервере прав:\n" " ipa entitle-register consumer\n" "\n" " Импортировать сертификат прав:\n" " ipa entitle-import /home/user/ipaclient.pem\n" "\n" " Показать текущие права:\n" " ipa entitle-status\n" "\n" " Получить сведения о сертификатах прав:\n" " ipa entitle-get\n" "\n" " Использовать некоторые права с сервера прав:\n" " ipa entitle-consume 50\n" "\n" "Регистрационный идентификатор является уникальным идентификатором (UUID). " "Этот идентификатор будет ИМПОРТИРОВАН, если использована команда entitle-" "import.\n" "\n" "Для применения изменений к /etc/rhsm/rhsm.conf необходимо перезапустить " "службу httpd.\n" #: ipaclient/remote_plugins/2_49/entitle.py:65 msgid "Consume an entitlement." msgstr "Использовать право." #: ipaclient/remote_plugins/2_49/entitle.py:70 #: ipaclient/remote_plugins/2_49/entitle.py:76 #: ipaclient/remote_plugins/2_49/entitle.py:349 msgid "Quantity" msgstr "Количество" #: ipaclient/remote_plugins/2_49/entitle.py:115 msgid "Search for entitlement accounts." msgstr "Поиск учётных записей прав." #: ipaclient/remote_plugins/2_49/entitle.py:176 msgid "Retrieve the entitlement certs." msgstr "Получить сертификаты прав." #: ipaclient/remote_plugins/2_49/entitle.py:218 msgid "Import an entitlement certificate." msgstr "Импортировать сертификат прав." #: ipaclient/remote_plugins/2_49/entitle.py:246 #: ipaclient/remote_plugins/2_49/entitle.py:289 msgid "UUID" msgstr "UUID" #: ipaclient/remote_plugins/2_49/entitle.py:247 msgid "Enrollment UUID" msgstr "UUID регистрации" #: ipaclient/remote_plugins/2_49/entitle.py:263 msgid "Register to the entitlement system." msgstr "Зарегистрироваться в системе прав." #: ipaclient/remote_plugins/2_49/entitle.py:290 msgid "Enrollment UUID (not implemented)" msgstr "UUID регистрации (не поддерживается)" #: ipaclient/remote_plugins/2_49/entitle.py:295 msgid "Registration password" msgstr "Пароль для регистрации" #: ipaclient/remote_plugins/2_49/entitle.py:331 msgid "Display current entitlements." msgstr "Показать текущие права." #: ipaclient/remote_plugins/2_49/entitle.py:344 msgid "Re-sync the local entitlement cache with the entitlement server." msgstr "Повторно синхронизировать локальный кэш прав с сервером прав." #: ipaclient/remote_plugins/2_49/group.py:19 msgid "" "\n" "Groups of users\n" "\n" "Manage groups of users. By default, new groups are POSIX groups. You\n" "can add the --nonposix option to the group-add command to mark a new group\n" "as non-POSIX. You can use the --posix argument with the group-mod command\n" "to convert a non-POSIX group into a POSIX group. POSIX groups cannot be\n" "converted to non-POSIX groups.\n" "\n" "Every group must have a description.\n" "\n" "POSIX groups must have a Group ID (GID) number. Changing a GID is\n" "supported but can have an impact on your file permissions. It is not " "necessary\n" "to supply a GID when creating a group. IPA will generate one automatically\n" "if it is not provided.\n" "\n" "EXAMPLES:\n" "\n" " Add a new group:\n" " ipa group-add --desc='local administrators' localadmins\n" "\n" " Add a new non-POSIX group:\n" " ipa group-add --nonposix --desc='remote administrators' remoteadmins\n" "\n" " Convert a non-POSIX group to posix:\n" " ipa group-mod --posix remoteadmins\n" "\n" " Add a new POSIX group with a specific Group ID number:\n" " ipa group-add --gid=500 --desc='unix admins' unixadmins\n" "\n" " Add a new POSIX group and let IPA assign a Group ID number:\n" " ipa group-add --desc='printer admins' printeradmins\n" "\n" " Remove a group:\n" " ipa group-del unixadmins\n" "\n" " To add the \"remoteadmins\" group to the \"localadmins\" group:\n" " ipa group-add-member --groups=remoteadmins localadmins\n" "\n" " Add a list of users to the \"localadmins\" group:\n" " ipa group-add-member --users=test1,test2 localadmins\n" "\n" " Remove a user from the \"localadmins\" group:\n" " ipa group-remove-member --users=test2 localadmins\n" "\n" " Display information about a named group.\n" " ipa group-show localadmins\n" "\n" "External group membership is designed to allow users from trusted domains\n" "to be mapped to local POSIX groups in order to actually use IPA resources.\n" "External members should be added to groups that specifically created as\n" "external and non-POSIX. Such group later should be included into one of " "POSIX\n" "groups.\n" "\n" "An external group member is currently a Security Identifier (SID) as defined " "by\n" "the trusted domain. When adding external group members, it is possible to\n" "specify them in either SID, or DOM\n" "ame, or name@domain format. IPA will attempt\n" "to resolve passed name to SID with the use of Global Catalog of the trusted " "domain.\n" "\n" "Example:\n" "\n" "1. Create group for the trusted domain admins' mapping and their local POSIX " "group:\n" "\n" " ipa group-add --desc=' admins external map' ad_admins_external " "--external\n" " ipa group-add --desc=' admins' ad_admins\n" "\n" "2. Add security identifier of Domain Admins of the to the " "ad_admins_external\n" " group:\n" "\n" " ipa group-add-member ad_admins_external --external 'AD\\Domain Admins'\n" "\n" "3. Allow members of ad_admins_external group to be associated with ad_admins " "POSIX group:\n" "\n" " ipa group-add-member ad_admins --groups ad_admins_external\n" "\n" "4. List members of external members of ad_admins_external group to see their " "SIDs:\n" "\n" " ipa group-show ad_admins_external\n" msgstr "" "\n" "Группы пользователей\n" "\n" "Управление группами пользователей. По умолчанию все новые группы являются " "POSIX-группами. Можно добавить параметр --nonposix в команду group-add, " "чтобы отметить новую группу в качестве не-POSIX-группы. В команде group-mod " "можно использовать аргумент --posix, чтобы преобразовать не-POSIX-группу в " "POSIX-группу. POSIX-группы нельзя преобразовать в не-POSIX-группы. \n" "\n" "У каждой группы должно быть описание.\n" "\n" "У POSIX-групп должен быть идентификатор группы (GID). Изменение GID " "поддерживается, но может повлиять на разрешения для файлов. При создании " "группы необязательно предоставлять GID. Если он не будет предоставлен, IPA " "создаст его автоматически.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новую группу:\n" " ipa group-add --desc='local administrators' localadmins\n" "\n" " Добавить новую не-POSIX-группу:\n" " ipa group-add --nonposix --desc='remote administrators' remoteadmins\n" "\n" " Преобразовать не-POSIX-группу в posix-группу:\n" " ipa group-mod --posix remoteadmins\n" "\n" " Добавить новую POSIX-группу с определённым ID группы:\n" " ipa group-add --gid=500 --desc='unix admins' unixadmins\n" "\n" " Добавить новую POSIX-группу и позволить IPA назначить ID группы:\n" " ipa group-add --desc='printer admins' printeradmins\n" "\n" " Удалить группу:\n" " ipa group-del unixadmins\n" "\n" " Чтобы добавить группу \"remoteadmins\" в группу \"localadmins\":\n" " ipa group-add-member --groups=remoteadmins localadmins\n" "\n" " Добавить список пользователей в группу \"localadmins\":\n" " ipa group-add-member --users=test1,test2 localadmins\n" "\n" " Удалить пользователя из группы \"localadmins\":\n" " ipa group-remove-member --users=test2 localadmins\n" "\n" " Показать сведения об именованной группе:\n" " ipa group-show localadmins\n" "\n" "Участие внешних групп создано для того, чтобы сделать возможной привязку " "пользователей из доверенных доменов к локальным POSIX-группам с целью " "использования ресурсов IPA. Внешние участники должны быть добавлены в " "группы, которые специально созданы, как внешние и не-POSIX. Такая группа " "затем должна быть включена в одну из групп POSIX.\n" "\n" "В текущей версии участник внешней группы является идентификатором " "безопасности (Security Identifier или SID), определённым доверенным доменом. " "Добавление участников внешней группы можно выполнить в формате SID, DOM\\имя " "или имя@домен. IPA попытается определить SID по переданному имени путём " "использования общего каталога доверенного домена.\n" "\n" "Пример:\n" "\n" "1. Создать группу для привязки администраторов (admins) доверенного домена и " "их локальную POSIX-группу:\n" "\n" " ipa group-add --desc='<домен.ad> admins external map' ad_admins_external " "--external\n" " ipa group-add --desc='<домен.ad> admins' ad_admins\n" "\n" "2. Добавить идентификатор безопасности Domain Admins домена <домен.ad> " "группе ad_admins_external:\n" "\n" " ipa group-add-member ad_admins_external --external 'AD\\Domain Admins'\n" "\n" "3. Разрешить привязку группы ad_admins_external к POSIX-группе ad_admins:\n" "\n" " ipa group-add-member ad_admins --groups ad_admins_external\n" "\n" "4. Вывести список внешних участников группы ad_admins_external, чтобы " "определить их SID:\n" "\n" " ipa group-show ad_admins_external\n" #: ipaclient/remote_plugins/2_49/group.py:297 #: ipaclient/remote_plugins/2_49/group.py:753 msgid "" "comma-separated list of members of a trusted domain in DOM\\name or " "name@domain form" msgstr "" "Разделённый запятыми список участников доверенного домена в формате DOM\\имя " "или имя@домен" #: ipaclient/remote_plugins/2_49/group.py:319 #: ipaclient/remote_plugins/2_49/hbacrule.py:504 #: ipaclient/remote_plugins/2_49/netgroup.py:253 #: ipaclient/remote_plugins/2_49/role.py:194 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:322 #: ipaclient/remote_plugins/2_49/sudorule.py:637 #: ipaclient/remote_plugins/2_49/sudorule.py:699 msgid "comma-separated list of users to add" msgstr "Разделённый запятыми список пользователей, которых следует добавить" #: ipaclient/remote_plugins/2_49/group.py:328 #: ipaclient/remote_plugins/2_49/hbacrule.py:513 #: ipaclient/remote_plugins/2_49/netgroup.py:262 #: ipaclient/remote_plugins/2_49/role.py:203 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:331 #: ipaclient/remote_plugins/2_49/sudorule.py:584 #: ipaclient/remote_plugins/2_49/sudorule.py:646 #: ipaclient/remote_plugins/2_49/sudorule.py:708 msgid "comma-separated list of groups to add" msgstr "Разделённый запятыми список групп, которые следует добавить" #: ipaclient/remote_plugins/2_49/group.py:775 #: ipaclient/remote_plugins/2_49/hbacrule.py:1120 #: ipaclient/remote_plugins/2_49/netgroup.py:720 #: ipaclient/remote_plugins/2_49/role.py:533 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:774 #: ipaclient/remote_plugins/2_49/sudorule.py:1421 #: ipaclient/remote_plugins/2_49/sudorule.py:1483 msgid "comma-separated list of users to remove" msgstr "Разделённый запятыми список пользователей, которых следует удалить" #: ipaclient/remote_plugins/2_49/group.py:784 #: ipaclient/remote_plugins/2_49/hbacrule.py:1129 #: ipaclient/remote_plugins/2_49/netgroup.py:729 #: ipaclient/remote_plugins/2_49/role.py:542 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:783 #: ipaclient/remote_plugins/2_49/sudorule.py:1368 #: ipaclient/remote_plugins/2_49/sudorule.py:1430 #: ipaclient/remote_plugins/2_49/sudorule.py:1492 msgid "comma-separated list of groups to remove" msgstr "Разделённый запятыми список групп, которые следует удалить" #: ipaclient/remote_plugins/2_49/hbacrule.py:19 msgid "" "\n" "Host-based access control\n" "\n" "Control who can access what services on what hosts and from where. You\n" "can use HBAC to control which users or groups on a source host can\n" "access a service, or group of services, on a target host.\n" "\n" "You can also specify a category of users, target hosts, and source\n" "hosts. This is currently limited to \"all\", but might be expanded in the\n" "future.\n" "\n" "Target hosts and source hosts in HBAC rules must be hosts managed by IPA.\n" "\n" "The available services and groups of services are controlled by the\n" "hbacsvc and hbacsvcgroup plug-ins respectively.\n" "\n" "EXAMPLES:\n" "\n" " Create a rule, \"test1\", that grants all users access to the host \"server" "\" from\n" " anywhere:\n" " ipa hbacrule-add --usercat=all --srchostcat=all test1\n" " ipa hbacrule-add-host --hosts=server.example.com test1\n" "\n" " Display the properties of a named HBAC rule:\n" " ipa hbacrule-show test1\n" "\n" " Create a rule for a specific service. This lets the user john access\n" " the sshd service on any machine from any machine:\n" " ipa hbacrule-add --hostcat=all --srchostcat=all john_sshd\n" " ipa hbacrule-add-user --users=john john_sshd\n" " ipa hbacrule-add-service --hbacsvcs=sshd john_sshd\n" "\n" " Create a rule for a new service group. This lets the user john access\n" " the FTP service on any machine from any machine:\n" " ipa hbacsvcgroup-add ftpers\n" " ipa hbacsvc-add sftp\n" " ipa hbacsvcgroup-add-member --hbacsvcs=ftp,sftp ftpers\n" " ipa hbacrule-add --hostcat=all --srchostcat=all john_ftp\n" " ipa hbacrule-add-user --users=john john_ftp\n" " ipa hbacrule-add-service --hbacsvcgroups=ftpers john_ftp\n" "\n" " Disable a named HBAC rule:\n" " ipa hbacrule-disable test1\n" "\n" " Remove a named HBAC rule:\n" " ipa hbacrule-del allow_server\n" msgstr "" "\n" "Управление доступом на основе узла\n" "\n" "Управляйте тем, кто, на каких узлах и из каких узлов сможет получать доступ " "к определённым службам. Вы можете воспользоваться HBAC для определения тех " "пользователей и групп на узле происхождения запроса, которые будут иметь " "доступ к определённой службе или группе служб на целевом узле.\n" "\n" "Также можно указать категорию пользователей, целевых узлов и узлов " "происхождения запроса. В текущей версии доступен только вариант \"all\", но " "в будущих версиях, возможно, появятся и другие варианты.\n" "\n" "Целевые узлы и узлы происхождения запроса в правилах HBAC должны быть узлами " "под управлением IPA.\n" "\n" "Доступные службы и группы служб управляются, соответственно, с помощью " "подключаемых модулей hbacsvc и hbacsvcgroup.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Создать правило, \"test1\", которое предоставляет всем пользователям доступ " "на узел \"server\" отовсюду:\n" " ipa hbacrule-add --usercat=all --srchostcat=all test1\n" " ipa hbacrule-add-host --hosts=server.example.com test1\n" "\n" " Показать свойства именованного правила HBAC:\n" " ipa hbacrule-show test1\n" "\n" " Создать правило для определённой службы. Это правило предоставит " "пользователю john доступ к службе sshd на любом компьютере с любого " "компьютера:\n" " ipa hbacrule-add --hostcat=all --srchostcat=all john_sshd\n" " ipa hbacrule-add-user --users=john john_sshd\n" " ipa hbacrule-add-service --hbacsvcs=sshd john_sshd\n" "\n" " Создать правило для новой группы служб. Это правило предоставит " "пользователю john доступ к службе FTP на любом компьютере с любого " "компьютера:\n" " ipa hbacsvcgroup-add ftpers\n" " ipa hbacsvc-add sftp\n" " ipa hbacsvcgroup-add-member --hbacsvcs=ftp,sftp ftpers\n" " ipa hbacrule-add --hostcat=all --srchostcat=all john_ftp\n" " ipa hbacrule-add-user --users=john john_ftp\n" " ipa hbacrule-add-service --hbacsvcgroups=ftpers john_ftp\n" "\n" " Отключить именованное правило HBAC:\n" " ipa hbacrule-disable test1\n" "\n" " Удалить именованное правило HBAC:\n" " ipa hbacrule-del allow_server\n" #: ipaclient/remote_plugins/2_49/hbacrule.py:318 #: ipaclient/remote_plugins/2_49/hbacrule.py:442 #: ipaclient/remote_plugins/2_49/host.py:409 #: ipaclient/remote_plugins/2_49/hostgroup.py:224 #: ipaclient/remote_plugins/2_49/netgroup.py:271 #: ipaclient/remote_plugins/2_49/role.py:212 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:260 #: ipaclient/remote_plugins/2_49/service.py:225 #: ipaclient/remote_plugins/2_49/sudorule.py:497 msgid "comma-separated list of hosts to add" msgstr "Разделённый запятыми список узлов, которые следует добавить" #: ipaclient/remote_plugins/2_49/hbacrule.py:327 #: ipaclient/remote_plugins/2_49/hbacrule.py:451 #: ipaclient/remote_plugins/2_49/hostgroup.py:233 #: ipaclient/remote_plugins/2_49/netgroup.py:280 #: ipaclient/remote_plugins/2_49/role.py:221 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:269 #: ipaclient/remote_plugins/2_49/sudorule.py:506 msgid "comma-separated list of host groups to add" msgstr "Разделённый запятыми список групп узлов, которые следует добавить" #: ipaclient/remote_plugins/2_49/hbacrule.py:380 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:166 msgid "comma-separated list of HBAC services to add" msgstr "Разделённый запятыми список служб HBAC, которые следует добавить" #: ipaclient/remote_plugins/2_49/hbacrule.py:389 msgid "comma-separated list of HBAC service groups to add" msgstr "Разделённый запятыми список групп служб HBAC, которые следует добавить" #: ipaclient/remote_plugins/2_49/hbacrule.py:412 msgid "Add source hosts and hostgroups from a HBAC rule." msgstr "Добавить узлы-источники и группы узлов из правила HBAC." #: ipaclient/remote_plugins/2_49/hbacrule.py:934 #: ipaclient/remote_plugins/2_49/hbacrule.py:1058 #: ipaclient/remote_plugins/2_49/host.py:955 #: ipaclient/remote_plugins/2_49/hostgroup.py:590 #: ipaclient/remote_plugins/2_49/netgroup.py:738 #: ipaclient/remote_plugins/2_49/role.py:551 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:712 #: ipaclient/remote_plugins/2_49/service.py:545 #: ipaclient/remote_plugins/2_49/sudorule.py:1281 msgid "comma-separated list of hosts to remove" msgstr "Разделённый запятыми список узлов, которые следует удалить" #: ipaclient/remote_plugins/2_49/hbacrule.py:943 #: ipaclient/remote_plugins/2_49/hbacrule.py:1067 #: ipaclient/remote_plugins/2_49/hostgroup.py:599 #: ipaclient/remote_plugins/2_49/netgroup.py:747 #: ipaclient/remote_plugins/2_49/role.py:560 #: ipaclient/remote_plugins/2_49/selinuxusermap.py:721 #: ipaclient/remote_plugins/2_49/sudorule.py:1290 msgid "comma-separated list of host groups to remove" msgstr "Разделённый запятыми список групп узлов, которые следует удалить" #: ipaclient/remote_plugins/2_49/hbacrule.py:996 #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:423 msgid "comma-separated list of HBAC services to remove" msgstr "Разделённый запятыми список служб HBAC, которые следует удалить" #: ipaclient/remote_plugins/2_49/hbacrule.py:1005 msgid "comma-separated list of HBAC service groups to remove" msgstr "Разделённый запятыми список групп служб HBAC, которые следует удалить" #: ipaclient/remote_plugins/2_49/hbacsvcgroup.py:19 msgid "" "\n" "HBAC Service Groups\n" "\n" "HBAC service groups can contain any number of individual services,\n" "or \"members\". Every group must have a description.\n" "\n" "EXAMPLES:\n" "\n" " Add a new HBAC service group:\n" " ipa hbacsvcgroup-add --desc=\"login services\" login\n" "\n" " Add members to an HBAC service group:\n" " ipa hbacsvcgroup-add-member --hbacsvcs=sshd,login login\n" "\n" " Display information about a named group:\n" " ipa hbacsvcgroup-show login\n" "\n" " Add a new group to the \"login\" group:\n" " ipa hbacsvcgroup-add --desc=\"switch users\" login\n" " ipa hbacsvcgroup-add-member --hbacsvcs=su,su-l login\n" "\n" " Delete an HBAC service group:\n" " ipa hbacsvcgroup-del login\n" msgstr "" "\n" "Группы служб HBAC\n" "\n" "Группы служб HBAC могут содержать любое количество отдельных служб (так " "называемых \"участников\"). У каждой группы должно быть описание.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новую группу служб HBAC:\n" " ipa hbacsvcgroup-add --desc=\"login services\" login\n" "\n" " Добавить участников в группу служб HBAC:\n" " ipa hbacsvcgroup-add-member --hbacsvcs=sshd,login login\n" "\n" " Показать сведения об именованной группе:\n" " ipa hbacsvcgroup-show login\n" "\n" " Добавить новую группу в группу \"login\":\n" " ipa hbacsvcgroup-add --desc=\"switch users\" login\n" " ipa hbacsvcgroup-add-member --hbacsvcs=su,su-l login\n" "\n" " Удалить группу служб HBAC:\n" " ipa hbacsvcgroup-del login\n" #: ipaclient/remote_plugins/2_49/hbactest.py:19 msgid "" "\n" "Simulate use of Host-based access controls\n" "\n" "HBAC rules control who can access what services on what hosts and from " "where.\n" "You can use HBAC to control which users or groups can access a service,\n" "or group of services, on a target host.\n" "\n" "Since applying HBAC rules implies use of a production environment,\n" "this plugin aims to provide simulation of HBAC rules evaluation without\n" "having access to the production environment.\n" "\n" " Test user coming to a service on a named host against\n" " existing enabled rules.\n" "\n" " ipa hbactest --user= --host= --service=\n" " [--rules=rules-list] [--nodetail] [--enabled] [--disabled]\n" " [--srchost= ] [--sizelimit= ]\n" "\n" " --user, --host, and --service are mandatory, others are optional.\n" "\n" " If --rules is specified simulate enabling of the specified rules and test\n" " the login of the user using only these rules.\n" "\n" " If --enabled is specified, all enabled HBAC rules will be added to " "simulation\n" "\n" " If --disabled is specified, all disabled HBAC rules will be added to " "simulation\n" "\n" " If --nodetail is specified, do not return information about rules matched/" "not matched.\n" "\n" " If both --rules and --enabled are specified, apply simulation to --rules " "_and_\n" " all IPA enabled rules.\n" "\n" " If no --rules specified, simulation is run against all IPA enabled rules.\n" " By default there is a IPA-wide limit to number of entries fetched, you can " "change it\n" " with --sizelimit option.\n" "\n" " If --srchost is specified, it will be ignored. It is left because of " "compatibility reasons only.\n" "\n" "EXAMPLES:\n" "\n" " 1. Use all enabled HBAC rules in IPA database to simulate:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd\n" " --------------------\n" " Access granted: True\n" " --------------------\n" " notmatched: my-second-rule\n" " notmatched: my-third-rule\n" " notmatched: myrule\n" " matched: allow_all\n" "\n" " 2. Disable detailed summary of how rules were applied:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --nodetail\n" " --------------------\n" " Access granted: True\n" " --------------------\n" "\n" " 3. Test explicitly specified HBAC rules:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --rules=my-" "second-rule,myrule\n" " ---------------------\n" " Access granted: False\n" " ---------------------\n" " notmatched: my-second-rule\n" " notmatched: myrule\n" "\n" " 4. Use all enabled HBAC rules in IPA database + explicitly specified " "rules:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --rules=my-" "second-rule,myrule --enabled\n" " --------------------\n" " Access granted: True\n" " --------------------\n" " notmatched: my-second-rule\n" " notmatched: my-third-rule\n" " notmatched: myrule\n" " matched: allow_all\n" "\n" " 5. Test all disabled HBAC rules in IPA database:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --disabled\n" " ---------------------\n" " Access granted: False\n" " ---------------------\n" " notmatched: new-rule\n" "\n" " 6. Test all disabled HBAC rules in IPA database + explicitly specified " "rules:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --rules=my-" "second-rule,myrule --disabled\n" " ---------------------\n" " Access granted: False\n" " ---------------------\n" " notmatched: my-second-rule\n" " notmatched: my-third-rule\n" " notmatched: myrule\n" "\n" " 7. Test all (enabled and disabled) HBAC rules in IPA database:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --enabled " "--disabled\n" " --------------------\n" " Access granted: True\n" " --------------------\n" " notmatched: my-second-rule\n" " notmatched: my-third-rule\n" " notmatched: myrule\n" " notmatched: new-rule\n" " matched: allow_all\n" msgstr "" "\n" "Имитация использования управления доступом на основе узла\n" "\n" "Правила HBAC управляют тем, кто, на каких узлах и из каких узлов сможет " "получать доступ к определённым службам. Вы можете воспользоваться HBAC для " "определения тех пользователей и групп, которые будут иметь доступ к " "определённой службе или группе служб на целевом узле. \n" "\n" "Так как применение правил HBAC подразумевает использование рабочей среды, " "этот подключаемый модуль предназначен для обеспечения имитации оценки правил " "HBAC при отсутствии доступа к рабочей среде.\n" "\n" " Проверка тестового пользователя, который обращается к службе на именованном " "узле, на соответствие существующим включённым правилам.\n" "\n" " ipa hbactest --user= --host= --service=\n" " [--rules=rules-list] [--nodetail] [--enabled] [--disabled]\n" " [--srchost= ] [--sizelimit= ]\n" "\n" " Параметры --user, --host и --service являются обязательными, остальные " "можно не указывать.\n" "\n" " Если указан параметр --rules, имитировать включение указанных правил и " "проверить возможность входа пользователя в случае использования только этих " "правил.\n" "\n" " Если указан параметр --enabled, добавить все включённые правила HBAC к " "имитации.\n" "\n" " Если указан параметр --disabled, добавить все отключённые правила HBAC к " "имитации.\n" "\n" " Если указан параметр --nodetail, не возвращать данные о соответствующих или " "не соответствующих правилах.\n" "\n" " Если одновременно указаны параметры --rules и --enabled, выполнить имитацию " "--rules _и_\n" " всех включённых правил IPA.\n" "\n" " Если не указан параметр --rules, выполнить имитацию всех включённых правил " "IPA.\n" " По умолчанию в IPA имеется общее ограничение количества извлекаемых " "записей, его можно изменить с помощью параметра --sizelimit.\n" "\n" " Если указан параметр --srchost, он будет проигнорирован. Он сохранён только " "для обеспечения совместимости.\n" "\n" "ПРИМЕРЫ:\n" "\n" " 1. Использовать все включённые правила HBAC в базе данных IPA:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd\n" " --------------------\n" " Доступ предоставлен: Да\n" " --------------------\n" " не соответствует: my-second-rule\n" " не соответствует: my-third-rule\n" " не соответствует: myrule\n" " соответствует: allow_all\n" "\n" " 2. Отключить подробный отчёт о применении правил:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --nodetail\n" " --------------------\n" " Доступ предоставлен: Да\n" " --------------------\n" "\n" " 3. Проверить явно указанные правила HBAC:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --rules=my-" "second-rule,myrule\n" " ---------------------\n" " Доступ предоставлен: Нет\n" " ---------------------\n" " не соответствует: my-second-rule\n" " не соответствует: myrule\n" "\n" " 4. Использовать все включённые правила HBAC в базе данных IPA + явно " "указанные правила:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --rules=my-" "second-rule,myrule --enabled\n" " --------------------\n" " Доступ предоставлен: Да\n" " --------------------\n" " не соответствует: my-second-rule\n" " не соответствует: my-third-rule\n" " не соответствует: myrule\n" " соответствует: allow_all\n" "\n" " 5. Проверить все отключённые правила HBAC в базе данных IPA:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --disabled\n" " ---------------------\n" " Доступ предоставлен: Нет\n" " ---------------------\n" " не соответствует: new-rule\n" "\n" " 6. Проверить все отключённые правила HBAC в базе данных IPA + явно " "указанные правила:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --rules=my-" "second-rule,myrule --disabled\n" " ---------------------\n" " Доступ предоставлен: Нет\n" " ---------------------\n" " не соответствует: my-second-rule\n" " не соответствует: my-third-rule\n" " не соответствует: myrule\n" "\n" " 7. Проверить все (включённые и отключённые) правила HBAC в базе данных " "IPA:\n" " $ ipa hbactest --user=a1a --host=bar --service=sshd --enabled " "--disabled\n" " --------------------\n" " Доступ предоставлен: Да\n" " --------------------\n" " не соответствует: my-second-rule\n" " не соответствует: my-third-rule\n" " не соответствует: myrule\n" " не соответствует: new-rule\n" " соответствует: allow_all\n" #: ipaclient/remote_plugins/2_49/host.py:19 msgid "" "\n" "Hosts/Machines\n" "\n" "A host represents a machine. It can be used in a number of contexts:\n" "- service entries are associated with a host\n" "- a host stores the host/ service principal\n" "- a host can be used in Host-based Access Control (HBAC) rules\n" "- every enrolled client generates a host entry\n" "\n" "ENROLLMENT:\n" "\n" "There are three enrollment scenarios when enrolling a new client:\n" "\n" "1. You are enrolling as a full administrator. The host entry may exist\n" " or not. A full administrator is a member of the hostadmin role\n" " or the admins group.\n" "2. You are enrolling as a limited administrator. The host must already\n" " exist. A limited administrator is a member a role with the\n" " Host Enrollment privilege.\n" "3. The host has been created with a one-time password.\n" "\n" "A host can only be enrolled once. If a client has enrolled and needs to\n" "be re-enrolled, the host entry must be removed and re-created. Note that\n" "re-creating the host entry will result in all services for the host being\n" "removed, and all SSL certificates associated with those services being\n" "revoked.\n" "\n" "A host can optionally store information such as where it is located,\n" "the OS that it runs, etc.\n" "\n" "EXAMPLES:\n" "\n" " Add a new host:\n" " ipa host-add --location=\"3rd floor lab\" --locality=Dallas test.example." "com\n" "\n" " Delete a host:\n" " ipa host-del test.example.com\n" "\n" " Add a new host with a one-time password:\n" " ipa host-add --os='Fedora 12' --password=Secret123 test.example.com\n" "\n" " Add a new host with a random one-time password:\n" " ipa host-add --os='Fedora 12' --random test.example.com\n" "\n" " Modify information about a host:\n" " ipa host-mod --os='Fedora 12' test.example.com\n" "\n" " Remove SSH public keys of a host and update DNS to reflect this change:\n" " ipa host-mod --sshpubkey= --updatedns test.example.com\n" "\n" " Disable the host Kerberos key, SSL certificate and all of its services:\n" " ipa host-disable test.example.com\n" "\n" " Add a host that can manage this host's keytab and certificate:\n" " ipa host-add-managedby --hosts=test2 test\n" msgstr "" "\n" "Узлы/Компьютеры\n" "\n" "Узел представляет собой отдельный компьютер. Термин может использоваться в " "нескольких контекстах:\n" "- записи служб, связанные с определённым узлом \n" "- узел сохраняет учётную запись узла / службы\n" "- узел может использоваться в правилах управления доступом на основе узла " "(Host-based Access Control, HBAC)\n" "- каждый зарегистрированный клиент создаёт запись узла\n" "\n" "РЕГИСТРАЦИЯ:\n" "Существует три сценария регистрации нового клиента:\n" "\n" "1. Вы регистрируетесь как администратор с полными правами. Запись узла может " "существовать или отсутствовать. Полноправный администратор выполняет роль " "hostadmin или является участником группы admins.\n" "2. Вы регистрируетесь как администратор с ограниченными правами. Узел уже " "должен существовать. Администратор с ограниченными правами выполняет роль с " "привилегией Host Enrollment.\n" "3. Узел создан с одноразовым паролем.\n" "\n" "Узлу можно назначить роль только один раз. Если клиенту уже назначена роль и " "эту роль требуется изменить, запись узла должна быть удалена и создана " "повторно. Обратите внимание, что повторное создание записи узла приведет к " "удалению всех служб узла и отзыву всех связанных с этими службами SSL-" "сертификатов.\n" "\n" "В запись узла при необходимости можно включить данные о его расположении, " "типе используемой операционной системы и так далее.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новый узел:\n" " ipa host-add --location=\"3rd floor lab\" --locality=Dallas test.example." "com\n" "\n" " Удалить узел:\n" " ipa host-del test.example.com\n" "\n" " Добавить новый узел с одноразовым паролем:\n" " ipa host-add --os='Fedora 12' --password=Secret123 test.example.com\n" "\n" " Добавить новый узел со случайным одноразовым паролем:\n" " ipa host-add --os='Fedora 12' --random test.example.com\n" "\n" " Изменить сведения об узле:\n" " ipa host-mod --os='Fedora 12' test.example.com\n" "\n" " Удалить открытые ключи SSH узла и обновить DNS для отображения изменений:\n" " ipa host-mod --sshpubkey= --updatedns test.example.com\n" "\n" " Отключить ключ Kerberos, SSL-сертификат и все службы узла:\n" " ipa host-disable test.example.com\n" "\n" " Добавить узел, который может управлять таблицей ключей и сертификатом этого " "узла:\n" " ipa host-add-managedby --hosts=test2 test\n" #: ipaclient/remote_plugins/2_49/hostgroup.py:19 msgid "" "\n" "Groups of hosts.\n" "\n" "Manage groups of hosts. This is useful for applying access control to a\n" "number of hosts by using Host-based Access Control.\n" "\n" "EXAMPLES:\n" "\n" " Add a new host group:\n" " ipa hostgroup-add --desc=\"Baltimore hosts\" baltimore\n" "\n" " Add another new host group:\n" " ipa hostgroup-add --desc=\"Maryland hosts\" maryland\n" "\n" " Add members to the hostgroup:\n" " ipa hostgroup-add-member --hosts=box1,box2,box3 baltimore\n" "\n" " Add a hostgroup as a member of another hostgroup:\n" " ipa hostgroup-add-member --hostgroups=baltimore maryland\n" "\n" " Remove a host from the hostgroup:\n" " ipa hostgroup-remove-member --hosts=box2 baltimore\n" "\n" " Display a host group:\n" " ipa hostgroup-show baltimore\n" "\n" " Delete a hostgroup:\n" " ipa hostgroup-del baltimore\n" msgstr "" "\n" "Группы узлов.\n" "\n" "Управление группами узлов. Оно полезно при применении управления доступом к " "ряду узлов с помощью управления доступом на основе узла (HBAC).\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новую группу узлов:\n" " ipa hostgroup-add --desc=\"Baltimore hosts\" baltimore\n" "\n" " Добавить другую новую группу узлов:\n" " ipa hostgroup-add --desc=\"Maryland hosts\" maryland\n" "\n" " Добавить участников в группу узлов:\n" " ipa hostgroup-add-member --hosts=box1,box2,box3 baltimore\n" "\n" " Добавить группу узлов как участника другой группы узлов:\n" " ipa hostgroup-add-member --hostgroups=baltimore maryland\n" "\n" " Удалить узел из группы узлов:\n" " ipa hostgroup-remove-member --hosts=box2 baltimore\n" "\n" " Показать группу узлов:\n" " ipa hostgroup-show baltimore\n" "\n" " Удалить группу узлов:\n" " ipa hostgroup-del baltimore\n" #: ipaclient/remote_plugins/2_49/migration.py:163 msgid "" "Comma-separated list of objectclasses used to search for user entries in DS" msgstr "" "Разделённый запятыми список классов объектов, использованных для поиска " "записей пользователей в DS" #: ipaclient/remote_plugins/2_49/migration.py:172 msgid "" "Comma-separated list of objectclasses used to search for group entries in DS" msgstr "" "Разделённый запятыми список классов объектов, использованных для поиска " "записей групп в DS" #: ipaclient/remote_plugins/2_49/migration.py:182 msgid "" "Comma-separated list of objectclasses to be ignored for user entries in DS" msgstr "" "Разделённый запятыми список классов объектов, которые следует игнорировать " "для записей пользователей в DS" #: ipaclient/remote_plugins/2_49/migration.py:192 msgid "Comma-separated list of attributes to be ignored for user entries in DS" msgstr "" "Разделённый запятыми список атрибутов, которые следует игнорировать для " "записей пользователей в DS" #: ipaclient/remote_plugins/2_49/migration.py:202 msgid "" "Comma-separated list of objectclasses to be ignored for group entries in DS" msgstr "" "Разделённый запятыми список классов объектов, которые следует игнорировать " "для записей групп в DS" #: ipaclient/remote_plugins/2_49/migration.py:212 msgid "" "Comma-separated list of attributes to be ignored for group entries in DS" msgstr "" "Разделённый запятыми список атрибутов, которые следует игнорировать для " "записей групп в DS" #: ipaclient/remote_plugins/2_49/migration.py:261 msgid "comma-separated list of groups to exclude from migration" msgstr "" "Разделённый запятыми список групп, которые следует исключить из миграции" #: ipaclient/remote_plugins/2_49/migration.py:269 msgid "comma-separated list of users to exclude from migration" msgstr "" "Разделённый запятыми список пользователей, которых следует исключить из " "миграции" #: ipaclient/remote_plugins/2_49/netgroup.py:19 msgid "" "\n" "Netgroups\n" "\n" "A netgroup is a group used for permission checking. It can contain both\n" "user and host values.\n" "\n" "EXAMPLES:\n" "\n" " Add a new netgroup:\n" " ipa netgroup-add --desc=\"NFS admins\" admins\n" "\n" " Add members to the netgroup:\n" " ipa netgroup-add-member --users=tuser1,tuser2 admins\n" "\n" " Remove a member from the netgroup:\n" " ipa netgroup-remove-member --users=tuser2 admins\n" "\n" " Display information about a netgroup:\n" " ipa netgroup-show admins\n" "\n" " Delete a netgroup:\n" " ipa netgroup-del admins\n" msgstr "" "\n" "Сетевые группы\n" "\n" "Сетевая группа — это группа, которая используется для проверки разрешений. " "Она может содержать как значения пользователей, так и значения узлов.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новую сетевую группу:\n" " ipa netgroup-add --desc=\"NFS admins\" admins\n" "\n" " Добавить участников в сетевую группу:\n" " ipa netgroup-add-member --users=tuser1,tuser2 admins\n" "\n" "Удалить участника из сетевой группы:\n" " ipa netgroup-remove-member --users=tuser2 admins\n" "\n" "Показать сведения о сетевой группе:\n" " ipa netgroup-show admins\n" "\n" " Удалить сетевую группу:\n" " ipa netgroup-del admins\n" #: ipaclient/remote_plugins/2_49/netgroup.py:289 msgid "comma-separated list of netgroups to add" msgstr "Разделённый запятыми список сетевых групп, которые следует добавить" #: ipaclient/remote_plugins/2_49/netgroup.py:756 msgid "comma-separated list of netgroups to remove" msgstr "Разделённый запятыми список сетевых групп, которые следует удалить" #: ipaclient/remote_plugins/2_49/permission.py:19 msgid "" "\n" "Permissions\n" "\n" "A permission enables fine-grained delegation of rights. A permission is\n" "a human-readable form of a 389-ds Access Control Rule, or instruction " "(ACI).\n" "A permission grants the right to perform a specific task such as adding a\n" "user, modifying a group, etc.\n" "\n" "A permission may not contain other permissions.\n" "\n" "* A permission grants access to read, write, add or delete.\n" "* A privilege combines similar permissions (for example all the permissions\n" " needed to add a user).\n" "* A role grants a set of privileges to users, groups, hosts or hostgroups.\n" "\n" "A permission is made up of a number of different parts:\n" "\n" "1. The name of the permission.\n" "2. The target of the permission.\n" "3. The rights granted by the permission.\n" "\n" "Rights define what operations are allowed, and may be one or more\n" "of the following:\n" "1. write - write one or more attributes\n" "2. read - read one or more attributes\n" "3. add - add a new entry to the tree\n" "4. delete - delete an existing entry\n" "5. all - all permissions are granted\n" "\n" "Read permission is granted for most attributes by default so the read\n" "permission is not expected to be used very often.\n" "\n" "Note the distinction between attributes and entries. The permissions are\n" "independent, so being able to add a user does not mean that the user will\n" "be editable.\n" "\n" "There are a number of allowed targets:\n" "1. type: a type of object (user, group, etc).\n" "2. memberof: a member of a group or hostgroup\n" "3. filter: an LDAP filter\n" "4. subtree: an LDAP filter specifying part of the LDAP DIT. This is a\n" " super-set of the \"type\" target.\n" "5. targetgroup: grant access to modify a specific group (such as granting\n" " the rights to manage group membership)\n" "\n" "EXAMPLES:\n" "\n" " Add a permission that grants the creation of users:\n" " ipa permission-add --type=user --permissions=add \"Add Users\"\n" "\n" " Add a permission that grants the ability to manage group membership:\n" " ipa permission-add --attrs=member --permissions=write --type=group " "\"Manage Group Members\"\n" msgstr "" "\n" "Разрешения\n" "\n" "С помощью разрешений можно очень точно делегировать права доступа. " "Разрешение представляет собой удобную для восприятия форму 389-ds ACI " "(правила управления доступом).\n" "Разрешение даёт право выполнять определённую задачу, например, добавлять " "пользователей, изменять группы и так далее.\n" "\n" "Разрешение не может содержать другие разрешения.\n" "\n" "* Разрешение даёт доступ для чтения, записи, добавления или удаления.\n" "* Привилегия объединяет схожие разрешения (например, все разрешения, которые " "требуются для добавления пользователя).\n" "* Роль даёт набор привилегий пользователям, группам, узлам или группам " "узлов.\n" "\n" "Разрешение состоит из нескольких разных частей:\n" "\n" "1. Имя разрешения.\n" "2. Цель разрешения.\n" "3. Права, предоставленные разрешением.\n" "\n" "Права определяют, какие действия разрешены. Варианты прав (права могут " "сочетать в себе несколько вариантов):\n" "1. write - записать один или несколько атрибутов.\n" "2. read - прочитать один или несколько атрибутов.\n" "3. add - добавить в дерево новую запись.\n" "4. delete - удалить существующую запись.\n" "5. all - предоставляются все разрешения.\n" "\n" "По умолчанию доступ для чтения разрешён для большинства атрибутов, поэтому " "потребность в использовании этого разрешения вряд ли будет возникать часто.\n" "\n" "Обратите внимание на разницу между атрибутами и записями. Разрешения " "являются независимыми, поэтому возможность добавить пользователя не означает " "возможность изменять запись добавленного пользователя.\n" "\n" "Существует ряд разрешённых целей:\n" "1. type: тип объекта (пользователь, группа и так далее).\n" "2. memberof: участник группы или группы узлов.\n" "3. filter: фильтр LDAP.\n" "4. subtree: фильтр LDAP, определяющий часть LDAP DIT. Это супермножество " "цели \"type\".\n" "5. targetgroup: предоставление доступа для изменения определённой группы " "(например, предоставление прав доступа для управления участием в группе).\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить разрешение на создание пользователей:\n" " ipa permission-add --type=user --permissions=add \"Add Users\"\n" "\n" " Добавить разрешение на управление участием в группе:\n" " ipa permission-add --attrs=member --permissions=write --type=group " "\"Manage Group Members\"\n" #: ipaclient/remote_plugins/2_49/permission.py:88 #: ipaclient/remote_plugins/2_49/permission.py:156 #: ipaclient/remote_plugins/2_49/permission.py:426 #: ipaclient/remote_plugins/2_49/permission.py:541 msgid "" "Comma-separated list of permissions to grant (read, write, add, delete, all)" msgstr "" "Разделённый запятыми список разрешений, которые следует предоставить (read, " "write, add, delete, all)" #: ipaclient/remote_plugins/2_49/permission.py:101 #: ipaclient/remote_plugins/2_49/permission.py:172 #: ipaclient/remote_plugins/2_49/permission.py:441 #: ipaclient/remote_plugins/2_49/permission.py:556 msgid "" "Type of IPA object (user, group, host, hostgroup, service, netgroup, dns)" msgstr "" "Тип объекта IPA (user (пользователь), group (группа), host (узел), hostgroup " "(группа узлов), service (служба), netgroup (сетевая группа), dns)" #: ipaclient/remote_plugins/2_49/permission.py:107 #: ipaclient/remote_plugins/2_49/permission.py:179 #: ipaclient/remote_plugins/2_49/permission.py:447 #: ipaclient/remote_plugins/2_49/permission.py:562 msgid "Target members of a group" msgstr "Целевые участники группы" #: ipaclient/remote_plugins/2_49/permission.py:125 #: ipaclient/remote_plugins/2_49/permission.py:200 #: ipaclient/remote_plugins/2_49/permission.py:465 #: ipaclient/remote_plugins/2_49/permission.py:580 msgid "User group to apply permissions to" msgstr "Группа пользователей, к которой следует применить разрешения" #: ipaclient/remote_plugins/2_49/permission.py:283 msgid "comma-separated list of privileges to add" msgstr "Разделённый запятыми список привилегий, которые следует добавить" #: ipaclient/remote_plugins/2_49/permission.py:306 msgid "Add a system permission without an ACI" msgstr "Добавить разрешение на доступ к системе без использования ACI" #: ipaclient/remote_plugins/2_49/permission.py:322 msgid "Permission type" msgstr "Тип разрешения" #: ipaclient/remote_plugins/2_49/permission.py:682 msgid "comma-separated list of privileges to remove" msgstr "Разделённый запятыми список привилегий, которые следует удалить" #: ipaclient/remote_plugins/2_49/ping.py:19 msgid "" "\n" "Ping the remote IPA server to ensure it is running.\n" "\n" "The ping command sends an echo request to an IPA server. The server\n" "returns its version information. This is used by an IPA client\n" "to confirm that the server is available and accepting requests.\n" "\n" "The server from xmlrpc_uri in /etc/ipa/default.conf is contacted first.\n" "If it does not respond then the client will contact any servers defined\n" "by ldap SRV records in DNS.\n" "\n" "EXAMPLES:\n" "\n" " Ping an IPA server:\n" " ipa ping\n" " ------------------------------------------\n" " IPA server version 2.1.9. API version 2.20\n" " ------------------------------------------\n" "\n" " Ping an IPA server verbosely:\n" " ipa -v ping\n" " ipa: INFO: trying https://ipa.example.com/ipa/xml\n" " ipa: INFO: Forwarding 'ping' to server u'https://ipa.example.com/ipa/" "xml'\n" " -----------------------------------------------------\n" " IPA server version 2.1.9. API version 2.20\n" " -----------------------------------------------------\n" msgstr "" "\n" "Проверить связь с удалённым IPA-сервером, чтобы убедиться, что он работает.\n" "\n" "Команда ping отправляет эхо-запрос на IPA-сервер. Сервер возвращает сведения " "о своей версии. Эти данные используются клиентом IPA для подтверждения того, " "что сервер доступен и принимает запросы.\n" "\n" "Сервер из xmlrpc_uri in /etc/ipa/default.conf проверяется первым.\n" "Если он не отвечает, клиент пытается установить связь с любым сервером, " "указанным в записях SRV ldap в DNS.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Проверить связь с IPA-сервером:\n" " ipa ping\n" " ------------------------------------------\n" " IPA server version 2.1.9. API version 2.20\n" " ------------------------------------------\n" "\n" " Проверить связь с IPA-сервером и получить подробные данные:\n" " ipa -v ping\n" " ipa: INFO: trying https://ipa.example.com/ipa/xml\n" " ipa: INFO: Forwarding 'ping' to server 'https://ipa.example.com/ipa/xml'\n" " -----------------------------------------------------\n" " IPA server version 2.1.9. API version 2.20\n" " -----------------------------------------------------\n" #: ipaclient/remote_plugins/2_49/privilege.py:167 msgid "comma-separated list of roles to add" msgstr "Разделённый запятыми список ролей, которые следует добавить" #: ipaclient/remote_plugins/2_49/privilege.py:220 #: ipaclient/remote_plugins/2_49/privilege.py:534 msgid "comma-separated list of permissions" msgstr "Разделённый запятыми список разрешений" #: ipaclient/remote_plugins/2_49/privilege.py:481 msgid "comma-separated list of roles to remove" msgstr "Разделённый запятыми список ролей, которые следует удалить" #: ipaclient/remote_plugins/2_49/role.py:274 #: ipaclient/remote_plugins/2_49/role.py:613 msgid "comma-separated list of privileges" msgstr "Разделённый запятыми список привилегий" #: ipaclient/remote_plugins/2_49/selfservice.py:19 msgid "" "\n" "Self-service Permissions\n" "\n" "A permission enables fine-grained delegation of permissions. Access Control\n" "Rules, or instructions (ACIs), grant permission to permissions to perform\n" "given tasks such as adding a user, modifying a group, etc.\n" "\n" "A Self-service permission defines what an object can change in its own " "entry.\n" "\n" "\n" "EXAMPLES:\n" "\n" " Add a self-service rule to allow users to manage their address:\n" " ipa selfservice-add --permissions=write --attrs=street,postalCode,l,c,st " "\"Users manage their own address\"\n" "\n" " When managing the list of attributes you need to include all attributes\n" " in the list, including existing ones. Add telephoneNumber to the list:\n" " ipa selfservice-mod --attrs=street,postalCode,l,c,st,telephoneNumber " "\"Users manage their own address\"\n" "\n" " Display our updated rule:\n" " ipa selfservice-show \"Users manage their own address\"\n" "\n" " Delete a rule:\n" " ipa selfservice-del \"Users manage their own address\"\n" msgstr "" "\n" "Разрешения самообслуживания\n" "\n" "С помощью разрешений самообслуживания можно очень точно делегировать " "разрешения. Правила или инструкции управления доступом (ACI) предоставляют " "разрешениям разрешение на выполнение конкретных задач, таких как добавление " "пользователя, изменение группы и так далее.\n" "\n" "Разрешение самообслуживания определяет, что объект может изменять в своей " "собственной записи.\n" "\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить правило самообслуживания, чтобы разрешить пользователям управлять " "своим адресом:\n" " ipa selfservice-add --permissions=write --attrs=street,postalCode,l,c,st " "\"Users manage their own address\"\n" "\n" " В список атрибутов необходимо включить все атрибуты, в том числе уже " "существующие. Добавить telephoneNumber в список:\n" " ipa selfservice-mod --attrs=street,postalCode,l,c,st,telephoneNumber " "\"Users manage their own address\"\n" "\n" " Показать обновлённое правило:\n" " ipa selfservice-show \"Users manage their own address\"\n" "\n" " Удалить правило:\n" " ipa selfservice-del \"Users manage their own address\"\n" #: ipaclient/remote_plugins/2_49/service.py:19 msgid "" "\n" "Services\n" "\n" "A IPA service represents a service that runs on a host. The IPA service\n" "record can store a Kerberos principal, an SSL certificate, or both.\n" "\n" "An IPA service can be managed directly from a machine, provided that\n" "machine has been given the correct permission. This is true even for\n" "machines other than the one the service is associated with. For example,\n" "requesting an SSL certificate using the host service principal credentials\n" "of the host. To manage a service using host credentials you need to\n" "kinit as the host:\n" "\n" " # kinit -kt /etc/krb5.keytab host/ipa.example.com@EXAMPLE.COM\n" "\n" "Adding an IPA service allows the associated service to request an SSL\n" "certificate or keytab, but this is performed as a separate step; they\n" "are not produced as a result of adding the service.\n" "\n" "Only the public aspect of a certificate is stored in a service record;\n" "the private key is not stored.\n" "\n" "EXAMPLES:\n" "\n" " Add a new IPA service:\n" " ipa service-add HTTP/web.example.com\n" "\n" " Allow a host to manage an IPA service certificate:\n" " ipa service-add-host --hosts=web.example.com HTTP/web.example.com\n" " ipa role-add-member --hosts=web.example.com certadmin\n" "\n" " Override a default list of supported PAC types for the service:\n" " ipa service-mod HTTP/web.example.com --pac-type=MS-PAC\n" "\n" " Delete an IPA service:\n" " ipa service-del HTTP/web.example.com\n" "\n" " Find all IPA services associated with a host:\n" " ipa service-find web.example.com\n" "\n" " Find all HTTP services:\n" " ipa service-find HTTP\n" "\n" " Disable the service Kerberos key and SSL certificate:\n" " ipa service-disable HTTP/web.example.com\n" "\n" " Request a certificate for an IPA service:\n" " ipa cert-request --principal=HTTP/web.example.com example.csr\n" "\n" " Generate and retrieve a keytab for an IPA service:\n" " ipa-getkeytab -s ipa.example.com -p HTTP/web.example.com -k /etc/httpd/" "httpd.keytab\n" msgstr "" "\n" "Службы\n" "\n" "Служба IPA — это служба, которая выполняется на узле. В записи службы IPA " "могут храниться данные учётной записи Kerberos, SSL-сертификата или оба " "набора данных.\n" "\n" "Службой IPA можно управлять непосредственно с компьютера, если системе этого " "компьютера предоставлены соответствующие права доступа. Это касается даже " "компьютеров, отличных от тех, с которыми связана эта служба. Например, " "запрос SSL-сертификата с помощью учётных данных учётной записи службы узла. " "Чтобы управлять службой с помощью учётных данных узла, следует запустить " "команду kinit от имени узла:\n" "\n" " # kinit -kt /etc/krb5.keytab host/ipa.example.com@EXAMPLE.COM\n" "\n" "Добавление службы IPA позволяет связанной службе запрашивать SSL-сертификаты " "и таблицы ключей, но создание самих запросов является отдельным шагом: " "соответствующие данные не создаются в результате простого добавления " "службы.\n" "\n" "В записи службы хранятся только открытые данные сертификата; закрытый ключ " "не сохраняется.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новую службу IPA:\n" " ipa service-add HTTP/web.example.com\n" "\n" " Разрешить узлу управлять сертификатом службы IPA:\n" " ipa service-add-host --hosts=web.example.com HTTP/web.example.com\n" " ipa role-add-member --hosts=web.example.com certadmin\n" "\n" " Переопределить список по умолчанию, который содержит поддерживаемые типы " "PAC для службы:\n" " ipa service-mod HTTP/web.example.com --pac-type=MS-PAC\n" "\n" " Удалить службу IPA:\n" " ipa service-del HTTP/web.example.com\n" "\n" " Найти все службы IPA, связанные с узлом:\n" " ipa service-find web.example.com\n" "\n" " Найти все службы HTTP:\n" " ipa service-find HTTP\n" "\n" " Отключить ключ Kerberos и SSL-сертификат службы:\n" " ipa service-disable HTTP/web.example.com\n" "\n" " Запросить сертификат для службы IPA:\n" " ipa cert-request --principal=HTTP/web.example.com example.csr\n" "\n" " Создать и получить таблицу ключей для службы IPA:\n" " ipa-getkeytab -s ipa.example.com -p HTTP/web.example.com -k /etc/httpd/" "httpd.keytab\n" #: ipaclient/remote_plugins/2_49/service.py:95 #: ipaclient/remote_plugins/2_49/service.py:136 #: ipaclient/remote_plugins/2_49/service.py:346 #: ipaclient/remote_plugins/2_49/service.py:449 msgid "" "Override default list of supported PAC types. Use 'NONE' to disable PAC " "support for this service" msgstr "" "Переопределить список по умолчанию, который содержит поддерживаемые типы " "PAC. Используйте значение \"NONE\", чтобы отключить поддержку PAC для этой " "службы" #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:19 msgid "" "\n" "Groups of Sudo Commands\n" "\n" "Manage groups of Sudo Commands.\n" "\n" "EXAMPLES:\n" "\n" " Add a new Sudo Command Group:\n" " ipa sudocmdgroup-add --desc='administrators commands' admincmds\n" "\n" " Remove a Sudo Command Group:\n" " ipa sudocmdgroup-del admincmds\n" "\n" " Manage Sudo Command Group membership, commands:\n" " ipa sudocmdgroup-add-member --sudocmds=/usr/bin/less,/usr/bin/vim " "admincmds\n" "\n" " Manage Sudo Command Group membership, commands:\n" " ipa group-remove-member --sudocmds=/usr/bin/less admincmds\n" "\n" " Show a Sudo Command Group:\n" " ipa group-show localadmins\n" msgstr "" "\n" "Группы команд Sudo\n" "\n" "Управление группами команд Sudo.\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новую группу команд Sudo:\n" " ipa sudocmdgroup-add --desc='administrators commands' admincmds\n" "\n" " Удалить группу команд Sudo:\n" " ipa sudocmdgroup-del admincmds\n" "\n" " Управлять участием в группе команд Sudo, команды:\n" " ipa sudocmdgroup-add-member --sudocmds=/usr/bin/less,/usr/bin/vim " "admincmds\n" "\n" " Управлять участием в группе команд Sudo, команды:\n" " ipa group-remove-member --sudocmds=/usr/bin/less admincmds\n" "\n" " Показать группу команд Sudo:\n" " ipa group-show localadmins\n" #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:174 #: ipaclient/remote_plugins/2_49/sudorule.py:373 #: ipaclient/remote_plugins/2_49/sudorule.py:435 msgid "comma-separated list of sudo commands to add" msgstr "Разделённый запятыми список команд Sudo, которые следует добавить" #: ipaclient/remote_plugins/2_49/sudocmdgroup.py:431 #: ipaclient/remote_plugins/2_49/sudorule.py:1157 #: ipaclient/remote_plugins/2_49/sudorule.py:1219 msgid "comma-separated list of sudo commands to remove" msgstr "Разделённый запятыми список команд Sudo, которые следует удалить" #: ipaclient/remote_plugins/2_49/sudorule.py:19 msgid "" "\n" "Sudo Rules\n" "\n" "Sudo (su \"do\") allows a system administrator to delegate authority to\n" "give certain users (or groups of users) the ability to run some (or all)\n" "commands as root or another user while providing an audit trail of the\n" "commands and their arguments.\n" "\n" "FreeIPA provides a means to configure the various aspects of Sudo:\n" " Users: The user(s)/group(s) allowed to invoke Sudo.\n" " Hosts: The host(s)/hostgroup(s) which the user is allowed to to invoke " "Sudo.\n" " Allow Command: The specific command(s) permitted to be run via Sudo.\n" " Deny Command: The specific command(s) prohibited to be run via Sudo.\n" " RunAsUser: The user(s) or group(s) of users whose rights Sudo will be " "invoked with.\n" " RunAsGroup: The group(s) whose gid rights Sudo will be invoked with.\n" " Options: The various Sudoers Options that can modify Sudo's behavior.\n" "\n" "An order can be added to a sudorule to control the order in which they\n" "are evaluated (if the client supports it). This order is an integer and\n" "must be unique.\n" "\n" "FreeIPA provides a designated binddn to use with Sudo located at:\n" "uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n" "\n" "To enable the binddn run the following command to set the password:\n" "LDAPTLS_CACERT=/etc/ipa/ca.crt /usr/bin/ldappasswd -S -W -h ipa.example.com -" "ZZ -D \"cn=Directory Manager\" uid=sudo,cn=sysaccounts,cn=etc,dc=example," "dc=com\n" "\n" "For more information, see the FreeIPA Documentation to Sudo.\n" msgstr "" "\n" "Правила Sudo\n" "\n" "Sudo (su \"do\") позволяет системному администратору делегировать " "полномочия, чтобы дать определённым пользователям (или группам " "пользователей) возможность выполнять некоторые (или все) команды от имени " "пользователя \"root\" или другого пользователя, вместе с тем предоставляя " "журнал аудита команд и их аргументов.\n" "\n" "FreeIPA предоставляет возможности настройки различных аспектов Sudo:\n" " Users: пользователь (пользователи) или группа (группы), которые могут " "вызывать Sudo.\n" " Hosts: узел (узлы) или группа (группы) узлов, пользователи которых могут " "вызывать Sudo.\n" " Allow Command: конкретная команда (команды), которые разрешены для " "выполнения с помощью Sudo. \n" " Deny Command: конкретная команда (команды), которые запрещены для " "выполнения с помощью Sudo.\n" " RunAsUser: пользователь (пользователи) или группа (группы) пользователей, " "от имени которых Sudo будет выполнять команды.\n" " RunAsGroup: группа (группы), от имени которых Sudo будет выполнять " "команды.\n" " Options: различные параметры sudoers (участники Sudo), которые могут " "изменить поведение Sudo.\n" "\n" "Правилу Sudo можно добавить порядок, который будет руководить порядком " "обработки записей (если такой порядок предусмотрен на клиентской стороне). " "Порядок определяется числовым индексом (целое число), который не должен " "повторяться.\n" "\n" "FreeIPA предусматривает специальную привязку DN (binddn) для использования с " "Sudo:\n" "uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n" "\n" "Чтобы включить binddn, выполните следующую команду для установки пароля:\n" "LDAPTLS_CACERT=/etc/ipa/ca.crt /usr/bin/ldappasswd -S -W -h ipa.example.com -" "ZZ -D \"cn=Directory Manager\" uid=sudo,cn=sysaccounts,cn=etc,dc=example," "dc=com\n" "\n" "Дополнительные сведения приведены в документации FreeIPA по Sudo.\n" #: ipaclient/remote_plugins/2_49/sudorule.py:382 #: ipaclient/remote_plugins/2_49/sudorule.py:444 msgid "comma-separated list of sudo command groups to add" msgstr "" "Разделённый запятыми список групп команд Sudo, которые следует добавить" #: ipaclient/remote_plugins/2_49/sudorule.py:1166 #: ipaclient/remote_plugins/2_49/sudorule.py:1228 msgid "comma-separated list of sudo command groups to remove" msgstr "Разделённый запятыми список групп команд Sudo, которые следует удалить" #: ipaclient/remote_plugins/2_49/trust.py:218 msgid "Active directory domain administrator's password" msgstr "Пароль администратора домена Active Directory" #: ipaclient/remote_plugins/2_49/user.py:103 #: ipaclient/remote_plugins/2_49/user.py:337 #: ipaclient/remote_plugins/2_49/user.py:693 #: ipaclient/remote_plugins/2_49/user.py:1013 msgid "GECOS field" msgstr "Поле GECOS" #: ipaclient/remote_plugins/2_49/dns.py:19 msgid "" "\n" "Domain Name System (DNS)\n" "\n" "Manage DNS zone and resource records.\n" "\n" "\n" "USING STRUCTURED PER-TYPE OPTIONS\n" "\n" "There are many structured DNS RR types where DNS data stored in LDAP server\n" "is not just a scalar value, for example an IP address or a domain name, but\n" "a data structure which may be often complex. A good example is a LOC record\n" "[RFC1876] which consists of many mandatory and optional parts (degrees,\n" "minutes, seconds of latitude and longitude, altitude or precision).\n" "\n" "It may be difficult to manipulate such DNS records without making a mistake\n" "and entering an invalid value. DNS module provides an abstraction over " "these\n" "raw records and allows to manipulate each RR type with specific options. " "For\n" "each supported RR type, DNS module provides a standard option to manipulate\n" "a raw records with format ---rec, e.g. --mx-rec, and special " "options\n" "for every part of the RR structure with format ---, e.g.\n" "--mx-preference and --mx-exchanger.\n" "\n" "When adding a record, either RR specific options or standard option for a " "raw\n" "value can be used, they just should not be combined in one add operation. " "When\n" "modifying an existing entry, new RR specific options can be used to change\n" "one part of a DNS record, where the standard option for raw value is used\n" "to specify the modified value. The following example demonstrates\n" "a modification of MX record preference from 0 to 1 in a record without\n" "modifying the exchanger:\n" "ipa dnsrecord-mod --mx-rec=\"0 mx.example.com.\" --mx-preference=1\n" "\n" "\n" "EXAMPLES:\n" "\n" " Add new zone:\n" " ipa dnszone-add example.com --name-" "server=ns --admin-email=admin@example." "com --ip-address=10.0.0.1\n" "\n" " Add system permission that can be used for per-zone privilege delegation:\n" " ipa dnszone-add-permission example.com\n" "\n" " Modify the zone to allow dynamic updates for hosts own records in realm " "EXAMPLE.COM:\n" " ipa dnszone-mod example.com --dynamic-update=TRUE\n" "\n" " This is the equivalent of:\n" " ipa dnszone-mod example.com --dynamic-update=TRUE --update-policy=" "\"grant EXAMPLE.COM krb5-self * A; grant EXAMPLE.COM krb5-self * AAAA; grant " "EXAMPLE.COM krb5-self * SSHFP;\"\n" "\n" " Modify the zone to allow zone transfers for local network only:\n" " ipa dnszone-mod example.com --allow-transfer=10.0.0.0/8\n" "\n" " Add new reverse zone specified by network IP address:\n" " ipa dnszone-add --name-from-ip=80.142.15.0/24 --name-" "server=ns.example.com.\n" "\n" " Add second nameserver for example.com:\n" " ipa dnsrecord-add example.com @ --ns-rec=nameserver2.example.com\n" "\n" " Add a mail server for example.com:\n" " ipa dnsrecord-add example.com @ --mx-rec=\"10 mail1\"\n" "\n" " Add another record using MX record specific options:\n" " ipa dnsrecord-add example.com @ --mx-preference=20 --mx-exchanger=mail2\n" "\n" " Add another record using interactive mode (started when dnsrecord-add, " "dnsrecord-mod,\n" " or dnsrecord-del are executed with no options):\n" " ipa dnsrecord-add example.com @\n" " Please choose a type of DNS resource record to be added\n" " The most common types for this type of zone are: NS, MX, LOC\n" "\n" " DNS resource record type: MX\n" " MX Preference: 30\n" " MX Exchanger: mail3\n" " Record name: example.com\n" " MX record: 10 mail1, 20 mail2, 30 mail3\n" " NS record: nameserver.example.com., nameserver2.example.com.\n" "\n" " Delete previously added nameserver from example.com:\n" " ipa dnsrecord-del example.com @ --ns-rec=nameserver2.example.com.\n" "\n" " Add LOC record for example.com:\n" " ipa dnsrecord-add example.com @ --loc-rec=\"49 11 42.4 N 16 36 29.6 E " "227.64m\"\n" "\n" " Add new A record for www.example.com. Create a reverse record in " "appropriate\n" " reverse zone as well. In this case a PTR record \"2\" pointing to www." "example.com\n" " will be created in zone 15.142.80.in-addr.arpa.\n" " ipa dnsrecord-add example.com www --a-rec=80.142.15.2 --a-create-reverse\n" "\n" " Add new PTR record for www.example.com\n" " ipa dnsrecord-add 15.142.80.in-addr.arpa. 2 --ptr-rec=www.example.com.\n" "\n" " Add new SRV records for LDAP servers. Three quarters of the requests\n" " should go to fast.example.com, one quarter to slow.example.com. If neither\n" " is available, switch to backup.example.com.\n" " ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 3 389 fast.example." "com\"\n" " ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 1 389 slow.example." "com\"\n" " ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"1 1 389 backup." "example.com\"\n" "\n" " The interactive mode can be used for easy modification:\n" " ipa dnsrecord-mod example.com _ldap._tcp\n" " No option to modify specific record provided.\n" " Current DNS record contents:\n" "\n" " SRV record: 0 3 389 fast.example.com, 0 1 389 slow.example.com, 1 1 389 " "backup.example.com\n" "\n" " Modify SRV record '0 3 389 fast.example.com'? Yes/No (default No):\n" " Modify SRV record '0 1 389 slow.example.com'? Yes/No (default No): y\n" " SRV Priority [0]: (keep the default value)\n" " SRV Weight [1]: 2 (modified value)\n" " SRV Port [389]: (keep the default value)\n" " SRV Target [slow.example.com]: (keep the default value)\n" " 1 SRV record skipped. Only one value per DNS record type can be modified " "at one time.\n" " Record name: _ldap._tcp\n" " SRV record: 0 3 389 fast.example.com, 1 1 389 backup.example.com, 0 2 " "389 slow.example.com\n" "\n" " After this modification, three fifths of the requests should go to\n" " fast.example.com and two fifths to slow.example.com.\n" "\n" " An example of the interactive mode for dnsrecord-del command:\n" " ipa dnsrecord-del example.com www\n" " No option to delete specific record provided.\n" " Delete all? Yes/No (default No): (do not delete all records)\n" " Current DNS record contents:\n" "\n" " A record: 1.2.3.4, 11.22.33.44\n" "\n" " Delete A record '1.2.3.4'? Yes/No (default No):\n" " Delete A record '11.22.33.44'? Yes/No (default No): y\n" " Record name: www\n" " A record: 1.2.3.4 (A record 11.22.33.44 has been " "deleted)\n" "\n" " Show zone example.com:\n" " ipa dnszone-show example.com\n" "\n" " Find zone with \"example\" in its domain name:\n" " ipa dnszone-find example\n" "\n" " Find records for resources with \"www\" in their name in zone example.com:\n" " ipa dnsrecord-find example.com www\n" "\n" " Find A records with value 10.10.0.1 in zone example.com\n" " ipa dnsrecord-find example.com --a-rec=10.10.0.1\n" "\n" " Show records for resource www in zone example.com\n" " ipa dnsrecord-show example.com www\n" "\n" " Delegate zone sub.example to another nameserver:\n" " ipa dnsrecord-add example.com ns.sub --a-rec=10.0.100.5\n" " ipa dnsrecord-add example.com sub --ns-rec=ns.sub.example.com.\n" "\n" " If global forwarder is configured, all requests to sub.example.com will be\n" " routed through the global forwarder. To change the behavior for example." "com\n" " zone only and forward the request directly to ns.sub.example.com., global\n" " forwarding may be disabled per-zone:\n" " ipa dnszone-mod example.com --forward-policy=none\n" "\n" " Forward all requests for the zone external.com to another nameserver using\n" " a \"first\" policy (it will send the queries to the selected forwarder and " "if\n" " not answered it will use global resolvers):\n" " ipa dnszone-add external.com\n" " ipa dnszone-mod external.com --" "forwarder=10.20.0.1 --forward-policy=first\n" "\n" " Delete zone example.com with all resource records:\n" " ipa dnszone-del example.com\n" "\n" " Resolve a host name to see if it exists (will add default IPA domain\n" " if one is not included):\n" " ipa dns-resolve www.example.com\n" " ipa dns-resolve www\n" "\n" "\n" "GLOBAL DNS CONFIGURATION\n" "\n" "DNS configuration passed to command line install script is stored in a " "local\n" "configuration file on each IPA server where DNS service is configured. " "These\n" "local settings can be overridden with a common configuration stored in LDAP\n" "server:\n" "\n" " Show global DNS configuration:\n" " ipa dnsconfig-show\n" "\n" " Modify global DNS configuration and set a list of global forwarders:\n" " ipa dnsconfig-mod --forwarder=10.0.0.1\n" msgstr "" "\n" "Система доменных имён (DNS)\n" "\n" "Управление записями зон и ресурсов DNS.\n" "\n" "\n" "ИСПОЛЬЗОВАНИЕ СТРУКТУРИРОВАННЫХ ПАРАМЕТРОВ ДЛЯ ОТДЕЛЬНЫХ ТИПОВ\n" "\n" "Существует много структурированных типов записей ресурсов DNS, для которых " "данные DNS, хранящиеся на сервере LDAP, являются не просто скалярным " "значением, например IP-адрес или имя домена, а структурой данных, которая " "часто может быть сложной. Примером может быть запись LOC [RFC1876], которая " "состоит из многих обязательных и необязательных частей (градусов, минут, " "секунд широты и долготы, высоты и погрешности).\n" "\n" "При работе с такими записями DNS может быть сложно не допустить ошибок и " "ввести корректное значение. Модуль DNS предоставляет в ваше распоряжение " "абстракцию над этими необработанными записями и позволяет управлять каждым " "из типов записей ресурсов с помощью определённых параметров. Для каждого из " "поддерживаемых типов записей ресурсов в модуле DNS предусмотрен стандартный " "параметр для работы с необработанными записями с помощью формата --" "<тип_записи_ресурса>-rec, например --mx-rec, и специальные параметры для " "каждой из частей структуры записи ресурса с помощью формата --" "<тип_записи_ресурса>-<имя_части>, например --mx-preference и --mx-" "exchanger.\n" "\n" "При добавлении записи можно воспользоваться параметрами, специально " "предназначенными для записей ресурсов, или стандартным параметром для " "необработанного значения (сочетать эти варианты в одном действии по " "добавлению нельзя). При внесении изменений в существующую запись можно " "воспользоваться для изменения одной части записи DNS новыми специальными " "параметрами записей ресурсов, причём для определения изменённого значения " "будет использован стандартный вариант необработанного значения. В " "приведенном ниже примере показано изменение приоритета записи MX с 0 на 1 в " "записи без внесения изменений в обменник:\n" "ipa dnsrecord-mod --mx-rec=\"0 mx.example.com.\" --mx-preference=1\n" "\n" "\n" "ПРИМЕРЫ:\n" "\n" " Добавить новую зону:\n" " ipa dnszone-add example.com --name-" "server=ns --admin-email=admin@example." "com --ip-address=10.0.0.1\n" "\n" " Добавить общесистемные права доступа, которыми можно воспользоваться для " "делегирования привилегий для отдельных зон:\n" " ipa dnszone-add-permission example.com\n" "\n" " Изменить зону, чтобы разрешить динамическое обновление для собственных " "записей узлов в области (realm) EXAMPLE.COM:\n" " ipa dnszone-mod example.com --dynamic-update=TRUE\n" "\n" " Эта команда эквивалентна следующим командам:\n" " ipa dnszone-mod example.com --dynamic-update=TRUE --update-policy=" "\"grant EXAMPLE.COM krb5-self * A; grant EXAMPLE.COM krb5-self * AAAA; grant " "EXAMPLE.COM krb5-self * SSHFP;\"\n" "\n" " Изменить зону, чтобы разрешить перенос зоны только для локальной сети:\n" " ipa dnszone-mod example.com --allow-transfer=10.0.0.0/8\n" "\n" " Добавить новую обратную зону, указанную с помощью сетевого IP-адреса:\n" " ipa dnszone-add --name-from-ip=80.142.15.0/24 --name-" "server=ns.example.com.\n" "\n" " Добавить другой сервер имён для example.com:\n" " ipa dnsrecord-add example.com @ --ns-rec=nameserver2.example.com\n" "\n" " Добавить почтовый сервер для example.com:\n" " ipa dnsrecord-add example.com @ --mx-rec=\"10 mail1\"\n" "\n" " Добавить другую запись с помощью специальных параметров записи MX:\n" " ipa dnsrecord-add example.com @ --mx-preference=20 --mx-exchanger=mail2\n" "\n" " Добавить другую запись с помощью интерактивного режима (в который программа " "переходит в ответ на команды dnsrecord-add, dnsrecord-mod или dnsrecord-del " "без параметров):\n" " ipa dnsrecord-add example.com @\n" " Выберите тип записи ресурса DNS, который следует добавить\n" " Наиболее распространённые типы для этого типа зон: NS, MX, LOC\n" "\n" " Тип записи ресурса DNS: MX\n" " Приоритет MX: 30\n" " Обменник MX: mail3\n" " Имя записи: example.com\n" " Запись MX: 10 mail1, 20 mail2, 30 mail3\n" " Запись NS: nameserver.example.com., nameserver2.example.com.\n" "\n" " Удалить добавленный ранее сервер имён из example.com:\n" " ipa dnsrecord-del example.com @ --ns-rec=nameserver2.example.com.\n" "\n" " Добавить запись LOC для example.com:\n" " ipa dnsrecord-add example.com @ --loc-rec=\"49 11 42.4 N 16 36 29.6 E " "227.64m\"\n" "\n" " Добавить новую запись A для www.example.com. Также создать обратную запись " "в соответствующей обратной зоне. В этом случае запись PTR \"2\", которая " "указывает на www.example.com, будет создана в зоне 15.142.80.in-addr.arpa.\n" " ipa dnsrecord-add example.com www --a-rec=80.142.15.2 --a-create-reverse\n" "\n" " Добавить новую запись PTR для www.example.com:\n" " ipa dnsrecord-add 15.142.80.in-addr.arpa. 2 --ptr-rec=www.example.com.\n" "\n" " Добавить новые записи SRV для LDAP-серверов. Три четверти запросов должны " "отправляться на fast.example.com, одна четверть — на slow.example.com. Если " "обе службы недоступны, переключиться на backup.example.com.\n" " ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 3 389 fast.example." "com\"\n" " ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 1 389 slow.example." "com\"\n" " ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"1 1 389 backup." "example.com\"\n" "\n" " Для облегчения внесения изменений можно воспользоваться интерактивным " "режимом:\n" " ipa dnsrecord-mod example.com _ldap._tcp\n" " Возможность внесения изменений в определённую запись не предусмотрена.\n" " Текущее содержание записи DNS:\n" "\n" " Запись SRV: 0 3 389 fast.example.com, 0 1 389 slow.example.com, 1 1 389 " "backup.example.com\n" "\n" " Изменить запись SRV '0 3 389 fast.example.com'? Да/Нет (по умолчанию \"Нет" "\"):\n" " Изменить запись SRV '0 1 389 slow.example.com'? Да/Нет (по умолчанию \"Нет" "\"): y\n" " Приоритет SRV [0]: (сохранить значение по умолчанию)\n" " Вес SRV [1]: 2 (изменённое значение)\n" " Порт SRV [389]: (сохранить значение по умолчанию)\n" " Цель SRV [slow.example.com]: (сохранить значение по умолчанию)\n" " Пропущена 1 запись SRV. Одновременно можно изменять только одно значение " "на тип записи DNS.\n" " Имя записи: _ldap._tcp\n" " Запись SRV: 0 3 389 fast.example.com, 1 1 389 backup.example.com, 0 2 " "389 slow.example.com\n" "\n" " После внесения этих изменений три пятых запросов должны направляться на\n" " fast.example.com, а две пятых — на slow.example.com.\n" "\n" " Пример интерактивного режима для команды dnsrecord-del:\n" " ipa dnsrecord-del example.com www\n" " Не указан параметр удаления определённой записи.\n" " Удалить все? Да/Нет (по умолчанию \"Нет\"): (не удалять все записи)\n" " Текущее содержание записи DNS:\n" "\n" " Запись A: 1.2.3.4, 11.22.33.44\n" "\n" " Удалить запись A '1.2.3.4'? Да/Нет (по умолчанию \"Нет\"):\n" " Удалить запись A '11.22.33.44'? Да/Нет (по умолчанию \"Нет\"): y\n" " Имя записи: www\n" " Запись A: 1.2.3.4 (запись A 11.22.33.44 удалена)\n" "\n" " Показать зону example.com:\n" " ipa dnszone-show example.com\n" "\n" " Найти зону со словом \"example\" в имени домена:\n" " ipa dnszone-find example\n" "\n" " Найти записи для ресурсов с \"www\" в имени в зоне example.com:\n" " ipa dnsrecord-find example.com www\n" "\n" " Найти записи A со значением 10.10.0.1 в зоне example.com:\n" " ipa dnsrecord-find example.com --a-rec=10.10.0.1\n" "\n" " Показать записи для ресурса www в зоне example.com:\n" " ipa dnsrecord-show example.com www\n" "\n" " Делегировать зону sub.example другому серверу имён:\n" " ipa dnsrecord-add example.com ns.sub --a-rec=10.0.100.5\n" " ipa dnsrecord-add example.com sub --ns-rec=ns.sub.example.com.\n" "\n" " Если настроены глобальные перенаправители, все запросы на sub.example.com " "будут идти через глобальный перенаправитель. Чтобы изменить это поведение " "только для зоны example.com и перенаправлять запрос прямо на ns.sub.example." "com., можно отключить глобальное перенаправление для отдельной зоны:\n" " ipa dnszone-mod example.com --forward-policy=none\n" "\n" " Перенаправлять все запросы для зоны external.com на другой сервер имён с " "помощью политики \"first\" (запросы будет отправляться на выбранный " "перенаправитель; если он не отвечает, будут использоваться глобальные " "сопоставители):\n" " ipa dnszone-add external.com\n" " ipa dnszone-mod external.com --" "forwarder=10.20.0.1 --forward-policy=first\n" "\n" " Удалить зону example.com вместе со всеми записями ресурсов:\n" " ipa dnszone-del example.com\n" "\n" " Определить адрес по имени узла, чтобы узнать, существует ли он (будет " "добавлен стандартный домен IPA, если он не включён):\n" " ipa dns-resolve www.example.com\n" " ipa dns-resolve www\n" "\n" "\n" "ГЛОБАЛЬНАЯ КОНФИГУРАЦИЯ DNS\n" "\n" "Конфигурация DNS, которая передаётся сценарию командной строки для " "установки, хранится в локальном файле конфигурации на каждом IPA-сервере, " "где настроена служба DNS. Эти локальные настройки могут быть переопределены " "с помощью общей конфигурации, которая хранится на LDAP-сервере:\n" "\n" " Показать глобальную конфигурацию DNS:\n" " ipa dnsconfig-show\n" "\n" " Изменить глобальную конфигурацию DNS и установить список глобальных " "перенаправителей:\n" " ipa dnsconfig-mod --forwarder=10.0.0.1\n" #: ipaclient/remote_plugins/2_49/dns.py:217 #: ipaclient/remote_plugins/2_49/dns.py:1131 msgid "" "A list of global forwarders. A custom port can be specified for each " "forwarder using a standard format \"IP_ADDRESS port PORT\"" msgstr "" "Список глобальных перенаправителей. Для каждого перенаправителя можно " "указать отдельный порт с помощью стандартного формата \"IP_АДРЕС port ПОРТ\"" #: ipaclient/remote_plugins/2_49/dns.py:257 #: ipaclient/remote_plugins/2_49/dns.py:1288 #: ipaclient/remote_plugins/2_49/dns.py:2301 #: ipaclient/remote_plugins/2_49/dns.py:2714 #: ipaclient/remote_plugins/2_49/dns.py:3094 msgid "DNS class" msgstr "Класс DNS" #: ipaclient/remote_plugins/2_49/dns.py:279 #: ipaclient/remote_plugins/2_49/dns.py:1297 #: ipaclient/remote_plugins/2_49/dns.py:2309 #: ipaclient/remote_plugins/2_49/dns.py:2722 #: ipaclient/remote_plugins/2_49/dns.py:3103 msgid "Comma-separated list of raw A records" msgstr "Разделённый запятыми список необработанных записей A" #: ipaclient/remote_plugins/2_49/dns.py:298 #: ipaclient/remote_plugins/2_49/dns.py:1324 #: ipaclient/remote_plugins/2_49/dns.py:2317 #: ipaclient/remote_plugins/2_49/dns.py:2730 #: ipaclient/remote_plugins/2_49/dns.py:3120 msgid "Comma-separated list of raw AAAA records" msgstr "Разделённый запятыми список необработанных записей AAAA" #: ipaclient/remote_plugins/2_49/dns.py:317 #: ipaclient/remote_plugins/2_49/dns.py:1351 #: ipaclient/remote_plugins/2_49/dns.py:2325 #: ipaclient/remote_plugins/2_49/dns.py:2738 #: ipaclient/remote_plugins/2_49/dns.py:3137 msgid "Comma-separated list of raw A6 records" msgstr "Разделённый запятыми список необработанных записей A6" #: ipaclient/remote_plugins/2_49/dns.py:330 #: ipaclient/remote_plugins/2_49/dns.py:1368 #: ipaclient/remote_plugins/2_49/dns.py:2333 #: ipaclient/remote_plugins/2_49/dns.py:2746 #: ipaclient/remote_plugins/2_49/dns.py:3154 msgid "Comma-separated list of raw AFSDB records" msgstr "Разделённый запятыми список необработанных записей AFSDB" #: ipaclient/remote_plugins/2_49/dns.py:349 #: ipaclient/remote_plugins/2_49/dns.py:1393 #: ipaclient/remote_plugins/2_49/dns.py:2341 #: ipaclient/remote_plugins/2_49/dns.py:2754 #: ipaclient/remote_plugins/2_49/dns.py:3179 msgid "Comma-separated list of raw APL records" msgstr "Разделённый запятыми список необработанных записей APL" #: ipaclient/remote_plugins/2_49/dns.py:356 #: ipaclient/remote_plugins/2_49/dns.py:1403 #: ipaclient/remote_plugins/2_49/dns.py:2350 #: ipaclient/remote_plugins/2_49/dns.py:2763 #: ipaclient/remote_plugins/2_49/dns.py:3189 msgid "Comma-separated list of raw CERT records" msgstr "Разделённый запятыми список необработанных записей CERT" #: ipaclient/remote_plugins/2_49/dns.py:387 #: ipaclient/remote_plugins/2_49/dns.py:1444 #: ipaclient/remote_plugins/2_49/dns.py:2358 #: ipaclient/remote_plugins/2_49/dns.py:2771 #: ipaclient/remote_plugins/2_49/dns.py:3230 msgid "Comma-separated list of raw CNAME records" msgstr "Разделённый запятыми список необработанных записей CNAME" #: ipaclient/remote_plugins/2_49/dns.py:400 #: ipaclient/remote_plugins/2_49/dns.py:1461 #: ipaclient/remote_plugins/2_49/dns.py:2366 #: ipaclient/remote_plugins/2_49/dns.py:2779 #: ipaclient/remote_plugins/2_49/dns.py:3247 msgid "Comma-separated list of raw DHCID records" msgstr "Разделённый запятыми список необработанных записей DHCID" #: ipaclient/remote_plugins/2_49/dns.py:407 #: ipaclient/remote_plugins/2_49/dns.py:1471 #: ipaclient/remote_plugins/2_49/dns.py:2375 #: ipaclient/remote_plugins/2_49/dns.py:2788 #: ipaclient/remote_plugins/2_49/dns.py:3257 msgid "Comma-separated list of raw DLV records" msgstr "Разделённый запятыми список необработанных записей DLV" #: ipaclient/remote_plugins/2_49/dns.py:414 #: ipaclient/remote_plugins/2_49/dns.py:1481 #: ipaclient/remote_plugins/2_49/dns.py:2384 #: ipaclient/remote_plugins/2_49/dns.py:2797 #: ipaclient/remote_plugins/2_49/dns.py:3267 msgid "Comma-separated list of raw DNAME records" msgstr "Разделённый запятыми список необработанных записей DNAME" #: ipaclient/remote_plugins/2_49/dns.py:427 #: ipaclient/remote_plugins/2_49/dns.py:1498 #: ipaclient/remote_plugins/2_49/dns.py:2392 #: ipaclient/remote_plugins/2_49/dns.py:2805 #: ipaclient/remote_plugins/2_49/dns.py:3284 msgid "Comma-separated list of raw DNSKEY records" msgstr "Разделённый запятыми список необработанных записей DNSKEY" #: ipaclient/remote_plugins/2_49/dns.py:434 #: ipaclient/remote_plugins/2_49/dns.py:1508 #: ipaclient/remote_plugins/2_49/dns.py:2401 #: ipaclient/remote_plugins/2_49/dns.py:2814 #: ipaclient/remote_plugins/2_49/dns.py:3294 msgid "Comma-separated list of raw DS records" msgstr "Разделённый запятыми список необработанных записей DS" #: ipaclient/remote_plugins/2_49/dns.py:465 #: ipaclient/remote_plugins/2_49/dns.py:1549 #: ipaclient/remote_plugins/2_49/dns.py:2409 #: ipaclient/remote_plugins/2_49/dns.py:2822 #: ipaclient/remote_plugins/2_49/dns.py:3335 msgid "Comma-separated list of raw HIP records" msgstr "Разделённый запятыми список необработанных записей HIP" #: ipaclient/remote_plugins/2_49/dns.py:472 #: ipaclient/remote_plugins/2_49/dns.py:1559 #: ipaclient/remote_plugins/2_49/dns.py:2418 #: ipaclient/remote_plugins/2_49/dns.py:2831 #: ipaclient/remote_plugins/2_49/dns.py:3345 msgid "Comma-separated list of raw IPSECKEY records" msgstr "Разделённый запятыми список необработанных записей IPSECKEY" #: ipaclient/remote_plugins/2_49/dns.py:479 #: ipaclient/remote_plugins/2_49/dns.py:1569 #: ipaclient/remote_plugins/2_49/dns.py:2427 #: ipaclient/remote_plugins/2_49/dns.py:2840 #: ipaclient/remote_plugins/2_49/dns.py:3355 msgid "Comma-separated list of raw KEY records" msgstr "Разделённый запятыми список необработанных записей KEY" #: ipaclient/remote_plugins/2_49/dns.py:484 #: ipaclient/remote_plugins/2_49/dns.py:1576 #: ipaclient/remote_plugins/2_49/dns.py:3362 msgid "KEY Flags" msgstr "Флаги KEY" #: ipaclient/remote_plugins/2_49/dns.py:490 #: ipaclient/remote_plugins/2_49/dns.py:1584 #: ipaclient/remote_plugins/2_49/dns.py:3370 msgid "KEY Protocol" msgstr "Протокол KEY" #: ipaclient/remote_plugins/2_49/dns.py:491 #: ipaclient/remote_plugins/2_49/dns.py:1585 #: ipaclient/remote_plugins/2_49/dns.py:3371 msgid "Protocol" msgstr "Протокол" #: ipaclient/remote_plugins/2_49/dns.py:496 #: ipaclient/remote_plugins/2_49/dns.py:1592 #: ipaclient/remote_plugins/2_49/dns.py:3378 msgid "KEY Algorithm" msgstr "Алгоритм KEY" #: ipaclient/remote_plugins/2_49/dns.py:502 #: ipaclient/remote_plugins/2_49/dns.py:1600 #: ipaclient/remote_plugins/2_49/dns.py:3386 msgid "KEY Public Key" msgstr "Открытый ключ KEY" #: ipaclient/remote_plugins/2_49/dns.py:503 #: ipaclient/remote_plugins/2_49/dns.py:1601 #: ipaclient/remote_plugins/2_49/dns.py:3387 msgid "Public Key" msgstr "Открытый ключ" #: ipaclient/remote_plugins/2_49/dns.py:510 #: ipaclient/remote_plugins/2_49/dns.py:1610 #: ipaclient/remote_plugins/2_49/dns.py:2435 #: ipaclient/remote_plugins/2_49/dns.py:2848 #: ipaclient/remote_plugins/2_49/dns.py:3396 msgid "Comma-separated list of raw KX records" msgstr "Разделённый запятыми список необработанных записей KX" #: ipaclient/remote_plugins/2_49/dns.py:529 #: ipaclient/remote_plugins/2_49/dns.py:1635 #: ipaclient/remote_plugins/2_49/dns.py:2443 #: ipaclient/remote_plugins/2_49/dns.py:2856 #: ipaclient/remote_plugins/2_49/dns.py:3421 msgid "Comma-separated list of raw LOC records" msgstr "Разделённый запятыми список необработанных записей LOC" #: ipaclient/remote_plugins/2_49/dns.py:608 #: ipaclient/remote_plugins/2_49/dns.py:1748 #: ipaclient/remote_plugins/2_49/dns.py:2451 #: ipaclient/remote_plugins/2_49/dns.py:2864 #: ipaclient/remote_plugins/2_49/dns.py:3534 msgid "Comma-separated list of raw MX records" msgstr "Разделённый запятыми список необработанных записей MX" #: ipaclient/remote_plugins/2_49/dns.py:627 #: ipaclient/remote_plugins/2_49/dns.py:1773 #: ipaclient/remote_plugins/2_49/dns.py:2459 #: ipaclient/remote_plugins/2_49/dns.py:2872 #: ipaclient/remote_plugins/2_49/dns.py:3559 msgid "Comma-separated list of raw NAPTR records" msgstr "Разделённый запятыми список необработанных записей NAPTR" #: ipaclient/remote_plugins/2_49/dns.py:670 #: ipaclient/remote_plugins/2_49/dns.py:1831 #: ipaclient/remote_plugins/2_49/dns.py:2467 #: ipaclient/remote_plugins/2_49/dns.py:2880 #: ipaclient/remote_plugins/2_49/dns.py:3617 msgid "Comma-separated list of raw NS records" msgstr "Разделённый запятыми список необработанных записей NS" #: ipaclient/remote_plugins/2_49/dns.py:683 #: ipaclient/remote_plugins/2_49/dns.py:1848 #: ipaclient/remote_plugins/2_49/dns.py:2475 #: ipaclient/remote_plugins/2_49/dns.py:2888 #: ipaclient/remote_plugins/2_49/dns.py:3634 msgid "Comma-separated list of raw NSEC records" msgstr "Разделённый запятыми список необработанных записей NSEC" #: ipaclient/remote_plugins/2_49/dns.py:688 #: ipaclient/remote_plugins/2_49/dns.py:1855 #: ipaclient/remote_plugins/2_49/dns.py:3641 msgid "NSEC Next Domain Name" msgstr "Имя следующего домена NSEC" #: ipaclient/remote_plugins/2_49/dns.py:689 #: ipaclient/remote_plugins/2_49/dns.py:1856 #: ipaclient/remote_plugins/2_49/dns.py:3642 msgid "Next Domain Name" msgstr "Имя следующего домена" #: ipaclient/remote_plugins/2_49/dns.py:695 #: ipaclient/remote_plugins/2_49/dns.py:1865 #: ipaclient/remote_plugins/2_49/dns.py:3651 msgid "NSEC Type Map" msgstr "Список сопоставления типов NSEC" #: ipaclient/remote_plugins/2_49/dns.py:696 #: ipaclient/remote_plugins/2_49/dns.py:1866 #: ipaclient/remote_plugins/2_49/dns.py:3652 msgid "Type Map" msgstr "Список сопоставления типов" #: ipaclient/remote_plugins/2_49/dns.py:703 #: ipaclient/remote_plugins/2_49/dns.py:1875 #: ipaclient/remote_plugins/2_49/dns.py:2483 #: ipaclient/remote_plugins/2_49/dns.py:2896 #: ipaclient/remote_plugins/2_49/dns.py:3661 msgid "Comma-separated list of raw NSEC3 records" msgstr "Разделённый запятыми список необработанных записей NSEC3" #: ipaclient/remote_plugins/2_49/dns.py:710 #: ipaclient/remote_plugins/2_49/dns.py:1885 #: ipaclient/remote_plugins/2_49/dns.py:2492 #: ipaclient/remote_plugins/2_49/dns.py:2905 #: ipaclient/remote_plugins/2_49/dns.py:3671 msgid "Comma-separated list of raw NSEC3PARAM records" msgstr "Разделённый запятыми список необработанных записей NSEC3PARAM" #: ipaclient/remote_plugins/2_49/dns.py:717 #: ipaclient/remote_plugins/2_49/dns.py:1895 #: ipaclient/remote_plugins/2_49/dns.py:2501 #: ipaclient/remote_plugins/2_49/dns.py:2914 #: ipaclient/remote_plugins/2_49/dns.py:3681 msgid "Comma-separated list of raw PTR records" msgstr "Разделённый запятыми список необработанных записей PTR" #: ipaclient/remote_plugins/2_49/dns.py:730 #: ipaclient/remote_plugins/2_49/dns.py:1913 #: ipaclient/remote_plugins/2_49/dns.py:2509 #: ipaclient/remote_plugins/2_49/dns.py:2922 #: ipaclient/remote_plugins/2_49/dns.py:3699 msgid "Comma-separated list of raw RRSIG records" msgstr "Разделённый запятыми список необработанных записей RRSIG" #: ipaclient/remote_plugins/2_49/dns.py:735 #: ipaclient/remote_plugins/2_49/dns.py:1921 #: ipaclient/remote_plugins/2_49/dns.py:3707 msgid "RRSIG Type Covered" msgstr "Охваченные типы RRSIG" #: ipaclient/remote_plugins/2_49/dns.py:736 #: ipaclient/remote_plugins/2_49/dns.py:804 #: ipaclient/remote_plugins/2_49/dns.py:1922 #: ipaclient/remote_plugins/2_49/dns.py:2014 #: ipaclient/remote_plugins/2_49/dns.py:3708 #: ipaclient/remote_plugins/2_49/dns.py:3800 msgid "Type Covered" msgstr "Охваченные типы" #: ipaclient/remote_plugins/2_49/dns.py:741 #: ipaclient/remote_plugins/2_49/dns.py:1929 #: ipaclient/remote_plugins/2_49/dns.py:3715 msgid "RRSIG Algorithm" msgstr "Алгоритм RRSIG" #: ipaclient/remote_plugins/2_49/dns.py:747 #: ipaclient/remote_plugins/2_49/dns.py:1937 #: ipaclient/remote_plugins/2_49/dns.py:3723 msgid "RRSIG Labels" msgstr "Метки RRSIG" #: ipaclient/remote_plugins/2_49/dns.py:748 #: ipaclient/remote_plugins/2_49/dns.py:816 #: ipaclient/remote_plugins/2_49/dns.py:1938 #: ipaclient/remote_plugins/2_49/dns.py:2030 #: ipaclient/remote_plugins/2_49/dns.py:3724 #: ipaclient/remote_plugins/2_49/dns.py:3816 msgid "Labels" msgstr "Метки" #: ipaclient/remote_plugins/2_49/dns.py:753 #: ipaclient/remote_plugins/2_49/dns.py:1945 #: ipaclient/remote_plugins/2_49/dns.py:3731 msgid "RRSIG Original TTL" msgstr "Исходное значение срока жизни RRSIG" #: ipaclient/remote_plugins/2_49/dns.py:754 #: ipaclient/remote_plugins/2_49/dns.py:822 #: ipaclient/remote_plugins/2_49/dns.py:1946 #: ipaclient/remote_plugins/2_49/dns.py:2038 #: ipaclient/remote_plugins/2_49/dns.py:3732 #: ipaclient/remote_plugins/2_49/dns.py:3824 msgid "Original TTL" msgstr "Исходное значение срока жизни" #: ipaclient/remote_plugins/2_49/dns.py:759 #: ipaclient/remote_plugins/2_49/dns.py:1953 #: ipaclient/remote_plugins/2_49/dns.py:3739 msgid "RRSIG Signature Expiration" msgstr "Окончание действия подписи RRSIG" #: ipaclient/remote_plugins/2_49/dns.py:760 #: ipaclient/remote_plugins/2_49/dns.py:828 #: ipaclient/remote_plugins/2_49/dns.py:1954 #: ipaclient/remote_plugins/2_49/dns.py:2046 #: ipaclient/remote_plugins/2_49/dns.py:3740 #: ipaclient/remote_plugins/2_49/dns.py:3832 msgid "Signature Expiration" msgstr "Окончание действия подписи" #: ipaclient/remote_plugins/2_49/dns.py:765 #: ipaclient/remote_plugins/2_49/dns.py:1961 #: ipaclient/remote_plugins/2_49/dns.py:3747 msgid "RRSIG Signature Inception" msgstr "Начало действия подписи RRSIG" #: ipaclient/remote_plugins/2_49/dns.py:766 #: ipaclient/remote_plugins/2_49/dns.py:834 #: ipaclient/remote_plugins/2_49/dns.py:1962 #: ipaclient/remote_plugins/2_49/dns.py:2054 #: ipaclient/remote_plugins/2_49/dns.py:3748 #: ipaclient/remote_plugins/2_49/dns.py:3840 msgid "Signature Inception" msgstr "Начало действия подписи" #: ipaclient/remote_plugins/2_49/dns.py:771 #: ipaclient/remote_plugins/2_49/dns.py:1969 #: ipaclient/remote_plugins/2_49/dns.py:3755 msgid "RRSIG Key Tag" msgstr "Тег ключа RRSIG" #: ipaclient/remote_plugins/2_49/dns.py:777 #: ipaclient/remote_plugins/2_49/dns.py:1977 #: ipaclient/remote_plugins/2_49/dns.py:3763 msgid "RRSIG Signer's Name" msgstr "Имя подписавшего RRSIG" #: ipaclient/remote_plugins/2_49/dns.py:778 #: ipaclient/remote_plugins/2_49/dns.py:846 #: ipaclient/remote_plugins/2_49/dns.py:1978 #: ipaclient/remote_plugins/2_49/dns.py:2070 #: ipaclient/remote_plugins/2_49/dns.py:3764 #: ipaclient/remote_plugins/2_49/dns.py:3856 msgid "Signer's Name" msgstr "Имя подписавшего" #: ipaclient/remote_plugins/2_49/dns.py:783 #: ipaclient/remote_plugins/2_49/dns.py:1985 #: ipaclient/remote_plugins/2_49/dns.py:3771 msgid "RRSIG Signature" msgstr "Подпись RRSIG" #: ipaclient/remote_plugins/2_49/dns.py:784 #: ipaclient/remote_plugins/2_49/dns.py:852 #: ipaclient/remote_plugins/2_49/dns.py:1986 #: ipaclient/remote_plugins/2_49/dns.py:2078 #: ipaclient/remote_plugins/2_49/dns.py:3772 #: ipaclient/remote_plugins/2_49/dns.py:3864 msgid "Signature" msgstr "Подпись" #: ipaclient/remote_plugins/2_49/dns.py:791 #: ipaclient/remote_plugins/2_49/dns.py:1995 #: ipaclient/remote_plugins/2_49/dns.py:2517 #: ipaclient/remote_plugins/2_49/dns.py:2930 #: ipaclient/remote_plugins/2_49/dns.py:3781 msgid "Comma-separated list of raw RP records" msgstr "Разделённый запятыми список необработанных записей RP" #: ipaclient/remote_plugins/2_49/dns.py:798 #: ipaclient/remote_plugins/2_49/dns.py:2005 #: ipaclient/remote_plugins/2_49/dns.py:2526 #: ipaclient/remote_plugins/2_49/dns.py:2939 #: ipaclient/remote_plugins/2_49/dns.py:3791 msgid "Comma-separated list of raw SIG records" msgstr "Разделённый запятыми список необработанных записей SIG" #: ipaclient/remote_plugins/2_49/dns.py:803 #: ipaclient/remote_plugins/2_49/dns.py:2013 #: ipaclient/remote_plugins/2_49/dns.py:3799 msgid "SIG Type Covered" msgstr "Охваченные типы SIG" #: ipaclient/remote_plugins/2_49/dns.py:809 #: ipaclient/remote_plugins/2_49/dns.py:2021 #: ipaclient/remote_plugins/2_49/dns.py:3807 msgid "SIG Algorithm" msgstr "Алгоритм SIG" #: ipaclient/remote_plugins/2_49/dns.py:815 #: ipaclient/remote_plugins/2_49/dns.py:2029 #: ipaclient/remote_plugins/2_49/dns.py:3815 msgid "SIG Labels" msgstr "Метки SIG" #: ipaclient/remote_plugins/2_49/dns.py:821 #: ipaclient/remote_plugins/2_49/dns.py:2037 #: ipaclient/remote_plugins/2_49/dns.py:3823 msgid "SIG Original TTL" msgstr "Исходное значение срока жизни SIG" #: ipaclient/remote_plugins/2_49/dns.py:827 #: ipaclient/remote_plugins/2_49/dns.py:2045 #: ipaclient/remote_plugins/2_49/dns.py:3831 msgid "SIG Signature Expiration" msgstr "Окончание действия подписи SIG" #: ipaclient/remote_plugins/2_49/dns.py:833 #: ipaclient/remote_plugins/2_49/dns.py:2053 #: ipaclient/remote_plugins/2_49/dns.py:3839 msgid "SIG Signature Inception" msgstr "Начало действия подписи SIG" #: ipaclient/remote_plugins/2_49/dns.py:839 #: ipaclient/remote_plugins/2_49/dns.py:2061 #: ipaclient/remote_plugins/2_49/dns.py:3847 msgid "SIG Key Tag" msgstr "Тег ключа SIG" #: ipaclient/remote_plugins/2_49/dns.py:845 #: ipaclient/remote_plugins/2_49/dns.py:2069 #: ipaclient/remote_plugins/2_49/dns.py:3855 msgid "SIG Signer's Name" msgstr "Имя подписавшего SIG" #: ipaclient/remote_plugins/2_49/dns.py:851 #: ipaclient/remote_plugins/2_49/dns.py:2077 #: ipaclient/remote_plugins/2_49/dns.py:3863 msgid "SIG Signature" msgstr "Подпись SIG" #: ipaclient/remote_plugins/2_49/dns.py:859 #: ipaclient/remote_plugins/2_49/dns.py:2087 #: ipaclient/remote_plugins/2_49/dns.py:2534 #: ipaclient/remote_plugins/2_49/dns.py:2947 #: ipaclient/remote_plugins/2_49/dns.py:3873 msgid "Comma-separated list of raw SPF records" msgstr "Разделённый запятыми список необработанных записей SPF" #: ipaclient/remote_plugins/2_49/dns.py:866 #: ipaclient/remote_plugins/2_49/dns.py:2097 #: ipaclient/remote_plugins/2_49/dns.py:2543 #: ipaclient/remote_plugins/2_49/dns.py:2956 #: ipaclient/remote_plugins/2_49/dns.py:3883 msgid "Comma-separated list of raw SRV records" msgstr "Разделённый запятыми список необработанных записей SRV" #: ipaclient/remote_plugins/2_49/dns.py:897 #: ipaclient/remote_plugins/2_49/dns.py:2138 #: ipaclient/remote_plugins/2_49/dns.py:2551 #: ipaclient/remote_plugins/2_49/dns.py:2964 #: ipaclient/remote_plugins/2_49/dns.py:3924 msgid "Comma-separated list of raw SSHFP records" msgstr "Разделённый запятыми список необработанных записей SSHFP" #: ipaclient/remote_plugins/2_49/dns.py:922 #: ipaclient/remote_plugins/2_49/dns.py:2171 #: ipaclient/remote_plugins/2_49/dns.py:2559 #: ipaclient/remote_plugins/2_49/dns.py:2972 #: ipaclient/remote_plugins/2_49/dns.py:3957 msgid "Comma-separated list of raw TA records" msgstr "Разделённый запятыми список необработанных записей TA" #: ipaclient/remote_plugins/2_49/dns.py:929 #: ipaclient/remote_plugins/2_49/dns.py:2181 #: ipaclient/remote_plugins/2_49/dns.py:2568 #: ipaclient/remote_plugins/2_49/dns.py:2981 #: ipaclient/remote_plugins/2_49/dns.py:3967 msgid "Comma-separated list of raw TKEY records" msgstr "Разделённый запятыми список необработанных записей TKEY" #: ipaclient/remote_plugins/2_49/dns.py:936 #: ipaclient/remote_plugins/2_49/dns.py:2191 #: ipaclient/remote_plugins/2_49/dns.py:2577 #: ipaclient/remote_plugins/2_49/dns.py:2990 #: ipaclient/remote_plugins/2_49/dns.py:3977 msgid "Comma-separated list of raw TSIG records" msgstr "Разделённый запятыми список необработанных записей TSIG" #: ipaclient/remote_plugins/2_49/dns.py:943 #: ipaclient/remote_plugins/2_49/dns.py:2201 #: ipaclient/remote_plugins/2_49/dns.py:2586 #: ipaclient/remote_plugins/2_49/dns.py:2999 #: ipaclient/remote_plugins/2_49/dns.py:3987 msgid "Comma-separated list of raw TXT records" msgstr "Разделённый запятыми список необработанных записей TXT" #: ipaclient/remote_plugins/2_49/dns.py:1006 #: ipaclient/remote_plugins/2_49/dns.py:4225 #: ipaclient/remote_plugins/2_49/dns.py:4605 #: ipaclient/remote_plugins/2_49/dns.py:4839 msgid "SOA time to live" msgstr "Срок жизни SOA" #: ipaclient/remote_plugins/2_49/dns.py:1007 #: ipaclient/remote_plugins/2_49/dns.py:4226 #: ipaclient/remote_plugins/2_49/dns.py:4606 #: ipaclient/remote_plugins/2_49/dns.py:4840 msgid "SOA record time to live" msgstr "Срок жизни записи SOA" #: ipaclient/remote_plugins/2_49/dns.py:1012 #: ipaclient/remote_plugins/2_49/dns.py:4233 #: ipaclient/remote_plugins/2_49/dns.py:4613 #: ipaclient/remote_plugins/2_49/dns.py:4847 msgid "SOA class" msgstr "Класс SOA" #: ipaclient/remote_plugins/2_49/dns.py:1013 #: ipaclient/remote_plugins/2_49/dns.py:4234 #: ipaclient/remote_plugins/2_49/dns.py:4614 #: ipaclient/remote_plugins/2_49/dns.py:4848 msgid "SOA record class" msgstr "Класс записи SOA" #: ipaclient/remote_plugins/2_49/dns.py:1049 #: ipaclient/remote_plugins/2_49/dns.py:4281 #: ipaclient/remote_plugins/2_49/dns.py:4664 #: ipaclient/remote_plugins/2_49/dns.py:4891 msgid "" "A list of per-zone forwarders. A custom port can be specified for each " "forwarder using a standard format \"IP_ADDRESS port PORT\"" msgstr "" "Список перенаправителей для отдельных зон. Для каждого перенаправителя можно " "указать отдельный порт с помощью стандартного формата \"IP_АДРЕС port ПОРТ\"" #: ipaclient/remote_plugins/2_49/dns.py:4322 msgid "Add forward record for nameserver located in the created zone" msgstr "" "Добавить запись перенаправления для сервера имён, расположенного в созданной " "зоне" #: ipaclient/remote_plugins/2_49/idrange.py:19 msgid "" "\n" "ID ranges\n" "\n" "Manage ID ranges used to map Posix IDs to SIDs and back.\n" "\n" "There are two type of ID ranges which are both handled by this utility:\n" "\n" " - the ID ranges of the local domain\n" " - the ID ranges of trusted remote domains\n" "\n" "Both types have the following attributes in common:\n" "\n" " - base-id: the first ID of the Posix ID range\n" " - range-size: the size of the range\n" "\n" "With those two attributes a range object can reserve the Posix IDs starting\n" "with base-id up to but not including base-id+range-size exclusively.\n" "\n" "Additionally an ID range of the local domain may set\n" " - rid-base: the first RID(*) of the corresponding RID range\n" " - secondary-rid-base: first RID of the secondary RID range\n" "\n" "and an ID range of a trusted domain must set\n" " - rid-base: the first RID of the corresponding RID range\n" " - dom_sid: domain SID of the trusted domain\n" "\n" "\n" "\n" "EXAMPLE: Add a new ID range for a trusted domain\n" "\n" "Since there might be more than one trusted domain the domain SID must be " "given\n" "while creating the ID range.\n" "\n" " ipa idrange-add --base-id=1200000 --range-size=200000 --rid-" "base=0 --dom-sid=S-1-5-21-123-456-789 trusted_dom_range\n" "\n" "This ID range is then used by the IPA server and the SSSD IPA provider to\n" "assign Posix UIDs to users from the trusted domain.\n" "\n" "If e.g. a range for a trusted domain is configured with the following " "values:\n" " base-id = 1200000\n" " range-size = 200000\n" " rid-base = 0\n" "the RIDs 0 to 199999 are mapped to the Posix ID from 1200000 to 13999999. " "So\n" "RID 1000 <-> Posix ID 1201000\n" "\n" "\n" "\n" "EXAMPLE: Add a new ID range for the local domain\n" "\n" "To create an ID range for the local domain it is not necessary to specify a\n" "domain SID. But since it is possible that a user and a group can have the " "same\n" "value as Posix ID a second RID interval is needed to handle conflicts.\n" "\n" " ipa idrange-add --base-id=1200000 --range-size=200000 --rid-" "base=1000 --secondary-rid-base=1000000 local_range\n" "\n" "The data from the ID ranges of the local domain are used by the IPA server\n" "internally to assign SIDs to IPA users and groups. The SID will then be " "stored\n" "in the user or group objects.\n" "\n" "If e.g. the ID range for the local domain is configured with the values " "from\n" "the example above then a new user with the UID 1200007 will get the RID " "1007.\n" "If this RID is already used by a group the RID will be 1000007. This can " "only\n" "happen if a user or a group object was created with a fixed ID because the\n" "automatic assignment will not assign the same ID twice. Since there are " "only\n" "users and groups sharing the same ID namespace it is sufficient to have " "only\n" "one fallback range to handle conflicts.\n" "\n" "To find the Posix ID for a given RID from the local domain it has to be\n" "checked first if the RID falls in the primary or secondary RID range and\n" "the rid-base or the secondary-rid-base has to be subtracted, respectively,\n" "and the base-id has to be added to get the Posix ID.\n" "\n" "Typically the creation of ID ranges happens behind the scenes and this CLI\n" "must not be used at all. The ID range for the local domain will be created\n" "during installation or upgrade from an older version. The ID range for a\n" "trusted domain will be created together with the trust by 'ipa trust-" "add ...'.\n" "\n" "USE CASES:\n" "\n" " Add an ID range from a transitively trusted domain\n" "\n" " If the trusted domain (A) trusts another domain (B) as well and this " "trust\n" " is transitive 'ipa trust-add domain-A' will only create a range for\n" " domain A. The ID range for domain B must be added manually.\n" "\n" " Add an additional ID range for the local domain\n" "\n" " If the ID range of the local domain is exhausted, i.e. no new IDs can " "be\n" " assigned to Posix users or groups by the DNA plugin, a new range has to " "be\n" " created to allow new users and groups to be added. (Currently there is " "no\n" " connection between this range CLI and the DNA plugin, but a future " "version\n" " might be able to modify the configuration of the DNS plugin as well)\n" "\n" "In general it is not necessary to modify or delete ID ranges. If there is " "no\n" "other way to achieve a certain configuration than to modify or delete an ID\n" "range it should be done with great care. Because UIDs are stored in the " "file\n" "system and are used for access control it might be possible that users are\n" "allowed to access files of other users if an ID range got deleted and " "reused\n" "for a different domain.\n" "\n" "(*) The RID is typically the last integer of a user or group SID which " "follows\n" "the domain SID. E.g. if the domain SID is S-1-5-21-123-456-789 and a user " "from\n" "this domain has the SID S-1-5-21-123-456-789-1010 then 1010 id the RID of " "the\n" "user. RIDs are unique in a domain, 32bit values and are used for users and\n" "groups.\n" "\n" "WARNING:\n" "\n" "DNA plugin in 389-ds will allocate IDs based on the ranges configured for " "the\n" "local domain. Currently the DNA plugin *cannot* be reconfigured itself " "based\n" "on the local ranges set via this family of commands.\n" "\n" "Manual configuration change has to be done in the DNA plugin configuration " "for\n" "the new local range. Specifically, The dnaNextRange attribute of 'cn=Posix\n" "IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config' has to " "be\n" "modified to match the new range.\n" msgstr "" "\n" "Диапазоны идентификаторов\n" "\n" "Управление диапазонами идентификаторов, используемых для отображения POSIX-" "идентификаторов на SID и наоборот.\n" "\n" "С помощью этой программы можно управлять обоими типами диапазонов " "идентификаторов:\n" "\n" " - диапазоны идентификаторов локального домена\n" " - диапазоны идентификаторов доверенных удалённых доменов\n" "\n" "Оба типа имеют следующие общие атрибуты:\n" "\n" " - base-id: первый идентификатор диапазона POSIX-идентификаторов \n" " - range-size: размер диапазона\n" "\n" "На основе этих двух атрибутов объект диапазона может зарезервировать POSIX-" "идентификаторы: от base-id и до (не включительно) base-id+range-size.\n" "\n" "Кроме того, можно установить диапазон идентификаторов локального домена\n" " - rid-base: первый RID(*) соответствующего диапазона RID\n" "- secondary-rid-base: первый RID вторичного диапазона RID\n" "\n" "а диапазон идентификаторов доверенного домена следует задавать с помощью\n" " - rid-base: первый RID соответствующего диапазона RID\n" " - dom_sid: SID доверенного домена\n" "\n" "\n" "\n" "ПРИМЕР: добавление нового диапазона идентификаторов для доверенного домена\n" "\n" "Поскольку доверенных доменов может быть несколько, при создании диапазона " "идентификаторов следует указать SID домена.\n" "\n" " ipa idrange-add --base-id=1200000 --range-size=200000 --rid-base=0\n" " --dom-sid=S-1-5-21-123-456-789 trusted_dom_range\n" "\n" "Этот диапазон идентификаторов затем будет использоваться IPA-сервером и " "поставщиком данных IPA SSSD для назначения POSIX UID пользователям из " "доверенного домена.\n" "\n" "Если, например, для доверенного домена настроен диапазон со следующими " "значениями:\n" " base-id = 1200000\n" " range-size = 200000\n" " rid-base = 0\n" "RID от 0 до 199999 привязываются к POSIX-идентификаторам от 1200000 до " "13999999. Следовательно,\n" "RID 1000 <-> Posix ID 1201000\n" "\n" "\n" "\n" "ПРИМЕР: добавление нового диапазона идентификаторов для локального домена\n" "\n" "При создании диапазона идентификаторов для локального домена нет " "необходимости указывать SID домена. Но, так как существует вероятность того, " "что в качестве POSIX-идентификатора для пользователя и группы используется " "одно и то же значение, для обработки конфликтов необходим вторичный интервал " "RID.\n" "\n" " ipa idrange-add --base-id=1200000 --range-size=200000 --rid-base=1000\n" " --secondary-rid-base=1000000 local_range\n" "\n" "Данные из диапазонов идентификаторов локального домена используются IPA-" "сервером на внутреннем уровне для назначения SID пользователям и группам " "IPA. SID сохраняется в объектах пользователя или группы.\n" "\n" "Если, например, диапазон идентификаторов для локального домена настроен со " "значениями из примера выше, то новый пользователь с UID 1200007 получит RID " "1007.\n" "Если этот RID уже используется группой, он будет заменён на 1000007. Это " "может произойти только в том случае, если объект пользователя или группы был " "создан с фиксированным идентификатором, потому что при автоматическом " "назначении один и тот же идентификатор не назначается дважды. Так как одно и " "тоже пространство имён идентификаторов делят только пользователи и группы, " "для обработки конфликтов достаточно одного резервного диапазона.\n" "\n" "Для определения POSIX-идентификатора по указанному RID из локального домена " "следует сначала проверить, попадает ли RID в основной или вторичный диапазон " "RID, а потом вычесть, соответственно, rid-base или secondary-rid-base, затем " "добавить base-id.\n" "\n" "Обычно создание диапазонов идентификаторов является внешне незаметным и не " "требует использования интерфейса командной строки. Диапазон идентификаторов " "для локального домена будет создан во время установки или обновления " "предыдущей версии. Диапазон идентификаторов для доверенного домена будет " "создан при создании отношения доверия с помощью команды \"ipa trust-add ..." "\".\n" "\n" "СЛУЧАИ ИСПОЛЬЗОВАНИЯ:\n" "\n" " Добавление диапазона идентификаторов из домена, с которым установлено " "транзитивное отношение доверия\n" "\n" " Если у доверенного домена (A) также установлено отношение доверия с " "другим доменом (B) и оно является транзитивным, то команда \"ipa trust-add " "domain-A\" создаст диапазон только для домена A. Диапазон идентификаторов " "для домена B следует добавить вручную.\n" "\n" " Добавление диапазона идентификаторов для локального домена \n" "\n" " Если диапазон идентификаторов локального домена исчерпан, то есть с " "помощью подключаемого модуля DNA невозможно назначить новые идентификаторы " "POSIX-пользователям или POSIX-группам, должен быть создан новый диапазон для " "добавления новых пользователей и групп. (В текущей версии данный интерфейс " "командной строки и подключаемый модуль DNA не связаны непосредственно, но в " "будущей версии может появиться возможность внесения изменений также и в " "конфигурацию подключаемого модуля DNA.)\n" "\n" "В целом, в изменении или удалении диапазонов идентификаторов нет " "необходимости. Если для выполнения определённой настройки приходится " "изменить или удалить диапазон идентификаторов, это следует делать крайне " "осторожно. Поскольку UID хранятся в файловой системе и используются для " "управления доступом, возможна ситуация, когда одни пользователи получат " "доступ к файлам других пользователей вследствие удаления диапазона " "идентификаторов и повторного его использования в другом домене.\n" "\n" "(*) RID обычно является последним целым числом SID пользователя или группы, " "который указывается после SID домена. Например, если SID домена " "S-1-5-21-123-456-789, а пользователь из этого домена имеет SID " "S-1-5-21-123-456-789-1010, RID пользователя будет 1010. RID являются " "уникальными в пределах домена, имеют 32-битные значения и используются для " "пользователей и групп.\n" "\n" "ПРЕДУПРЕЖДЕНИЕ:\n" "\n" "Подключаемый модуль DNA в 389-ds выделяет идентификаторы на основе " "диапазонов, настроенных для локального домена. В текущей версии сам " "подключаемый модуль DNA *нельзя* перенастраивать на основе локальных " "диапазонов, установленных с помощью этого семейства команд.\n" "\n" "Для нового локального диапазона следует вручную изменить настройки " "конфигурации подключаемого модуля DNA. В частности, следует изменить атрибут " "dnaNextRange \"cn=Posix\n" "IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config\" таким " "образом, чтобы он соответствовал новому диапазону.\n" #: ipaclient/remote_plugins/2_49/idrange.py:183 msgid "" "\n" "Add new ID range.\n" "\n" " To add a new ID range you always have to specify\n" "\n" " --base-id\n" " --range-size\n" "\n" " Additionally\n" "\n" " --rid-base\n" " --secondary-rid-base\n" "\n" " may be given for a new ID range for the local domain while\n" "\n" " --rid-bas\n" " --dom-sid\n" "\n" " must be given to add a new range for a trusted AD domain.\n" "\n" " WARNING:\n" "\n" " DNA plugin in 389-ds will allocate IDs based on the ranges configured " "for the\n" " local domain. Currently the DNA plugin *cannot* be reconfigured itself " "based\n" " on the local ranges set via this family of commands.\n" "\n" " Manual configuration change has to be done in the DNA plugin " "configuration for\n" " the new local range. Specifically, The dnaNextRange attribute of " "'cn=Posix\n" " IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config' has " "to be\n" " modified to match the new range.\n" " " msgstr "" "\n" "Добавление нового диапазона идентификаторов.\n" "\n" " Для добавления нового диапазона идентификаторов всегда необходимо " "указывать\n" "\n" " --base-id\n" " --range-size\n" "\n" " Кроме того,\n" "\n" " --rid-base\n" " --secondary-rid-base\n" "\n" " могут указываться для нового диапазона идентификаторов для локального " "домена, в то время как\n" "\n" " --rid-base\n" " --dom-sid\n" "\n" " должны быть указаны для добавления нового диапазона для доверенного " "домена AD.\n" "\n" " ПРЕДУПРЕЖДЕНИЕ:\n" "\n" "Подключаемый модуль DNA в 389-ds выделяет идентификаторы на основе " "диапазонов, настроенных для локального домена. В текущей версии сам " "подключаемый модуль DNA *нельзя* перенастраивать на основе локальных " "диапазонов, установленных с помощью этого семейства команд.\n" "\n" "Для нового локального диапазона следует вручную изменить настройки " "конфигурации подключаемого модуля DNA. В частности, следует изменить атрибут " "dnaNextRange \"cn=Posix\n" "IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config\" таким " "образом, чтобы он соответствовал новому диапазону.\n" " " #~ msgid "Add ${entity} ${primary_key} into ${other_entity}" #~ msgstr "Добавить ${entity} ${primary_key} в ${other_entity}" #~ msgid "Add ${other_entity} Managing ${entity} ${primary_key}" #~ msgstr "Добавить ${other_entity} управления ${entity} ${primary_key}" #~ msgid "Add ${other_entity} into ${entity} ${primary_key}" #~ msgstr "Добавить ${other_entity} в ${entity} ${primary_key}" #~ msgid "Add Allow ${other_entity} into ${entity} ${primary_key}" #~ msgstr "Добавить разрешение ${other_entity} в ${entity} ${primary_key}" #~ msgid "Add Deny ${other_entity} into ${entity} ${primary_key}" #~ msgstr "Добавить запрет ${other_entity} в ${entity} ${primary_key}" #~ msgid "Add RunAs ${other_entity} into ${entity} ${primary_key}" #~ msgstr "Добавить запуск от имени ${other_entity} в ${entity} ${primary_key}" #~ msgid "Add RunAs Groups into ${entity} ${primary_key}" #~ msgstr "Добавить группы запуска от имени в ${entity} ${primary_key}" #~ msgid "Allow ${other_entity} to create keytab of ${primary_key}" #~ msgstr "Разрешить ${other_entity} создавать таблицу ключей ${primary_key}" #~ msgid "Allow ${other_entity} to retrieve keytab of ${primary_key}" #~ msgstr "Разрешить ${other_entity} получать таблицу ключей ${primary_key}" #~ msgid "Apply ID View ${primary_key} on hosts of ${entity}" #~ msgstr "Применить ${primary_key} представления ID к узлам ${entity}" #~ msgid "Apply ID view ${primary_key} on ${entity}" #~ msgstr "Применить ${primary_key} представления ID к ${entity}" #~ msgid "Incorrect password.\n" #~ msgstr "Неверный пароль.\n" #~ msgid "Issue New Certificate" #~ msgstr "Выдать новый сертификат" #~ msgid "Issue New Certificate for ${entity} ${primary_key}" #~ msgstr "Выдать новый сертификат для ${primary_key} ${entity} " #~ msgid "Remove Certificate Hold" #~ msgstr "Отменить приостановку действия сертификата" #~ msgid "Remove Certificate Hold for ${entity} ${primary_key}" #~ msgstr "" #~ "Отменить приостановку действия сертификата для ${primary_key} ${entity}" #~ msgid "Remove Hold" #~ msgstr "Отменить приостановку действия " #~ msgid "Revoke Certificate" #~ msgstr "Отозвать сертификат" #~ msgid "Revoke Certificate for ${entity} ${primary_key}" #~ msgstr "Отозвать сертификат для ${primary_key} ${entity}" #~ msgid "Un-apply ID View ${primary_key} from hosts" #~ msgstr "Отменить применение ${primary_key} представлений ID к узлам" #~ msgid "Un-apply ID View ${primary_key} from hosts of ${entity}" #~ msgstr "" #~ "Отменить применение ${primary_key} представлений ID к узлам ${entity}"