[SSSD] [sssd PR#5370][comment] nss: Use posix_fallocate() to alloc memcache file

2020-10-14 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/5370 Title: #5370: nss: Use posix_fallocate() to alloc memcache file alexey-tikhonov commented: """ Another thing to consider is that `posix_fallocate` will fail for some file systems, for example NFS. (This specific example perhaps doesn't matter as I gu

[SSSD] [sssd PR#5370][comment] nss: Use posix_fallocate() to alloc memcache file

2020-10-14 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/5370 Title: #5370: nss: Use posix_fallocate() to alloc memcache file alexey-tikhonov commented: """ A couple of remarks: - `ftruncate` [promises](https://pubs.opengroup.org/onlinepubs/9699919799/functions/ftruncate.html) "If the file size is increased, t

[SSSD] [sssd PR#5370][comment] nss: Use posix_fallocate() to alloc memcache file

2020-10-14 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/5370 Title: #5370: nss: Use posix_fallocate() to alloc memcache file alexey-tikhonov commented: """ A couple of remarks: - `ftruncate` [promises](https://pubs.opengroup.org/onlinepubs/9699919799/functions/ftruncate.html) "If the file size is increased, t

[SSSD] [sssd PR#5370][comment] nss: Use posix_fallocate() to alloc memcache file

2020-10-14 Thread deastoe
URL: https://github.com/SSSD/sssd/pull/5370 Title: #5370: nss: Use posix_fallocate() to alloc memcache file deastoe commented: """ With the repro described on the ticket, we now observe the failures in sssd_nss.log but sssd_nss successfully starts up without memcache functionality. ``` (2020-10

[SSSD] [sssd PR#5370][opened] nss: Use posix_fallocate() to alloc memcache file

2020-10-14 Thread deastoe
URL: https://github.com/SSSD/sssd/pull/5370 Author: deastoe Title: #5370: nss: Use posix_fallocate() to alloc memcache file Action: opened PR body: """ If sssd_nss starts up while the filesystem where the memcache files will reside (SSS_NSS_MCACHE_DIR) does not have sufficient space, sssd_nss

[SSSD] [sssd PR#5360][+Accepted] SDAP: set common options for sockets open by libldap

2020-10-14 Thread sumit-bose
URL: https://github.com/SSSD/sssd/pull/5360 Title: #5360: SDAP: set common options for sockets open by libldap Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedo

[SSSD] [sssd PR#5360][-Waiting for review] SDAP: set common options for sockets open by libldap

2020-10-14 Thread sumit-bose
URL: https://github.com/SSSD/sssd/pull/5360 Title: #5360: SDAP: set common options for sockets open by libldap Label: -Waiting for review ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@

[SSSD] [sssd PR#5361][+Waiting for review] negcache: multiple fixes

2020-10-14 Thread sumit-bose
URL: https://github.com/SSSD/sssd/pull/5361 Title: #5361: negcache: multiple fixes Label: +Waiting for review ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedor

[SSSD] [sssd PR#5367][synchronized] pam: add pam_sss_gss module for gssapi authentication

2020-10-14 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5367 Author: pbrezina Title: #5367: pam: add pam_sss_gss module for gssapi authentication Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5367/head:pr5367 git checkout pr5367 From

[SSSD] [sssd PR#5367][synchronized] pam: add pam_sss_gss module for gssapi authentication

2020-10-14 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5367 Author: pbrezina Title: #5367: pam: add pam_sss_gss module for gssapi authentication Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5367/head:pr5367 git checkout pr5367 From

[SSSD] [sssd PR#5367][+Waiting for review] pam: add pam_sss_gss module for gssapi authentication

2020-10-14 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5367 Title: #5367: pam: add pam_sss_gss module for gssapi authentication Label: +Waiting for review ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...

[SSSD] [sssd PR#5367][synchronized] pam: add pam_sss_gss module for gssapi authentication

2020-10-14 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5367 Author: pbrezina Title: #5367: pam: add pam_sss_gss module for gssapi authentication Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5367/head:pr5367 git checkout pr5367 From

[SSSD] [sssd PR#5367][opened] pam: add pam_sss_gss module for gssapi authentication

2020-10-14 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5367 Author: pbrezina Title: #5367: pam: add pam_sss_gss module for gssapi authentication Action: opened PR body: """ The module configuration and usage should be clear from its manual page. Suggestions are welcome. The main use case is to enable passwor

[SSSD] [sssd PR#5357][edited] Provide missing defines which otherwise are available on glibc system...

2020-10-14 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5357 Author: akuster Title: #5357: Provide missing defines which otherwise are available on glibc system... Action: edited Changed field: title Original value: """ Provide missing defines which otherwise are available on glibc system… """ _