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 (62)
......@@ -13,14 +13,14 @@ jobs:
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
persist-credentials: false
- name: Perform cppcheck analysis
# v0.0.11 is the latest release but we need a later commit
uses: linuxdeepin/action-cppcheck@9ef62c4ec8cd5660952cd02c58b83fa57c16a42b
uses: linuxdeepin/action-cppcheck@e63fb1d3f321e0467737aa9de7f691360fb1b8fb
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.repository }}
......@@ -36,13 +36,13 @@ jobs:
timeout-minutes: 1440
steps:
- name: Checkout target branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.base_ref }}
path: target
- name: Checkout pull request branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
path: pr
......
......@@ -15,7 +15,7 @@ jobs:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install dependencies
id: dependencies
......@@ -63,7 +63,7 @@ jobs:
matrix: ${{ steps.matrix.outputs.matrix }}
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get matrix
id: matrix
......@@ -80,7 +80,7 @@ jobs:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: sssd
......@@ -145,7 +145,7 @@ jobs:
contents: read
steps:
- name: Checkout sssd repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: sssd
......@@ -214,7 +214,7 @@ jobs:
pip3 install -r ./sssd/src/tests/multihost/requirements.txt
- name: Create multihost configuration
uses: DamianReeves/write-file-action@41569a7dac64c252caacca7bceefe28b70b38db1
uses: DamianReeves/write-file-action@0a7fcbe1960c53fc08fe789fa4850d24885f4d84
with:
path: mhc.yml
write-mode: overwrite
......@@ -258,7 +258,7 @@ jobs:
contents: read
steps:
- name: Checkout sssd repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: sssd
......@@ -276,12 +276,22 @@ jobs:
- /dev/shm
volumes:
- ../sssd:/sssd:rw
ipa:
image: ${REGISTRY}/ci-ipa-devel:${TAG}
shm_size: 4G
tmpfs:
- /dev/shm
volumes:
- ../sssd:/sssd:rw
- name: Build SSSD on the client
- name: Build SSSD on the client and IPA
uses: SSSD/sssd-ci-containers/actions/exec@master
with:
log-file: build.log
working-directory: /sssd
where: |
client
ipa
script: |
#!/bin/bash
set -ex
......@@ -294,22 +304,35 @@ jobs:
/sssd/configure --enable-silent-rules
make rpms
- name: Install SSSD on the client
- name: Install SSSD on the client and IPA
uses: SSSD/sssd-ci-containers/actions/exec@master
with:
log-file: install.log
user: root
where: |
client
ipa
script: |
#!/bin/bash
set -ex
dnf remove -y --noautoremove sssd\*
dnf install -y /dev/shm/sssd/rpmbuild/RPMS/*/*.rpm
rm -fr /dev/shm/sssd
# We need to reenable sssd-kcm since it was disabled by removing sssd not not enabled again
systemctl enable --now sssd-kcm.socket
- name: Restart SSSD on IPA server
uses: SSSD/sssd-ci-containers/actions/exec@master
with:
user: root
where: ipa
script: |
#!/bin/bash
set -ex
systemctl restart sssd || systemctl status sssd
- name: Install system tests dependencies
shell: bash
working-directory: ./sssd/src/tests/system
......
......@@ -41,7 +41,7 @@ jobs:
contents: read
steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
......@@ -114,7 +114,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Downlooad source rpm
uses: actions/download-artifact@v3
......
......@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install dependencies
uses: ./.github/actions/install-dependencies
......@@ -22,7 +22,7 @@ jobs:
uses: ./.github/actions/configure
- name: Execute and submit coverity scan
uses: vapier/coverity-scan-action@v1.2.0
uses: vapier/coverity-scan-action@v1.7.0
with:
email: "sssd-maint@redhat.com"
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
......
......@@ -17,7 +17,7 @@ jobs:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install dependencies
id: dependencies
......@@ -57,7 +57,7 @@ jobs:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup virtual environment
working-directory: ./src/tests/system
......
......@@ -3851,6 +3851,7 @@ test_passkey_LDFLAGS = \
-Wl,-wrap,fido_dev_open \
-Wl,-wrap,fido_dev_has_uv \
-Wl,-wrap,fido_dev_has_pin \
-Wl,-wrap,fido_dev_supports_uv \
-Wl,-wrap,fido_dev_make_cred \
-Wl,-wrap,fido_cred_x5c_ptr \
-Wl,-wrap,fido_cred_verify \
......@@ -4401,6 +4402,8 @@ libsss_proxy_la_SOURCES = \
src/providers/proxy/proxy_hosts.c \
src/providers/proxy/proxy_ipnetworks.c \
src/providers/proxy/proxy_auth.c \
src/providers/proxy/proxy_certmap.c \
src/util/cert_derb64_to_ldap_filter.c \
src//util/nss_dl_load.c \
$(NULL)
libsss_proxy_la_CFLAGS = \
......@@ -4416,6 +4419,7 @@ libsss_proxy_la_LIBADD = \
$(SSSD_INTERNAL_LTLIBS) \
libsss_iface.la \
libsss_sbus.la \
libsss_certmap.la \
$(NULL)
libsss_proxy_la_LDFLAGS = \
-avoid-version \
......
......@@ -82,7 +82,9 @@ if [[ "$DISTRO_BRANCH" == -redhat-fedora-3[5-9]* ||
)
fi
if [[ "$DISTRO_BRANCH" == -redhat-fedora-* ]]; then
if [[ "$DISTRO_BRANCH" == -redhat-fedora-* ||
"$DISTRO_BRANCH" == -redhat-centos-9*- ||
"$DISTRO_BRANCH" == -redhat-centos-10*- ]]; then
CONFIGURE_ARG_LIST+=(
"--with-passkey"
)
......
......@@ -33,7 +33,6 @@ declare DEPS_INTGCHECK_SATISFIED=true
if [[ "$DISTRO_BRANCH" == -redhat-* ]]; then
declare _DEPS_LIST_SPEC
DEPS_LIST+=(
clang-analyzer
fakeroot
libfaketime
libcmocka-devel
......@@ -108,7 +107,6 @@ if [[ "$DISTRO_BRANCH" == -debian-* ]]; then
autopoint
check
cifs-utils
clang
dh-apparmor
dnsutils
docbook-xml
......
......@@ -27,10 +27,12 @@ def get_fedora_releases(type, exclude=[]):
def get_fedora_matrix():
fedora_stable = get_fedora_releases('current')
fedora_devel = get_fedora_releases('pending', exclude=['eln'])
fedora_frozen = get_fedora_releases('frozen', exclude=['eln'])
matrix = []
matrix.extend(['fedora-{0}'.format(x) for x in fedora_stable])
matrix.extend(['fedora-{0}'.format(x) for x in fedora_devel])
matrix.extend(['fedora-{0}'.format(x) for x in fedora_frozen])
return matrix
......@@ -48,9 +50,9 @@ if __name__ == "__main__":
parser.add_argument('--action', action='store_true', help='It is run in GitHub actions mode')
args = parser.parse_args()
fedora = get_fedora_matrix()
centos = get_centos_matrix()
other = get_other_matrix()
fedora = sorted(get_fedora_matrix())
centos = sorted(get_centos_matrix())
other = sorted(get_other_matrix())
matrix = {
'intgcheck': [*fedora, *centos, *other],
......
......@@ -30,7 +30,7 @@
%global build_kcm_renewals 0
%endif
%if 0%{?fedora} >= 39
%if 0%{?fedora} >= 39 || 0%{?rhel} >= 9
%global build_passkey 1
%else
%global build_passkey 0
......
......@@ -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: 2023-09-07 11:48+0200\n"
"POT-Creation-Date: 2023-11-13 11:54+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/"
......@@ -1960,35 +1960,35 @@ msgstr ""
msgid "Domain of the information provider (mandatory)"
msgstr ""
#: src/sss_client/common.c:1129
#: src/sss_client/common.c:1169
msgid "Privileged socket has wrong ownership or permissions."
msgstr ""
#: src/sss_client/common.c:1132
#: src/sss_client/common.c:1172
msgid "Public socket has wrong ownership or permissions."
msgstr ""
#: src/sss_client/common.c:1135
#: src/sss_client/common.c:1175
msgid "Unexpected format of the server credential message."
msgstr ""
#: src/sss_client/common.c:1138
#: src/sss_client/common.c:1178
msgid "SSSD is not run by root."
msgstr "SSSD не е стартиран като root."
#: src/sss_client/common.c:1141
#: src/sss_client/common.c:1181
msgid "SSSD socket does not exist."
msgstr ""
#: src/sss_client/common.c:1144
#: src/sss_client/common.c:1184
msgid "Cannot get stat of SSSD socket."
msgstr ""
#: src/sss_client/common.c:1149
#: src/sss_client/common.c:1189
msgid "An error occurred, but no description can be found."
msgstr "Възникнала е грешка, но не може да се намери описание."
#: src/sss_client/common.c:1155
#: src/sss_client/common.c:1195
msgid "Unexpected error while looking for an error description"
msgstr "Неочаквана грешка при търсене на описание на грешка"
......
......@@ -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: 2023-09-07 11:48+0200\n"
"POT-Creation-Date: 2023-11-13 11:54+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/"
......@@ -2080,35 +2080,35 @@ msgstr ""
msgid "Domain of the information provider (mandatory)"
msgstr "Domini del proveïdor d'informació (obligatori)"
#: src/sss_client/common.c:1129
#: src/sss_client/common.c:1169
msgid "Privileged socket has wrong ownership or permissions."
msgstr "El sòcol amb privilegis té malament els permisos o el propietari."
#: src/sss_client/common.c:1132
#: src/sss_client/common.c:1172
msgid "Public socket has wrong ownership or permissions."
msgstr "El sòcol públic té malament els permisos o el propietari."
#: src/sss_client/common.c:1135
#: src/sss_client/common.c:1175
msgid "Unexpected format of the server credential message."
msgstr "Format inesperat del missatge de les credencials del servidor."
#: src/sss_client/common.c:1138
#: src/sss_client/common.c:1178
msgid "SSSD is not run by root."
msgstr "L'SSSD no s'està executant com a root."
#: src/sss_client/common.c:1141
#: src/sss_client/common.c:1181
msgid "SSSD socket does not exist."
msgstr ""
#: src/sss_client/common.c:1144
#: src/sss_client/common.c:1184
msgid "Cannot get stat of SSSD socket."
msgstr ""
#: src/sss_client/common.c:1149
#: src/sss_client/common.c:1189
msgid "An error occurred, but no description can be found."
msgstr "S'ha produït un error però no s'ha pogut trobar cap descripció."
#: src/sss_client/common.c:1155
#: src/sss_client/common.c:1195
msgid "Unexpected error while looking for an error description"
msgstr "Error inesperat en cercar una descripció de l'error"
......
......@@ -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: 2023-09-07 11:48+0200\n"
"POT-Creation-Date: 2023-11-13 11:54+0100\n"
"PO-Revision-Date: 2023-04-08 20:20+0000\n"
"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>\n"
"Language-Team: Czech <https://translate.fedoraproject.org/projects/sssd/sssd-"
......@@ -2112,35 +2112,35 @@ msgstr "set_debug_file_from_fd se nezdařilo.\n"
msgid "Domain of the information provider (mandatory)"
msgstr "Doména poskytovatele informace (povinné)"
#: src/sss_client/common.c:1129
#: src/sss_client/common.c:1169
msgid "Privileged socket has wrong ownership or permissions."
msgstr "Privilegovaný soket má nesprávné vlastnictví nebo oprávnění."
#: src/sss_client/common.c:1132
#: src/sss_client/common.c:1172
msgid "Public socket has wrong ownership or permissions."
msgstr "Veřejný soket má chybné vlastnictví nebo oprávnění."
#: src/sss_client/common.c:1135
#: src/sss_client/common.c:1175
msgid "Unexpected format of the server credential message."
msgstr "Neočekávaný formát zprávy o pověřeních serveru."
#: src/sss_client/common.c:1138
#: src/sss_client/common.c:1178
msgid "SSSD is not run by root."
msgstr "SSSD není spouštěno správcem."
#: src/sss_client/common.c:1141
#: src/sss_client/common.c:1181
msgid "SSSD socket does not exist."
msgstr "SSSD soket neexistuje."
#: src/sss_client/common.c:1144
#: src/sss_client/common.c:1184
msgid "Cannot get stat of SSSD socket."
msgstr "Nedaří se získat stav SSSD soketu."
#: src/sss_client/common.c:1149
#: src/sss_client/common.c:1189
msgid "An error occurred, but no description can be found."
msgstr "Došlo k chybě, ale nedaří se najít popis."
#: src/sss_client/common.c:1155
#: src/sss_client/common.c:1195
msgid "Unexpected error while looking for an error description"
msgstr "Neočekávaná chyba při hledání popisu chyby"
......
......@@ -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: 2023-09-07 11:48+0200\n"
"POT-Creation-Date: 2023-11-13 11:54+0100\n"
"PO-Revision-Date: 2022-07-01 09:40+0000\n"
"Last-Translator: Joachim Philipp <joachim.philipp@gmail.com>\n"
"Language-Team: German <https://translate.fedoraproject.org/projects/sssd/"
......@@ -2062,36 +2062,36 @@ msgstr ""
msgid "Domain of the information provider (mandatory)"
msgstr "Domain des Informationsanbieters (obligatorisch)"
#: src/sss_client/common.c:1129
#: src/sss_client/common.c:1169
msgid "Privileged socket has wrong ownership or permissions."
msgstr "Privilegierter Socket hat falsche Eigentums- oder Zugriffsrechte."
#: src/sss_client/common.c:1132
#: src/sss_client/common.c:1172
msgid "Public socket has wrong ownership or permissions."
msgstr "Öffentlicher Socket hat falsche Eigentums- oder Zugriffsrechte."
#: src/sss_client/common.c:1135
#: src/sss_client/common.c:1175
msgid "Unexpected format of the server credential message."
msgstr "Unerwartetes Format der Server-Anmeldenachricht."
#: src/sss_client/common.c:1138
#: src/sss_client/common.c:1178
msgid "SSSD is not run by root."
msgstr "SSSD wird nicht durch Root ausgeführt."
#: src/sss_client/common.c:1141
#: src/sss_client/common.c:1181
msgid "SSSD socket does not exist."
msgstr ""
#: src/sss_client/common.c:1144
#: src/sss_client/common.c:1184
msgid "Cannot get stat of SSSD socket."
msgstr ""
#: src/sss_client/common.c:1149
#: src/sss_client/common.c:1189
msgid "An error occurred, but no description can be found."
msgstr ""
"Ein Fehler ist aufgetreten, aber es kann keine Beschreibung gefunden werden."
#: src/sss_client/common.c:1155
#: src/sss_client/common.c:1195
msgid "Unexpected error while looking for an error description"
msgstr "Unerwarteter Fehler beim Suchen nach einer Fehlerbeschreibung"
......
......@@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: sssd-devel@lists.fedorahosted.org\n"
"POT-Creation-Date: 2023-09-07 11:48+0200\n"
"POT-Creation-Date: 2023-11-13 11:54+0100\n"
"PO-Revision-Date: 2022-09-11 10:19+0000\n"
"Last-Translator: Emilio Herrera <ehespinosa57@gmail.com>\n"
"Language-Team: Spanish <https://translate.fedoraproject.org/projects/sssd/"
......@@ -2176,35 +2176,35 @@ msgstr "set_debug_file_from_fd falló.\n"
msgid "Domain of the information provider (mandatory)"
msgstr "Dominio del proveedor de información (obligatorio)"
#: src/sss_client/common.c:1129
#: src/sss_client/common.c:1169
msgid "Privileged socket has wrong ownership or permissions."
msgstr "El zócalo privilegiado posee permisos o pertenencia equivocados."
#: src/sss_client/common.c:1132
#: src/sss_client/common.c:1172
msgid "Public socket has wrong ownership or permissions."
msgstr "El zócalo público posee permisos o pertenencia equivocados."
#: src/sss_client/common.c:1135
#: src/sss_client/common.c:1175
msgid "Unexpected format of the server credential message."
msgstr "Formato no esperado del mensaje de la credencial del servidor."
#: src/sss_client/common.c:1138
#: src/sss_client/common.c:1178
msgid "SSSD is not run by root."
msgstr "SSSD no está siendo ejecutado por el usuario root."
#: src/sss_client/common.c:1141
#: src/sss_client/common.c:1181
msgid "SSSD socket does not exist."
msgstr "El socket SSSD no existe."
#: src/sss_client/common.c:1144
#: src/sss_client/common.c:1184
msgid "Cannot get stat of SSSD socket."
msgstr "No se pueden obtener estadísticas del socket SSSD."
#: src/sss_client/common.c:1149
#: src/sss_client/common.c:1189
msgid "An error occurred, but no description can be found."
msgstr "Ha ocurrido un error, pero no se ha podido encontrar una descripción."
#: src/sss_client/common.c:1155
#: src/sss_client/common.c:1195
msgid "Unexpected error while looking for an error description"
msgstr ""
"Ha ocurrido un error no esperado mientras se buscaba la descripción del error"
......
......@@ -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: 2023-09-07 11:48+0200\n"
"POT-Creation-Date: 2023-11-13 11:54+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/"
......@@ -1953,35 +1953,35 @@ msgstr ""
msgid "Domain of the information provider (mandatory)"
msgstr ""
#: src/sss_client/common.c:1129
#: src/sss_client/common.c:1169
msgid "Privileged socket has wrong ownership or permissions."
msgstr ""
#: src/sss_client/common.c:1132
#: src/sss_client/common.c:1172
msgid "Public socket has wrong ownership or permissions."
msgstr ""
#: src/sss_client/common.c:1135
#: src/sss_client/common.c:1175
msgid "Unexpected format of the server credential message."
msgstr ""
#: src/sss_client/common.c:1138
#: src/sss_client/common.c:1178
msgid "SSSD is not run by root."
msgstr ""
#: src/sss_client/common.c:1141
#: src/sss_client/common.c:1181
msgid "SSSD socket does not exist."
msgstr ""
#: src/sss_client/common.c:1144
#: src/sss_client/common.c:1184
msgid "Cannot get stat of SSSD socket."
msgstr ""
#: src/sss_client/common.c:1149
#: src/sss_client/common.c:1189
msgid "An error occurred, but no description can be found."
msgstr ""
#: src/sss_client/common.c:1155
#: src/sss_client/common.c:1195
msgid "Unexpected error while looking for an error description"
msgstr ""
......
......@@ -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: 2023-09-07 11:48+0200\n"
"POT-Creation-Date: 2023-11-13 11:54+0100\n"
"PO-Revision-Date: 2023-02-26 20:20+0000\n"
"Last-Translator: Jan Kuparinen <copper_fin@hotmail.com>\n"
"Language-Team: Finnish <https://translate.fedoraproject.org/projects/sssd/"
......@@ -168,9 +168,8 @@ msgstr ""
"prosesseissa."
#: src/config/SSSDConfig/sssdoptions.py:58
#, fuzzy
msgid "Tune passkey verification behavior"
msgstr "Viritä varmenteen vahvistus"
msgstr "Säädä salasanan vahvistuskäyttäytymistä"
#: src/config/SSSDConfig/sssdoptions.py:61
msgid "Enumeration cache timeout length (seconds)"
......@@ -1973,35 +1972,35 @@ msgstr ""
msgid "Domain of the information provider (mandatory)"
msgstr ""
#: src/sss_client/common.c:1129
#: src/sss_client/common.c:1169
msgid "Privileged socket has wrong ownership or permissions."
msgstr ""
#: src/sss_client/common.c:1132
#: src/sss_client/common.c:1172
msgid "Public socket has wrong ownership or permissions."
msgstr ""
#: src/sss_client/common.c:1135
#: src/sss_client/common.c:1175
msgid "Unexpected format of the server credential message."
msgstr ""
#: src/sss_client/common.c:1138
#: src/sss_client/common.c:1178
msgid "SSSD is not run by root."
msgstr ""
#: src/sss_client/common.c:1141
#: src/sss_client/common.c:1181
msgid "SSSD socket does not exist."
msgstr ""
#: src/sss_client/common.c:1144
#: src/sss_client/common.c:1184
msgid "Cannot get stat of SSSD socket."
msgstr ""
#: src/sss_client/common.c:1149
#: src/sss_client/common.c:1189
msgid "An error occurred, but no description can be found."
msgstr ""
#: src/sss_client/common.c:1155
#: src/sss_client/common.c:1195
msgid "Unexpected error while looking for an error description"
msgstr ""
......@@ -2081,7 +2080,7 @@ msgstr ""
#: src/sss_client/pam_sss.c:835 src/sss_client/pam_sss.c:848
msgid "Password change failed. "
msgstr ""
msgstr "Salasanan vaihtaminen epäonnistui. "
#: src/sss_client/pam_sss.c:1819
#, c-format
......
......@@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: sssd-devel@lists.fedorahosted.org\n"
"POT-Creation-Date: 2023-09-07 11:48+0200\n"
"POT-Creation-Date: 2023-11-13 11:54+0100\n"
"PO-Revision-Date: 2023-06-10 12:20+0000\n"
"Last-Translator: Ludek Janda <ljanda@redhat.com>\n"
"Language-Team: French <https://translate.fedoraproject.org/projects/sssd/"
......@@ -2187,37 +2187,37 @@ msgstr "Échec de set_debug_file_from_fd.\n"
msgid "Domain of the information provider (mandatory)"
msgstr "Domaine du fournisseur d'informations (obligatoire)"
#: src/sss_client/common.c:1129
#: src/sss_client/common.c:1169
msgid "Privileged socket has wrong ownership or permissions."
msgstr ""
"Le socket privilégié a de mauvaises permissions ou un mauvais propriétaire."
#: src/sss_client/common.c:1132
#: src/sss_client/common.c:1172
msgid "Public socket has wrong ownership or permissions."
msgstr ""
"Le socket public a de mauvaises permissions ou un mauvais propriétaire."
#: src/sss_client/common.c:1135
#: src/sss_client/common.c:1175
msgid "Unexpected format of the server credential message."
msgstr "Le message du serveur de crédits a un format inattendu."
#: src/sss_client/common.c:1138
#: src/sss_client/common.c:1178
msgid "SSSD is not run by root."
msgstr "SSSD n'est pas démarré par root."
#: src/sss_client/common.c:1141
#: src/sss_client/common.c:1181
msgid "SSSD socket does not exist."
msgstr "La socket SSSD n'existe pas."
#: src/sss_client/common.c:1144
#: src/sss_client/common.c:1184
msgid "Cannot get stat of SSSD socket."
msgstr "Impossible d'obtenir le stat du socket SSSD."
#: src/sss_client/common.c:1149
#: src/sss_client/common.c:1189
msgid "An error occurred, but no description can be found."
msgstr "Une erreur est survenue mais aucune description n'est trouvée."
#: src/sss_client/common.c:1155
#: src/sss_client/common.c:1195
msgid "Unexpected error while looking for an error description"
msgstr "Erreur inattendue lors de la recherche de la description de l'erreur"
......
......@@ -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: 2023-09-07 11:48+0200\n"
"POT-Creation-Date: 2023-11-13 11:54+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/"
......@@ -1956,35 +1956,35 @@ msgstr ""
msgid "Domain of the information provider (mandatory)"
msgstr ""
#: src/sss_client/common.c:1129
#: src/sss_client/common.c:1169
msgid "Privileged socket has wrong ownership or permissions."
msgstr ""
#: src/sss_client/common.c:1132
#: src/sss_client/common.c:1172
msgid "Public socket has wrong ownership or permissions."
msgstr ""
#: src/sss_client/common.c:1135
#: src/sss_client/common.c:1175
msgid "Unexpected format of the server credential message."
msgstr ""
#: src/sss_client/common.c:1138
#: src/sss_client/common.c:1178
msgid "SSSD is not run by root."
msgstr "Az SSSD nem root-ként fut."
#: src/sss_client/common.c:1141
#: src/sss_client/common.c:1181
msgid "SSSD socket does not exist."
msgstr ""
#: src/sss_client/common.c:1144
#: src/sss_client/common.c:1184
msgid "Cannot get stat of SSSD socket."
msgstr ""
#: src/sss_client/common.c:1149
#: src/sss_client/common.c:1189
msgid "An error occurred, but no description can be found."
msgstr "Hiba lépett fel, de nem érhetőek el részletek."
#: src/sss_client/common.c:1155
#: src/sss_client/common.c:1195
msgid "Unexpected error while looking for an error description"
msgstr ""
......
......@@ -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: 2023-09-07 11:48+0200\n"
"POT-Creation-Date: 2023-11-13 11:54+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/"
......@@ -1953,35 +1953,35 @@ msgstr ""
msgid "Domain of the information provider (mandatory)"
msgstr ""
#: src/sss_client/common.c:1129
#: src/sss_client/common.c:1169
msgid "Privileged socket has wrong ownership or permissions."
msgstr ""
#: src/sss_client/common.c:1132
#: src/sss_client/common.c:1172
msgid "Public socket has wrong ownership or permissions."
msgstr ""
#: src/sss_client/common.c:1135
#: src/sss_client/common.c:1175
msgid "Unexpected format of the server credential message."
msgstr ""
#: src/sss_client/common.c:1138
#: src/sss_client/common.c:1178
msgid "SSSD is not run by root."
msgstr ""
#: src/sss_client/common.c:1141
#: src/sss_client/common.c:1181
msgid "SSSD socket does not exist."
msgstr ""
#: src/sss_client/common.c:1144
#: src/sss_client/common.c:1184
msgid "Cannot get stat of SSSD socket."
msgstr ""
#: src/sss_client/common.c:1149
#: src/sss_client/common.c:1189
msgid "An error occurred, but no description can be found."
msgstr ""
#: src/sss_client/common.c:1155
#: src/sss_client/common.c:1195
msgid "Unexpected error while looking for an error description"
msgstr ""
......