URL: https://github.com/freeipa/freeipa/pull/1326
Author: slaykovsky
Title: #1326: [WIP] Fixing translation problems
Action: opened
PR body:
"""
Hello guys!
So I'm having some progress with this weird translation related bug and I already achieved the following behaviour:
```
# LANG=de_DE.UTF-8 ipa user-find admin
--------------
1 user matched
--------------
Anmeldename: admin
Nachname: Administrator
Home-Verzeichnis: /home/admin
Anmeldeshell: /bin/bash
Principal alias: admin(a)DOM-023.ABC.IDM.LAB.ENG.BRQ.REDHAT.COM
UID: 1026200000
Gruppen-ID: 1026200000
Konto ist deaktiviert: False
-------------------------------------
Anzahl der zurückgegebenen Einträge 1
-------------------------------------
# LANG=zh_CN.UTF-8 ipa user-find admin
--------------
1 user matched
--------------
用户登录名: admin
姓: Administrator
主目录: /home/admin
登录shell: /bin/bash
主体别名: admin(a)DOM-023.ABC.IDM.LAB.ENG.BRQ.REDHAT.COM
UID: 1026200000
GID: 1026200000
禁用账户: False
--------
返回的条目数 1
--------
# LANG=en_US.UTF-8 ipa user-find admin
--------------
1 user matched
--------------
User login: admin
Last name: Administrator
Home directory: /home/admin
Login shell: /bin/bash
Principal alias: admin(a)DOM-023.ABC.IDM.LAB.ENG.BRQ.REDHAT.COM
UID: 1026200000
GID: 1026200000
Account disabled: False
----------------------------
Number of entries returned 1
----------------------------
```
As you can see now I don't need as a user to clean `~/.cache/ipa` to get the information in my native locale. But, there is this summary (in this case it's `1 user matched`) which is getting generated on the server and I'm kind of struggling with it now as I removed this `LANG` changing piece of code from rpcserver.
Any help, review and comment are needed and very appreciated. :)
pagure: https://pagure.io/freeipa/issue/7238
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1326/head:pr1326
git checkout pr1326
URL: https://github.com/freeipa/freeipa/pull/1492
Author: tiran
Title: #1492: [Backport][ipa-4-6] Give ODS socket a bit of time
Action: opened
PR body:
"""
This PR was opened automatically because PR #1490 was pushed to master and backport to ipa-4-6 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1492/head:pr1492
git checkout pr1492
URL: https://github.com/freeipa/freeipa/pull/1491
Author: tiran
Title: #1491: [Backport][ipa-4-6] Require dbus-python on F27
Action: opened
PR body:
"""
This PR was opened automatically because PR #1489 was pushed to master and backport to ipa-4-6 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1491/head:pr1491
git checkout pr1491
URL: https://github.com/freeipa/freeipa/pull/1490
Author: tiran
Title: #1490: Give ODS socket a bit of time
Action: opened
PR body:
"""
ipa-ods-exporter uses systemd socket activation. The script uses
select() to check if the socket is readable. A timeout of 0 is a bit too
aggressive. Sometimes select() doesn't consider the systemd socket as
readable. This causes ODS to fail silently
A timeout of one second seems to remove the problem. A proper error code
also signals that something went wrong.
Closes: https://pagure.io/freeipa/issue/7378
Signed-off-by: Christian Heimes <cheimes(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1490/head:pr1490
git checkout pr1490
URL: https://github.com/freeipa/freeipa/pull/1489
Author: tiran
Title: #1489: Require dbus-python on F27
Action: opened
PR body:
"""
Partly revert b03d5155. python2-dbus is not available on F27. The
package only provides dbus-python:
```
$ dnf install python2-dbus dbus-python
Last metadata expiration check: 0:18:39 ago on 2018-01-23T18:59:22 CET.
No match for argument: python2-dbus
Package dbus-python-1.2.4-8.fc27.x86_64 is already installed, skipping.
Error: Unable to find a match
```
Part of: https://pagure.io/freeipa/issue/7131
Signed-off-by: Christian Heimes <cheimes(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1489/head:pr1489
git checkout pr1489
URL: https://github.com/freeipa/freeipa/pull/1483
Author: tiran
Title: #1483: [Backport][ipa-4-6] Lower python-ldap requirement for F27
Action: opened
PR body:
"""
This PR was opened automatically because PR #1481 was pushed to master and backport to ipa-4-6 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1483/head:pr1483
git checkout pr1483
URL: https://github.com/freeipa/freeipa/pull/1484
Author: tiran
Title: #1484: [Backport][ipa-4-6] Custom ca-subject logging
Action: opened
PR body:
"""
This PR was opened automatically because PR #1447 was pushed to master and backport to ipa-4-6 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1484/head:pr1484
git checkout pr1484
URL: https://github.com/freeipa/freeipa/pull/1487
Author: tiran
Title: #1487: Fix pylint error in ipapython/dn.py
Action: opened
PR body:
"""
ipapython/dn.py:1324: [R1710(inconsistent-return-statements), DN.__contains__]
Either all return statements in a function should return an expression, or none of them should.)
Signed-off-by: Christian Heimes <cheimes(a)redhat.com>
Manual backport of PR #1486 to speed things up.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1487/head:pr1487
git checkout pr1487