URL: https://github.com/SSSD/sssd/pull/431
Title: #431: Remove ldap_groups_use_matching_rule_in_chain,ldap_initgroups_use_mat…
jhrozek commented:
"""
Hi @amitkumar50,
since this PR has been stalled for quite some time, I'm going to close it. Please feel free to reopen the PR if you plan on addressing the issues that I brought up. Also, please feel free to work with us on the #sssd IRC channel if you need some help.
"""
See the full comment at https://github.com/SSSD/sssd/pull/431#issuecomment-390787704
URL: https://github.com/SSSD/sssd/pull/430
Title: #430: tests: Remove the pysss.local interface
jhrozek commented:
"""
Hi @amitkumar50,
since this PR has been stalled for quite some time, I'm going to close it. Please feel free to reopen the PR if you plan on addressing the issues that I brought up. Also, please feel free to work with us on the #sssd IRC channel if you need some help.
"""
See the full comment at https://github.com/SSSD/sssd/pull/430#issuecomment-390787588
URL: https://github.com/SSSD/sssd/pull/387
Author: amitkumar50
Title: #387: Setting ldap_sudo_include_regexp to false
Action: opened
PR body:
"""
Disable ldap_sudo_include_regexp option by default since this is costly
operation for evaluation on ldap server.
Resolves: https://pagure.io/SSSD/sssd/issue/3515
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/387/head:pr387
git checkout pr387
URL: https://github.com/SSSD/sssd/pull/247
Author: mzidek-rh
Title: #247: Subdomain inherit
Action: opened
PR body:
"""
I tested if the options that work in subdomain inherit also work in trusted domain section in sssd.conf. Most seem to work without any changes in the code except for two. With these two patches only one that does not work remains (I wanted to send patchset that adds all the options, but I got stuck on the option that sets the ldap principal, so I am sending this in the meantime).
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/247/head:pr247
git checkout pr247
URL: https://github.com/SSSD/sssd/pull/573
Author: sumit-bose
Title: #573: winbind idmap plugin: fix detection
Action: opened
PR body:
"""
Currently when compiling the detection code for the idmap interface
version only SMBCLIENT_CFLAGS are used. Since libsmbclient does not use
NTSTATUS the cflags do not contain '-DHAVE_IMMEDIATE_STRUCTURES=1' which
make NTSTATUS to a struct instead of an integer. Since Samba itself
might be complied with this define (it typically is) we have to make
sure we use it as well. Otherwise the test program might crash on
platforms where this change changes the calling convention as well.
Related to https://pagure.io/SSSD/sssd/issue/3741
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/573/head:pr573
git checkout pr573
URL: https://github.com/SSSD/sssd/pull/572
Author: sumit-bose
Title: #572: winbind idmap plugin: support inferface version 6
Action: opened
PR body:
"""
With Samba 4.7 the interface version of the idmap plugin was updated to
6. The patch adds support for this new version but can be complied with
the older version as well.
A configure option is added to select the version, if no version is
given configure tries to detect the version with the help of an internal
Samba library libidmap-samba4.so.
To make sure that always the right version is used configure will fail
if Samba is used (--with-samba, default) and no version can be
determined.
Resolves https://pagure.io/SSSD/sssd/issue/3741
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/572/head:pr572
git checkout pr572
URL: https://github.com/SSSD/sssd/pull/571
Author: amitkumar50
Title: #571: MAN: Clarify how comments work in sssd.conf
Action: opened
PR body:
"""
PR changes comment description in sssd.conf from:
'A line comment starts with a hash sign...'
to
'A comment line starts with a hash sign...'
Resolves: https://pagure.io/SSSD/sssd/issue/1117
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/571/head:pr571
git checkout pr571