[Pkg-sssd-devel] sssd: Changes to 'debian-experimental'

Timo Aaltonen tjaalton-guest at alioth.debian.org
Fri Sep 14 08:36:22 UTC 2012


 Makefile.am                                        |   43 
 configure.ac                                       |   16 
 contrib/sssd-1.9-man-change-default-ccache.patch   |   21 
 contrib/sssd.spec.in                               |    9 
 debian/changelog                                   |    8 
 debian/patches/fix-CVE-2012-3462.diff              |   16 
 debian/patches/series                              |    2 
 debian/python-sss.install                          |    1 
 po/ca.po                                           |  521 -
 po/de.po                                           |  183 
 po/es.po                                           |  191 
 po/eu.po                                           |  180 
 po/fr.po                                           |  198 
 po/hu.po                                           |  183 
 po/id.po                                           |  186 
 po/it.po                                           |  186 
 po/ja.po                                           |  267 
 po/nb.po                                           |  183 
 po/nl.po                                           |  190 
 po/pl.po                                           |  194 
 po/pt.po                                           |  186 
 po/ru.po                                           |  186 
 po/sssd.pot                                        |  173 
 po/sv.po                                           |  186 
 po/tg.po                                           |  177 
 po/tr.po                                           |  183 
 po/uk.po                                           |  196 
 po/zh_TW.po                                        |  183 
 src/config/SSSDConfig/__init__.py.in               |    5 
 src/config/SSSDConfigTest.py                       |    5 
 src/config/etc/sssd.api.d/sssd-ipa.conf            |    6 
 src/config/etc/sssd.api.d/sssd-ldap.conf           |    7 
 src/db/sysdb.c                                     |   24 
 src/db/sysdb.h                                     |   12 
 src/db/sysdb_autofs.c                              |   20 
 src/db/sysdb_idmap.c                               |  430 -
 src/db/sysdb_ops.c                                 |  117 
 src/db/sysdb_ranges.c                              |   11 
 src/db/sysdb_selinux.c                             |  116 
 src/db/sysdb_services.c                            |   25 
 src/db/sysdb_ssh.c                                 |    6 
 src/db/sysdb_subdomains.c                          |   10 
 src/db/sysdb_sudo.c                                |   12 
 src/db/sysdb_sudo.h                                |    2 
 src/external/selinux.m4                            |    9 
 src/man/include/ldap_id_mapping.xml                |   10 
 src/man/include/ldap_search_bases.xml              |   26 
 src/man/include/ldap_search_bases_experimental.xml |   29 
 src/man/include/seealso.xml                        |    3 
 src/man/include/service_discovery.xml              |    2 
 src/man/po/br.po                                   | 8031 +++++++++++++++++++++
 src/man/po/ca.po                                   |  921 +-
 src/man/po/cs.po                                   |  883 +-
 src/man/po/es.po                                   | 1038 +-
 src/man/po/eu.po                                   |  883 +-
 src/man/po/fr.po                                   | 1277 +--
 src/man/po/ja.po                                   | 1328 +--
 src/man/po/nl.po                                   |  917 +-
 src/man/po/po4a.cfg                                |    4 
 src/man/po/pt.po                                   |  963 +-
 src/man/po/ru.po                                   |  887 +-
 src/man/po/sssd-docs.pot                           |  859 +-
 src/man/po/tg.po                                   |  887 +-
 src/man/po/uk.po                                   | 1462 +--
 src/man/sssd-ad.5.xml                              |    2 
 src/man/sssd-ipa.5.xml                             |    2 
 src/man/sssd-ldap.5.xml                            |  106 
 src/man/sssd-sudo.5.xml                            |    4 
 src/man/sssd.conf.5.xml                            |   16 
 src/monitor/monitor.c                              |   36 
 src/providers/ad/ad_common.c                       |   33 
 src/providers/ad/ad_id.c                           |   11 
 src/providers/ad/ad_id.h                           |    2 
 src/providers/ad/ad_init.c                         |    2 
 src/providers/ad/ad_opts.h                         |    2 
 src/providers/data_provider_be.c                   |  158 
 src/providers/data_provider_fo.c                   |   33 
 src/providers/dp_backend.h                         |    4 
 src/providers/fail_over.c                          |   82 
 src/providers/fail_over.h                          |    9 
 src/providers/ipa/ipa_access.c                     |    3 
 src/providers/ipa/ipa_common.c                     |   34 
 src/providers/ipa/ipa_hbac_common.c                |   10 
 src/providers/ipa/ipa_netgroups.c                  |    2 
 src/providers/ipa/ipa_opts.h                       |    2 
 src/providers/ipa/ipa_selinux.c                    |   23 
 src/providers/ipa/ipa_selinux_common.c             |   12 
 src/providers/ipa/ipa_subdomains.c                 |   23 
 src/providers/krb5/krb5_auth.c                     |   40 
 src/providers/krb5/krb5_child.c                    |  108 
 src/providers/krb5/krb5_common.c                   |   33 
 src/providers/krb5/krb5_utils.c                    |    3 
 src/providers/ldap/ldap_auth.c                     |   11 
 src/providers/ldap/ldap_common.c                   |   26 
 src/providers/ldap/ldap_common.h                   |    9 
 src/providers/ldap/ldap_id.c                       |   45 
 src/providers/ldap/ldap_id_cleanup.c               |    3 
 src/providers/ldap/ldap_id_enum.c                  |    6 
 src/providers/ldap/ldap_opts.h                     |    4 
 src/providers/ldap/sdap_async_connection.c         |   21 
 src/providers/ldap/sdap_async_groups.c             |   27 
 src/providers/ldap/sdap_async_initgroups.c         |  140 
 src/providers/ldap/sdap_async_services.c           |    5 
 src/providers/ldap/sdap_async_sudo.c               |    7 
 src/providers/ldap/sdap_async_users.c              |   13 
 src/providers/ldap/sdap_id_op.c                    |   44 
 src/providers/ldap/sdap_reinit.c                   |  309 
 src/providers/ldap/sdap_sudo.c                     |    4 
 src/providers/proxy/proxy_id.c                     |  367 
 src/providers/proxy/proxy_services.c               |  189 
 src/python/pysss.c                                 |   44 
 src/python/pysss_murmur.c                          |   69 
 src/responder/common/responder_common.c            |    1 
 src/responder/common/responder_get_domains.c       |   41 
 src/responder/nss/nsssrv_services.c                |    2 
 src/responder/pam/pamsrv_cmd.c                     |  169 
 src/responder/ssh/sshsrv_cmd.c                     |   11 
 src/responder/sudo/sudosrv_get_sudorules.c         |    1 
 src/sss_client/common.c                            |   96 
 src/sss_client/nss_group.c                         |   10 
 src/sss_client/ssh/sss_ssh_authorizedkeys.c        |   12 
 src/tests/fail_over-tests.c                        |   10 
 src/tests/pysss_murmur-test.py                     |  100 
 src/tests/sysdb-tests.c                            |    7 
 src/tools/sss_cache.c                              |    5 
 src/tools/sss_debuglevel.c                         |   10 
 src/tools/sss_groupadd.c                           |   18 
 src/tools/sss_groupmod.c                           |   17 
 src/tools/sss_seed.c                               |    5 
 src/tools/sss_useradd.c                            |   15 
 src/tools/sss_usermod.c                            |   18 
 src/util/crypto/nss/nss_hmac_sha1.c                |    4 
 src/util/murmurhash3.h                             |    2 
 src/util/sss_ldap.c                                |   26 
 src/util/sss_ssh.c                                 |   87 
 src/util/sss_ssh.h                                 |   15 
 src/util/usertools.c                               |   25 
 src/util/util.c                                    |   23 
 src/util/util.h                                    |   12 
 version.m4                                         |    2 
 140 files changed, 18518 insertions(+), 9839 deletions(-)

New commits:
commit 42cd66580ea537b62b3678909b5471f6345686aa
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Fri Sep 14 11:30:47 2012 +0300

    python-sss: Add pysss_murmur.so.

diff --git a/debian/changelog b/debian/changelog
index 2bd668a..418a813 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -70,6 +70,7 @@ sssd (1.9.0~rc1-1) UNRELEASED; urgency=low
     1.16.1~.
   * Bump libsss-sudo soname.
   * rules: Install the apparmor profile with -m644.
+  * python-sss: Add pysss_murmur.so.
 
  -- Timo Aaltonen <tjaalton at ubuntu.com>  Thu, 24 May 2012 14:46:39 +0300
 
diff --git a/debian/python-sss.install b/debian/python-sss.install
index 06992d3..76d72d9 100644
--- a/debian/python-sss.install
+++ b/debian/python-sss.install
@@ -1,2 +1,3 @@
 usr/lib/python*/dist-packages/pysss.so
+usr/lib/python*/dist-packages/pysss_murmur.so
 usr/lib/python*/dist-packages/SSSDConfig/*.py

commit f1bc38a8c9c6db5d294073c6f072fc0816243317
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Fri Sep 14 11:13:44 2012 +0300

    drop the cve patch, upstream

diff --git a/debian/changelog b/debian/changelog
index d286c62..2bd668a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -61,7 +61,6 @@ sssd (1.9.0~rc1-1) UNRELEASED; urgency=low
     - Add libsss-idmap0, libsss-idmap-dev packages
     - Add sssd Depends on libsss-idmap0
     - Add /var/lib/sss/mc directory for the new mmap cache
-  * Added fix-CVE-2012-3462.diff from upstream git.
   * control: Drop libunistring-dev from build-depends and add libglib2.0-dev
     for unicode support.
   * sssd.install, sssd-tools.install: Add sssd-ad.5*, sssd-sudo.5* to
diff --git a/debian/patches/fix-CVE-2012-3462.diff b/debian/patches/fix-CVE-2012-3462.diff
deleted file mode 100644
index 4d4ce5c..0000000
--- a/debian/patches/fix-CVE-2012-3462.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-commit ffcf27b0b773b580289d596f796aaf86c45ba920
-Author: Jakub Hrozek <jhrozek at redhat.com>
-Date:   Wed Aug 8 19:26:35 2012 +0200
-
-    Abort PAM access phase if HBAC does not return PAM_SUCCESS
-
---- a/src/providers/data_provider_be.c
-+++ b/src/providers/data_provider_be.c
-@@ -766,6 +766,7 @@
-     pd = talloc_get_type(req->req_data, struct pam_data);
- 
-     if (pd->cmd == SSS_PAM_ACCT_MGMT &&
-+        pd->pam_status == PAM_SUCCESS &&
-         req->phase == REQ_PHASE_ACCESS &&
-         dp_err_type == DP_ERR_OK) {
-         if (!becli->bectx->bet_info[BET_SELINUX].bet_ops) {
diff --git a/debian/patches/series b/debian/patches/series
index 09cc687..a82d1b4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-fix-CVE-2012-3462.diff
+#placeholder

commit 0b70971882e3a3aa750e5c4fb64f9a0945f87ddb
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Fri Sep 14 11:07:14 2012 +0300

    update the changelog

diff --git a/debian/changelog b/debian/changelog
index 27e93b0..d286c62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-sssd (1.9.0~beta6-1) UNRELEASED; urgency=low
+sssd (1.9.0~rc1-1) UNRELEASED; urgency=low
 
-  * New upstream prerelease 1.9.0beta6. Highlights:
+  * New upstream prerelease 1.9.0rc1. Highlights:
     - Add native support for autofs to the IPA provider
     - Support for ID-mapping when connecting to Active Directory
     - Support for handling very large (> 1500 users) groups in Active
@@ -55,6 +55,8 @@ sssd (1.9.0~beta6-1) UNRELEASED; urgency=low
     - In scenarios, where the SSSD is acting as an IPA client, it is able to
       discover and save the DNS domain-Kerberos realm mappings between an IPA
       server and a trusted Active Directory server.
+    - When the SSSD is unable to resolve a host name, it tries the next
+      configured server now instead of going offline
   * Update the packaging for the new version, thanks Esko Järnfors!
     - Add libsss-idmap0, libsss-idmap-dev packages
     - Add sssd Depends on libsss-idmap0

commit bf9abef629707167d39fcc92ec9c18a6244b27b8
Author: Jakub Hrozek <jhrozek at redhat.com>
Date:   Thu Sep 13 19:02:05 2012 +0200

    Updating the translations for the 1.9.0 RC1 release

diff --git a/po/de.po b/po/de.po
index b0a74c8..c5b4e24 100644
--- a/po/de.po
+++ b/po/de.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SSSD\n"
 "Report-Msgid-Bugs-To: sssd-devel at lists.fedorahosted.org\n"
-"POT-Creation-Date: 2012-09-05 16:37+0200\n"
+"POT-Creation-Date: 2012-09-13 18:48+0200\n"
 "PO-Revision-Date: 2012-08-01 21:07+0000\n"
 "Last-Translator: jhrozek <jhrozek at redhat.com>\n"
 "Language-Team: German <trans-de at lists.fedoraproject.org>\n"
@@ -997,42 +997,42 @@ msgstr ""
 msgid "PAM stack to use"
 msgstr ""
 
-#: src/monitor/monitor.c:2415
+#: src/monitor/monitor.c:2410
 msgid "Become a daemon (default)"
 msgstr ""
 
-#: src/monitor/monitor.c:2417
+#: src/monitor/monitor.c:2412
 msgid "Run interactive (not a daemon)"
 msgstr ""
 
-#: src/monitor/monitor.c:2419 src/tools/sss_debuglevel.c:77
+#: src/monitor/monitor.c:2414 src/tools/sss_debuglevel.c:77
 msgid "Specify a non-default config file"
 msgstr ""
 
-#: src/monitor/monitor.c:2421
+#: src/monitor/monitor.c:2416
 msgid "Print version number and exit"
 msgstr ""
 
-#: src/providers/krb5/krb5_child.c:1853 src/providers/ldap/ldap_child.c:399
+#: src/providers/krb5/krb5_child.c:1866 src/providers/ldap/ldap_child.c:399
 #: src/util/util.h:92
 msgid "Debug level"
 msgstr ""
 
-#: src/providers/krb5/krb5_child.c:1855 src/providers/ldap/ldap_child.c:401
+#: src/providers/krb5/krb5_child.c:1868 src/providers/ldap/ldap_child.c:401
 #: src/util/util.h:96
 msgid "Add debug timestamps"
 msgstr ""
 
-#: src/providers/krb5/krb5_child.c:1857 src/providers/ldap/ldap_child.c:403
+#: src/providers/krb5/krb5_child.c:1870 src/providers/ldap/ldap_child.c:403
 #: src/util/util.h:98
 msgid "Show timestamps with microseconds"
 msgstr ""
 
-#: src/providers/krb5/krb5_child.c:1859 src/providers/ldap/ldap_child.c:405
+#: src/providers/krb5/krb5_child.c:1872 src/providers/ldap/ldap_child.c:405
 msgid "An open file descriptor for the debug logs"
 msgstr ""
 
-#: src/providers/data_provider_be.c:2298
+#: src/providers/data_provider_be.c:2364
 msgid "Domain of the information provider (mandatory)"
 msgstr ""
 
diff --git a/po/es.po b/po/es.po
index a437605..cebc372 100644
--- a/po/es.po
+++ b/po/es.po
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SSSD\n"
 "Report-Msgid-Bugs-To: sssd-devel at lists.fedorahosted.org\n"
-"POT-Creation-Date: 2012-09-05 16:37+0200\n"
+"POT-Creation-Date: 2012-09-13 18:48+0200\n"
 "PO-Revision-Date: 2012-08-01 21:07+0000\n"
 "Last-Translator: jhrozek <jhrozek at redhat.com>\n"
 "Language-Team: Spanish <trans-es at lists.fedoraproject.org>\n"
@@ -1046,42 +1046,42 @@ msgstr ""
 msgid "PAM stack to use"
 msgstr "Pila PAM a usar"
 
-#: src/monitor/monitor.c:2415
+#: src/monitor/monitor.c:2410
 msgid "Become a daemon (default)"
 msgstr "Convertirse en demonio (predeterminado)"
 
-#: src/monitor/monitor.c:2417
+#: src/monitor/monitor.c:2412
 msgid "Run interactive (not a daemon)"
 msgstr "Ejecutarse en forma interactiva (no un demonio)"
 
-#: src/monitor/monitor.c:2419 src/tools/sss_debuglevel.c:77
+#: src/monitor/monitor.c:2414 src/tools/sss_debuglevel.c:77
 msgid "Specify a non-default config file"
 msgstr "Indicar un archivo de configuración diferente al predeterminado"
 
-#: src/monitor/monitor.c:2421
+#: src/monitor/monitor.c:2416
 msgid "Print version number and exit"
 msgstr "Muestra el número de versión y finaliza"
 
-#: src/providers/krb5/krb5_child.c:1853 src/providers/ldap/ldap_child.c:399
+#: src/providers/krb5/krb5_child.c:1866 src/providers/ldap/ldap_child.c:399
 #: src/util/util.h:92
 msgid "Debug level"
 msgstr "Nive de depuración"
 
-#: src/providers/krb5/krb5_child.c:1855 src/providers/ldap/ldap_child.c:401
+#: src/providers/krb5/krb5_child.c:1868 src/providers/ldap/ldap_child.c:401
 #: src/util/util.h:96
 msgid "Add debug timestamps"
 msgstr "Agregar marcas de tiempo de depuración"
 
-#: src/providers/krb5/krb5_child.c:1857 src/providers/ldap/ldap_child.c:403
+#: src/providers/krb5/krb5_child.c:1870 src/providers/ldap/ldap_child.c:403
 #: src/util/util.h:98
 msgid "Show timestamps with microseconds"
 msgstr "Mostrar marcas de tiempo con microsegundos"
 
-#: src/providers/krb5/krb5_child.c:1859 src/providers/ldap/ldap_child.c:405
+#: src/providers/krb5/krb5_child.c:1872 src/providers/ldap/ldap_child.c:405
 msgid "An open file descriptor for the debug logs"
 msgstr "Un arhivo abierto de descriptor para los registros de depuración"
 
-#: src/providers/data_provider_be.c:2298
+#: src/providers/data_provider_be.c:2364
 msgid "Domain of the information provider (mandatory)"
 msgstr "Dominio del proveedor de información (obligatorio)"
 
diff --git a/po/eu.po b/po/eu.po
index 66d1ad7..66c94a8 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SSSD\n"
 "Report-Msgid-Bugs-To: sssd-devel at lists.fedorahosted.org\n"
-"POT-Creation-Date: 2012-09-05 16:37+0200\n"
+"POT-Creation-Date: 2012-09-13 18:48+0200\n"
 "PO-Revision-Date: 2012-08-01 21:07+0000\n"
 "Last-Translator: jhrozek <jhrozek at redhat.com>\n"
 "Language-Team: Basque (http://www.transifex.com/projects/p/fedora/language/"
@@ -997,42 +997,42 @@ msgstr ""
 msgid "PAM stack to use"
 msgstr ""
 
-#: src/monitor/monitor.c:2415
+#: src/monitor/monitor.c:2410
 msgid "Become a daemon (default)"
 msgstr ""
 
-#: src/monitor/monitor.c:2417
+#: src/monitor/monitor.c:2412
 msgid "Run interactive (not a daemon)"
 msgstr ""
 
-#: src/monitor/monitor.c:2419 src/tools/sss_debuglevel.c:77
+#: src/monitor/monitor.c:2414 src/tools/sss_debuglevel.c:77
 msgid "Specify a non-default config file"
 msgstr ""
 
-#: src/monitor/monitor.c:2421
+#: src/monitor/monitor.c:2416
 msgid "Print version number and exit"
 msgstr "Inprimatu bertsio zenbakia eta irten"
 
-#: src/providers/krb5/krb5_child.c:1853 src/providers/ldap/ldap_child.c:399
+#: src/providers/krb5/krb5_child.c:1866 src/providers/ldap/ldap_child.c:399
 #: src/util/util.h:92
 msgid "Debug level"
 msgstr "Arazketa maila"
 
-#: src/providers/krb5/krb5_child.c:1855 src/providers/ldap/ldap_child.c:401
+#: src/providers/krb5/krb5_child.c:1868 src/providers/ldap/ldap_child.c:401
 #: src/util/util.h:96
 msgid "Add debug timestamps"
 msgstr "Gehitu arazketako data-zigiluak"
 
-#: src/providers/krb5/krb5_child.c:1857 src/providers/ldap/ldap_child.c:403
+#: src/providers/krb5/krb5_child.c:1870 src/providers/ldap/ldap_child.c:403
 #: src/util/util.h:98
 msgid "Show timestamps with microseconds"
 msgstr ""
 
-#: src/providers/krb5/krb5_child.c:1859 src/providers/ldap/ldap_child.c:405
+#: src/providers/krb5/krb5_child.c:1872 src/providers/ldap/ldap_child.c:405
 msgid "An open file descriptor for the debug logs"
 msgstr ""
 
-#: src/providers/data_provider_be.c:2298
+#: src/providers/data_provider_be.c:2364
 msgid "Domain of the information provider (mandatory)"
 msgstr ""
 
diff --git a/po/fr.po b/po/fr.po
index b147287..8ad6de2 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SSSD\n"
 "Report-Msgid-Bugs-To: sssd-devel at lists.fedorahosted.org\n"
-"POT-Creation-Date: 2012-09-05 16:37+0200\n"
+"POT-Creation-Date: 2012-09-13 18:48+0200\n"
 "PO-Revision-Date: 2012-08-11 08:36+0000\n"
 "Last-Translator: Jérôme Fenal <jfenal at gmail.com>\n"
 "Language-Team: French <trans-fr at lists.fedoraproject.org>\n"
@@ -1064,42 +1064,42 @@ msgstr "Rechercher le nom canonique du groupe dans le cache si possible"
 msgid "PAM stack to use"
 msgstr "Pile PAM à utiliser"
 
-#: src/monitor/monitor.c:2415
+#: src/monitor/monitor.c:2410
 msgid "Become a daemon (default)"
 msgstr "Devenir un démon (par défaut)"
 
-#: src/monitor/monitor.c:2417
+#: src/monitor/monitor.c:2412
 msgid "Run interactive (not a daemon)"
 msgstr "Fonctionner en interactif (non démon)"
 
-#: src/monitor/monitor.c:2419 src/tools/sss_debuglevel.c:77
+#: src/monitor/monitor.c:2414 src/tools/sss_debuglevel.c:77
 msgid "Specify a non-default config file"
 msgstr "Définir un fichier de configuration différent de celui par défaut"
 
-#: src/monitor/monitor.c:2421
+#: src/monitor/monitor.c:2416
 msgid "Print version number and exit"
 msgstr "Afficher le numéro de version et quitte"
 
-#: src/providers/krb5/krb5_child.c:1853 src/providers/ldap/ldap_child.c:399
+#: src/providers/krb5/krb5_child.c:1866 src/providers/ldap/ldap_child.c:399
 #: src/util/util.h:92
 msgid "Debug level"
 msgstr "Niveau de débogage"
 
-#: src/providers/krb5/krb5_child.c:1855 src/providers/ldap/ldap_child.c:401
+#: src/providers/krb5/krb5_child.c:1868 src/providers/ldap/ldap_child.c:401
 #: src/util/util.h:96
 msgid "Add debug timestamps"
 msgstr "Ajouter l'horodatage au débogage"
 
-#: src/providers/krb5/krb5_child.c:1857 src/providers/ldap/ldap_child.c:403
+#: src/providers/krb5/krb5_child.c:1870 src/providers/ldap/ldap_child.c:403
 #: src/util/util.h:98
 msgid "Show timestamps with microseconds"
 msgstr "Afficher l'horodatage en microsecondes"
 
-#: src/providers/krb5/krb5_child.c:1859 src/providers/ldap/ldap_child.c:405
+#: src/providers/krb5/krb5_child.c:1872 src/providers/ldap/ldap_child.c:405
 msgid "An open file descriptor for the debug logs"
 msgstr "Un descripteur de fichier ouvert pour les journaux de débogage"
 
-#: src/providers/data_provider_be.c:2298
+#: src/providers/data_provider_be.c:2364
 msgid "Domain of the information provider (mandatory)"
 msgstr "Domaine du fournisseur d'informations (obligatoire)"
 
diff --git a/po/hu.po b/po/hu.po
index 705d62b..31fa94f 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SSSD\n"
 "Report-Msgid-Bugs-To: sssd-devel at lists.fedorahosted.org\n"
-"POT-Creation-Date: 2012-09-05 16:37+0200\n"
+"POT-Creation-Date: 2012-09-13 18:48+0200\n"
 "PO-Revision-Date: 2012-08-01 21:07+0000\n"
 "Last-Translator: jhrozek <jhrozek at redhat.com>\n"
 "Language-Team: Hungarian <trans-hu at lists.fedoraproject.org>\n"
@@ -996,42 +996,42 @@ msgstr ""
 msgid "PAM stack to use"
 msgstr ""
 
-#: src/monitor/monitor.c:2415
+#: src/monitor/monitor.c:2410
 msgid "Become a daemon (default)"
 msgstr ""
 
-#: src/monitor/monitor.c:2417
+#: src/monitor/monitor.c:2412
 msgid "Run interactive (not a daemon)"
 msgstr ""
 
-#: src/monitor/monitor.c:2419 src/tools/sss_debuglevel.c:77
+#: src/monitor/monitor.c:2414 src/tools/sss_debuglevel.c:77
 msgid "Specify a non-default config file"
 msgstr ""
 
-#: src/monitor/monitor.c:2421
+#: src/monitor/monitor.c:2416
 msgid "Print version number and exit"
 msgstr ""
 
-#: src/providers/krb5/krb5_child.c:1853 src/providers/ldap/ldap_child.c:399
+#: src/providers/krb5/krb5_child.c:1866 src/providers/ldap/ldap_child.c:399
 #: src/util/util.h:92
 msgid "Debug level"
 msgstr ""
 
-#: src/providers/krb5/krb5_child.c:1855 src/providers/ldap/ldap_child.c:401
+#: src/providers/krb5/krb5_child.c:1868 src/providers/ldap/ldap_child.c:401
 #: src/util/util.h:96
 msgid "Add debug timestamps"
 msgstr ""
 
-#: src/providers/krb5/krb5_child.c:1857 src/providers/ldap/ldap_child.c:403
+#: src/providers/krb5/krb5_child.c:1870 src/providers/ldap/ldap_child.c:403
 #: src/util/util.h:98
 msgid "Show timestamps with microseconds"
 msgstr "Mikroszekundum pontosságú időbélyegek"
 
-#: src/providers/krb5/krb5_child.c:1859 src/providers/ldap/ldap_child.c:405
+#: src/providers/krb5/krb5_child.c:1872 src/providers/ldap/ldap_child.c:405
 msgid "An open file descriptor for the debug logs"
 msgstr ""
 
-#: src/providers/data_provider_be.c:2298
+#: src/providers/data_provider_be.c:2364
 msgid "Domain of the information provider (mandatory)"
 msgstr ""
 
diff --git a/po/id.po b/po/id.po
index 0c2663e..c259a0e 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SSSD\n"
 "Report-Msgid-Bugs-To: sssd-devel at lists.fedorahosted.org\n"
-"POT-Creation-Date: 2012-09-05 16:37+0200\n"
+"POT-Creation-Date: 2012-09-13 18:48+0200\n"
 "PO-Revision-Date: 2012-08-01 21:07+0000\n"
 "Last-Translator: jhrozek <jhrozek at redhat.com>\n"
 "Language-Team: Indonesian <trans-id at lists.fedoraproject.org>\n"
@@ -995,42 +995,42 @@ msgstr ""
 msgid "PAM stack to use"
 msgstr ""
 
-#: src/monitor/monitor.c:2415
+#: src/monitor/monitor.c:2410
 msgid "Become a daemon (default)"
 msgstr ""
 
-#: src/monitor/monitor.c:2417
+#: src/monitor/monitor.c:2412
 msgid "Run interactive (not a daemon)"
 msgstr ""
 
-#: src/monitor/monitor.c:2419 src/tools/sss_debuglevel.c:77
+#: src/monitor/monitor.c:2414 src/tools/sss_debuglevel.c:77
 msgid "Specify a non-default config file"
 msgstr ""
 
-#: src/monitor/monitor.c:2421
+#: src/monitor/monitor.c:2416
 msgid "Print version number and exit"
 msgstr ""
 
-#: src/providers/krb5/krb5_child.c:1853 src/providers/ldap/ldap_child.c:399
+#: src/providers/krb5/krb5_child.c:1866 src/providers/ldap/ldap_child.c:399
 #: src/util/util.h:92
 msgid "Debug level"
 msgstr ""
 
-#: src/providers/krb5/krb5_child.c:1855 src/providers/ldap/ldap_child.c:401
+#: src/providers/krb5/krb5_child.c:1868 src/providers/ldap/ldap_child.c:401
 #: src/util/util.h:96
 msgid "Add debug timestamps"
 msgstr ""
 
-#: src/providers/krb5/krb5_child.c:1857 src/providers/ldap/ldap_child.c:403
+#: src/providers/krb5/krb5_child.c:1870 src/providers/ldap/ldap_child.c:403
 #: src/util/util.h:98
 msgid "Show timestamps with microseconds"
 msgstr ""
 
-#: src/providers/krb5/krb5_child.c:1859 src/providers/ldap/ldap_child.c:405
+#: src/providers/krb5/krb5_child.c:1872 src/providers/ldap/ldap_child.c:405
 msgid "An open file descriptor for the debug logs"
 msgstr ""
 
-#: src/providers/data_provider_be.c:2298
+#: src/providers/data_provider_be.c:2364
 msgid "Domain of the information provider (mandatory)"
 msgstr ""
 
diff --git a/po/it.po b/po/it.po
index 1637edb..9fba730 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SSSD\n"
 "Report-Msgid-Bugs-To: sssd-devel at lists.fedorahosted.org\n"
-"POT-Creation-Date: 2012-09-05 16:37+0200\n"
+"POT-Creation-Date: 2012-09-13 18:48+0200\n"
 "PO-Revision-Date: 2012-08-01 21:07+0000\n"
 "Last-Translator: jhrozek <jhrozek at redhat.com>\n"
 "Language-Team: Italian <trans-it at lists.fedoraproject.org>\n"
@@ -1006,42 +1006,42 @@ msgstr ""
 msgid "PAM stack to use"
 msgstr "Stack PAM da usare"
 
-#: src/monitor/monitor.c:2415
+#: src/monitor/monitor.c:2410
 msgid "Become a daemon (default)"
 msgstr "Esegui come demone (default)"
 
-#: src/monitor/monitor.c:2417
+#: src/monitor/monitor.c:2412
 msgid "Run interactive (not a daemon)"
 msgstr "Esegui interattivamente (non come demone)"
 
-#: src/monitor/monitor.c:2419 src/tools/sss_debuglevel.c:77
+#: src/monitor/monitor.c:2414 src/tools/sss_debuglevel.c:77
 msgid "Specify a non-default config file"
 msgstr "Specificare un file di configurazione specifico"
 
-#: src/monitor/monitor.c:2421
+#: src/monitor/monitor.c:2416
 msgid "Print version number and exit"
 msgstr ""
 
-#: src/providers/krb5/krb5_child.c:1853 src/providers/ldap/ldap_child.c:399
+#: src/providers/krb5/krb5_child.c:1866 src/providers/ldap/ldap_child.c:399
 #: src/util/util.h:92
 msgid "Debug level"
 msgstr "Livello debug"
 
-#: src/providers/krb5/krb5_child.c:1855 src/providers/ldap/ldap_child.c:401
+#: src/providers/krb5/krb5_child.c:1868 src/providers/ldap/ldap_child.c:401
 #: src/util/util.h:96
 msgid "Add debug timestamps"
 msgstr "Includi timestamp di debug"
 
-#: src/providers/krb5/krb5_child.c:1857 src/providers/ldap/ldap_child.c:403
+#: src/providers/krb5/krb5_child.c:1870 src/providers/ldap/ldap_child.c:403
 #: src/util/util.h:98
 msgid "Show timestamps with microseconds"
 msgstr ""
 
-#: src/providers/krb5/krb5_child.c:1859 src/providers/ldap/ldap_child.c:405
+#: src/providers/krb5/krb5_child.c:1872 src/providers/ldap/ldap_child.c:405
 msgid "An open file descriptor for the debug logs"
 msgstr "Un descrittore di file aperto per l'output di debug"
 
-#: src/providers/data_provider_be.c:2298
+#: src/providers/data_provider_be.c:2364
 msgid "Domain of the information provider (mandatory)"
 msgstr "Dominio del provider di informazioni (obbligatorio)"
 
diff --git a/po/ja.po b/po/ja.po
index 59db6d0..d53d1fe 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SSSD\n"
 "Report-Msgid-Bugs-To: sssd-devel at lists.fedorahosted.org\n"
-"POT-Creation-Date: 2012-09-05 16:37+0200\n"
+"POT-Creation-Date: 2012-09-13 18:48+0200\n"
 "PO-Revision-Date: 2012-08-04 00:26+0000\n"
 "Last-Translator: Tomoyuki KATO <tomo at dream.daynight.jp>\n"
 "Language-Team: Japanese <trans-ja at lists.fedoraproject.org>\n"
@@ -1010,42 +1010,42 @@ msgstr "可能ならばキャッシュから正規化されたグループ名を
 msgid "PAM stack to use"
 msgstr "使用する PAM スタック"
 
-#: src/monitor/monitor.c:2415
+#: src/monitor/monitor.c:2410
 msgid "Become a daemon (default)"
 msgstr "デーモンとして実行(デフォルト)"
 
-#: src/monitor/monitor.c:2417
+#: src/monitor/monitor.c:2412
 msgid "Run interactive (not a daemon)"
 msgstr "対話的に実行(デーモンではない)"
 
-#: src/monitor/monitor.c:2419 src/tools/sss_debuglevel.c:77
+#: src/monitor/monitor.c:2414 src/tools/sss_debuglevel.c:77
 msgid "Specify a non-default config file"
 msgstr "非標準の設定ファイルの指定"
 
-#: src/monitor/monitor.c:2421
+#: src/monitor/monitor.c:2416
 msgid "Print version number and exit"
 msgstr "バージョン番号を表示して終了する"
 
-#: src/providers/krb5/krb5_child.c:1853 src/providers/ldap/ldap_child.c:399
+#: src/providers/krb5/krb5_child.c:1866 src/providers/ldap/ldap_child.c:399
 #: src/util/util.h:92
 msgid "Debug level"
 msgstr "デバッグレベル"
 
-#: src/providers/krb5/krb5_child.c:1855 src/providers/ldap/ldap_child.c:401
+#: src/providers/krb5/krb5_child.c:1868 src/providers/ldap/ldap_child.c:401
 #: src/util/util.h:96
 msgid "Add debug timestamps"
 msgstr "デバッグのタイムスタンプを追加する"
 
-#: src/providers/krb5/krb5_child.c:1857 src/providers/ldap/ldap_child.c:403
+#: src/providers/krb5/krb5_child.c:1870 src/providers/ldap/ldap_child.c:403
 #: src/util/util.h:98
 msgid "Show timestamps with microseconds"
 msgstr "タイムスタンプをミリ秒単位で表示する"
 
-#: src/providers/krb5/krb5_child.c:1859 src/providers/ldap/ldap_child.c:405
+#: src/providers/krb5/krb5_child.c:1872 src/providers/ldap/ldap_child.c:405
 msgid "An open file descriptor for the debug logs"
 msgstr "デバッグログのオープンファイルディスクリプター"
 
-#: src/providers/data_provider_be.c:2298
+#: src/providers/data_provider_be.c:2364
 msgid "Domain of the information provider (mandatory)"
 msgstr "情報プロバイダーのドメイン (必須)"
 
diff --git a/po/nb.po b/po/nb.po
index e9ff501..4328c35 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SSSD\n"
 "Report-Msgid-Bugs-To: sssd-devel at lists.fedorahosted.org\n"
-"POT-Creation-Date: 2012-09-05 16:37+0200\n"
+"POT-Creation-Date: 2012-09-13 18:48+0200\n"
 "PO-Revision-Date: 2012-08-01 21:07+0000\n"
 "Last-Translator: jhrozek <jhrozek at redhat.com>\n"
 "Language-Team: Norwegian Bokmål <i18n-nb at lister.ping.uio.no>\n"
@@ -996,42 +996,42 @@ msgstr ""
 msgid "PAM stack to use"
 msgstr ""
 
-#: src/monitor/monitor.c:2415
+#: src/monitor/monitor.c:2410
 msgid "Become a daemon (default)"
 msgstr ""
 
-#: src/monitor/monitor.c:2417
+#: src/monitor/monitor.c:2412
 msgid "Run interactive (not a daemon)"
 msgstr ""
 
-#: src/monitor/monitor.c:2419 src/tools/sss_debuglevel.c:77
+#: src/monitor/monitor.c:2414 src/tools/sss_debuglevel.c:77
 msgid "Specify a non-default config file"
 msgstr ""
 
-#: src/monitor/monitor.c:2421
+#: src/monitor/monitor.c:2416
 msgid "Print version number and exit"
 msgstr ""
 
-#: src/providers/krb5/krb5_child.c:1853 src/providers/ldap/ldap_child.c:399
+#: src/providers/krb5/krb5_child.c:1866 src/providers/ldap/ldap_child.c:399
 #: src/util/util.h:92
 msgid "Debug level"
 msgstr ""
 
-#: src/providers/krb5/krb5_child.c:1855 src/providers/ldap/ldap_child.c:401
+#: src/providers/krb5/krb5_child.c:1868 src/providers/ldap/ldap_child.c:401
 #: src/util/util.h:96
 msgid "Add debug timestamps"
 msgstr ""
 
-#: src/providers/krb5/krb5_child.c:1857 src/providers/ldap/ldap_child.c:403
+#: src/providers/krb5/krb5_child.c:1870 src/providers/ldap/ldap_child.c:403
 #: src/util/util.h:98
 msgid "Show timestamps with microseconds"
 msgstr ""
 
-#: src/providers/krb5/krb5_child.c:1859 src/providers/ldap/ldap_child.c:405
+#: src/providers/krb5/krb5_child.c:1872 src/providers/ldap/ldap_child.c:405
 msgid "An open file descriptor for the debug logs"
 msgstr ""
 
-#: src/providers/data_provider_be.c:2298
+#: src/providers/data_provider_be.c:2364
 msgid "Domain of the information provider (mandatory)"
 msgstr ""
 
diff --git a/po/nl.po b/po/nl.po
index fd093bf..d37211c 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SSSD\n"
 "Report-Msgid-Bugs-To: sssd-devel at lists.fedorahosted.org\n"
-"POT-Creation-Date: 2012-09-05 16:37+0200\n"
+"POT-Creation-Date: 2012-09-13 18:48+0200\n"
 "PO-Revision-Date: 2012-08-01 21:07+0000\n"
 "Last-Translator: jhrozek <jhrozek at redhat.com>\n"
 "Language-Team: Dutch (http://www.transifex.com/projects/p/fedora/language/"
@@ -1040,42 +1040,42 @@ msgstr ""
 msgid "PAM stack to use"
 msgstr "PAM-stack die gebruikt wordt"
 
-#: src/monitor/monitor.c:2415
+#: src/monitor/monitor.c:2410
 msgid "Become a daemon (default)"
 msgstr "Start in de achtergrond (standaard)"
 
-#: src/monitor/monitor.c:2417
+#: src/monitor/monitor.c:2412
 msgid "Run interactive (not a daemon)"
 msgstr "Start interactief (standaard)"
 
-#: src/monitor/monitor.c:2419 src/tools/sss_debuglevel.c:77
+#: src/monitor/monitor.c:2414 src/tools/sss_debuglevel.c:77
 msgid "Specify a non-default config file"
 msgstr "Geef een niet-standaard configuratiebestand op"
 
-#: src/monitor/monitor.c:2421
+#: src/monitor/monitor.c:2416
 msgid "Print version number and exit"
 msgstr "Print versie nummer en sluit af"
 
-#: src/providers/krb5/krb5_child.c:1853 src/providers/ldap/ldap_child.c:399
+#: src/providers/krb5/krb5_child.c:1866 src/providers/ldap/ldap_child.c:399
 #: src/util/util.h:92
 msgid "Debug level"
 msgstr "Debug niveau"
 
-#: src/providers/krb5/krb5_child.c:1855 src/providers/ldap/ldap_child.c:401
+#: src/providers/krb5/krb5_child.c:1868 src/providers/ldap/ldap_child.c:401
 #: src/util/util.h:96
 msgid "Add debug timestamps"
 msgstr "Voeg tijdstempels toe aan debugberichten"
 
-#: src/providers/krb5/krb5_child.c:1857 src/providers/ldap/ldap_child.c:403
+#: src/providers/krb5/krb5_child.c:1870 src/providers/ldap/ldap_child.c:403
 #: src/util/util.h:98
 msgid "Show timestamps with microseconds"
 msgstr "Toon tijdstempel met microseconden"
 
-#: src/providers/krb5/krb5_child.c:1859 src/providers/ldap/ldap_child.c:405
+#: src/providers/krb5/krb5_child.c:1872 src/providers/ldap/ldap_child.c:405
 msgid "An open file descriptor for the debug logs"
 msgstr "Een geopend bestand voor de debug logs"
 
-#: src/providers/data_provider_be.c:2298
+#: src/providers/data_provider_be.c:2364
 msgid "Domain of the information provider (mandatory)"
 msgstr "Domein voor de informatie provider (verplicht)"
 
diff --git a/po/pl.po b/po/pl.po
index 1d59c24..57012a8 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SSSD\n"
 "Report-Msgid-Bugs-To: sssd-devel at lists.fedorahosted.org\n"
-"POT-Creation-Date: 2012-09-05 16:37+0200\n"
+"POT-Creation-Date: 2012-09-13 18:48+0200\n"
 "PO-Revision-Date: 2012-08-01 21:56+0000\n"
 "Last-Translator: Piotr Drąg <piotrdrag at gmail.com>\n"
 "Language-Team: Polish <trans-pl at lists.fedoraproject.org>\n"
@@ -1049,42 +1049,42 @@ msgstr ""
 msgid "PAM stack to use"
 msgstr "Używany stos PAM"
 
-#: src/monitor/monitor.c:2415
+#: src/monitor/monitor.c:2410
 msgid "Become a daemon (default)"
 msgstr "Uruchamia jako demon (domyślnie)"
 
-#: src/monitor/monitor.c:2417
+#: src/monitor/monitor.c:2412
 msgid "Run interactive (not a daemon)"
 msgstr "Uruchamia interaktywnie (nie jako demon)"
 
-#: src/monitor/monitor.c:2419 src/tools/sss_debuglevel.c:77
+#: src/monitor/monitor.c:2414 src/tools/sss_debuglevel.c:77
 msgid "Specify a non-default config file"
 msgstr "Podaje niedomyślny plik konfiguracji"
 
-#: src/monitor/monitor.c:2421
+#: src/monitor/monitor.c:2416
 msgid "Print version number and exit"
 msgstr "Wyświetla numer wersji i kończy działanie"
 
-#: src/providers/krb5/krb5_child.c:1853 src/providers/ldap/ldap_child.c:399
+#: src/providers/krb5/krb5_child.c:1866 src/providers/ldap/ldap_child.c:399
 #: src/util/util.h:92
 msgid "Debug level"
 msgstr "Poziom debugowania"
 
-#: src/providers/krb5/krb5_child.c:1855 src/providers/ldap/ldap_child.c:401
+#: src/providers/krb5/krb5_child.c:1868 src/providers/ldap/ldap_child.c:401
 #: src/util/util.h:96
 msgid "Add debug timestamps"
 msgstr "Dodaje czasy debugowania"
 
-#: src/providers/krb5/krb5_child.c:1857 src/providers/ldap/ldap_child.c:403
+#: src/providers/krb5/krb5_child.c:1870 src/providers/ldap/ldap_child.c:403
 #: src/util/util.h:98
 msgid "Show timestamps with microseconds"
 msgstr "Wyświetlanie dat z mikrosekundami"
 
-#: src/providers/krb5/krb5_child.c:1859 src/providers/ldap/ldap_child.c:405
+#: src/providers/krb5/krb5_child.c:1872 src/providers/ldap/ldap_child.c:405
 msgid "An open file descriptor for the debug logs"
 msgstr "Otwiera deskryptor pliku dla dzienników debugowania"
 
-#: src/providers/data_provider_be.c:2298
+#: src/providers/data_provider_be.c:2364
 msgid "Domain of the information provider (mandatory)"
 msgstr "Domena dostawcy informacji (wymagane)"
 
diff --git a/po/pt.po b/po/pt.po
index 8daaca3..40d007d 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SSSD\n"
 "Report-Msgid-Bugs-To: sssd-devel at lists.fedorahosted.org\n"
-"POT-Creation-Date: 2012-09-05 16:37+0200\n"
+"POT-Creation-Date: 2012-09-13 18:48+0200\n"
 "PO-Revision-Date: 2012-08-01 21:07+0000\n"
 "Last-Translator: jhrozek <jhrozek at redhat.com>\n"
 "Language-Team: Portuguese <trans-pt at lists.fedoraproject.org>\n"
@@ -1006,42 +1006,42 @@ msgstr ""
 msgid "PAM stack to use"
 msgstr "Stack PAM a utilizar"
 
-#: src/monitor/monitor.c:2415
+#: src/monitor/monitor.c:2410
 msgid "Become a daemon (default)"
 msgstr "Tornar-se num serviço (omissão)"
 
-#: src/monitor/monitor.c:2417
+#: src/monitor/monitor.c:2412
 msgid "Run interactive (not a daemon)"
 msgstr "Executar interactivamente (não como serviço)"
 
-#: src/monitor/monitor.c:2419 src/tools/sss_debuglevel.c:77
+#: src/monitor/monitor.c:2414 src/tools/sss_debuglevel.c:77
 msgid "Specify a non-default config file"
 msgstr "Especificar um ficheiro de configuração não standard"
 



More information about the Pkg-sssd-devel mailing list