[Pkg-sssd-devel] sssd: Changes to 'ubuntu'

Timo Aaltonen tjaalton-guest at alioth.debian.org
Tue May 8 15:03:37 UTC 2012


 debian/apparmor-profile                    |   42 
 debian/changelog                           |   30 
 debian/control                             |    3 
 debian/libpam-sss.pam-auth-update          |    2 
 debian/rules                               |    9 
 debian/sssd.preinst                        |   15 
 debian/sssd.upstart.in                     |    1 
 po/LINGUAS                                 |    1 
 po/de.po                                   |   20 
 po/es.po                                   |   20 
 po/fr.po                                   |   22 
 po/hu.po                                   |   20 
 po/id.po                                   |   20 
 po/it.po                                   |   20 
 po/ja.po                                   |   24 
 po/nb.po                                   | 1476 +++++++++++++++++++++++++++++
 po/nl.po                                   |   20 
 po/pl.po                                   |   26 
 po/pt.po                                   |   20 
 po/ru.po                                   |   20 
 po/sssd.pot                                |   18 
 po/sv.po                                   |   20 
 po/tg.po                                   |   20 
 po/uk.po                                   |   26 
 po/zh_TW.po                                |   20 
 src/confdb/confdb.h                        |    1 
 src/config/SSSDConfig.py                   |    1 
 src/config/etc/sssd.api.d/sssd-proxy.conf  |    1 
 src/man/include/local.xml                  |   20 
 src/man/po/cs.po                           | 1064 +++++++++++---------
 src/man/po/es.po                           | 1068 +++++++++++---------
 src/man/po/fr.po                           | 1082 +++++++++++----------
 src/man/po/ja.po                           | 1087 +++++++++++----------
 src/man/po/nl.po                           | 1068 +++++++++++---------
 src/man/po/po4a.cfg                        |    1 
 src/man/po/pt.po                           | 1068 +++++++++++---------
 src/man/po/ru.po                           | 1066 +++++++++++---------
 src/man/po/sssd-docs.pot                   | 1044 +++++++++++---------
 src/man/po/tg.po                           | 1066 +++++++++++---------
 src/man/po/uk.po                           | 1128 ++++++++++++----------
 src/man/sss_groupadd.8.xml                 |    2 
 src/man/sss_groupdel.8.xml                 |    2 
 src/man/sss_groupmod.8.xml                 |    2 
 src/man/sss_groupshow.8.xml                |    2 
 src/man/sss_useradd.8.xml                  |    2 
 src/man/sss_userdel.8.xml                  |    2 
 src/man/sss_usermod.8.xml                  |    2 
 src/man/sssd-ldap.5.xml                    |   33 
 src/man/sssd.conf.5.xml                    |  116 +-
 src/providers/ldap/sdap_async.c            |   46 
 src/providers/ldap/sdap_async_connection.c |  130 ++
 src/providers/proxy/proxy.h                |    1 
 src/providers/proxy/proxy_id.c             |  731 ++++++++------
 src/providers/proxy/proxy_init.c           |    4 
 src/responder/nss/nsssrv_cmd.c             |    8 
 src/sss_client/autofs/sss_autofs.c         |    6 
 src/sss_client/pam_sss.c                   |    8 
 src/sss_client/sudo/sss_sudo.c             |    6 
 version.m4                                 |    2 
 59 files changed, 8454 insertions(+), 5331 deletions(-)

New commits:
commit 18d2f42cb055bc463932998cb13627b4ccd2a187
Author: Timo Aaltonen <Timo Aaltonen tjaalton at cc.hut.fi>
Date:   Mon May 7 19:41:30 2012 +0300

    update the changelog for 1.8.3

diff --git a/debian/changelog b/debian/changelog
index a73a4ea..5b547ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-sssd (1.8.2-1) UNRELEASED; urgency=low
+sssd (1.8.3-1) UNRELEASED; urgency=low
 
   * New upstream bugfix release 1.8.2.
     - Several fixes to case-insensitive domain functions
@@ -12,6 +12,11 @@ sssd (1.8.2-1) UNRELEASED; urgency=low
       and stops it later during shutdown
     - Assorted minor fixes for issues discovered by static analysis
       tools
+  * New upstream bugfix release 1.8.3.
+    - Numerous manpage and translation updates
+    - LDAP: Handle situations where the RootDSE isn't available anonymously
+    - LDAP: Fix regression for users using non-standard LDAP attributes for
+      user information
   * control: Move the dependency of libsasl2-modules-gssapi-mit to
     Recommends.
   * control: sssd works with Heimdal gssapi modules too, add

commit 0367355595561151979c6cb753670c6ce8730d49
Author: Timo Aaltonen <Timo Aaltonen tjaalton at cc.hut.fi>
Date:   Mon May 7 17:19:29 2012 +0300

    control: Add build-depends on libkeyutil-dev
    
    to enable support for kernel keyring manipulation.

diff --git a/debian/changelog b/debian/changelog
index 82cb6f9..a73a4ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,8 @@ sssd (1.8.2-1) UNRELEASED; urgency=low
   * rules: Mangle the date stamp on pam_sss.8 so that the compressed file is
     identical across all archs. (Closes: #670019)
   * control: Add build-depends on libnl-dev to enable Netlink support.
+  * control: Add build-depends on libkeyutil-dev to enable support for
+    kernel keyring manipulation.
 
  -- Timo Aaltonen <tjaalton at ubuntu.com>  Wed, 04 Apr 2012 11:40:40 +0300
 
diff --git a/debian/control b/debian/control
index 8d32458..8b4575f 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 9), quilt, dh-autoreconf, autopoint, lsb-release,
  dnsutils,
  libpopt-dev,
  libdbus-1-dev,
+ libkeyutils-dev,
  libldap2-dev,
  libpam-dev,
  libnl-dev,

commit ab4e0754e01d47134c373ca60315578a2db5d74b
Author: Timo Aaltonen <Timo Aaltonen tjaalton at cc.hut.fi>
Date:   Mon May 7 17:11:00 2012 +0300

    control: Add build-depends on libnl-dev to enable Netlink support.

diff --git a/debian/changelog b/debian/changelog
index b95498c..82cb6f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,7 @@ sssd (1.8.2-1) UNRELEASED; urgency=low
       from earlier than when we shipped the profile
   * rules: Mangle the date stamp on pam_sss.8 so that the compressed file is
     identical across all archs. (Closes: #670019)
+  * control: Add build-depends on libnl-dev to enable Netlink support.
 
  -- Timo Aaltonen <tjaalton at ubuntu.com>  Wed, 04 Apr 2012 11:40:40 +0300
 
diff --git a/debian/control b/debian/control
index f791c0a..8d32458 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 9), quilt, dh-autoreconf, autopoint, lsb-release,
  libdbus-1-dev,
  libldap2-dev,
  libpam-dev,
+ libnl-dev,
  libnss3-dev,
  libnspr4-dev,
  libpcre3-dev,

commit 1e7c3ccd63797ec5121acf377d7e1aea2b6f4bc1
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Thu May 3 14:26:33 2012 -0400

    Update translations for 1.8.3 release

diff --git a/po/LINGUAS b/po/LINGUAS
index ed4e165..f73dfac 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -5,6 +5,7 @@ hu
 id
 it
 ja
+nb
 nl
 pl
 pt
diff --git a/po/de.po b/po/de.po
index 71aebc9..8382ff9 100644
--- a/po/de.po
+++ b/po/de.po
@@ -9,8 +9,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SSSD\n"
 "Report-Msgid-Bugs-To: sssd-devel at lists.fedorahosted.org\n"
-"POT-Creation-Date: 2012-04-09 13:53-0400\n"
-"PO-Revision-Date: 2012-03-08 11:41+0000\n"
+"POT-Creation-Date: 2012-04-20 11:22-0400\n"
+"PO-Revision-Date: 2012-04-20 16:09+0000\n"
 "Last-Translator: sgallagh <sgallagh at redhat.com>\n"
 "Language-Team: German <trans-de at lists.fedoraproject.org>\n"
 "Language: de\n"
@@ -841,7 +841,11 @@ msgstr ""
 msgid "The name of the NSS library to use"
 msgstr ""
 
-#: src/config/SSSDConfig.py:304
+#: src/config/SSSDConfig.py:302
+msgid "Whether to look up canonical group name from cache if possible"
+msgstr ""
+
+#: src/config/SSSDConfig.py:305
 msgid "PAM stack to use"
 msgstr ""
 
@@ -950,23 +954,23 @@ msgstr ""
 msgid "Server message: "
 msgstr ""
 
-#: src/sss_client/pam_sss.c:1286
+#: src/sss_client/pam_sss.c:1288
 msgid "New Password: "
 msgstr ""
 
-#: src/sss_client/pam_sss.c:1287
+#: src/sss_client/pam_sss.c:1289
 msgid "Reenter new Password: "
 msgstr ""
 
-#: src/sss_client/pam_sss.c:1373
+#: src/sss_client/pam_sss.c:1375
 msgid "Password: "
 msgstr ""
 
-#: src/sss_client/pam_sss.c:1405
+#: src/sss_client/pam_sss.c:1407
 msgid "Current Password: "
 msgstr ""
 
-#: src/sss_client/pam_sss.c:1552
+#: src/sss_client/pam_sss.c:1554
 msgid "Password expired. Change your password now."
 msgstr ""
 
diff --git a/po/es.po b/po/es.po
index 5790a2c..7195125 100644
--- a/po/es.po
+++ b/po/es.po
@@ -12,8 +12,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SSSD\n"
 "Report-Msgid-Bugs-To: sssd-devel at lists.fedorahosted.org\n"
-"POT-Creation-Date: 2012-04-09 13:53-0400\n"
-"PO-Revision-Date: 2012-03-08 11:41+0000\n"
+"POT-Creation-Date: 2012-04-20 11:22-0400\n"
+"PO-Revision-Date: 2012-04-20 16:09+0000\n"
 "Last-Translator: sgallagh <sgallagh at redhat.com>\n"
 "Language-Team: Spanish (Castilian) <trans-es at lists.fedoraproject.org>\n"
 "Language: es\n"
@@ -890,7 +890,11 @@ msgstr "Base de los directorios de inicio"
 msgid "The name of the NSS library to use"
 msgstr "Nombre de la biblioteca NSS a usar"
 
-#: src/config/SSSDConfig.py:304
+#: src/config/SSSDConfig.py:302
+msgid "Whether to look up canonical group name from cache if possible"
+msgstr ""
+
+#: src/config/SSSDConfig.py:305
 msgid "PAM stack to use"
 msgstr "Pila PAM a usar"
 
@@ -1000,23 +1004,23 @@ msgstr "Falló el cambio de contraseña."
 msgid "Server message: "
 msgstr "Mensaje del servidor:"
 
-#: src/sss_client/pam_sss.c:1286
+#: src/sss_client/pam_sss.c:1288
 msgid "New Password: "
 msgstr "Nueva contraseña: "
 
-#: src/sss_client/pam_sss.c:1287
+#: src/sss_client/pam_sss.c:1289
 msgid "Reenter new Password: "
 msgstr "Reingrese la contraseña nueva:"
 
-#: src/sss_client/pam_sss.c:1373
+#: src/sss_client/pam_sss.c:1375
 msgid "Password: "
 msgstr "Contraseña: "
 
-#: src/sss_client/pam_sss.c:1405
+#: src/sss_client/pam_sss.c:1407
 msgid "Current Password: "
 msgstr "Contraseña actual: "
 
-#: src/sss_client/pam_sss.c:1552
+#: src/sss_client/pam_sss.c:1554
 msgid "Password expired. Change your password now."
 msgstr "La contraseña ha expirado. Modifíquela en este preciso momento."
 
diff --git a/po/fr.po b/po/fr.po
index 44b4210..63c742b 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -9,9 +9,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SSSD\n"
 "Report-Msgid-Bugs-To: sssd-devel at lists.fedorahosted.org\n"
-"POT-Creation-Date: 2012-04-09 13:53-0400\n"
-"PO-Revision-Date: 2012-03-14 09:58+0000\n"
-"Last-Translator: Mariko Vincent <dweu60 at gmail.com>\n"
+"POT-Creation-Date: 2012-04-20 11:22-0400\n"
+"PO-Revision-Date: 2012-04-20 16:09+0000\n"
+"Last-Translator: sgallagh <sgallagh at redhat.com>\n"
 "Language-Team: French <trans-fr at lists.fedoraproject.org>\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
@@ -883,7 +883,11 @@ msgstr "Base pour les répertoires utilisateur"
 msgid "The name of the NSS library to use"
 msgstr "Nom de la bibliothèque NSS à utiliser"
 
-#: src/config/SSSDConfig.py:304
+#: src/config/SSSDConfig.py:302
+msgid "Whether to look up canonical group name from cache if possible"
+msgstr ""
+
+#: src/config/SSSDConfig.py:305
 msgid "PAM stack to use"
 msgstr "Pile PAM à utiliser"
 
@@ -996,23 +1000,23 @@ msgstr "Échec du changement de mot de passe."
 msgid "Server message: "
 msgstr "Message du serveur : "
 
-#: src/sss_client/pam_sss.c:1286
+#: src/sss_client/pam_sss.c:1288
 msgid "New Password: "
 msgstr "Nouveau mot de passe : "
 
-#: src/sss_client/pam_sss.c:1287
+#: src/sss_client/pam_sss.c:1289
 msgid "Reenter new Password: "
 msgstr "Retaper le nouveau mot de passe : "
 
-#: src/sss_client/pam_sss.c:1373
+#: src/sss_client/pam_sss.c:1375
 msgid "Password: "
 msgstr "Mot de passe : "
 
-#: src/sss_client/pam_sss.c:1405
+#: src/sss_client/pam_sss.c:1407
 msgid "Current Password: "
 msgstr "Mot de passe actuel : "
 
-#: src/sss_client/pam_sss.c:1552
+#: src/sss_client/pam_sss.c:1554
 msgid "Password expired. Change your password now."
 msgstr "Mot de passe expiré. Changez votre mot de passe maintenant."
 
diff --git a/po/hu.po b/po/hu.po
index 1b45c88..de42346 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -8,8 +8,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SSSD\n"
 "Report-Msgid-Bugs-To: sssd-devel at lists.fedorahosted.org\n"
-"POT-Creation-Date: 2012-04-09 13:53-0400\n"
-"PO-Revision-Date: 2012-03-08 11:42+0000\n"
+"POT-Creation-Date: 2012-04-20 11:22-0400\n"
+"PO-Revision-Date: 2012-04-20 16:09+0000\n"
 "Last-Translator: sgallagh <sgallagh at redhat.com>\n"
 "Language-Team: Hungarian <trans-hu at lists.fedoraproject.org>\n"
 "Language: hu\n"
@@ -840,7 +840,11 @@ msgstr ""
 msgid "The name of the NSS library to use"
 msgstr ""
 
-#: src/config/SSSDConfig.py:304
+#: src/config/SSSDConfig.py:302
+msgid "Whether to look up canonical group name from cache if possible"
+msgstr ""
+
+#: src/config/SSSDConfig.py:305
 msgid "PAM stack to use"
 msgstr ""
 
@@ -949,23 +953,23 @@ msgstr "A jelszó megváltoztatása nem sikerült."
 msgid "Server message: "
 msgstr "Szerver üzenete:"
 
-#: src/sss_client/pam_sss.c:1286
+#: src/sss_client/pam_sss.c:1288
 msgid "New Password: "
 msgstr "Új jelszó:"
 
-#: src/sss_client/pam_sss.c:1287
+#: src/sss_client/pam_sss.c:1289
 msgid "Reenter new Password: "
 msgstr "Jelszó mégegyszer: "
 
-#: src/sss_client/pam_sss.c:1373
+#: src/sss_client/pam_sss.c:1375
 msgid "Password: "
 msgstr "Jelszó: "
 
-#: src/sss_client/pam_sss.c:1405
+#: src/sss_client/pam_sss.c:1407
 msgid "Current Password: "
 msgstr "Jelenlegi jelszó:"
 
-#: src/sss_client/pam_sss.c:1552
+#: src/sss_client/pam_sss.c:1554
 msgid "Password expired. Change your password now."
 msgstr "A jelszava lejárt, változtass meg most."
 
diff --git a/po/id.po b/po/id.po
index 249e385..cbba008 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SSSD\n"
 "Report-Msgid-Bugs-To: sssd-devel at lists.fedorahosted.org\n"
-"POT-Creation-Date: 2012-04-09 13:53-0400\n"
-"PO-Revision-Date: 2012-03-08 11:41+0000\n"
+"POT-Creation-Date: 2012-04-20 11:22-0400\n"
+"PO-Revision-Date: 2012-04-20 16:09+0000\n"
 "Last-Translator: sgallagh <sgallagh at redhat.com>\n"
 "Language-Team: Indonesian <trans-id at lists.fedoraproject.org>\n"
 "Language: id\n"
@@ -839,7 +839,11 @@ msgstr ""
 msgid "The name of the NSS library to use"
 msgstr ""
 
-#: src/config/SSSDConfig.py:304
+#: src/config/SSSDConfig.py:302
+msgid "Whether to look up canonical group name from cache if possible"
+msgstr ""
+
+#: src/config/SSSDConfig.py:305
 msgid "PAM stack to use"
 msgstr ""
 
@@ -948,23 +952,23 @@ msgstr "Perubahan kata sandi gagal."
 msgid "Server message: "
 msgstr "Pesan server:"
 
-#: src/sss_client/pam_sss.c:1286
+#: src/sss_client/pam_sss.c:1288
 msgid "New Password: "
 msgstr "Kata Sandi Baru: "
 
-#: src/sss_client/pam_sss.c:1287
+#: src/sss_client/pam_sss.c:1289
 msgid "Reenter new Password: "
 msgstr "Masukkan lagi kata sandi baru:"
 
-#: src/sss_client/pam_sss.c:1373
+#: src/sss_client/pam_sss.c:1375
 msgid "Password: "
 msgstr "Kata sandi:"
 
-#: src/sss_client/pam_sss.c:1405
+#: src/sss_client/pam_sss.c:1407
 msgid "Current Password: "
 msgstr "Kata sandi saat ini:"
 
-#: src/sss_client/pam_sss.c:1552
+#: src/sss_client/pam_sss.c:1554
 msgid "Password expired. Change your password now."
 msgstr ""
 
diff --git a/po/it.po b/po/it.po
index dc1f2f9..2dc7e38 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,8 +8,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SSSD\n"
 "Report-Msgid-Bugs-To: sssd-devel at lists.fedorahosted.org\n"
-"POT-Creation-Date: 2012-04-09 13:53-0400\n"
-"PO-Revision-Date: 2012-03-08 11:41+0000\n"
+"POT-Creation-Date: 2012-04-20 11:22-0400\n"
+"PO-Revision-Date: 2012-04-20 16:09+0000\n"
 "Last-Translator: sgallagh <sgallagh at redhat.com>\n"
 "Language-Team: Italian <trans-it at lists.fedoraproject.org>\n"
 "Language: it\n"
@@ -850,7 +850,11 @@ msgstr "Base delle home directory"
 msgid "The name of the NSS library to use"
 msgstr "Il nome della libreria NSS da usare"
 
-#: src/config/SSSDConfig.py:304
+#: src/config/SSSDConfig.py:302
+msgid "Whether to look up canonical group name from cache if possible"
+msgstr ""
+
+#: src/config/SSSDConfig.py:305
 msgid "PAM stack to use"
 msgstr "Stack PAM da usare"
 
@@ -959,23 +963,23 @@ msgstr "Cambio password fallito."
 msgid "Server message: "
 msgstr "Messaggio del server:"
 
-#: src/sss_client/pam_sss.c:1286
+#: src/sss_client/pam_sss.c:1288
 msgid "New Password: "
 msgstr "Nuova password: "
 
-#: src/sss_client/pam_sss.c:1287
+#: src/sss_client/pam_sss.c:1289
 msgid "Reenter new Password: "
 msgstr "Conferma nuova password: "
 
-#: src/sss_client/pam_sss.c:1373
+#: src/sss_client/pam_sss.c:1375
 msgid "Password: "
 msgstr "Password: "
 
-#: src/sss_client/pam_sss.c:1405
+#: src/sss_client/pam_sss.c:1407
 msgid "Current Password: "
 msgstr "Password corrente: "
 
-#: src/sss_client/pam_sss.c:1552
+#: src/sss_client/pam_sss.c:1554
 msgid "Password expired. Change your password now."
 msgstr "Password scaduta. Cambiare la password ora."
 
diff --git a/po/ja.po b/po/ja.po
index c050982..e263080 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -8,8 +8,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: SSSD\n"
 "Report-Msgid-Bugs-To: sssd-devel at lists.fedorahosted.org\n"
-"POT-Creation-Date: 2012-04-09 13:53-0400\n"
-"PO-Revision-Date: 2012-03-08 11:41+0000\n"
+"POT-Creation-Date: 2012-04-20 11:22-0400\n"
+"PO-Revision-Date: 2012-04-23 00:36+0000\n"
 "Last-Translator: Tomoyuki KATO <tomo at dream.daynight.jp>\n"
 "Language-Team: Japanese <trans-ja at lists.fedoraproject.org>\n"
 "Language: ja\n"
@@ -846,7 +846,11 @@ msgstr "ホームディレクトリーのベース"
 msgid "The name of the NSS library to use"
 msgstr "使用する NSS ライブラリーの名前"
 
-#: src/config/SSSDConfig.py:304
+#: src/config/SSSDConfig.py:302
+msgid "Whether to look up canonical group name from cache if possible"
+msgstr "可能ならばキャッシュから正規化されたグループ名を検索するかどうか"
+
+#: src/config/SSSDConfig.py:305
 msgid "PAM stack to use"
 msgstr "使用する PAM スタック"
 
@@ -956,23 +960,23 @@ msgstr "パスワードの変更に失敗しました。 "
 msgid "Server message: "
 msgstr "サーバーのメッセージ: "
 
-#: src/sss_client/pam_sss.c:1286
+#: src/sss_client/pam_sss.c:1288
 msgid "New Password: "
 msgstr "新しいパスワード: "
 
-#: src/sss_client/pam_sss.c:1287
+#: src/sss_client/pam_sss.c:1289
 msgid "Reenter new Password: "
 msgstr "新しいパスワードの再入力: "
 
-#: src/sss_client/pam_sss.c:1373
+#: src/sss_client/pam_sss.c:1375
 msgid "Password: "
 msgstr "パスワード: "
 
-#: src/sss_client/pam_sss.c:1405
+#: src/sss_client/pam_sss.c:1407
 msgid "Current Password: "
 msgstr "現在のパスワード: "
 
-#: src/sss_client/pam_sss.c:1552
+#: src/sss_client/pam_sss.c:1554
 msgid "Password expired. Change your password now."
 msgstr "パスワードの期限が切れました。いますぐパスワードを変更してください。"
 
@@ -1042,11 +1046,11 @@ msgstr "プロキシーコマンドへのパスは絶対パスにする必要が
 
 #: src/sss_client/ssh/sss_ssh_knownhostsproxy.c:263
 msgid "Host name cannot be resolved\n"
-msgstr ""
+msgstr "ホスト名が解決できません\n"
 
 #: src/sss_client/ssh/sss_ssh_knownhostsproxy.c:274
 msgid "Reverse lookup failed\n"
-msgstr ""
+msgstr "逆引きに失敗しました\n"
 
 #: src/tools/sss_useradd.c:49 src/tools/sss_usermod.c:48
 msgid "The UID of the user"
diff --git a/po/nb.po b/po/nb.po
new file mode 100644
index 0000000..d45ed5b
--- /dev/null
+++ b/po/nb.po
@@ -0,0 +1,1476 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR Red Hat, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# Kjartan Maraas <kmaraas at gnome.org>, 2012.
+msgid ""
+msgstr ""
+"Project-Id-Version: SSSD\n"
+"Report-Msgid-Bugs-To: sssd-devel at lists.fedorahosted.org\n"
+"POT-Creation-Date: 2012-04-20 11:22-0400\n"
+"PO-Revision-Date: 2012-04-25 18:21+0000\n"
+"Last-Translator: Kjartan Maraas <kmaraas at gnome.org>\n"
+"Language-Team: Norwegian Bokmål <i18n-nb at lister.ping.uio.no>\n"
+"Language: nb\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: src/config/SSSDConfig.py:39
+msgid "Set the verbosity of the debug logging"
+msgstr ""
+
+#: src/config/SSSDConfig.py:40
+msgid "Include timestamps in debug logs"
+msgstr ""
+
+#: src/config/SSSDConfig.py:41
+msgid "Include microseconds in timestamps in debug logs"
+msgstr ""
+
+#: src/config/SSSDConfig.py:42
+msgid "Write debug messages to logfiles"
+msgstr ""
+
+#: src/config/SSSDConfig.py:43
+msgid "Ping timeout before restarting service"
+msgstr ""
+
+#: src/config/SSSDConfig.py:44
+msgid "Command to start service"
+msgstr ""
+
+#: src/config/SSSDConfig.py:45
+msgid "Number of times to attempt connection to Data Providers"
+msgstr ""
+
+#: src/config/SSSDConfig.py:48
+msgid "SSSD Services to start"
+msgstr "SSSD-tjenester som skal startes"
+
+#: src/config/SSSDConfig.py:49
+msgid "SSSD Domains to start"
+msgstr "SSSD-domener som skal startes"
+
+#: src/config/SSSDConfig.py:50
+msgid "Timeout for messages sent over the SBUS"
+msgstr "Tidsavbrudd for meldinger som sendes over SBUS"
+
+#: src/config/SSSDConfig.py:51
+msgid "Regex to parse username and domain"
+msgstr ""
+
+#: src/config/SSSDConfig.py:52
+msgid "Printf-compatible format for displaying fully-qualified names"
+msgstr ""
+
+#: src/config/SSSDConfig.py:53
+msgid ""
+"Directory on the filesystem where SSSD should store Kerberos replay cache "
+"files."
+msgstr ""
+
+#: src/config/SSSDConfig.py:56
+msgid "Enumeration cache timeout length (seconds)"
+msgstr ""
+
+#: src/config/SSSDConfig.py:57
+msgid "Entry cache background update timeout length (seconds)"
+msgstr ""
+
+#: src/config/SSSDConfig.py:58 src/config/SSSDConfig.py:81
+msgid "Negative cache timeout length (seconds)"
+msgstr ""
+
+#: src/config/SSSDConfig.py:59
+msgid "Users that SSSD should explicitly ignore"
+msgstr ""
+
+#: src/config/SSSDConfig.py:60
+msgid "Groups that SSSD should explicitly ignore"
+msgstr ""
+
+#: src/config/SSSDConfig.py:61
+msgid "Should filtered users appear in groups"
+msgstr ""
+
+#: src/config/SSSDConfig.py:62
+msgid "The value of the password field the NSS provider should return"
+msgstr ""
+
+#: src/config/SSSDConfig.py:63
+msgid "Override homedir value from the identity provider with this value"
+msgstr ""
+
+#: src/config/SSSDConfig.py:64
+msgid "The list of shells users are allowed to log in with"
+msgstr ""
+
+#: src/config/SSSDConfig.py:65
+msgid ""
+"The list of shells that will be vetoed, and replaced with the fallback shell"
+msgstr ""
+
+#: src/config/SSSDConfig.py:66
+msgid ""
+"If a shell stored in central directory is allowed but not available, use "
+"this fallback"
+msgstr ""
+
+#: src/config/SSSDConfig.py:69
+msgid "How long to allow cached logins between online logins (days)"
+msgstr ""
+
+#: src/config/SSSDConfig.py:70
+msgid "How many failed logins attempts are allowed when offline"
+msgstr ""
+
+#: src/config/SSSDConfig.py:71
+msgid ""
+"How long (minutes) to deny login after offline_failed_login_attempts has "
+"been reached"
+msgstr ""
+
+#: src/config/SSSDConfig.py:72
+msgid "What kind of messages are displayed to the user during authentication"
+msgstr ""
+
+#: src/config/SSSDConfig.py:73
+msgid "How many seconds to keep identity information cached for PAM requests"
+msgstr ""
+
+#: src/config/SSSDConfig.py:74
+msgid "How many days before password expiration a warning should be displayed"
+msgstr ""
+
+#: src/config/SSSDConfig.py:77
+msgid "Whether to evaluate the time-based attributes in sudo rules"
+msgstr ""
+
+#: src/config/SSSDConfig.py:78
+msgid ""
+"How many seconds to keep sudorules cached before asking the provider again"
+msgstr ""
+
+#: src/config/SSSDConfig.py:84
+msgid "Identity provider"
+msgstr "Identitetstilbyder"
+
+#: src/config/SSSDConfig.py:85
+msgid "Authentication provider"
+msgstr "Autentiseringstilbyder"
+
+#: src/config/SSSDConfig.py:86
+msgid "Access control provider"
+msgstr "Tilgangskontrolltilbyder"
+
+#: src/config/SSSDConfig.py:87
+msgid "Password change provider"
+msgstr "Passordbyttetilbyder"
+
+#: src/config/SSSDConfig.py:88
+msgid "SUDO provider"
+msgstr ""
+
+#: src/config/SSSDConfig.py:89
+msgid "Autofs provider"
+msgstr ""
+
+#: src/config/SSSDConfig.py:90
+msgid "Session-loading provider"
+msgstr ""
+
+#: src/config/SSSDConfig.py:91
+msgid "Host identity provider"
+msgstr ""
+
+#: src/config/SSSDConfig.py:94
+msgid "Minimum user ID"
+msgstr "Minste bruker-ID"
+
+#: src/config/SSSDConfig.py:95
+msgid "Maximum user ID"
+msgstr "Største bruker-ID"
+
+#: src/config/SSSDConfig.py:96
+msgid "Enable enumerating all users/groups"
+msgstr ""
+
+#: src/config/SSSDConfig.py:97
+msgid "Cache credentials for offline login"
+msgstr ""
+
+#: src/config/SSSDConfig.py:98
+msgid "Store password hashes"
+msgstr ""
+
+#: src/config/SSSDConfig.py:99
+msgid "Display users/groups in fully-qualified form"
+msgstr ""
+
+#: src/config/SSSDConfig.py:100 src/config/SSSDConfig.py:107
+#: src/config/SSSDConfig.py:108 src/config/SSSDConfig.py:109
+#: src/config/SSSDConfig.py:110 src/config/SSSDConfig.py:111
+msgid "Entry cache timeout length (seconds)"
+msgstr ""
+
+#: src/config/SSSDConfig.py:101
+msgid ""
+"Restrict or prefer a specific address family when performing DNS lookups"
+msgstr ""
+
+#: src/config/SSSDConfig.py:102
+msgid "How long to keep cached entries after last successful login (days)"
+msgstr ""
+
+#: src/config/SSSDConfig.py:103
+msgid "How long to wait for replies from DNS when resolving servers (seconds)"
+msgstr ""
+
+#: src/config/SSSDConfig.py:104
+msgid "The domain part of service discovery DNS query"
+msgstr ""
+
+#: src/config/SSSDConfig.py:105
+msgid "Override GID value from the identity provider with this value"
+msgstr ""
+
+#: src/config/SSSDConfig.py:106
+msgid "Treat usernames as case sensitive"
+msgstr ""
+
+#: src/config/SSSDConfig.py:114
+msgid "IPA domain"
+msgstr "IPA-domene"
+
+#: src/config/SSSDConfig.py:115
+msgid "IPA server address"
+msgstr "IPA-tjeneradresse"
+
+#: src/config/SSSDConfig.py:116
+msgid "IPA client hostname"
+msgstr "Vertsnavn for IPA-klient"
+
+#: src/config/SSSDConfig.py:117
+msgid "Whether to automatically update the client's DNS entry in FreeIPA"
+msgstr ""
+
+#: src/config/SSSDConfig.py:118
+msgid "The interface whose IP should be used for dynamic DNS updates"
+msgstr ""
+
+#: src/config/SSSDConfig.py:119
+msgid "Search base for HBAC related objects"
+msgstr ""
+
+#: src/config/SSSDConfig.py:120
+msgid ""
+"The amount of time between lookups of the HBAC rules against the IPA server"
+msgstr ""
+
+#: src/config/SSSDConfig.py:121
+msgid "If DENY rules are present, either DENY_ALL or IGNORE"
+msgstr ""
+
+#: src/config/SSSDConfig.py:122
+msgid "If set to false, host argument given by PAM will be ignored"
+msgstr ""
+
+#: src/config/SSSDConfig.py:123
+msgid "The automounter location this IPA client is using"
+msgstr ""
+
+#: src/config/SSSDConfig.py:126 src/config/SSSDConfig.py:127
+msgid "Kerberos server address"
+msgstr "Tjeneradresse for Kerberos"
+
+#: src/config/SSSDConfig.py:128
+msgid "Kerberos realm"
+msgstr "Kerberos-område"
+
+#: src/config/SSSDConfig.py:129
+msgid "Authentication timeout"
+msgstr "Tidsavbrudd for autentisering"
+
+#: src/config/SSSDConfig.py:132
+msgid "Directory to store credential caches"
+msgstr ""
+
+#: src/config/SSSDConfig.py:133
+msgid "Location of the user's credential cache"
+msgstr ""
+
+#: src/config/SSSDConfig.py:134
+msgid "Location of the keytab to validate credentials"
+msgstr ""
+
+#: src/config/SSSDConfig.py:135
+msgid "Enable credential validation"
+msgstr ""
+
+#: src/config/SSSDConfig.py:136
+msgid "Store password if offline for later online authentication"
+msgstr ""
+
+#: src/config/SSSDConfig.py:137
+msgid "Renewable lifetime of the TGT"
+msgstr ""
+
+#: src/config/SSSDConfig.py:138
+msgid "Lifetime of the TGT"
+msgstr ""
+
+#: src/config/SSSDConfig.py:139
+msgid "Time between two checks for renewal"
+msgstr ""
+
+#: src/config/SSSDConfig.py:140
+msgid "Enables FAST"
+msgstr ""
+
+#: src/config/SSSDConfig.py:141
+msgid "Selects the principal to use for FAST"
+msgstr ""
+
+#: src/config/SSSDConfig.py:142
+msgid "Enables principal canonicalization"
+msgstr ""
+
+#: src/config/SSSDConfig.py:145
+msgid "Server where the change password service is running if not on the KDC"
+msgstr ""
+
+#: src/config/SSSDConfig.py:148
+msgid "ldap_uri, The URI of the LDAP server"
+msgstr ""
+
+#: src/config/SSSDConfig.py:149
+msgid "The default base DN"
+msgstr ""
+
+#: src/config/SSSDConfig.py:150
+msgid "The Schema Type in use on the LDAP server, rfc2307"
+msgstr ""
+
+#: src/config/SSSDConfig.py:151
+msgid "The default bind DN"
+msgstr ""
+
+#: src/config/SSSDConfig.py:152
+msgid "The type of the authentication token of the default bind DN"
+msgstr ""
+
+#: src/config/SSSDConfig.py:153
+msgid "The authentication token of the default bind DN"
+msgstr ""
+
+#: src/config/SSSDConfig.py:154
+msgid "Length of time to attempt connection"
+msgstr ""
+
+#: src/config/SSSDConfig.py:155
+msgid "Length of time to attempt synchronous LDAP operations"
+msgstr ""
+
+#: src/config/SSSDConfig.py:156
+msgid "Length of time between attempts to reconnect while offline"
+msgstr ""
+
+#: src/config/SSSDConfig.py:157
+msgid "Use only the upper case for realm names"
+msgstr ""
+
+#: src/config/SSSDConfig.py:158
+msgid "File that contains CA certificates"
+msgstr ""
+
+#: src/config/SSSDConfig.py:159
+msgid "Path to CA certificate directory"
+msgstr ""
+
+#: src/config/SSSDConfig.py:160
+msgid "File that contains the client certificate"
+msgstr ""
+
+#: src/config/SSSDConfig.py:161
+msgid "File that contains the client key"
+msgstr ""
+
+#: src/config/SSSDConfig.py:162
+msgid "List of possible ciphers suites"
+msgstr ""
+
+#: src/config/SSSDConfig.py:163



More information about the Pkg-sssd-devel mailing list