[SSSD] [sssd PR#905][comment] Don't ignore host entries in Group Policy security filters

2020-01-10 Thread dmulder
URL: https://github.com/SSSD/sssd/pull/905 Title: #905: Don't ignore host entries in Group Policy security filters dmulder commented: """ @pbrezina I've pushed a patch that works for me, and seems to resolve the issue you encountered. """ See the full comment at

[SSSD] [sssd PR#905][synchronized] Don't ignore host entries in Group Policy security filters

2020-01-10 Thread dmulder
URL: https://github.com/SSSD/sssd/pull/905 Author: dmulder Title: #905: Don't ignore host entries in Group Policy security filters Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/905/head:pr905 git checkout pr905 From

[SSSD] [sssd PR#905][comment] Don't ignore host entries in Group Policy security filters

2020-01-10 Thread dmulder
URL: https://github.com/SSSD/sssd/pull/905 Title: #905: Don't ignore host entries in Group Policy security filters dmulder commented: """ > Probably because the computure object has `name=MASTER` instead of > `name=master.client.vm`. However this is after fresh enrollment to AD via > `realm`

[SSSD] [sssd PR#966][+Accepted] ad: add ad_use_ldaps

2020-01-10 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/966 Title: #966: ad: add ad_use_ldaps Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora Code of

[SSSD] [sssd PR#966][-Waiting for review] ad: add ad_use_ldaps

2020-01-10 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/966 Title: #966: ad: add ad_use_ldaps 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 Fedora

[SSSD] [sssd PR#966][comment] ad: add ad_use_ldaps

2020-01-10 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/966 Title: #966: ad: add ad_use_ldaps pbrezina commented: """ I'm going to ack these patches but I was not able to confirm their functionality. I was unable to configure AD to work on ldaps port so SSSD was not able to establish connection, but it is

[SSSD] [sssd PR#905][comment] Don't ignore host entries in Group Policy security filters

2020-01-10 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/905 Title: #905: Don't ignore host entries in Group Policy security filters pbrezina commented: """ > This is strange. It seems to be segfaulting on the dereference of reply. How > did we get a null reply if sdap_get_generic_recv() returned EOK? > > I