URL: https://github.com/SSSD/sssd/pull/256 Author: fidencio Title: #256: Just a few small fixes Action: opened
PR body: """ This patch set consists in a few small fixes:
- "NSS: Fix typo inigroups -> initgroups" just fixes a typo; - "LDAP: Remove duplicated debug message" just removes a duplicated debug message; - "CONTRIB: Force single-thread install to workaround concurrency issues" takes the same approach already taken for the intgcheck tests and force single thread installation to workaround concurrency issues. """
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/256/head:pr256 git checkout pr256
URL: https://github.com/SSSD/sssd/pull/256 Title: #256: Just a few small fixes
lslebodn commented: """ On (02/05/17 00:59), fidencio wrote:
This patch set consists in a few small fixes:
- "NSS: Fix typo inigroups -> initgroups" just fixes a typo;
- "LDAP: Remove duplicated debug message" just removes a duplicated debug message;
- "CONTRIB: Force single-thread install to workaround concurrency issues" takes the same approach already taken for the intgcheck tests and force single thread installation to workaround concurrency issues.
You can view, comment on, or merge this pull request online at:
https://github.com/SSSD/sssd/pull/256
-- Commit Summary --
- NSS: Fix typo inigroups -> initgroups
The typo is on two places
``` src/responder/nss/nss_iface.c: DEBUG(SSSDBG_TRACE_LIBS, "Updating inigroups memory cache of [%s@%s]\n", src/responder/nss/nsssrv.c: DEBUG(SSSDBG_CRIT_FAILURE, "inigroups mmap cache is DISABLED\n"); ```
LS
"""
See the full comment at https://github.com/SSSD/sssd/pull/256#issuecomment-298545691
URL: https://github.com/SSSD/sssd/pull/256 Title: #256: Just a few small fixes
lslebodn commented: """ On (02/05/17 00:59), fidencio wrote:
This patch set consists in a few small fixes:
- "NSS: Fix typo inigroups -> initgroups" just fixes a typo;
- "LDAP: Remove duplicated debug message" just removes a duplicated debug message;
- "CONTRIB: Force single-thread install to workaround concurrency issues" takes the same approach already taken for the intgcheck tests and force single thread installation to workaround concurrency issues.
You can view, comment on, or merge this pull request online at:
https://github.com/SSSD/sssd/pull/256
-- Commit Summary --
- NSS: Fix typo inigroups -> initgroups
The typo is in two places
``` src/responder/nss/nss_iface.c: DEBUG(SSSDBG_TRACE_LIBS, "Updating inigroups memory cache of [%s@%s]\n", src/responder/nss/nsssrv.c: DEBUG(SSSDBG_CRIT_FAILURE, "inigroups mmap cache is DISABLED\n"); ```
LS
"""
See the full comment at https://github.com/SSSD/sssd/pull/256#issuecomment-298547043
URL: https://github.com/SSSD/sssd/pull/256 Author: fidencio Title: #256: Just a few small fixes Action: synchronized
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/256/head:pr256 git checkout pr256
URL: https://github.com/SSSD/sssd/pull/256 Title: #256: Just a few small fixes
fidencio commented: """ @lslebodn: Oh, I didn't notice that. Thanks for catching this up!
New patch set updated. """
See the full comment at https://github.com/SSSD/sssd/pull/256#issuecomment-298561960
URL: https://github.com/SSSD/sssd/pull/256 Title: #256: Just a few small fixes
lslebodn commented: """ On (02/05/17 01:51), fidencio wrote:
@lslebodn: Oh, I didn't notice that. Thanks for catching this up!
New patch set updated.
ACK
LS
"""
See the full comment at https://github.com/SSSD/sssd/pull/256#issuecomment-298563172
URL: https://github.com/SSSD/sssd/pull/256 Title: #256: Just a few small fixes
fidencio commented: """ Just adding the "Accepted" label by @lslebodn's review. """
See the full comment at https://github.com/SSSD/sssd/pull/256#issuecomment-298603582
URL: https://github.com/SSSD/sssd/pull/256 Title: #256: Just a few small fixes
Label: +Accepted
URL: https://github.com/SSSD/sssd/pull/256 Title: #256: Just a few small fixes
lslebodn commented: """ master: * 2644a8ba6b89846150acaa508cb0bdd8bce2f41e * 251a3b2b9903ab1c09cb939b4a9adfd417a1117e * 255ea36747ace7555cfe5d57ba8e1e85bc2c6254 """
See the full comment at https://github.com/SSSD/sssd/pull/256#issuecomment-298604621
URL: https://github.com/SSSD/sssd/pull/256 Title: #256: Just a few small fixes
Label: +Pushed
URL: https://github.com/SSSD/sssd/pull/256 Author: fidencio Title: #256: Just a few small fixes Action: closed
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/256/head:pr256 git checkout pr256
sssd-devel@lists.fedorahosted.org