Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • mika/sssd
  • guillem/debian-pkg-sssd
  • john.veitch/sssd
  • jgullberg/sssd
  • gioele/sssd
  • oktay454/sssd
  • sergiodj/sssd
  • 3v1n0/sssd
  • jfalk-guest/sssd
  • sathieu/sssd
  • dpward/sssd
  • sssd-team/sssd
  • ahasenack/sssd
  • jbicha/sssd
  • yrro-guest/sssd
15 results
Show changes
Commits on Source (99)
......@@ -57,6 +57,7 @@ sssdconfdir = $(sysconfdir)/sssd
sssddatadir = $(datadir)/sssd
sssdapiplugindir = $(sssddatadir)/sssd.api.d
sssdtapscriptdir = $(sssddatadir)/systemtap
krb5snippetsdir = $(sssddatadir)/krb5-snippets
dbuspolicydir = $(sysconfdir)/dbus-1/system.d
dbusservicedir = $(datadir)/dbus-1/system-services
sss_statedir = $(localstatedir)/lib/sss
......@@ -684,6 +685,7 @@ dist_noinst_HEADERS = \
src/util/session_recording.h \
src/util/strtonum.h \
src/util/sss_cli_cmd.h \
src/util/sss_chain_id_tevent.h \
src/util/sss_chain_id.h \
src/util/sss_ptr_hash.h \
src/util/sss_ptr_list.h \
......@@ -884,6 +886,7 @@ dist_noinst_HEADERS = \
src/tests/cmocka/test_expire_common.h \
src/tests/cmocka/test_sdap_access.h \
src/tests/cmocka/data_provider/mock_dp.h \
src/tests/cwrap/common_mock_nss_dl_load.h \
src/sss_client/pam_message.h \
src/sss_client/ssh/sss_ssh_client.h \
src/sss_client/sudo/sss_sudo.h \
......@@ -1264,7 +1267,10 @@ libsss_util_la_SOURCES = \
src/util/files.c \
src/util/selinux.c \
src/util/sss_regexp.c \
src/util/sss_chain_id_tevent.c \
src/util/sss_chain_id.c \
src/util/nss_dl_load.c \
src/util/nss_dl_load_extra.c \
$(NULL)
libsss_util_la_CFLAGS = \
$(AM_CFLAGS) \
......@@ -1915,7 +1921,6 @@ sssctl_LDADD = \
$(NULL)
sssctl_CFLAGS = \
$(AM_CFLAGS) \
-DPYTHONDIR_PATH=\"$(python3dir)/sssd\" \
$(NULL)
if BUILD_SUDO
......@@ -4507,6 +4512,7 @@ krb5_child_SOURCES = \
src/util/util.c \
src/util/util_ext.c \
src/util/signal.c \
src/util/sss_chain_id.c \
src/util/strtonum.c \
src/util/become_user.c \
src/util/util_errors.c \
......@@ -4558,6 +4564,7 @@ if BUILD_SEMANAGE
selinux_child_SOURCES = \
src/providers/ipa/selinux_child.c \
src/util/sss_semanage.c \
src/util/sss_chain_id.c \
src/util/atomic_io.c \
src/util/util.c \
src/util/util_ext.c \
......@@ -4582,7 +4589,8 @@ gpo_child_SOURCES = \
src/util/atomic_io.c \
src/util/util.c \
src/util/util_ext.c \
src/util/signal.c
src/util/signal.c \
src/util/sss_chain_id.c
gpo_child_CFLAGS = \
$(AM_CFLAGS) \
$(POPT_CFLAGS) \
......@@ -4618,6 +4626,7 @@ p11_child_SOURCES = \
src/util/atomic_io.c \
src/util/util.c \
src/util/util_ext.c \
src/util/sss_chain_id.c \
$(NULL)
p11_child_SOURCES += src/p11_child/p11_child_openssl.c
......@@ -4694,6 +4703,8 @@ sssd_krb5_localauth_plugin_la_LDFLAGS = \
-module
endif
dist_krb5snippets_DATA = contrib/enable_sssd_conf_dir
sssd_pac_plugin_la_SOURCES = \
src/sss_client/sssd_pac.c \
src/sss_client/common.c \
......
# This file should normally be installed by your distribution into a
# directory that is included from the Kerberos configuration file (/etc/krb5.conf)
# On Fedora/RHEL/CentOS, this is /etc/krb5.conf.d/
includedir /var/lib/sss/pubconf/krb5.include.d/
......@@ -64,8 +64,8 @@ Requires: sssd-common = %{version}-%{release}
Requires: sssd-ipa = %{version}-%{release}
Requires: sssd-krb5 = %{version}-%{release}
Requires: sssd-ldap = %{version}-%{release}
Recommends: sssd-proxy = %{version}-%{release}
Recommends: logrotate
Requires: sssd-proxy = %{version}-%{release}
Suggests: logrotate
Suggests: python3-sssdconfig = %{version}-%{release}
Suggests: sssd-dbus = %{version}-%{release}
......@@ -166,9 +166,9 @@ License: GPLv3+
# due to ABI changes in 1.1.30/1.2.0
Requires: libldb >= %{ldb_version}
Requires: sssd-client%{?_isa} = %{version}-%{release}
Recommends: libsss_sudo = %{version}-%{release}
Recommends: libsss_autofs%{?_isa} = %{version}-%{release}
Recommends: sssd-nfs-idmap = %{version}-%{release}
Requires: (libsss_sudo = %{version}-%{release} if sudo)
Requires: (libsss_autofs%{?_isa} = %{version}-%{release} if autofs)
Requires: (sssd-nfs-idmap = %{version}-%{release} if libnfsidmap)
Requires: libsss_idmap = %{version}-%{release}
Requires: libsss_certmap = %{version}-%{release}
%if 0%{?rhel}
......@@ -221,10 +221,9 @@ Requires: sssd-common = %{version}-%{release}
Requires: python3-sss = %{version}-%{release}
Requires: python3-sssdconfig = %{version}-%{release}
Requires: libsss_certmap = %{version}-%{release}
# required by sss_analyze
# for logger=journald support with sss_analyze
Requires: python3-systemd
Requires: python3-click
Recommends: sssd-dbus
Requires: sssd-dbus
%description tools
Provides several administrative tools:
......@@ -538,7 +537,7 @@ autoreconf -ivf
%make_build all docs runstatedir=%{_rundir}
%py3_shebang_fix src/tools/analyzer/sss_analyze.py
%py3_shebang_fix src/tools/analyzer/sss_analyze
sed -i -e 's:/usr/bin/python:/usr/bin/python3:' src/tools/sss_obfuscate
%check
......@@ -566,6 +565,10 @@ mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/krb5.conf.d
cp $RPM_BUILD_ROOT/%{_datadir}/sssd-kcm/kcm_default_ccache \
$RPM_BUILD_ROOT/%{_sysconfdir}/krb5.conf.d/kcm_default_ccache
# krb5 configuration snippet
cp $RPM_BUILD_ROOT/%{_datadir}/sssd/krb5-snippets/enable_sssd_conf_dir \
$RPM_BUILD_ROOT/%{_sysconfdir}/krb5.conf.d/enable_sssd_conf_dir
# Create directory for cifs-idmap alternative
# Otherwise this directory could not be owned by sssd-client
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/cifs-utils
......@@ -792,6 +795,9 @@ done
%license COPYING
%{_libdir}/%{name}/libsss_krb5.so
%{_mandir}/man5/sssd-krb5.5*
%config(noreplace) %{_sysconfdir}/krb5.conf.d/enable_sssd_conf_dir
%dir %{_datadir}/sssd/krb5-snippets
%{_datadir}/sssd/krb5-snippets/enable_sssd_conf_dir
%files common-pac
%license COPYING
......@@ -871,6 +877,7 @@ done
%{_sbindir}/sss_debuglevel
%{_sbindir}/sss_seed
%{_sbindir}/sssctl
%{_libexecdir}/%{servicename}/sss_analyze
%{python3_sitelib}/sssd/
%{_mandir}/man8/sss_obfuscate.8*
%{_mandir}/man8/sss_override.8*
......
......@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: sssd-devel@lists.fedorahosted.org\n"
"POT-Creation-Date: 2021-11-09 16:03+0100\n"
"POT-Creation-Date: 2021-12-23 12:58+0100\n"
"PO-Revision-Date: 2014-12-14 11:44-0500\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/sssd/language/"
......@@ -1827,55 +1827,59 @@ msgstr ""
msgid "SSSD is already running\n"
msgstr ""
#: src/providers/krb5/krb5_child.c:3327 src/providers/ldap/ldap_child.c:639
#: src/providers/krb5/krb5_child.c:3329 src/providers/ldap/ldap_child.c:639
msgid "An open file descriptor for the debug logs"
msgstr ""
#: src/providers/krb5/krb5_child.c:3330
#: src/providers/krb5/krb5_child.c:3332
msgid "The user to create FAST ccache as"
msgstr ""
#: src/providers/krb5/krb5_child.c:3332
#: src/providers/krb5/krb5_child.c:3334
msgid "The group to create FAST ccache as"
msgstr ""
#: src/providers/krb5/krb5_child.c:3334
#: src/providers/krb5/krb5_child.c:3336
msgid "Kerberos realm to use"
msgstr ""
#: src/providers/krb5/krb5_child.c:3336
#: src/providers/krb5/krb5_child.c:3338
msgid "Requested lifetime of the ticket"
msgstr ""
#: src/providers/krb5/krb5_child.c:3338
#: src/providers/krb5/krb5_child.c:3340
msgid "Requested renewable lifetime of the ticket"
msgstr ""
#: src/providers/krb5/krb5_child.c:3340
#: src/providers/krb5/krb5_child.c:3342
msgid "FAST options ('never', 'try', 'demand')"
msgstr ""
#: src/providers/krb5/krb5_child.c:3343
#: src/providers/krb5/krb5_child.c:3345
msgid "Specifies the server principal to use for FAST"
msgstr ""
#: src/providers/krb5/krb5_child.c:3345
#: src/providers/krb5/krb5_child.c:3347
msgid "Requests canonicalization of the principal name"
msgstr ""
#: src/providers/krb5/krb5_child.c:3347
#: src/providers/krb5/krb5_child.c:3349
msgid "Use custom version of krb5_get_init_creds_password"
msgstr ""
#: src/providers/krb5/krb5_child.c:3375 src/providers/ldap/ldap_child.c:663
#: src/providers/krb5/krb5_child.c:3351
msgid "Tevent chain ID used for logging purposes"
msgstr ""
#: src/providers/krb5/krb5_child.c:3379 src/providers/ldap/ldap_child.c:663
msgid "talloc_asprintf failed.\n"
msgstr ""
#: src/providers/krb5/krb5_child.c:3385 src/providers/ldap/ldap_child.c:672
#: src/providers/krb5/krb5_child.c:3389 src/providers/ldap/ldap_child.c:672
msgid "set_debug_file_from_fd failed.\n"
msgstr ""
#: src/providers/data_provider_be.c:733
#: src/providers/data_provider_be.c:732
msgid "Domain of the information provider (mandatory)"
msgstr ""
......@@ -2514,15 +2518,8 @@ msgstr ""
msgid "Specify debug level you want to set"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:400
msgid ""
"NOTE: Tevent chain ID support missing, request analysis will be limited.\n"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:401
msgid ""
"It is recommended to use the --logdir option against tevent chain ID "
"supported SSSD logs.\n"
#: src/tools/sssctl/sssctl_logs.c:398
msgid "ERROR: Tevent chain ID support missing, log analyzer is unsupported.\n"
msgstr ""
#: src/tools/sssctl/sssctl_user_checks.c:117
......
......@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: sssd-devel@lists.fedorahosted.org\n"
"POT-Creation-Date: 2021-11-09 16:03+0100\n"
"POT-Creation-Date: 2021-12-23 12:58+0100\n"
"PO-Revision-Date: 2017-10-15 03:02-0400\n"
"Last-Translator: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/sssd/language/"
......@@ -1944,55 +1944,59 @@ msgstr ""
msgid "SSSD is already running\n"
msgstr ""
#: src/providers/krb5/krb5_child.c:3327 src/providers/ldap/ldap_child.c:639
#: src/providers/krb5/krb5_child.c:3329 src/providers/ldap/ldap_child.c:639
msgid "An open file descriptor for the debug logs"
msgstr "Un descriptor de fitxer obert pels registres de depuració"
#: src/providers/krb5/krb5_child.c:3330
#: src/providers/krb5/krb5_child.c:3332
msgid "The user to create FAST ccache as"
msgstr "L'usuari amb què es crea la ccache FAST"
#: src/providers/krb5/krb5_child.c:3332
#: src/providers/krb5/krb5_child.c:3334
msgid "The group to create FAST ccache as"
msgstr "El grup amb què es crea la ccache FAST"
#: src/providers/krb5/krb5_child.c:3334
#: src/providers/krb5/krb5_child.c:3336
msgid "Kerberos realm to use"
msgstr ""
#: src/providers/krb5/krb5_child.c:3336
#: src/providers/krb5/krb5_child.c:3338
msgid "Requested lifetime of the ticket"
msgstr ""
#: src/providers/krb5/krb5_child.c:3338
#: src/providers/krb5/krb5_child.c:3340
msgid "Requested renewable lifetime of the ticket"
msgstr ""
#: src/providers/krb5/krb5_child.c:3340
#: src/providers/krb5/krb5_child.c:3342
msgid "FAST options ('never', 'try', 'demand')"
msgstr ""
#: src/providers/krb5/krb5_child.c:3343
#: src/providers/krb5/krb5_child.c:3345
msgid "Specifies the server principal to use for FAST"
msgstr ""
#: src/providers/krb5/krb5_child.c:3345
#: src/providers/krb5/krb5_child.c:3347
msgid "Requests canonicalization of the principal name"
msgstr ""
#: src/providers/krb5/krb5_child.c:3347
#: src/providers/krb5/krb5_child.c:3349
msgid "Use custom version of krb5_get_init_creds_password"
msgstr ""
#: src/providers/krb5/krb5_child.c:3375 src/providers/ldap/ldap_child.c:663
#: src/providers/krb5/krb5_child.c:3351
msgid "Tevent chain ID used for logging purposes"
msgstr ""
#: src/providers/krb5/krb5_child.c:3379 src/providers/ldap/ldap_child.c:663
msgid "talloc_asprintf failed.\n"
msgstr ""
#: src/providers/krb5/krb5_child.c:3385 src/providers/ldap/ldap_child.c:672
#: src/providers/krb5/krb5_child.c:3389 src/providers/ldap/ldap_child.c:672
msgid "set_debug_file_from_fd failed.\n"
msgstr ""
#: src/providers/data_provider_be.c:733
#: src/providers/data_provider_be.c:732
msgid "Domain of the information provider (mandatory)"
msgstr "Domini del proveïdor d'informació (obligatori)"
......@@ -2637,15 +2641,8 @@ msgstr ""
msgid "Specify debug level you want to set"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:400
msgid ""
"NOTE: Tevent chain ID support missing, request analysis will be limited.\n"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:401
msgid ""
"It is recommended to use the --logdir option against tevent chain ID "
"supported SSSD logs.\n"
#: src/tools/sssctl/sssctl_logs.c:398
msgid "ERROR: Tevent chain ID support missing, log analyzer is unsupported.\n"
msgstr ""
#: src/tools/sssctl/sssctl_user_checks.c:117
......
This diff is collapsed.
......@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: sssd-devel@lists.fedorahosted.org\n"
"POT-Creation-Date: 2021-11-09 16:03+0100\n"
"POT-Creation-Date: 2021-12-23 12:58+0100\n"
"PO-Revision-Date: 2021-02-02 14:40+0000\n"
"Last-Translator: Sumit Bose <sbose@redhat.com>\n"
"Language-Team: German <https://translate.fedoraproject.org/projects/sssd/"
......@@ -1926,55 +1926,59 @@ msgstr ""
msgid "SSSD is already running\n"
msgstr ""
#: src/providers/krb5/krb5_child.c:3327 src/providers/ldap/ldap_child.c:639
#: src/providers/krb5/krb5_child.c:3329 src/providers/ldap/ldap_child.c:639
msgid "An open file descriptor for the debug logs"
msgstr "Offener Dateideskriptor für die Debug-Protokolle"
#: src/providers/krb5/krb5_child.c:3330
#: src/providers/krb5/krb5_child.c:3332
msgid "The user to create FAST ccache as"
msgstr ""
#: src/providers/krb5/krb5_child.c:3332
#: src/providers/krb5/krb5_child.c:3334
msgid "The group to create FAST ccache as"
msgstr ""
#: src/providers/krb5/krb5_child.c:3334
#: src/providers/krb5/krb5_child.c:3336
msgid "Kerberos realm to use"
msgstr ""
#: src/providers/krb5/krb5_child.c:3336
#: src/providers/krb5/krb5_child.c:3338
msgid "Requested lifetime of the ticket"
msgstr ""
#: src/providers/krb5/krb5_child.c:3338
#: src/providers/krb5/krb5_child.c:3340
msgid "Requested renewable lifetime of the ticket"
msgstr ""
#: src/providers/krb5/krb5_child.c:3340
#: src/providers/krb5/krb5_child.c:3342
msgid "FAST options ('never', 'try', 'demand')"
msgstr ""
#: src/providers/krb5/krb5_child.c:3343
#: src/providers/krb5/krb5_child.c:3345
msgid "Specifies the server principal to use for FAST"
msgstr ""
#: src/providers/krb5/krb5_child.c:3345
#: src/providers/krb5/krb5_child.c:3347
msgid "Requests canonicalization of the principal name"
msgstr ""
#: src/providers/krb5/krb5_child.c:3347
#: src/providers/krb5/krb5_child.c:3349
msgid "Use custom version of krb5_get_init_creds_password"
msgstr ""
#: src/providers/krb5/krb5_child.c:3375 src/providers/ldap/ldap_child.c:663
#: src/providers/krb5/krb5_child.c:3351
msgid "Tevent chain ID used for logging purposes"
msgstr ""
#: src/providers/krb5/krb5_child.c:3379 src/providers/ldap/ldap_child.c:663
msgid "talloc_asprintf failed.\n"
msgstr ""
#: src/providers/krb5/krb5_child.c:3385 src/providers/ldap/ldap_child.c:672
#: src/providers/krb5/krb5_child.c:3389 src/providers/ldap/ldap_child.c:672
msgid "set_debug_file_from_fd failed.\n"
msgstr ""
#: src/providers/data_provider_be.c:733
#: src/providers/data_provider_be.c:732
msgid "Domain of the information provider (mandatory)"
msgstr "Domain des Informationsanbieters (obligatorisch)"
......@@ -2621,15 +2625,8 @@ msgstr ""
msgid "Specify debug level you want to set"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:400
msgid ""
"NOTE: Tevent chain ID support missing, request analysis will be limited.\n"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:401
msgid ""
"It is recommended to use the --logdir option against tevent chain ID "
"supported SSSD logs.\n"
#: src/tools/sssctl/sssctl_logs.c:398
msgid "ERROR: Tevent chain ID support missing, log analyzer is unsupported.\n"
msgstr ""
#: src/tools/sssctl/sssctl_user_checks.c:117
......
This diff is collapsed.
......@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: sssd-devel@lists.fedorahosted.org\n"
"POT-Creation-Date: 2021-11-09 16:03+0100\n"
"POT-Creation-Date: 2021-12-23 12:58+0100\n"
"PO-Revision-Date: 2014-12-14 11:45-0500\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Basque (http://www.transifex.com/projects/p/sssd/language/"
......@@ -1821,55 +1821,59 @@ msgstr ""
msgid "SSSD is already running\n"
msgstr ""
#: src/providers/krb5/krb5_child.c:3327 src/providers/ldap/ldap_child.c:639
#: src/providers/krb5/krb5_child.c:3329 src/providers/ldap/ldap_child.c:639
msgid "An open file descriptor for the debug logs"
msgstr ""
#: src/providers/krb5/krb5_child.c:3330
#: src/providers/krb5/krb5_child.c:3332
msgid "The user to create FAST ccache as"
msgstr ""
#: src/providers/krb5/krb5_child.c:3332
#: src/providers/krb5/krb5_child.c:3334
msgid "The group to create FAST ccache as"
msgstr ""
#: src/providers/krb5/krb5_child.c:3334
#: src/providers/krb5/krb5_child.c:3336
msgid "Kerberos realm to use"
msgstr ""
#: src/providers/krb5/krb5_child.c:3336
#: src/providers/krb5/krb5_child.c:3338
msgid "Requested lifetime of the ticket"
msgstr ""
#: src/providers/krb5/krb5_child.c:3338
#: src/providers/krb5/krb5_child.c:3340
msgid "Requested renewable lifetime of the ticket"
msgstr ""
#: src/providers/krb5/krb5_child.c:3340
#: src/providers/krb5/krb5_child.c:3342
msgid "FAST options ('never', 'try', 'demand')"
msgstr ""
#: src/providers/krb5/krb5_child.c:3343
#: src/providers/krb5/krb5_child.c:3345
msgid "Specifies the server principal to use for FAST"
msgstr ""
#: src/providers/krb5/krb5_child.c:3345
#: src/providers/krb5/krb5_child.c:3347
msgid "Requests canonicalization of the principal name"
msgstr ""
#: src/providers/krb5/krb5_child.c:3347
#: src/providers/krb5/krb5_child.c:3349
msgid "Use custom version of krb5_get_init_creds_password"
msgstr ""
#: src/providers/krb5/krb5_child.c:3375 src/providers/ldap/ldap_child.c:663
#: src/providers/krb5/krb5_child.c:3351
msgid "Tevent chain ID used for logging purposes"
msgstr ""
#: src/providers/krb5/krb5_child.c:3379 src/providers/ldap/ldap_child.c:663
msgid "talloc_asprintf failed.\n"
msgstr ""
#: src/providers/krb5/krb5_child.c:3385 src/providers/ldap/ldap_child.c:672
#: src/providers/krb5/krb5_child.c:3389 src/providers/ldap/ldap_child.c:672
msgid "set_debug_file_from_fd failed.\n"
msgstr ""
#: src/providers/data_provider_be.c:733
#: src/providers/data_provider_be.c:732
msgid "Domain of the information provider (mandatory)"
msgstr ""
......@@ -2508,15 +2512,8 @@ msgstr ""
msgid "Specify debug level you want to set"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:400
msgid ""
"NOTE: Tevent chain ID support missing, request analysis will be limited.\n"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:401
msgid ""
"It is recommended to use the --logdir option against tevent chain ID "
"supported SSSD logs.\n"
#: src/tools/sssctl/sssctl_logs.c:398
msgid "ERROR: Tevent chain ID support missing, log analyzer is unsupported.\n"
msgstr ""
#: src/tools/sssctl/sssctl_user_checks.c:117
......
......@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: sssd-devel@lists.fedorahosted.org\n"
"POT-Creation-Date: 2021-11-09 16:03+0100\n"
"POT-Creation-Date: 2021-12-23 12:58+0100\n"
"PO-Revision-Date: 2021-10-25 18:05+0000\n"
"Last-Translator: Jan Kuparinen <copper_fin@hotmail.com>\n"
"Language-Team: Finnish <https://translate.fedoraproject.org/projects/sssd/"
......@@ -1827,55 +1827,59 @@ msgstr ""
msgid "SSSD is already running\n"
msgstr ""
#: src/providers/krb5/krb5_child.c:3327 src/providers/ldap/ldap_child.c:639
#: src/providers/krb5/krb5_child.c:3329 src/providers/ldap/ldap_child.c:639
msgid "An open file descriptor for the debug logs"
msgstr ""
#: src/providers/krb5/krb5_child.c:3330
#: src/providers/krb5/krb5_child.c:3332
msgid "The user to create FAST ccache as"
msgstr ""
#: src/providers/krb5/krb5_child.c:3332
#: src/providers/krb5/krb5_child.c:3334
msgid "The group to create FAST ccache as"
msgstr ""
#: src/providers/krb5/krb5_child.c:3334
#: src/providers/krb5/krb5_child.c:3336
msgid "Kerberos realm to use"
msgstr ""
#: src/providers/krb5/krb5_child.c:3336
#: src/providers/krb5/krb5_child.c:3338
msgid "Requested lifetime of the ticket"
msgstr ""
#: src/providers/krb5/krb5_child.c:3338
#: src/providers/krb5/krb5_child.c:3340
msgid "Requested renewable lifetime of the ticket"
msgstr ""
#: src/providers/krb5/krb5_child.c:3340
#: src/providers/krb5/krb5_child.c:3342
msgid "FAST options ('never', 'try', 'demand')"
msgstr ""
#: src/providers/krb5/krb5_child.c:3343
#: src/providers/krb5/krb5_child.c:3345
msgid "Specifies the server principal to use for FAST"
msgstr ""
#: src/providers/krb5/krb5_child.c:3345
#: src/providers/krb5/krb5_child.c:3347
msgid "Requests canonicalization of the principal name"
msgstr ""
#: src/providers/krb5/krb5_child.c:3347
#: src/providers/krb5/krb5_child.c:3349
msgid "Use custom version of krb5_get_init_creds_password"
msgstr ""
#: src/providers/krb5/krb5_child.c:3375 src/providers/ldap/ldap_child.c:663
#: src/providers/krb5/krb5_child.c:3351
msgid "Tevent chain ID used for logging purposes"
msgstr ""
#: src/providers/krb5/krb5_child.c:3379 src/providers/ldap/ldap_child.c:663
msgid "talloc_asprintf failed.\n"
msgstr ""
#: src/providers/krb5/krb5_child.c:3385 src/providers/ldap/ldap_child.c:672
#: src/providers/krb5/krb5_child.c:3389 src/providers/ldap/ldap_child.c:672
msgid "set_debug_file_from_fd failed.\n"
msgstr ""
#: src/providers/data_provider_be.c:733
#: src/providers/data_provider_be.c:732
msgid "Domain of the information provider (mandatory)"
msgstr ""
......@@ -2514,15 +2518,8 @@ msgstr ""
msgid "Specify debug level you want to set"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:400
msgid ""
"NOTE: Tevent chain ID support missing, request analysis will be limited.\n"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:401
msgid ""
"It is recommended to use the --logdir option against tevent chain ID "
"supported SSSD logs.\n"
#: src/tools/sssctl/sssctl_logs.c:398
msgid "ERROR: Tevent chain ID support missing, log analyzer is unsupported.\n"
msgstr ""
#: src/tools/sssctl/sssctl_user_checks.c:117
......
......@@ -8,7 +8,7 @@
# Fabien Archambault <marbolangos@gmail.com>, 2012
# Mariko Vincent <dweu60@gmail.com>, 2012
# Jérôme Fenal <jfenal@gmail.com>, 2016. #zanata
# Ludek Janda <ljanda@redhat.com>, 2020. #zanata
# Ludek Janda <ljanda@redhat.com>, 2020. #zanata, 2021, 2022.
# Pavel Brezina <pbrezina@redhat.com>, 2020. #zanata
# Jean-Baptiste Holcroft <jean-baptiste@holcroft.fr>, 2020.
# Sundeep Anand <suanand@redhat.com>, 2021.
......@@ -16,9 +16,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: sssd-devel@lists.fedorahosted.org\n"
"POT-Creation-Date: 2021-11-09 16:03+0100\n"
"PO-Revision-Date: 2021-07-20 07:04+0000\n"
"Last-Translator: Sundeep Anand <suanand@redhat.com>\n"
"POT-Creation-Date: 2021-12-23 12:58+0100\n"
"PO-Revision-Date: 2022-01-05 12:23+0000\n"
"Last-Translator: Ludek Janda <ljanda@redhat.com>\n"
"Language-Team: French <https://translate.fedoraproject.org/projects/sssd/"
"sssd-master/fr/>\n"
"Language: fr\n"
......@@ -26,7 +26,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.7.1\n"
"X-Generator: Weblate 4.10.1\n"
#: src/config/SSSDConfig/sssdoptions.py:20
#: src/config/SSSDConfig/sssdoptions.py:21
......@@ -872,9 +872,8 @@ msgstr ""
"sur le serveur IPA lorsque la dernière requête n'a trouvé aucune règle"
#: src/config/SSSDConfig/sssdoptions.py:244
#, fuzzy
msgid "Search base for SUBID ranges"
msgstr "Base de recherche des conteneurs de vues"
msgstr "Base de recherche pour les plages SUBID"
#: src/config/SSSDConfig/sssdoptions.py:245
msgid "The LDAP attribute that contains FQDN of the host."
......@@ -2038,61 +2037,65 @@ msgstr "Option -g incompatible avec -D ou -i\n"
#: src/monitor/monitor.c:2401
#, c-format
msgid "Running under %<PRIu64>, must be root\n"
msgstr ""
msgstr "S’exécutant sous %<PRIu64>, doit être superutilisateur (root)\n"
#: src/monitor/monitor.c:2483
msgid "SSSD is already running\n"
msgstr "SSSD est déjà en cours d'exécution\n"
#: src/providers/krb5/krb5_child.c:3327 src/providers/ldap/ldap_child.c:639
#: src/providers/krb5/krb5_child.c:3329 src/providers/ldap/ldap_child.c:639
msgid "An open file descriptor for the debug logs"
msgstr "Un descripteur de fichier ouvert pour les journaux de débogage"
#: src/providers/krb5/krb5_child.c:3330
#: src/providers/krb5/krb5_child.c:3332
msgid "The user to create FAST ccache as"
msgstr "L'utilisateur à utiliser pour la création du ccache FAST"
#: src/providers/krb5/krb5_child.c:3332
#: src/providers/krb5/krb5_child.c:3334
msgid "The group to create FAST ccache as"
msgstr "Le groupe à utiliser pour la création du ccache FAST"
#: src/providers/krb5/krb5_child.c:3334
#: src/providers/krb5/krb5_child.c:3336
msgid "Kerberos realm to use"
msgstr "Domaine Kerberos à utiliser"
#: src/providers/krb5/krb5_child.c:3336
#: src/providers/krb5/krb5_child.c:3338
msgid "Requested lifetime of the ticket"
msgstr "Demande de renouvellement à vie du billet"
#: src/providers/krb5/krb5_child.c:3338
#: src/providers/krb5/krb5_child.c:3340
msgid "Requested renewable lifetime of the ticket"
msgstr "Demande de renouvellement à vie du billet"
#: src/providers/krb5/krb5_child.c:3340
#: src/providers/krb5/krb5_child.c:3342
msgid "FAST options ('never', 'try', 'demand')"
msgstr "Options FAST ('never', 'try', 'demand')"
#: src/providers/krb5/krb5_child.c:3343
#: src/providers/krb5/krb5_child.c:3345
msgid "Specifies the server principal to use for FAST"
msgstr "Spécifie le principal de serveur afin d'utiliser FAST"
#: src/providers/krb5/krb5_child.c:3345
#: src/providers/krb5/krb5_child.c:3347
msgid "Requests canonicalization of the principal name"
msgstr "Demande la canonisation du nom principal"
#: src/providers/krb5/krb5_child.c:3347
#: src/providers/krb5/krb5_child.c:3349
msgid "Use custom version of krb5_get_init_creds_password"
msgstr "Utiliser la version personnalisée de krb5_get_init_creds_password"
#: src/providers/krb5/krb5_child.c:3375 src/providers/ldap/ldap_child.c:663
#: src/providers/krb5/krb5_child.c:3351
msgid "Tevent chain ID used for logging purposes"
msgstr "ID de chaîne Tevent utilisé à des fins de journalisation"
#: src/providers/krb5/krb5_child.c:3379 src/providers/ldap/ldap_child.c:663
msgid "talloc_asprintf failed.\n"
msgstr "Échec de talloc_asprintf.\n"
#: src/providers/krb5/krb5_child.c:3385 src/providers/ldap/ldap_child.c:672
#: src/providers/krb5/krb5_child.c:3389 src/providers/ldap/ldap_child.c:672
msgid "set_debug_file_from_fd failed.\n"
msgstr "Échec de set_debug_file_from_fd.\n"
#: src/providers/data_provider_be.c:733
#: src/providers/data_provider_be.c:732
msgid "Domain of the information provider (mandatory)"
msgstr "Domaine du fournisseur d'informations (obligatoire)"
......@@ -2280,7 +2283,7 @@ msgstr ""
#: src/sss_client/ssh/sss_ssh_knownhostsproxy.c:330
#, c-format
msgid "sss_ssh_knownhostsproxy: connect to host %s port %d: %s\n"
msgstr "sss_ssh_knownhostsproxy : se connecter à l'hôte %s port %d: %s\n"
msgstr "sss_ssh_knownhostsproxy : se connecter à l'hôte %s port %d : %s\n"
#: src/sss_client/ssh/sss_ssh_knownhostsproxy.c:334
#, c-format
......@@ -2426,14 +2429,14 @@ msgid "Error while executing external command\n"
msgstr "Erreur lors de l'exécution d'une commande externe\n"
#: src/tools/sssctl/sssctl.c:123
#, fuzzy, c-format
#, c-format
msgid "Error while executing external command '%s'\n"
msgstr "Erreur lors de l'exécution d'une commande externe\n"
msgstr "Erreur lors de lexécution de la commande externe '%s'\n"
#: src/tools/sssctl/sssctl.c:126
#, fuzzy, c-format
#, c-format
msgid "Command '%s' failed with [%d]\n"
msgstr "dlopen a échoué avec [%s].\n"
msgstr "La commande '%s' a échoué avec [%d]\n"
#: src/tools/sssctl/sssctl.c:173
msgid "SSSD needs to be running. Start SSSD now?"
......@@ -2481,7 +2484,7 @@ msgstr "Erreur : Impossible d'obtenir l'objet [%d] : %s\n"
#: src/tools/sssctl/sssctl_cache.c:538
#, c-format
msgid "%s: Unable to read value [%d]: %s\n"
msgstr "%s: Impossible de lire la valeur [%d] : %s\n"
msgstr "%s : Impossible de lire la valeur [%d] : %s\n"
#: src/tools/sssctl/sssctl_cache.c:566
msgid "Specify name."
......@@ -2575,7 +2578,7 @@ msgstr "Fichiers de configuration utilisés : %zu\n"
#: src/tools/sssctl/sssctl_data.c:88
#, c-format
msgid "Unable to create backup directory [%d]: %s"
msgstr "Impossible de créer le répertoire de sauvegarde [%d]: %s"
msgstr "Impossible de créer le répertoire de sauvegarde [%d] : %s"
#: src/tools/sssctl/sssctl_data.c:94
msgid "SSSD backup of local data already exists, override?"
......@@ -2758,16 +2761,11 @@ msgstr "Impossible d'archiver les fichiers journaux\n"
msgid "Specify debug level you want to set"
msgstr "Spécifiez le niveau de débogage que vous souhaitez définir"
#: src/tools/sssctl/sssctl_logs.c:400
msgid ""
"NOTE: Tevent chain ID support missing, request analysis will be limited.\n"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:401
msgid ""
"It is recommended to use the --logdir option against tevent chain ID "
"supported SSSD logs.\n"
#: src/tools/sssctl/sssctl_logs.c:398
msgid "ERROR: Tevent chain ID support missing, log analyzer is unsupported.\n"
msgstr ""
"ERREUR : Prise en charge de l’ID de chaîne Tevent manquante, l’analyseur de "
"journal n’est pas pris en charge.\n"
#: src/tools/sssctl/sssctl_user_checks.c:117
msgid "SSSD InfoPipe user lookup result:\n"
......@@ -2799,12 +2797,12 @@ msgstr "Résultat de la recherche de l'utilisateur SSSD nss :\n"
#: src/tools/sssctl/sssctl_user_checks.c:195
#, c-format
msgid " - user name: %s\n"
msgstr " - user name: %s\n"
msgstr " - user name : %s\n"
#: src/tools/sssctl/sssctl_user_checks.c:196
#, c-format
msgid " - user id: %d\n"
msgstr " - user id: %d\n"
msgstr " - user id : %d\n"
#: src/tools/sssctl/sssctl_user_checks.c:197
#, c-format
......@@ -2819,7 +2817,7 @@ msgstr " - gecos : %s\n"
#: src/tools/sssctl/sssctl_user_checks.c:199
#, c-format
msgid " - home directory: %s\n"
msgstr " - home directory: %s\n"
msgstr " - home directory : %s\n"
#: src/tools/sssctl/sssctl_user_checks.c:200
#, c-format
......@@ -2827,7 +2825,7 @@ msgid ""
" - shell: %s\n"
"\n"
msgstr ""
" - shell: %s\n"
" - shell : %s\n"
"\n"
#: src/tools/sssctl/sssctl_user_checks.c:232
......@@ -2850,9 +2848,9 @@ msgid ""
"service: %s\n"
"\n"
msgstr ""
"utilisateur: %s\n"
"action: %s\n"
"service: %s\n"
"utilisateur : %s\n"
"action : %s\n"
"service : %s\n"
"\n"
#: src/tools/sssctl/sssctl_user_checks.c:252
......@@ -2888,7 +2886,9 @@ msgstr "pam_get_item a échoué : %s\n"
msgid ""
"pam_authenticate for user [%s]: %s\n"
"\n"
msgstr "pam_authenticate pour l'utilisateur [%s] : %s\n"
msgstr ""
"pam_authenticate pour l'utilisateur [%s] : %s\n"
"\n"
#: src/tools/sssctl/sssctl_user_checks.c:278
msgid ""
......@@ -2904,7 +2904,7 @@ msgid ""
"pam_chauthtok: %s\n"
"\n"
msgstr ""
"pam_chauthtok: %s\n"
"pam_chauthtok : %s\n"
"\n"
#: src/tools/sssctl/sssctl_user_checks.c:282
......@@ -2921,7 +2921,7 @@ msgid ""
"pam_acct_mgmt: %s\n"
"\n"
msgstr ""
"pam_acct_mgmt: %s\n"
"pam_acct_mgmt : %s\n"
"\n"
#: src/tools/sssctl/sssctl_user_checks.c:286
......@@ -2938,7 +2938,7 @@ msgid ""
"pam_setcred: [%s]\n"
"\n"
msgstr ""
"pam_setcred: [%s]\n"
"pam_setcred : [%s]\n"
"\n"
#: src/tools/sssctl/sssctl_user_checks.c:290
......@@ -2955,7 +2955,7 @@ msgid ""
"pam_open_session: %s\n"
"\n"
msgstr ""
"pam_open_session: %s\n"
"pam_open_session : %s\n"
"\n"
#: src/tools/sssctl/sssctl_user_checks.c:294
......@@ -2972,7 +2972,7 @@ msgid ""
"pam_close_session: %s\n"
"\n"
msgstr ""
"pam_close_session: %s\n"
"pam_close_session : %s\n"
"\n"
#: src/tools/sssctl/sssctl_user_checks.c:298
......@@ -3003,6 +3003,19 @@ msgstr "Informe que le répondeur a été activé par un socket"
msgid "Informs that the responder has been dbus-activated"
msgstr "Informe que le répondeur a été activé par un dbus"
#~ msgid ""
#~ "It is recommended to use the --logdir option against tevent chain ID "
#~ "supported SSSD logs.\n"
#~ msgstr ""
#~ "Il est recommandé d’utiliser l’option --logdir pour les journaux SSSD "
#~ "pris en charge par l’ID de chaîne Tevent.\n"
#~ msgid ""
#~ "NOTE: Tevent chain ID support missing, request analysis will be limited.\n"
#~ msgstr ""
#~ "REMARQUE : Prise en charge de l’ID de chaîne Tevent manquante, l’analyse "
#~ "des demandes sera limitée.\n"
#~ msgid "Running under %"
#~ msgstr "En cours d’exécution sous %"
......
......@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: sssd-devel@lists.fedorahosted.org\n"
"POT-Creation-Date: 2021-11-09 16:03+0100\n"
"POT-Creation-Date: 2021-12-23 12:58+0100\n"
"PO-Revision-Date: 2014-12-14 11:45-0500\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Hungarian (http://www.transifex.com/projects/p/sssd/language/"
......@@ -1824,55 +1824,59 @@ msgstr ""
msgid "SSSD is already running\n"
msgstr ""
#: src/providers/krb5/krb5_child.c:3327 src/providers/ldap/ldap_child.c:639
#: src/providers/krb5/krb5_child.c:3329 src/providers/ldap/ldap_child.c:639
msgid "An open file descriptor for the debug logs"
msgstr ""
#: src/providers/krb5/krb5_child.c:3330
#: src/providers/krb5/krb5_child.c:3332
msgid "The user to create FAST ccache as"
msgstr ""
#: src/providers/krb5/krb5_child.c:3332
#: src/providers/krb5/krb5_child.c:3334
msgid "The group to create FAST ccache as"
msgstr ""
#: src/providers/krb5/krb5_child.c:3334
#: src/providers/krb5/krb5_child.c:3336
msgid "Kerberos realm to use"
msgstr ""
#: src/providers/krb5/krb5_child.c:3336
#: src/providers/krb5/krb5_child.c:3338
msgid "Requested lifetime of the ticket"
msgstr ""
#: src/providers/krb5/krb5_child.c:3338
#: src/providers/krb5/krb5_child.c:3340
msgid "Requested renewable lifetime of the ticket"
msgstr ""
#: src/providers/krb5/krb5_child.c:3340
#: src/providers/krb5/krb5_child.c:3342
msgid "FAST options ('never', 'try', 'demand')"
msgstr ""
#: src/providers/krb5/krb5_child.c:3343
#: src/providers/krb5/krb5_child.c:3345
msgid "Specifies the server principal to use for FAST"
msgstr ""
#: src/providers/krb5/krb5_child.c:3345
#: src/providers/krb5/krb5_child.c:3347
msgid "Requests canonicalization of the principal name"
msgstr ""
#: src/providers/krb5/krb5_child.c:3347
#: src/providers/krb5/krb5_child.c:3349
msgid "Use custom version of krb5_get_init_creds_password"
msgstr ""
#: src/providers/krb5/krb5_child.c:3375 src/providers/ldap/ldap_child.c:663
#: src/providers/krb5/krb5_child.c:3351
msgid "Tevent chain ID used for logging purposes"
msgstr ""
#: src/providers/krb5/krb5_child.c:3379 src/providers/ldap/ldap_child.c:663
msgid "talloc_asprintf failed.\n"
msgstr ""
#: src/providers/krb5/krb5_child.c:3385 src/providers/ldap/ldap_child.c:672
#: src/providers/krb5/krb5_child.c:3389 src/providers/ldap/ldap_child.c:672
msgid "set_debug_file_from_fd failed.\n"
msgstr ""
#: src/providers/data_provider_be.c:733
#: src/providers/data_provider_be.c:732
msgid "Domain of the information provider (mandatory)"
msgstr ""
......@@ -2511,15 +2515,8 @@ msgstr ""
msgid "Specify debug level you want to set"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:400
msgid ""
"NOTE: Tevent chain ID support missing, request analysis will be limited.\n"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:401
msgid ""
"It is recommended to use the --logdir option against tevent chain ID "
"supported SSSD logs.\n"
#: src/tools/sssctl/sssctl_logs.c:398
msgid "ERROR: Tevent chain ID support missing, log analyzer is unsupported.\n"
msgstr ""
#: src/tools/sssctl/sssctl_user_checks.c:117
......
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: sssd-devel@lists.fedorahosted.org\n"
"POT-Creation-Date: 2021-11-09 16:03+0100\n"
"POT-Creation-Date: 2021-12-23 12:58+0100\n"
"PO-Revision-Date: 2014-12-14 11:46-0500\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/sssd/language/"
......@@ -1821,55 +1821,59 @@ msgstr ""
msgid "SSSD is already running\n"
msgstr ""
#: src/providers/krb5/krb5_child.c:3327 src/providers/ldap/ldap_child.c:639
#: src/providers/krb5/krb5_child.c:3329 src/providers/ldap/ldap_child.c:639
msgid "An open file descriptor for the debug logs"
msgstr ""
#: src/providers/krb5/krb5_child.c:3330
#: src/providers/krb5/krb5_child.c:3332
msgid "The user to create FAST ccache as"
msgstr ""
#: src/providers/krb5/krb5_child.c:3332
#: src/providers/krb5/krb5_child.c:3334
msgid "The group to create FAST ccache as"
msgstr ""
#: src/providers/krb5/krb5_child.c:3334
#: src/providers/krb5/krb5_child.c:3336
msgid "Kerberos realm to use"
msgstr ""
#: src/providers/krb5/krb5_child.c:3336
#: src/providers/krb5/krb5_child.c:3338
msgid "Requested lifetime of the ticket"
msgstr ""
#: src/providers/krb5/krb5_child.c:3338
#: src/providers/krb5/krb5_child.c:3340
msgid "Requested renewable lifetime of the ticket"
msgstr ""
#: src/providers/krb5/krb5_child.c:3340
#: src/providers/krb5/krb5_child.c:3342
msgid "FAST options ('never', 'try', 'demand')"
msgstr ""
#: src/providers/krb5/krb5_child.c:3343
#: src/providers/krb5/krb5_child.c:3345
msgid "Specifies the server principal to use for FAST"
msgstr ""
#: src/providers/krb5/krb5_child.c:3345
#: src/providers/krb5/krb5_child.c:3347
msgid "Requests canonicalization of the principal name"
msgstr ""
#: src/providers/krb5/krb5_child.c:3347
#: src/providers/krb5/krb5_child.c:3349
msgid "Use custom version of krb5_get_init_creds_password"
msgstr ""
#: src/providers/krb5/krb5_child.c:3375 src/providers/ldap/ldap_child.c:663
#: src/providers/krb5/krb5_child.c:3351
msgid "Tevent chain ID used for logging purposes"
msgstr ""
#: src/providers/krb5/krb5_child.c:3379 src/providers/ldap/ldap_child.c:663
msgid "talloc_asprintf failed.\n"
msgstr ""
#: src/providers/krb5/krb5_child.c:3385 src/providers/ldap/ldap_child.c:672
#: src/providers/krb5/krb5_child.c:3389 src/providers/ldap/ldap_child.c:672
msgid "set_debug_file_from_fd failed.\n"
msgstr ""
#: src/providers/data_provider_be.c:733
#: src/providers/data_provider_be.c:732
msgid "Domain of the information provider (mandatory)"
msgstr ""
......@@ -2508,15 +2512,8 @@ msgstr ""
msgid "Specify debug level you want to set"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:400
msgid ""
"NOTE: Tevent chain ID support missing, request analysis will be limited.\n"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:401
msgid ""
"It is recommended to use the --logdir option against tevent chain ID "
"supported SSSD logs.\n"
#: src/tools/sssctl/sssctl_logs.c:398
msgid "ERROR: Tevent chain ID support missing, log analyzer is unsupported.\n"
msgstr ""
#: src/tools/sssctl/sssctl_user_checks.c:117
......
......@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: sssd-devel@lists.fedorahosted.org\n"
"POT-Creation-Date: 2021-11-09 16:03+0100\n"
"POT-Creation-Date: 2021-12-23 12:58+0100\n"
"PO-Revision-Date: 2020-09-15 08:29+0000\n"
"Last-Translator: Milo Casagrande <milo@milo.name>\n"
"Language-Team: Italian <https://translate.fedoraproject.org/projects/sssd/"
......@@ -1838,55 +1838,59 @@ msgstr ""
msgid "SSSD is already running\n"
msgstr ""
#: src/providers/krb5/krb5_child.c:3327 src/providers/ldap/ldap_child.c:639
#: src/providers/krb5/krb5_child.c:3329 src/providers/ldap/ldap_child.c:639
msgid "An open file descriptor for the debug logs"
msgstr "Un descrittore di file aperto per l'output di debug"
#: src/providers/krb5/krb5_child.c:3330
#: src/providers/krb5/krb5_child.c:3332
msgid "The user to create FAST ccache as"
msgstr ""
#: src/providers/krb5/krb5_child.c:3332
#: src/providers/krb5/krb5_child.c:3334
msgid "The group to create FAST ccache as"
msgstr ""
#: src/providers/krb5/krb5_child.c:3334
#: src/providers/krb5/krb5_child.c:3336
msgid "Kerberos realm to use"
msgstr ""
#: src/providers/krb5/krb5_child.c:3336
#: src/providers/krb5/krb5_child.c:3338
msgid "Requested lifetime of the ticket"
msgstr ""
#: src/providers/krb5/krb5_child.c:3338
#: src/providers/krb5/krb5_child.c:3340
msgid "Requested renewable lifetime of the ticket"
msgstr ""
#: src/providers/krb5/krb5_child.c:3340
#: src/providers/krb5/krb5_child.c:3342
msgid "FAST options ('never', 'try', 'demand')"
msgstr ""
#: src/providers/krb5/krb5_child.c:3343
#: src/providers/krb5/krb5_child.c:3345
msgid "Specifies the server principal to use for FAST"
msgstr ""
#: src/providers/krb5/krb5_child.c:3345
#: src/providers/krb5/krb5_child.c:3347
msgid "Requests canonicalization of the principal name"
msgstr ""
#: src/providers/krb5/krb5_child.c:3347
#: src/providers/krb5/krb5_child.c:3349
msgid "Use custom version of krb5_get_init_creds_password"
msgstr ""
#: src/providers/krb5/krb5_child.c:3375 src/providers/ldap/ldap_child.c:663
#: src/providers/krb5/krb5_child.c:3351
msgid "Tevent chain ID used for logging purposes"
msgstr ""
#: src/providers/krb5/krb5_child.c:3379 src/providers/ldap/ldap_child.c:663
msgid "talloc_asprintf failed.\n"
msgstr ""
#: src/providers/krb5/krb5_child.c:3385 src/providers/ldap/ldap_child.c:672
#: src/providers/krb5/krb5_child.c:3389 src/providers/ldap/ldap_child.c:672
msgid "set_debug_file_from_fd failed.\n"
msgstr ""
#: src/providers/data_provider_be.c:733
#: src/providers/data_provider_be.c:732
msgid "Domain of the information provider (mandatory)"
msgstr "Dominio del provider di informazioni (obbligatorio)"
......@@ -2525,15 +2529,8 @@ msgstr ""
msgid "Specify debug level you want to set"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:400
msgid ""
"NOTE: Tevent chain ID support missing, request analysis will be limited.\n"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:401
msgid ""
"It is recommended to use the --logdir option against tevent chain ID "
"supported SSSD logs.\n"
#: src/tools/sssctl/sssctl_logs.c:398
msgid "ERROR: Tevent chain ID support missing, log analyzer is unsupported.\n"
msgstr ""
#: src/tools/sssctl/sssctl_user_checks.c:117
......
......@@ -6,16 +6,16 @@
# Tomoyuki KATO <tomo@dream.daynight.jp>, 2012-2013
# Noriko Mizumoto <noriko.mizumoto@gmail.com>, 2016. #zanata
# Keiko Moriguchi <kemorigu@redhat.com>, 2019. #zanata
# Ludek Janda <ljanda@redhat.com>, 2020. #zanata, 2021.
# Ludek Janda <ljanda@redhat.com>, 2020. #zanata, 2021, 2022.
# Pavel Brezina <pbrezina@redhat.com>, 2020. #zanata
# Sundeep Anand <suanand@redhat.com>, 2021.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: sssd-devel@lists.fedorahosted.org\n"
"POT-Creation-Date: 2021-11-09 16:03+0100\n"
"PO-Revision-Date: 2021-07-19 07:07+0000\n"
"Last-Translator: Sundeep Anand <suanand@redhat.com>\n"
"POT-Creation-Date: 2021-12-23 12:58+0100\n"
"PO-Revision-Date: 2022-01-05 12:23+0000\n"
"Last-Translator: Ludek Janda <ljanda@redhat.com>\n"
"Language-Team: Japanese <https://translate.fedoraproject.org/projects/sssd/"
"sssd-master/ja/>\n"
"Language: ja\n"
......@@ -23,7 +23,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.7.1\n"
"X-Generator: Weblate 4.10.1\n"
#: src/config/SSSDConfig/sssdoptions.py:20
#: src/config/SSSDConfig/sssdoptions.py:21
......@@ -799,12 +799,11 @@ msgid ""
"against the IPA server when the last request did not find any rule"
msgstr ""
"最後の要求がルールを何も見つけなかった場合の IPA サーバーに対するデスクトップ"
"プロファイルル ールを検索している間の分単位の合計時間"
"プロファイルルールを検索している間の分単位の合計時間"
#: src/config/SSSDConfig/sssdoptions.py:244
#, fuzzy
msgid "Search base for SUBID ranges"
msgstr "ビューコンテナーの検索ベース"
msgstr "SUBID 範囲の検索ベース"
#: src/config/SSSDConfig/sssdoptions.py:245
msgid "The LDAP attribute that contains FQDN of the host."
......@@ -1913,61 +1912,65 @@ msgstr "Option -g は -D または -i と互換性がありません\n"
#: src/monitor/monitor.c:2401
#, c-format
msgid "Running under %<PRIu64>, must be root\n"
msgstr ""
msgstr "%<PRIu64> で実行 (root でなければなりません)\n"
#: src/monitor/monitor.c:2483
msgid "SSSD is already running\n"
msgstr "SSSD はすでに実行中です\n"
#: src/providers/krb5/krb5_child.c:3327 src/providers/ldap/ldap_child.c:639
#: src/providers/krb5/krb5_child.c:3329 src/providers/ldap/ldap_child.c:639
msgid "An open file descriptor for the debug logs"
msgstr "デバッグログのオープンファイルディスクリプター"
#: src/providers/krb5/krb5_child.c:3330
#: src/providers/krb5/krb5_child.c:3332
msgid "The user to create FAST ccache as"
msgstr "次のように FAST ccache を作成するユーザー"
#: src/providers/krb5/krb5_child.c:3332
#: src/providers/krb5/krb5_child.c:3334
msgid "The group to create FAST ccache as"
msgstr "次のように FAST ccache を作成するグループ"
#: src/providers/krb5/krb5_child.c:3334
#: src/providers/krb5/krb5_child.c:3336
msgid "Kerberos realm to use"
msgstr "使用する Kerberos レルム"
#: src/providers/krb5/krb5_child.c:3336
#: src/providers/krb5/krb5_child.c:3338
msgid "Requested lifetime of the ticket"
msgstr "チケットの要求された有効期間"
#: src/providers/krb5/krb5_child.c:3338
#: src/providers/krb5/krb5_child.c:3340
msgid "Requested renewable lifetime of the ticket"
msgstr "チケットの要求された更新可能な有効期間"
#: src/providers/krb5/krb5_child.c:3340
#: src/providers/krb5/krb5_child.c:3342
msgid "FAST options ('never', 'try', 'demand')"
msgstr "FAST のオプション ('never'、'try'、'demand')"
#: src/providers/krb5/krb5_child.c:3343
#: src/providers/krb5/krb5_child.c:3345
msgid "Specifies the server principal to use for FAST"
msgstr "FAST で使用するサーバープリンシパルを指定します"
#: src/providers/krb5/krb5_child.c:3345
#: src/providers/krb5/krb5_child.c:3347
msgid "Requests canonicalization of the principal name"
msgstr "プリンシパル名の正規化を要求します"
#: src/providers/krb5/krb5_child.c:3347
#: src/providers/krb5/krb5_child.c:3349
msgid "Use custom version of krb5_get_init_creds_password"
msgstr "krb5_get_init_creds_password のカスタムバージョンを使用します"
#: src/providers/krb5/krb5_child.c:3375 src/providers/ldap/ldap_child.c:663
#: src/providers/krb5/krb5_child.c:3351
msgid "Tevent chain ID used for logging purposes"
msgstr "デバッグのロギングの冗長性を設定する"
#: src/providers/krb5/krb5_child.c:3379 src/providers/ldap/ldap_child.c:663
msgid "talloc_asprintf failed.\n"
msgstr "talloc_asprintf failed.\n"
msgstr "talloc_asprintf は失敗しました。\n"
#: src/providers/krb5/krb5_child.c:3385 src/providers/ldap/ldap_child.c:672
#: src/providers/krb5/krb5_child.c:3389 src/providers/ldap/ldap_child.c:672
msgid "set_debug_file_from_fd failed.\n"
msgstr "set_debug_file_from_fd failed.\n"
msgstr "set_debug_file_from_fd は失敗しました。\n"
#: src/providers/data_provider_be.c:733
#: src/providers/data_provider_be.c:732
msgid "Domain of the information provider (mandatory)"
msgstr "情報プロバイダーのドメイン (必須)"
......@@ -2294,14 +2297,14 @@ msgid "Error while executing external command\n"
msgstr "外部のコマンドを実行中にエラーが発生しました\n"
#: src/tools/sssctl/sssctl.c:123
#, fuzzy, c-format
#, c-format
msgid "Error while executing external command '%s'\n"
msgstr "外部コマンドを実行中にエラーが発生しました\n"
msgstr "外部コマンド '%s' の実行時のエラー\n"
#: src/tools/sssctl/sssctl.c:126
#, fuzzy, c-format
#, c-format
msgid "Command '%s' failed with [%d]\n"
msgstr "dlsym は [%s] で失敗しました\n"
msgstr "コマンド '%s' が [%d] で失敗しました\n"
#: src/tools/sssctl/sssctl.c:173
msgid "SSSD needs to be running. Start SSSD now?"
......@@ -2625,16 +2628,11 @@ msgstr "ログファイルのアーカイブができません\n"
msgid "Specify debug level you want to set"
msgstr "設定したいデバッグレベルを指定します"
#: src/tools/sssctl/sssctl_logs.c:400
msgid ""
"NOTE: Tevent chain ID support missing, request analysis will be limited.\n"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:401
msgid ""
"It is recommended to use the --logdir option against tevent chain ID "
"supported SSSD logs.\n"
#: src/tools/sssctl/sssctl_logs.c:398
msgid "ERROR: Tevent chain ID support missing, log analyzer is unsupported.\n"
msgstr ""
"エラー: Tevent chain ID サポートがなく、ログアナライザーはサポートされませ"
"ん。\n"
#: src/tools/sssctl/sssctl_user_checks.c:117
msgid "SSSD InfoPipe user lookup result:\n"
......@@ -2872,6 +2870,19 @@ msgstr "レスポンダーがソケットでアクティベートされたと知
msgid "Informs that the responder has been dbus-activated"
msgstr "レスポンダーが dbus でアクティベートされたと知らせます"
#~ msgid ""
#~ "It is recommended to use the --logdir option against tevent chain ID "
#~ "supported SSSD logs.\n"
#~ msgstr ""
#~ "tevent チェーン ID でサポートされる SSSD ログに対して --logdir オプション"
#~ "を使用することが推奨されます。\n"
#~ msgid ""
#~ "NOTE: Tevent chain ID support missing, request analysis will be limited.\n"
#~ msgstr ""
#~ "注記: Tevent チェーン ID サポートがないため、リクエスト分析は制限されま"
#~ "す。\n"
#~ msgid "Running under %"
#~ msgstr "% 化で実行"
......
This diff is collapsed.
......@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: sssd-devel@lists.fedorahosted.org\n"
"POT-Creation-Date: 2021-11-09 16:03+0100\n"
"POT-Creation-Date: 2021-12-23 12:58+0100\n"
"PO-Revision-Date: 2014-12-14 11:46-0500\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/sssd/"
......@@ -1821,55 +1821,59 @@ msgstr ""
msgid "SSSD is already running\n"
msgstr ""
#: src/providers/krb5/krb5_child.c:3327 src/providers/ldap/ldap_child.c:639
#: src/providers/krb5/krb5_child.c:3329 src/providers/ldap/ldap_child.c:639
msgid "An open file descriptor for the debug logs"
msgstr ""
#: src/providers/krb5/krb5_child.c:3330
#: src/providers/krb5/krb5_child.c:3332
msgid "The user to create FAST ccache as"
msgstr ""
#: src/providers/krb5/krb5_child.c:3332
#: src/providers/krb5/krb5_child.c:3334
msgid "The group to create FAST ccache as"
msgstr ""
#: src/providers/krb5/krb5_child.c:3334
#: src/providers/krb5/krb5_child.c:3336
msgid "Kerberos realm to use"
msgstr ""
#: src/providers/krb5/krb5_child.c:3336
#: src/providers/krb5/krb5_child.c:3338
msgid "Requested lifetime of the ticket"
msgstr ""
#: src/providers/krb5/krb5_child.c:3338
#: src/providers/krb5/krb5_child.c:3340
msgid "Requested renewable lifetime of the ticket"
msgstr ""
#: src/providers/krb5/krb5_child.c:3340
#: src/providers/krb5/krb5_child.c:3342
msgid "FAST options ('never', 'try', 'demand')"
msgstr ""
#: src/providers/krb5/krb5_child.c:3343
#: src/providers/krb5/krb5_child.c:3345
msgid "Specifies the server principal to use for FAST"
msgstr ""
#: src/providers/krb5/krb5_child.c:3345
#: src/providers/krb5/krb5_child.c:3347
msgid "Requests canonicalization of the principal name"
msgstr ""
#: src/providers/krb5/krb5_child.c:3347
#: src/providers/krb5/krb5_child.c:3349
msgid "Use custom version of krb5_get_init_creds_password"
msgstr ""
#: src/providers/krb5/krb5_child.c:3375 src/providers/ldap/ldap_child.c:663
#: src/providers/krb5/krb5_child.c:3351
msgid "Tevent chain ID used for logging purposes"
msgstr ""
#: src/providers/krb5/krb5_child.c:3379 src/providers/ldap/ldap_child.c:663
msgid "talloc_asprintf failed.\n"
msgstr ""
#: src/providers/krb5/krb5_child.c:3385 src/providers/ldap/ldap_child.c:672
#: src/providers/krb5/krb5_child.c:3389 src/providers/ldap/ldap_child.c:672
msgid "set_debug_file_from_fd failed.\n"
msgstr ""
#: src/providers/data_provider_be.c:733
#: src/providers/data_provider_be.c:732
msgid "Domain of the information provider (mandatory)"
msgstr ""
......@@ -2508,15 +2512,8 @@ msgstr ""
msgid "Specify debug level you want to set"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:400
msgid ""
"NOTE: Tevent chain ID support missing, request analysis will be limited.\n"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:401
msgid ""
"It is recommended to use the --logdir option against tevent chain ID "
"supported SSSD logs.\n"
#: src/tools/sssctl/sssctl_logs.c:398
msgid "ERROR: Tevent chain ID support missing, log analyzer is unsupported.\n"
msgstr ""
#: src/tools/sssctl/sssctl_user_checks.c:117
......
......@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: sssd-devel@lists.fedorahosted.org\n"
"POT-Creation-Date: 2021-11-09 16:03+0100\n"
"POT-Creation-Date: 2021-12-23 12:58+0100\n"
"PO-Revision-Date: 2014-12-14 11:47-0500\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/sssd/language/"
......@@ -1894,55 +1894,59 @@ msgstr ""
msgid "SSSD is already running\n"
msgstr ""
#: src/providers/krb5/krb5_child.c:3327 src/providers/ldap/ldap_child.c:639
#: src/providers/krb5/krb5_child.c:3329 src/providers/ldap/ldap_child.c:639
msgid "An open file descriptor for the debug logs"
msgstr "Een geopend bestand voor de debug logs"
#: src/providers/krb5/krb5_child.c:3330
#: src/providers/krb5/krb5_child.c:3332
msgid "The user to create FAST ccache as"
msgstr ""
#: src/providers/krb5/krb5_child.c:3332
#: src/providers/krb5/krb5_child.c:3334
msgid "The group to create FAST ccache as"
msgstr ""
#: src/providers/krb5/krb5_child.c:3334
#: src/providers/krb5/krb5_child.c:3336
msgid "Kerberos realm to use"
msgstr ""
#: src/providers/krb5/krb5_child.c:3336
#: src/providers/krb5/krb5_child.c:3338
msgid "Requested lifetime of the ticket"
msgstr ""
#: src/providers/krb5/krb5_child.c:3338
#: src/providers/krb5/krb5_child.c:3340
msgid "Requested renewable lifetime of the ticket"
msgstr ""
#: src/providers/krb5/krb5_child.c:3340
#: src/providers/krb5/krb5_child.c:3342
msgid "FAST options ('never', 'try', 'demand')"
msgstr ""
#: src/providers/krb5/krb5_child.c:3343
#: src/providers/krb5/krb5_child.c:3345
msgid "Specifies the server principal to use for FAST"
msgstr ""
#: src/providers/krb5/krb5_child.c:3345
#: src/providers/krb5/krb5_child.c:3347
msgid "Requests canonicalization of the principal name"
msgstr ""
#: src/providers/krb5/krb5_child.c:3347
#: src/providers/krb5/krb5_child.c:3349
msgid "Use custom version of krb5_get_init_creds_password"
msgstr ""
#: src/providers/krb5/krb5_child.c:3375 src/providers/ldap/ldap_child.c:663
#: src/providers/krb5/krb5_child.c:3351
msgid "Tevent chain ID used for logging purposes"
msgstr ""
#: src/providers/krb5/krb5_child.c:3379 src/providers/ldap/ldap_child.c:663
msgid "talloc_asprintf failed.\n"
msgstr ""
#: src/providers/krb5/krb5_child.c:3385 src/providers/ldap/ldap_child.c:672
#: src/providers/krb5/krb5_child.c:3389 src/providers/ldap/ldap_child.c:672
msgid "set_debug_file_from_fd failed.\n"
msgstr ""
#: src/providers/data_provider_be.c:733
#: src/providers/data_provider_be.c:732
msgid "Domain of the information provider (mandatory)"
msgstr "Domein voor de informatie provider (verplicht)"
......@@ -2587,15 +2591,8 @@ msgstr ""
msgid "Specify debug level you want to set"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:400
msgid ""
"NOTE: Tevent chain ID support missing, request analysis will be limited.\n"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:401
msgid ""
"It is recommended to use the --logdir option against tevent chain ID "
"supported SSSD logs.\n"
#: src/tools/sssctl/sssctl_logs.c:398
msgid "ERROR: Tevent chain ID support missing, log analyzer is unsupported.\n"
msgstr ""
#: src/tools/sssctl/sssctl_user_checks.c:117
......
......@@ -15,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: sssd-devel@lists.fedorahosted.org\n"
"POT-Creation-Date: 2021-11-09 16:03+0100\n"
"PO-Revision-Date: 2021-10-19 14:46+0000\n"
"POT-Creation-Date: 2021-12-23 12:58+0100\n"
"PO-Revision-Date: 2021-12-24 10:33+0000\n"
"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
"Language-Team: Polish <https://translate.fedoraproject.org/projects/sssd/"
"sssd-master/pl/>\n"
......@@ -26,7 +26,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.8\n"
"X-Generator: Weblate 4.10.1\n"
#: src/config/SSSDConfig/sssdoptions.py:20
#: src/config/SSSDConfig/sssdoptions.py:21
......@@ -1977,61 +1977,65 @@ msgstr "Opcja -g jest niezgodna z opcją -D lub -i\n"
#: src/monitor/monitor.c:2401
#, c-format
msgid "Running under %<PRIu64>, must be root\n"
msgstr ""
msgstr "Uruchamianie jako %<PRIu64>, musi być rootem\n"
#: src/monitor/monitor.c:2483
msgid "SSSD is already running\n"
msgstr "Usługa SSSD jest już uruchomiona\n"
#: src/providers/krb5/krb5_child.c:3327 src/providers/ldap/ldap_child.c:639
#: src/providers/krb5/krb5_child.c:3329 src/providers/ldap/ldap_child.c:639
msgid "An open file descriptor for the debug logs"
msgstr "Otwiera deskryptor pliku dla dzienników debugowania"
#: src/providers/krb5/krb5_child.c:3330
#: src/providers/krb5/krb5_child.c:3332
msgid "The user to create FAST ccache as"
msgstr "Użytkownik, jako który utworzyć ccache FAST"
#: src/providers/krb5/krb5_child.c:3332
#: src/providers/krb5/krb5_child.c:3334
msgid "The group to create FAST ccache as"
msgstr "Grupa, jako którą utworzyć ccache FAST"
#: src/providers/krb5/krb5_child.c:3334
#: src/providers/krb5/krb5_child.c:3336
msgid "Kerberos realm to use"
msgstr "Używany obszar Kerberosa"
#: src/providers/krb5/krb5_child.c:3336
#: src/providers/krb5/krb5_child.c:3338
msgid "Requested lifetime of the ticket"
msgstr "Żądany czas trwania biletu"
#: src/providers/krb5/krb5_child.c:3338
#: src/providers/krb5/krb5_child.c:3340
msgid "Requested renewable lifetime of the ticket"
msgstr "Żądany odnawialny czas trwania biletu"
#: src/providers/krb5/krb5_child.c:3340
#: src/providers/krb5/krb5_child.c:3342
msgid "FAST options ('never', 'try', 'demand')"
msgstr "Opcje FAST („never”, „try”, „demand”)"
#: src/providers/krb5/krb5_child.c:3343
#: src/providers/krb5/krb5_child.c:3345
msgid "Specifies the server principal to use for FAST"
msgstr "Podaje naczelnika serwera używanego dla FAST"
#: src/providers/krb5/krb5_child.c:3345
#: src/providers/krb5/krb5_child.c:3347
msgid "Requests canonicalization of the principal name"
msgstr "Żąda ujednolicenie nazwy naczelnika"
#: src/providers/krb5/krb5_child.c:3347
#: src/providers/krb5/krb5_child.c:3349
msgid "Use custom version of krb5_get_init_creds_password"
msgstr "Użycie niestandardowej wersji krb5_get_init_creds_password"
#: src/providers/krb5/krb5_child.c:3375 src/providers/ldap/ldap_child.c:663
#: src/providers/krb5/krb5_child.c:3351
msgid "Tevent chain ID used for logging purposes"
msgstr "Identyfikator łańcucha tevent używany do celów zapisywania w dzienniku"
#: src/providers/krb5/krb5_child.c:3379 src/providers/ldap/ldap_child.c:663
msgid "talloc_asprintf failed.\n"
msgstr "talloc_asprintf się nie powiodło.\n"
#: src/providers/krb5/krb5_child.c:3385 src/providers/ldap/ldap_child.c:672
#: src/providers/krb5/krb5_child.c:3389 src/providers/ldap/ldap_child.c:672
msgid "set_debug_file_from_fd failed.\n"
msgstr "set_debug_file_from_fd się nie powiodło.\n"
#: src/providers/data_provider_be.c:733
#: src/providers/data_provider_be.c:732
msgid "Domain of the information provider (mandatory)"
msgstr "Domena dostawcy informacji (wymagane)"
......@@ -2687,16 +2691,11 @@ msgstr "Nie można zarchiwizować plików dziennika\n"
msgid "Specify debug level you want to set"
msgstr "Podaje poziom debugowania do ustawienia"
#: src/tools/sssctl/sssctl_logs.c:400
msgid ""
"NOTE: Tevent chain ID support missing, request analysis will be limited.\n"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:401
msgid ""
"It is recommended to use the --logdir option against tevent chain ID "
"supported SSSD logs.\n"
#: src/tools/sssctl/sssctl_logs.c:398
msgid "ERROR: Tevent chain ID support missing, log analyzer is unsupported.\n"
msgstr ""
"BŁĄD: brak obsługi identyfikatora łańcucha tevent, analizator dziennika jest "
"nieobsługiwany.\n"
#: src/tools/sssctl/sssctl_user_checks.c:117
msgid "SSSD InfoPipe user lookup result:\n"
......@@ -2934,6 +2933,19 @@ msgstr "Informuje, że program odpowiadający został aktywowany gniazdem"
msgid "Informs that the responder has been dbus-activated"
msgstr "Informuje, że program odpowiadający został aktywowany magistralą D-Bus"
#~ msgid ""
#~ "It is recommended to use the --logdir option against tevent chain ID "
#~ "supported SSSD logs.\n"
#~ msgstr ""
#~ "Zalecane jest używanie opcji --logdir przy dziennikach SSSD obsługujących "
#~ "identyfikator łańcucha tevent.\n"
#~ msgid ""
#~ "NOTE: Tevent chain ID support missing, request analysis will be limited.\n"
#~ msgstr ""
#~ "UWAGA: brak obsługi identyfikatora łańcucha tevent, analiza żądań będzie "
#~ "ograniczona.\n"
#~ msgid "Running under %"
#~ msgstr "Uruchamianie jako %"
......
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: sssd-devel@lists.fedorahosted.org\n"
"POT-Creation-Date: 2021-11-09 16:03+0100\n"
"POT-Creation-Date: 2021-12-23 12:58+0100\n"
"PO-Revision-Date: 2014-12-14 11:47-0500\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Portuguese (http://www.transifex.com/projects/p/sssd/language/"
......@@ -1833,55 +1833,59 @@ msgstr ""
msgid "SSSD is already running\n"
msgstr ""
#: src/providers/krb5/krb5_child.c:3327 src/providers/ldap/ldap_child.c:639
#: src/providers/krb5/krb5_child.c:3329 src/providers/ldap/ldap_child.c:639
msgid "An open file descriptor for the debug logs"
msgstr "Um descritor de ficheiro aberto para os registos de depuração"
#: src/providers/krb5/krb5_child.c:3330
#: src/providers/krb5/krb5_child.c:3332
msgid "The user to create FAST ccache as"
msgstr ""
#: src/providers/krb5/krb5_child.c:3332
#: src/providers/krb5/krb5_child.c:3334
msgid "The group to create FAST ccache as"
msgstr ""
#: src/providers/krb5/krb5_child.c:3334
#: src/providers/krb5/krb5_child.c:3336
msgid "Kerberos realm to use"
msgstr ""
#: src/providers/krb5/krb5_child.c:3336
#: src/providers/krb5/krb5_child.c:3338
msgid "Requested lifetime of the ticket"
msgstr ""
#: src/providers/krb5/krb5_child.c:3338
#: src/providers/krb5/krb5_child.c:3340
msgid "Requested renewable lifetime of the ticket"
msgstr ""
#: src/providers/krb5/krb5_child.c:3340
#: src/providers/krb5/krb5_child.c:3342
msgid "FAST options ('never', 'try', 'demand')"
msgstr ""
#: src/providers/krb5/krb5_child.c:3343
#: src/providers/krb5/krb5_child.c:3345
msgid "Specifies the server principal to use for FAST"
msgstr ""
#: src/providers/krb5/krb5_child.c:3345
#: src/providers/krb5/krb5_child.c:3347
msgid "Requests canonicalization of the principal name"
msgstr ""
#: src/providers/krb5/krb5_child.c:3347
#: src/providers/krb5/krb5_child.c:3349
msgid "Use custom version of krb5_get_init_creds_password"
msgstr ""
#: src/providers/krb5/krb5_child.c:3375 src/providers/ldap/ldap_child.c:663
#: src/providers/krb5/krb5_child.c:3351
msgid "Tevent chain ID used for logging purposes"
msgstr ""
#: src/providers/krb5/krb5_child.c:3379 src/providers/ldap/ldap_child.c:663
msgid "talloc_asprintf failed.\n"
msgstr ""
#: src/providers/krb5/krb5_child.c:3385 src/providers/ldap/ldap_child.c:672
#: src/providers/krb5/krb5_child.c:3389 src/providers/ldap/ldap_child.c:672
msgid "set_debug_file_from_fd failed.\n"
msgstr ""
#: src/providers/data_provider_be.c:733
#: src/providers/data_provider_be.c:732
msgid "Domain of the information provider (mandatory)"
msgstr "Domínio do fornecedor de informação (obrigatório)"
......@@ -2520,15 +2524,8 @@ msgstr ""
msgid "Specify debug level you want to set"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:400
msgid ""
"NOTE: Tevent chain ID support missing, request analysis will be limited.\n"
msgstr ""
#: src/tools/sssctl/sssctl_logs.c:401
msgid ""
"It is recommended to use the --logdir option against tevent chain ID "
"supported SSSD logs.\n"
#: src/tools/sssctl/sssctl_logs.c:398
msgid "ERROR: Tevent chain ID support missing, log analyzer is unsupported.\n"
msgstr ""
#: src/tools/sssctl/sssctl_user_checks.c:117
......