commit pam-config for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pam-config for openSUSE:Factory checked in at 2023-10-01 21:21:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pam-config (Old) and /work/SRC/openSUSE:Factory/.pam-config.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "pam-config" Sun Oct 1 21:21:54 2023 rev:97 rq:1114381 version:2.9 Changes: -------- --- /work/SRC/openSUSE:Factory/pam-config/pam-config.changes 2023-09-08 21:15:06.169530908 +0200 +++ /work/SRC/openSUSE:Factory/.pam-config.new.28202/pam-config.changes 2023-10-01 21:22:07.456250278 +0200 @@ -1,0 +2,6 @@ +Fri Sep 29 12:56:23 UTC 2023 - Thorsten Kukuk <kukuk@suse.com> + +- Update to version 2.9 + - Add support for kanidm + +------------------------------------------------------------------- Old: ---- pam-config-2.8.tar.xz New: ---- pam-config-2.9.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam-config.spec ++++++ --- /var/tmp/diff_new_pack.OFsQFO/_old 2023-10-01 21:22:09.296316859 +0200 +++ /var/tmp/diff_new_pack.OFsQFO/_new 2023-10-01 21:22:09.312317438 +0200 @@ -17,7 +17,7 @@ Name: pam-config -Version: 2.8 +Version: 2.9 Release: 0 Summary: Utility to modify common PAM configuration files License: GPL-2.0-only ++++++ pam-config-2.8.tar.xz -> pam-config-2.9.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/NEWS new/pam-config-2.9/NEWS --- old/pam-config-2.8/NEWS 2023-09-08 10:58:44.000000000 +0200 +++ new/pam-config-2.9/NEWS 2023-09-29 15:02:02.000000000 +0200 @@ -4,6 +4,9 @@ Please enter bug reports at https://github.com/SUSE/pam-config/issues +Version 2.9 +* Add support for kanidm + Version 2.8 * Replace aad PAM module with himmelblau diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/README new/pam-config-2.9/README --- old/pam-config-2.8/README 2022-02-07 15:06:53.000000000 +0100 +++ new/pam-config-2.9/README 2023-09-29 10:24:16.000000000 +0200 @@ -1,6 +1,22 @@ +# pam-config + pam-config is a command line utility to maintain the common PAM configuration files included by most PAM application configuration files. It can be used to configure a system for different network or hardware based authentication schemes. pam-config can also add/adjust/remove other PAM modules and their options. +## Contributing + +```bash +sudo zypper install autoconf make gcc autogen gettext-tools +``` + +```bash +cd pam-config +./autogen.sh +./configure --help +./configure --prefix=/tmp/pam-config +make +``` + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/configure new/pam-config-2.9/configure --- old/pam-config-2.8/configure 2023-09-08 10:59:01.000000000 +0200 +++ new/pam-config-2.9/configure 2023-09-29 15:02:26.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for pam-config 2.8. +# Generated by GNU Autoconf 2.69 for pam-config 2.9. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -577,8 +577,8 @@ # Identity of this package. PACKAGE_NAME='pam-config' PACKAGE_TARNAME='pam-config' -PACKAGE_VERSION='2.8' -PACKAGE_STRING='pam-config 2.8' +PACKAGE_VERSION='2.9' +PACKAGE_STRING='pam-config 2.9' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1305,7 +1305,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures pam-config 2.8 to adapt to many kinds of systems. +\`configure' configures pam-config 2.9 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1375,7 +1375,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of pam-config 2.8:";; + short | recursive ) echo "Configuration of pam-config 2.9:";; esac cat <<\_ACEOF @@ -1479,7 +1479,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -pam-config configure 2.8 +pam-config configure 2.9 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1844,7 +1844,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by pam-config $as_me 2.8, which was +It was created by pam-config $as_me 2.9, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2708,7 +2708,7 @@ # Define the identity of the package. PACKAGE='pam-config' - VERSION='2.8' + VERSION='2.9' cat >>confdefs.h <<_ACEOF @@ -8763,7 +8763,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by pam-config $as_me 2.8, which was +This file was extended by pam-config $as_me 2.9, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8829,7 +8829,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -pam-config config.status 2.8 +pam-config config.status 2.9 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/configure.ac new/pam-config-2.9/configure.ac --- old/pam-config-2.8/configure.ac 2023-09-08 10:58:53.000000000 +0200 +++ new/pam-config-2.9/configure.ac 2023-09-29 15:02:02.000000000 +0200 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([pam-config],[2.8]) +AC_INIT([pam-config],[2.9]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/pam-config.c]) AM_CONFIG_HEADER(config.h) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/Makefile.in.in new/pam-config-2.9/po/Makefile.in.in --- old/pam-config-2.8/po/Makefile.in.in 2023-09-08 10:58:57.000000000 +0200 +++ new/pam-config-2.9/po/Makefile.in.in 2023-09-29 10:24:16.000000000 +0200 @@ -7,7 +7,7 @@ # notice and this notice are preserved. This file is offered as-is, # without any warranty. # -# Origin: gettext-0.20.2 +# Origin: gettext-0.21 GETTEXT_MACRO_VERSION = 0.20 PACKAGE = @PACKAGE@ @@ -415,12 +415,17 @@ @$(MAKE) dist2 # This is a separate target because 'update-po' must be executed before. dist2: $(srcdir)/stamp-po $(DISTFILES) - dists="$(DISTFILES)"; \ + @dists="$(DISTFILES)"; \ if test "$(PACKAGE)" = "gettext-tools"; then \ dists="$$dists Makevars.template"; \ fi; \ if test -f $(srcdir)/$(DOMAIN).pot; then \ dists="$$dists $(DOMAIN).pot stamp-po"; \ + else \ + case $(XGETTEXT) in \ + :) echo "Warning: Creating a tarball without '$(DOMAIN).pot', because a suitable 'xgettext' program was not found in PATH." 1>&2;; \ + *) echo "Warning: Creating a tarball without '$(DOMAIN).pot', because 'xgettext' found no strings to extract. Check the contents of the POTFILES.in file and the XGETTEXT_OPTIONS in the Makevars file." 1>&2;; \ + esac; \ fi; \ if test -f $(srcdir)/ChangeLog; then \ dists="$$dists ChangeLog"; \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/af.po new/pam-config-2.9/po/af.po --- old/pam-config-2.8/po/af.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/af.po 2023-09-29 15:02:02.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: installation\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2006-11-03 14:26\n" "Last-Translator: Novell Language <language@novell.com>\n" "Language-Team: Novell Language <language@novell.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/ar.po new/pam-config-2.9/po/ar.po --- old/pam-config-2.8/po/ar.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/ar.po 2023-09-29 15:02:02.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2001-07-13 15:36+0200\n" "Last-Translator: Ghayss Tarraf <jodi@suse.de>\n" "Language-Team: Arabic <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/bg.po new/pam-config-2.9/po/bg.po --- old/pam-config-2.8/po/bg.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/bg.po 2023-09-29 15:02:02.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2009-10-15 15:55+0300\n" "Last-Translator: Borislav Mitev <morbid_viper@tkzs.org>\n" "Language-Team: Bulgarian <bg@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/bn.po new/pam-config-2.9/po/bn.po --- old/pam-config-2.8/po/bn.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/bn.po 2023-09-29 15:02:02.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2004-08-09 10:24+0200\n" "Last-Translator: xxx <yyy@example.org>\n" "Language-Team: Bengali <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/bs.po new/pam-config-2.9/po/bs.po --- old/pam-config-2.8/po/bs.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/bs.po 2023-09-29 15:02:02.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2002-07-23 18:27+0200\n" "Last-Translator: Damir Bjelobradic <Nagual@lugbih.org>\n" "Language-Team: Bosnian <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/ca.po new/pam-config-2.9/po/ca.po --- old/pam-config-2.8/po/ca.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/ca.po 2023-09-29 15:02:02.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2002-02-08 15:47+0100\n" "Last-Translator: Jaume Badiella <myotis@drac.com>\n" "Language-Team: Catalan\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/cs.po new/pam-config-2.9/po/cs.po --- old/pam-config-2.8/po/cs.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/cs.po 2023-09-29 15:02:02.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2010-05-30 12:19+0200\n" "Last-Translator: Vojtěch Zeisek <Vojtech.Zeisek@opensuse.org>\n" "Language-Team: Czech <opensuse-translation@opensuse.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/cy.po new/pam-config-2.9/po/cy.po --- old/pam-config-2.8/po/cy.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/cy.po 2023-09-29 15:02:02.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2003-09-23 10:33+0200\n" "Last-Translator: Kevin Donnelly <kevin@dotmon.com>\n" "Language-Team: Welsh <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/da.po new/pam-config-2.9/po/da.po --- old/pam-config-2.8/po/da.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/da.po 2023-09-29 15:02:02.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2010-05-11 10:34+0200\n" "Last-Translator: Martin Schlander <mschlander@opensuse.org>\n" "Language-Team: Danish <opensuse-translation@opensuse.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/de.po new/pam-config-2.9/po/de.po --- old/pam-config-2.8/po/de.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/de.po 2023-09-29 15:02:02.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config.de\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2009-08-20 21:23+0200\n" "Last-Translator: Hermann-Josef Beckers <hj.beckers@onlinehome.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/el.po new/pam-config-2.9/po/el.po --- old/pam-config-2.8/po/el.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/el.po 2023-09-29 15:02:02.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config.el\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2008-06-06 01:04+0100\n" "Last-Translator: Vasileios Giannakopoulos <billg@billg.gr>\n" "Language-Team: Ελληνικά <billg@billg.gr>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/en_GB.po new/pam-config-2.9/po/en_GB.po --- old/pam-config-2.8/po/en_GB.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/en_GB.po 2023-09-29 15:02:02.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2007-08-19 15:10+0100\n" "Last-Translator: Benjamin Weber <b.weber@warwick.ac.uk>\n" "Language-Team: <en@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/en_US.po new/pam-config-2.9/po/en_US.po --- old/pam-config-2.8/po/en_US.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/en_US.po 2023-09-29 15:02:02.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2005-11-08 12:26+8\n" "Last-Translator: Steve Beattie <steve@immunix.com>\n" "Language-Team: English\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/es.po new/pam-config-2.9/po/es.po --- old/pam-config-2.8/po/es.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/es.po 2023-09-29 15:02:02.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2009-12-28 00:19-0300\n" "Last-Translator: Ricardo Varas Santana <ricardoivaras@gmail.com>\n" "Language-Team: Spanish <opensuse-translation-es@opensuse.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/et.po new/pam-config-2.9/po/et.po --- old/pam-config-2.8/po/et.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/et.po 2023-09-29 15:02:02.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config.et\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2007-07-20 09:39+0300\n" "Last-Translator: Ain Vagula <avagula@gmail.com>\n" "Language-Team: Estonian <linux-ee@lists.eenet.ee>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/fi.po new/pam-config-2.9/po/fi.po --- old/pam-config-2.8/po/fi.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/fi.po 2023-09-29 15:02:02.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: pam-config.fi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2010-04-10 21:36+0300\n" "Last-Translator: Jyri Palokangas <jmp@opensuse.org>\n" "Language-Team: TRANSLATIONS <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/fr.po new/pam-config-2.9/po/fr.po --- old/pam-config-2.8/po/fr.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/fr.po 2023-09-29 15:02:02.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2010-05-05 21:07+0100\n" "Last-Translator: Guillaume GARDET <guillaume.gardet@free.fr>\n" "Language-Team: French <opensuse-fr@opensuse.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/gl.po new/pam-config-2.9/po/gl.po --- old/pam-config-2.8/po/gl.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/gl.po 2023-09-29 15:02:02.000000000 +0200 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2009-12-02 21:03+0100\n" "Last-Translator: Óscar Abilleira Muñiz <oscar_abilleira@edu.xunta.es>\n" "Language-Team: Galician <proxecto@trasno.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/gu.po new/pam-config-2.9/po/gu.po --- old/pam-config-2.8/po/gu.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/gu.po 2023-09-29 15:02:02.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2005-07-29 15:37+0530\n" "Last-Translator: i18n@suse.de\n" "Language-Team: Gujarati <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/he.po new/pam-config-2.9/po/he.po --- old/pam-config-2.8/po/he.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/he.po 2023-09-29 15:02:02.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2004-08-09 10:24+0200\n" "Last-Translator: xxx <yyy@example.org>\n" "Language-Team: Hebrew <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/hi.po new/pam-config-2.9/po/hi.po --- old/pam-config-2.8/po/hi.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/hi.po 2023-09-29 15:02:02.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config.hi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2007-08-24 20:43+0530\n" "Last-Translator: Sangeeta Kumari <k.sangeeta09@gmail.com>\n" "Language-Team: Hindi <en@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/hr.po new/pam-config-2.9/po/hr.po --- old/pam-config-2.8/po/hr.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/hr.po 2023-09-29 15:02:02.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2008-06-03 21:52+0100\n" "Last-Translator: Krešimir Jozić <kjozic@gmail.com>\n" "Language-Team: Croatian <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/hu.po new/pam-config-2.9/po/hu.po --- old/pam-config-2.8/po/hu.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/hu.po 2023-09-29 15:02:02.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: pam-config.hu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2010-03-18 11:40+0100\n" "Last-Translator: Kalman Kemenczy <kkemenczy@novell.com>\n" "Language-Team: collection <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/id.po new/pam-config-2.9/po/id.po --- old/pam-config-2.8/po/id.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/id.po 2023-09-29 15:02:02.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2002-10-08 13:38+0200\n" "Last-Translator: I Made Wiryana <made@nakula.rvs.uni-bielefeld.de>\n" "Language-Team: Indonesian <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/it.po new/pam-config-2.9/po/it.po --- old/pam-config-2.8/po/it.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/it.po 2023-09-29 15:02:02.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config.it\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2010-04-08 12:24+0100\n" "Last-Translator: Andrea Florio <andrea@opensuse.org>\n" "Language-Team: Italian <it@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/ja.po new/pam-config-2.9/po/ja.po --- old/pam-config-2.8/po/ja.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/ja.po 2023-09-29 15:02:02.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2010-03-10 16:13+0900\n" "Last-Translator: Yasuhiko Kamata <belphegor@belbel.or.jp>\n" "Language-Team: Japanese <opensuse-ja@opensuse.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/ka.po new/pam-config-2.9/po/ka.po --- old/pam-config-2.8/po/ka.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/ka.po 2023-09-29 15:02:02.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2005-05-18 10:33+0200\n" "Last-Translator: Aiet Kolkhi <aiet@qartuli.net>\n" "Language-Team: Georgian <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/km.po new/pam-config-2.9/po/km.po --- old/pam-config-2.8/po/km.po 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/km.po 2023-09-29 15:02:02.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2010-07-07 10:14+0700\n" "Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n" "Language-Team: Khmer <support@khmeros.info>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/ko.po new/pam-config-2.9/po/ko.po --- old/pam-config-2.8/po/ko.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/ko.po 2023-09-29 15:02:02.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: pam-config.ko\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2009-10-23 02:32+0900\n" "Last-Translator: Yunseok Choi <xein@naver.com>\n" "Language-Team: Korean <xein@naver.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/lo.po new/pam-config-2.9/po/lo.po --- old/pam-config-2.8/po/lo.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/lo.po 2023-09-29 15:02:02.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2006-01-04 08:58+0100\n" "Last-Translator: i18n@suse.de\n" "Language-Team: Lao <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/lt.po new/pam-config-2.9/po/lt.po --- old/pam-config-2.8/po/lt.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/lt.po 2023-09-29 15:02:02.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: pam-config.lt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2010-07-29 21:09+0300\n" "Last-Translator: Mindaugas Baranauskas <embar@users.berlios.de>\n" "Language-Team: Lithuanian <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/mk.po new/pam-config-2.9/po/mk.po --- old/pam-config-2.8/po/mk.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/mk.po 2023-09-29 15:02:02.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2001-07-17 16:12+0200\n" "Last-Translator: Зоран Димовски <zoki.dimovski@gmail.com>\n" "Language-Team: Macedonian <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/mr.po new/pam-config-2.9/po/mr.po --- old/pam-config-2.8/po/mr.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/mr.po 2023-09-29 15:02:02.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2005-07-29 15:37+0530\n" "Last-Translator: \"( अमेय पाळंदे ) Ameya Palande\" <2ameya@gmail.com>\n" "Language-Team: Marathi <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/nb.po new/pam-config-2.9/po/nb.po --- old/pam-config-2.8/po/nb.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/nb.po 2023-09-29 15:02:02.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2008-10-22 21:42+0200\n" "Last-Translator: Olav P. <olav.pet@gmail.com>\n" "Language-Team: Norwegian Bokmål <>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/nl.po new/pam-config-2.9/po/nl.po --- old/pam-config-2.8/po/nl.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/nl.po 2023-09-29 15:02:02.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: pam-config.nl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2010-04-05 11:30+0200\n" "Last-Translator: Freek de Kruijf <freek@opensuse.org>\n" "Language-Team: Dutch <yast-nl-l10n@lists.sf.kovoks.nl>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/pa.po new/pam-config-2.9/po/pa.po --- old/pam-config-2.8/po/pa.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/pa.po 2023-09-29 15:02:02.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: pam-config.pa\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2007-08-21 23:07+0530\n" "Last-Translator: A S Alam <aalam@users.sf.net>\n" "Language-Team: Panjabi <punjabi-l10n@lists.sf.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/pam-config.pot new/pam-config-2.9/po/pam-config.pot --- old/pam-config-2.8/po/pam-config.pot 2023-09-08 10:59:18.000000000 +0200 +++ new/pam-config-2.9/po/pam-config.pot 2023-09-29 13:40:40.000000000 +0200 @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pam-config 2.8\n" +"Project-Id-Version: pam-config 2.9\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/pl.po new/pam-config-2.9/po/pl.po --- old/pam-config-2.8/po/pl.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/pl.po 2023-09-29 15:02:02.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2010-05-24 03:00+0200\n" "Last-Translator: Mariusz Fik <fisiu@opensuse.org>\n" "Language-Team: Polish <opensuse-pl@opensuse.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/pt.po new/pam-config-2.9/po/pt.po --- old/pam-config-2.8/po/pt.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/pt.po 2023-09-29 15:02:02.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: pam-config.pt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2008-10-18 22:01+0100\n" "Last-Translator: Carlos Gonçalves <cgoncalves@opensuse.org>\n" "Language-Team: Portuguese <opensuse-pt@opensuse.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/pt_BR.po new/pam-config-2.9/po/pt_BR.po --- old/pam-config-2.8/po/pt_BR.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/pt_BR.po 2023-09-29 15:02:02.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2009-12-01 16:03-0300\n" "Last-Translator: Luiz Fernando Ranghetti <elchevive@opensuse.org>\n" "Language-Team: Brazilian Portuguese <kde-i18n-pt_BR@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/ro.po new/pam-config-2.9/po/ro.po --- old/pam-config-2.8/po/ro.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/ro.po 2023-09-29 15:02:02.000000000 +0200 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: openSUSE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2010-04-30 16:32+0300\n" "Last-Translator: Lucian Oprea <oprea.luci@gmail.com>\n" "Language-Team: Comunitatea traducatorilor openSUSE Romania. Contact: <oprea." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/ru.po new/pam-config-2.9/po/ru.po --- old/pam-config-2.8/po/ru.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/ru.po 2023-09-29 15:02:02.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: pam-config.ru\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2010-04-10 20:32+0300\n" "Last-Translator: Alexander Melentiev <alex239@gmail.com>\n" "Language-Team: Russian <opensuse-translation-ru@opensuse.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/si.po new/pam-config-2.9/po/si.po --- old/pam-config-2.8/po/si.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/si.po 2023-09-29 15:02:02.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2005-07-29 15:37+0530\n" "Last-Translator: i18n@suse.de\n" "Language-Team: Sinhala <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/sk.po new/pam-config-2.9/po/sk.po --- old/pam-config-2.8/po/sk.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/sk.po 2023-09-29 15:02:02.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2010-04-23 16:47+0100\n" "Last-Translator: Rastislav Krupanský <rastislav.krupansky@gmail.com>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/sl.po new/pam-config-2.9/po/sl.po --- old/pam-config-2.8/po/sl.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/sl.po 2023-09-29 15:02:02.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2005-08-24 17:37+0200\n" "Last-Translator: Janez Krek <janez.krek@euroteh.si>\n" "Language-Team: Slovenščina <sl@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/sr.po new/pam-config-2.9/po/sr.po --- old/pam-config-2.8/po/sr.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/sr.po 2023-09-29 15:02:02.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2005-08-03 21:03+0200\n" "Last-Translator: Данило Шеган <danilo@gnome.org>\n" "Language-Team: Serbian <novell@prevod.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/sv.po new/pam-config-2.9/po/sv.po --- old/pam-config-2.8/po/sv.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/sv.po 2023-09-29 15:02:02.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2008-11-08 17:17+0100\n" "Last-Translator: Jonas Björk <jonas@jonasbjork.net>\n" "Language-Team: svenska <sv@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/ta.po new/pam-config-2.9/po/ta.po --- old/pam-config-2.8/po/ta.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/ta.po 2023-09-29 15:02:02.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2003-08-14 10:47+0200\n" "Last-Translator: xxx <yyy@example.org>\n" "Language-Team: Tamil <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/th.po new/pam-config-2.9/po/th.po --- old/pam-config-2.8/po/th.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/th.po 2023-09-29 15:02:02.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2008-01-04 08:58+0100\n" "Last-Translator: i18n@suse.de\n" "Language-Team: Thai <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/tr.po new/pam-config-2.9/po/tr.po --- old/pam-config-2.8/po/tr.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/tr.po 2023-09-29 15:02:02.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2001-10-18 10:13+0200\n" "Last-Translator: Görkem Çetin <gorkem@gelecek.com.tr>\n" "Language-Team: turkish <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/uk.po new/pam-config-2.9/po/uk.po --- old/pam-config-2.8/po/uk.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/uk.po 2023-09-29 15:02:02.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: pam-config.uk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2008-10-22 22:51-0700\n" "Last-Translator: Ivan Petrouchtchak <fr.ivan@ukrainian-orthodox.org>\n" "Language-Team: Ukrainian <translation@linux.org.ua>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/vi.po new/pam-config-2.9/po/vi.po --- old/pam-config-2.8/po/vi.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/vi.po 2023-09-29 15:02:02.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2006-07-12 07:32+0200\n" "Last-Translator: Phan Vĩnh Thịnh <teppi82@gmail.com>\n" "Language-Team: Vietnamese <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/wa.po new/pam-config-2.9/po/wa.po --- old/pam-config-2.8/po/wa.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/wa.po 2023-09-29 15:02:02.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: yast memory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2004-04-05 17:37+0200\n" "Last-Translator: Jean Cayron <jean.cayron@gmail.com>\n" "Language-Team: Walloon <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/xh.po new/pam-config-2.9/po/xh.po --- old/pam-config-2.8/po/xh.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/xh.po 2023-09-29 15:02:02.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: base\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2006-11-03 14:26\n" "Last-Translator: Novell Language <language@novell.com>\n" "Language-Team: Novell Language <language@novell.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/zh_CN.po new/pam-config-2.9/po/zh_CN.po --- old/pam-config-2.8/po/zh_CN.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/zh_CN.po 2023-09-29 15:02:02.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2008-12-01 01:33+0800\n" "Last-Translator: Thruth Wang <wanglihao@gmail.com>\n" "Language-Team: Simplified Chinese\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/zh_TW.po new/pam-config-2.9/po/zh_TW.po --- old/pam-config-2.8/po/zh_TW.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/zh_TW.po 2023-09-29 15:02:02.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2009-09-18 21:45+0800\n" "Last-Translator: swyear <swyear@gmail.com>\n" "Language-Team: Chinese Traditional <zh@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/po/zu.po new/pam-config-2.9/po/zu.po --- old/pam-config-2.8/po/zu.po 2023-09-08 10:59:19.000000000 +0200 +++ new/pam-config-2.9/po/zu.po 2023-09-29 15:02:02.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: installation\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-08 10:59+0200\n" +"POT-Creation-Date: 2023-09-29 13:40+0200\n" "PO-Revision-Date: 2006-11-03 14:26\n" "Last-Translator: Novell Language <language@novell.com>\n" "Language-Team: Novell Language <language@novell.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/src/Makefile.am new/pam-config-2.9/src/Makefile.am --- old/pam-config-2.8/src/Makefile.am 2023-09-08 10:58:07.000000000 +0200 +++ new/pam-config-2.9/src/Makefile.am 2023-09-29 15:02:02.000000000 +0200 @@ -36,17 +36,17 @@ mod_pam_kwallet5.c mod_pam_keyinit.c mod_pam_mktemp.c \ mod_pam_pwquality.c mod_pam_u2f.c mod_pam_faildelay.c \ mod_pam_lastlog2.c mod_pam_fscrypt.c mod_pam_wtmpdb.c \ - mod_pam_himmelblau.c + mod_pam_himmelblau.c mod_pam_kanidm.c noinst_HEADERS = pam-config.h pam-module.h -if ENABLE_REGENERATE_MAN pam-config.8.xml: pam-config pam-config.8.xml-header pam-config.8.xml-footer cp $(srcdir)/pam-config.8.xml-header pam-config.8.xml chmod 644 pam-config.8.xml $(builddir)/pam-config --xmloutput >> pam-config.8.xml cat $(srcdir)/pam-config.8.xml-footer >> pam-config.8.xml +if ENABLE_REGENERATE_MAN pam-config.8: pam-config.8.xml $(XMLLINT) --nonet --xinclude --postvalid --noout $< $(XSLTPROC) -o $(builddir)/$@ --path $(builddir) --xinclude --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/src/Makefile.in new/pam-config-2.9/src/Makefile.in --- old/pam-config-2.8/src/Makefile.in 2023-09-08 10:58:59.000000000 +0200 +++ new/pam-config-2.9/src/Makefile.in 2023-09-29 15:02:26.000000000 +0200 @@ -144,7 +144,8 @@ mod_pam_mktemp.$(OBJEXT) mod_pam_pwquality.$(OBJEXT) \ mod_pam_u2f.$(OBJEXT) mod_pam_faildelay.$(OBJEXT) \ mod_pam_lastlog2.$(OBJEXT) mod_pam_fscrypt.$(OBJEXT) \ - mod_pam_wtmpdb.$(OBJEXT) mod_pam_himmelblau.$(OBJEXT) + mod_pam_wtmpdb.$(OBJEXT) mod_pam_himmelblau.$(OBJEXT) \ + mod_pam_kanidm.$(OBJEXT) pam_config_OBJECTS = $(am_pam_config_OBJECTS) pam_config_LDADD = $(LDADD) AM_V_P = $(am__v_P_@AM_V@) @@ -377,7 +378,7 @@ mod_pam_kwallet5.c mod_pam_keyinit.c mod_pam_mktemp.c \ mod_pam_pwquality.c mod_pam_u2f.c mod_pam_faildelay.c \ mod_pam_lastlog2.c mod_pam_fscrypt.c mod_pam_wtmpdb.c \ - mod_pam_himmelblau.c + mod_pam_himmelblau.c mod_pam_kanidm.c noinst_HEADERS = pam-config.h pam-module.h all: all-am @@ -393,9 +394,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits src/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu src/Makefile + $(AUTOMAKE) --gnits src/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -456,6 +457,22 @@ clean-sbinPROGRAMS: -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS) +installcheck-sbinPROGRAMS: $(sbin_PROGRAMS) + bad=0; pid=$$$$; list="$(sbin_PROGRAMS)"; for p in $$list; do \ + case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \ + *" $$p "* | *" $(srcdir)/$$p "*) continue;; \ + esac; \ + f=`echo "$$p" | \ + sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ + for opt in --help --version; do \ + if "$(DESTDIR)$(sbindir)/$$f" $$opt >c$${pid}_.out \ + 2>c$${pid}_.err </dev/null \ + && test -n "`cat c$${pid}_.out`" \ + && test -z "`cat c$${pid}_.err`"; then :; \ + else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ + done; \ + done; rm -f c$${pid}_.???; exit $$bad + pam-config$(EXEEXT): $(pam_config_OBJECTS) $(pam_config_DEPENDENCIES) $(EXTRA_pam_config_DEPENDENCIES) @rm -f pam-config$(EXEEXT) $(AM_V_CCLD)$(LINK) $(pam_config_OBJECTS) $(pam_config_LDADD) $(LIBS) @@ -488,6 +505,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_pam_google_authenticator.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_pam_group.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_pam_himmelblau.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_pam_kanidm.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_pam_keyinit.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_pam_krb5.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_pam_kwallet5.Po@am__quote@ @@ -753,7 +771,7 @@ install-ps-am: -installcheck-am: +installcheck-am: installcheck-sbinPROGRAMS maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) @@ -787,20 +805,20 @@ install-info install-info-am install-man install-man8 \ install-pdf install-pdf-am install-ps install-ps-am \ install-sbinPROGRAMS install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ - uninstall-am uninstall-man uninstall-man8 \ - uninstall-sbinPROGRAMS + installcheck-am installcheck-sbinPROGRAMS installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-man \ + uninstall-man8 uninstall-sbinPROGRAMS .PRECIOUS: Makefile -@ENABLE_REGENERATE_MAN_TRUE@pam-config.8.xml: pam-config pam-config.8.xml-header pam-config.8.xml-footer -@ENABLE_REGENERATE_MAN_TRUE@ cp $(srcdir)/pam-config.8.xml-header pam-config.8.xml -@ENABLE_REGENERATE_MAN_TRUE@ chmod 644 pam-config.8.xml -@ENABLE_REGENERATE_MAN_TRUE@ $(builddir)/pam-config --xmloutput >> pam-config.8.xml -@ENABLE_REGENERATE_MAN_TRUE@ cat $(srcdir)/pam-config.8.xml-footer >> pam-config.8.xml +pam-config.8.xml: pam-config pam-config.8.xml-header pam-config.8.xml-footer + cp $(srcdir)/pam-config.8.xml-header pam-config.8.xml + chmod 644 pam-config.8.xml + $(builddir)/pam-config --xmloutput >> pam-config.8.xml + cat $(srcdir)/pam-config.8.xml-footer >> pam-config.8.xml @ENABLE_REGENERATE_MAN_TRUE@pam-config.8: pam-config.8.xml @ENABLE_REGENERATE_MAN_TRUE@ $(XMLLINT) --nonet --xinclude --postvalid --noout $< diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/src/mod_pam_kanidm.c new/pam-config-2.9/src/mod_pam_kanidm.c --- old/pam-config-2.8/src/mod_pam_kanidm.c 1970-01-01 01:00:00.000000000 +0100 +++ new/pam-config-2.9/src/mod_pam_kanidm.c 2023-09-29 10:24:16.000000000 +0200 @@ -0,0 +1,81 @@ +/* Copyright (C) 2023 SUSE LLC + Author: William Brown <william@blackhats.net.au> + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + +#include <stdio.h> +#include <string.h> +#include <ctype.h> + +#include "pam-config.h" +#include "pam-module.h" + +static int +write_config_kanidm (pam_module_t * this, enum write_type op, FILE * fp) +{ + option_set_t *opt_set = this->get_opt_set (this, op); + + if (debug) + debug_write_call (this, op); + + if (!opt_set->is_enabled (opt_set, "is_enabled")) + return 0; + + switch (op) + { + case AUTH: + fprintf (fp, "auth\trequired\tpam_kanidm.so"); + break; + case ACCOUNT: + fprintf (fp, "account\trequired\tpam_kanidm.so"); + break; + case SESSION: + fprintf (fp, "session\toptional\tpam_kanidm.so"); + break; + case PASSWORD: + fprintf (fp, "password\tsufficient\tpam_kanidm.so "); + break; + } + + WRITE_CONFIG_OPTIONS + + return 0; +} + +GETOPT_START_ALL +GETOPT_END_ALL + +PRINT_ARGS("kanidm") +PRINT_XMLHELP("kanidm") + +/* ---- construct module object ---- */ +DECLARE_BOOL_OPTS_2 (is_enabled, debug); +DECLARE_STRING_OPTS_0; +DECLARE_OPT_SETS; + +static module_helptext_t helptext[] = {{NULL, NULL, NULL}}; + +/* at last construct the complete module object */ +pam_module_t mod_pam_kanidm = { "pam_kanidm.so", opt_sets, helptext, + &def_parse_config, + &def_print_module, + &write_config_kanidm, + &get_opt_set, + &getopt, + &print_args, + &print_xmlhelp}; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/src/mod_pam_krb5.c new/pam-config-2.9/src/mod_pam_krb5.c --- old/pam-config-2.8/src/mod_pam_krb5.c 2023-09-08 10:58:07.000000000 +0200 +++ new/pam-config-2.9/src/mod_pam_krb5.c 2023-09-29 10:24:16.000000000 +0200 @@ -30,7 +30,7 @@ write_config_krb5 (pam_module_t *this, enum write_type op, FILE *fp) { option_set_t *opt_set = this->get_opt_set (this, op); - int with_ldap, with_nam, with_sss, with_winbind, with_ccreds, with_himmelblau; + int with_ldap, with_nam, with_sss, with_winbind, with_ccreds, with_himmelblau, with_kanidm; if (debug) debug_write_call (this, op); @@ -50,6 +50,8 @@ "pam_ccreds.so", op); with_himmelblau = is_module_enabled (common_module_list, "pam_himmelblau.so", op); + with_kanidm = is_module_enabled (common_module_list, + "pam_kanidm.so", op); switch (op) { @@ -94,7 +96,7 @@ fprintf (fp, "auth\t[default=bad]\tpam_ccreds.so\taction=update\n"); } - if (op == AUTH && !(with_ldap || with_nam || with_sss || with_winbind || with_himmelblau)) + if (op == AUTH && !(with_ldap || with_nam || with_sss || with_winbind || with_himmelblau || with_kanidm)) fprintf (fp, "auth\trequired\tpam_deny.so\n"); /* ldap and nam are behind this module. We write a deny diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/src/pam-config.8 new/pam-config-2.9/src/pam-config.8 --- old/pam-config-2.8/src/pam-config.8 2023-09-08 10:59:30.000000000 +0200 +++ new/pam-config-2.9/src/pam-config.8 2023-09-29 13:40:52.000000000 +0200 @@ -2,12 +2,12 @@ .\" Title: pam-config .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 09/08/2023 +.\" Date: 09/29/2023 .\" Manual: Reference Manual .\" Source: Reference Manual .\" Language: English .\" -.TH "PAM\-CONFIG" "8" "09/08/2023" "Reference Manual" "Reference Manual" +.TH "PAM\-CONFIG" "8" "09/29/2023" "Reference Manual" "Reference Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -127,18 +127,6 @@ .PP The global modules get inserted into the common\-{account,auth,password,session} files which are included by the single service files\&. .PP -\fB\-\-himmelblau\fR -.RS 4 -Enable/Disable pam_himmelblau\&.so -.RE -.PP -\fB\-\-himmelblau\-debug\fR -.RS 4 -Add -\fBdebug\fR -option to all pam_himmelblau\&.so invocations\&. -.RE -.PP \fB\-\-access\fR .RS 4 pam_access for account access rules @@ -510,6 +498,30 @@ Enable/Disable pam_group\&.so .RE .PP +\fB\-\-himmelblau\fR +.RS 4 +Enable/Disable pam_himmelblau\&.so +.RE +.PP +\fB\-\-himmelblau\-debug\fR +.RS 4 +Add +\fBdebug\fR +option to all pam_himmelblau\&.so invocations\&. +.RE +.PP +\fB\-\-kanidm\fR +.RS 4 +Enable/Disable pam_kanidm\&.so +.RE +.PP +\fB\-\-kanidm\-debug\fR +.RS 4 +Add +\fBdebug\fR +option to all pam_kanidm\&.so invocations\&. +.RE +.PP \fB\-\-krb5\fR .RS 4 Enable/Disable pam_krb5\&.so diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/src/pam-config.8.xml new/pam-config-2.9/src/pam-config.8.xml --- old/pam-config-2.8/src/pam-config.8.xml 2023-09-08 10:59:29.000000000 +0200 +++ new/pam-config-2.9/src/pam-config.8.xml 2023-09-29 13:40:51.000000000 +0200 @@ -186,22 +186,6 @@ </para> <variablelist> <varlistentry> - <term><option>--himmelblau</option></term> - <listitem> - <para> - Enable/Disable pam_himmelblau.so - </para> - </listitem> - </varlistentry> - <varlistentry> - <term><option>--himmelblau-debug</option></term> - <listitem> - <para> - Add <option>debug</option> option to all pam_himmelblau.so invocations. - </para> - </listitem> - </varlistentry> - <varlistentry> <term><option>--access</option></term> <listitem> <para> @@ -657,6 +641,38 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term><option>--himmelblau</option></term> + <listitem> + <para> + Enable/Disable pam_himmelblau.so + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--himmelblau-debug</option></term> + <listitem> + <para> + Add <option>debug</option> option to all pam_himmelblau.so invocations. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--kanidm</option></term> + <listitem> + <para> + Enable/Disable pam_kanidm.so + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--kanidm-debug</option></term> + <listitem> + <para> + Add <option>debug</option> option to all pam_kanidm.so invocations. + </para> + </listitem> + </varlistentry> <varlistentry> <term><option>--krb5</option></term> <listitem> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/src/supported-modules.h new/pam-config-2.9/src/supported-modules.h --- old/pam-config-2.8/src/supported-modules.h 2023-09-08 10:58:07.000000000 +0200 +++ new/pam-config-2.9/src/supported-modules.h 2023-09-29 10:24:16.000000000 +0200 @@ -1,4 +1,5 @@ extern pam_module_t mod_pam_himmelblau; +extern pam_module_t mod_pam_kanidm; extern pam_module_t mod_pam_access; extern pam_module_t mod_pam_apparmor; extern pam_module_t mod_pam_ccreds; @@ -55,7 +56,6 @@ extern pam_module_t mod_pam_u2f; pam_module_t *common_module_list[] = { - &mod_pam_himmelblau, &mod_pam_access, &mod_pam_apparmor, &mod_pam_ccreds, @@ -71,6 +71,8 @@ &mod_pam_fscrypt, &mod_pam_gnome_keyring, &mod_pam_group, + &mod_pam_himmelblau, + &mod_pam_kanidm, &mod_pam_krb5, &mod_pam_kwallet5, &mod_pam_lastlog2, @@ -139,6 +141,7 @@ &mod_pam_nam, &mod_pam_winbind, &mod_pam_himmelblau, + &mod_pam_kanidm, /* Attention: if you add another module behind krb5 you MUST change mod_pam_krb5.c */ NULL diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/tests/Makefile.in new/pam-config-2.9/tests/Makefile.in --- old/pam-config-2.8/tests/Makefile.in 2023-09-08 10:58:59.000000000 +0200 +++ new/pam-config-2.9/tests/Makefile.in 2023-09-29 15:02:26.000000000 +0200 @@ -329,9 +329,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu tests/Makefile + $(AUTOMAKE) --gnits tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/tests/config/Makefile new/pam-config-2.9/tests/config/Makefile --- old/pam-config-2.8/tests/config/Makefile 2023-09-08 10:59:17.000000000 +0200 +++ new/pam-config-2.9/tests/config/Makefile 2023-09-29 15:02:29.000000000 +0200 @@ -175,10 +175,10 @@ PACKAGE = pam-config PACKAGE_BUGREPORT = PACKAGE_NAME = pam-config -PACKAGE_STRING = pam-config 2.8 +PACKAGE_STRING = pam-config 2.9 PACKAGE_TARNAME = pam-config PACKAGE_URL = -PACKAGE_VERSION = 2.8 +PACKAGE_VERSION = 2.9 PATH_SEPARATOR = : POSUB = po RANLIB = ranlib @@ -187,7 +187,7 @@ SHELL = /bin/sh STRIP = USE_NLS = yes -VERSION = 2.8 +VERSION = 2.9 XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext XGETTEXT_EXTRA_OPTIONS = @@ -258,9 +258,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/config/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/config/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu tests/config/Makefile + $(AUTOMAKE) --gnits tests/config/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/tests/config/Makefile.in new/pam-config-2.9/tests/config/Makefile.in --- old/pam-config-2.8/tests/config/Makefile.in 2023-09-08 10:58:59.000000000 +0200 +++ new/pam-config-2.9/tests/config/Makefile.in 2023-09-29 15:02:26.000000000 +0200 @@ -258,9 +258,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/config/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/config/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu tests/config/Makefile + $(AUTOMAKE) --gnits tests/config/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/tests/etc/Makefile.in new/pam-config-2.9/tests/etc/Makefile.in --- old/pam-config-2.8/tests/etc/Makefile.in 2023-09-08 10:58:59.000000000 +0200 +++ new/pam-config-2.9/tests/etc/Makefile.in 2023-09-29 15:02:26.000000000 +0200 @@ -265,9 +265,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/etc/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/etc/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu tests/etc/Makefile + $(AUTOMAKE) --gnits tests/etc/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/tests/pam-config.test/Makefile new/pam-config-2.9/tests/pam-config.test/Makefile --- old/pam-config-2.8/tests/pam-config.test/Makefile 2023-09-08 10:59:17.000000000 +0200 +++ new/pam-config-2.9/tests/pam-config.test/Makefile 2023-09-29 15:02:29.000000000 +0200 @@ -175,10 +175,10 @@ PACKAGE = pam-config PACKAGE_BUGREPORT = PACKAGE_NAME = pam-config -PACKAGE_STRING = pam-config 2.8 +PACKAGE_STRING = pam-config 2.9 PACKAGE_TARNAME = pam-config PACKAGE_URL = -PACKAGE_VERSION = 2.8 +PACKAGE_VERSION = 2.9 PATH_SEPARATOR = : POSUB = po RANLIB = ranlib @@ -187,7 +187,7 @@ SHELL = /bin/sh STRIP = USE_NLS = yes -VERSION = 2.8 +VERSION = 2.9 XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext XGETTEXT_EXTRA_OPTIONS = @@ -258,9 +258,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/pam-config.test/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/pam-config.test/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu tests/pam-config.test/Makefile + $(AUTOMAKE) --gnits tests/pam-config.test/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.8/tests/pam-config.test/Makefile.in new/pam-config-2.9/tests/pam-config.test/Makefile.in --- old/pam-config-2.8/tests/pam-config.test/Makefile.in 2023-09-08 10:58:59.000000000 +0200 +++ new/pam-config-2.9/tests/pam-config.test/Makefile.in 2023-09-29 15:02:26.000000000 +0200 @@ -258,9 +258,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/pam-config.test/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/pam-config.test/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu tests/pam-config.test/Makefile + $(AUTOMAKE) --gnits tests/pam-config.test/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \
participants (1)
-
Source-Sync