URL: https://github.com/SSSD/sssd/pull/5253 Author: aborah-sudo Title: #5253: libdirsrv should be modified to be compatible with new DS Action: opened
PR body: """
"""
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5253/head:pr5253 git checkout pr5253
URL: https://github.com/SSSD/sssd/pull/5253 Author: aborah-sudo Title: #5253: libdirsrv should be modified to be compatible with new DS Action: synchronized
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5253/head:pr5253 git checkout pr5253
URL: https://github.com/SSSD/sssd/pull/5253 Author: aborah-sudo Title: #5253: libdirsrv should be modified to be compatible with new DS Action: synchronized
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5253/head:pr5253 git checkout pr5253
URL: https://github.com/SSSD/sssd/pull/5253 Title: #5253: libdirsrv should be modified to be compatible with new DS
alexey-tikhonov commented: """ Hi,
Thank you for the patch.
I think it would be great to provide some details in the commit message. Something like: what version is "new", a brief description of required changes and if those changes are backward compatible. """
See the full comment at https://github.com/SSSD/sssd/pull/5253#issuecomment-662913198
URL: https://github.com/SSSD/sssd/pull/5253 Author: aborah-sudo Title: #5253: libdirsrv should be modified to be compatible with new DS Action: synchronized
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5253/head:pr5253 git checkout pr5253
URL: https://github.com/SSSD/sssd/pull/5253 Title: #5253: libdirsrv should be modified to be compatible with new DS
aborah-sudo commented: """
Hi,
Thank you for the patch.
I think it would be great to provide some details in the commit message. Something like: what version is "new", a brief description of required changes and if those changes are backward compatible.
Directory Server 1.4.x
As DS is going to get rid of setup-ds.pl file completely. We need to change the same on our side too. """
See the full comment at https://github.com/SSSD/sssd/pull/5253#issuecomment-662958075
URL: https://github.com/SSSD/sssd/pull/5253 Author: aborah-sudo Title: #5253: libdirsrv should be modified to be compatible with new DS Action: synchronized
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5253/head:pr5253 git checkout pr5253
URL: https://github.com/SSSD/sssd/pull/5253 Author: aborah-sudo Title: #5253: libdirsrv should be modified to be compatible with new DS Action: synchronized
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5253/head:pr5253 git checkout pr5253
URL: https://github.com/SSSD/sssd/pull/5253 Title: #5253: libdirsrv should be modified to be compatible with new DS
sumit-bose commented: """ Hi,
as we agreed I'm fine with ACKing the patch. I just had a minor comment while reading it.
bye, Sumit """
See the full comment at https://github.com/SSSD/sssd/pull/5253#issuecomment-678065147
URL: https://github.com/SSSD/sssd/pull/5253 Title: #5253: libdirsrv should be modified to be compatible with new DS
Label: +Changes requested
URL: https://github.com/SSSD/sssd/pull/5253 Title: #5253: libdirsrv should be modified to be compatible with new DS
mrniranjan commented: """ @aborah-sudo Can you modify the line in the patch with below changes:
` set_trust_cmd = 'certutil -M -d %s -n %s -t ' \ '"CT,C,T" -f %s' % (self.dsinst_path, canick, pwfile) ` """
See the full comment at https://github.com/SSSD/sssd/pull/5253#issuecomment-683737608
URL: https://github.com/SSSD/sssd/pull/5253 Title: #5253: libdirsrv should be modified to be compatible with new DS
mrniranjan commented: """ @aborah-sudo Can you modify the line in the patch with below changes:
` set_trust_cmd = 'certutil -M -d %s -n %s -t ' \ '"CT,C,T" -f %s' % (self.dsinst_path, canick, pwfile) ` """
See the full comment at https://github.com/SSSD/sssd/pull/5253#issuecomment-683737608
URL: https://github.com/SSSD/sssd/pull/5253 Author: aborah-sudo Title: #5253: libdirsrv should be modified to be compatible with new DS Action: synchronized
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5253/head:pr5253 git checkout pr5253
URL: https://github.com/SSSD/sssd/pull/5253 Author: aborah-sudo Title: #5253: libdirsrv should be modified to be compatible with new DS Action: synchronized
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5253/head:pr5253 git checkout pr5253
URL: https://github.com/SSSD/sssd/pull/5253 Title: #5253: libdirsrv should be modified to be compatible with new DS
aborah-sudo commented: """ changes are done """
See the full comment at https://github.com/SSSD/sssd/pull/5253#issuecomment-683742126
URL: https://github.com/SSSD/sssd/pull/5253 Title: #5253: libdirsrv should be modified to be compatible with new DS
mrniranjan commented: """ @aborah-sudo can you move the -t to the next line
ie. ` set_trust_cmd = 'certutil -M -d %s -n %s ' \ ' -t "CT,C,T" -f %s' % (self.dsinst_path, canick, pwfile) ` """
See the full comment at https://github.com/SSSD/sssd/pull/5253#issuecomment-683784987
URL: https://github.com/SSSD/sssd/pull/5253 Author: aborah-sudo Title: #5253: libdirsrv should be modified to be compatible with new DS Action: synchronized
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5253/head:pr5253 git checkout pr5253
URL: https://github.com/SSSD/sssd/pull/5253 Title: #5253: libdirsrv should be modified to be compatible with new DS
aborah-sudo commented: """ @mrniranjan done """
See the full comment at https://github.com/SSSD/sssd/pull/5253#issuecomment-683790043
URL: https://github.com/SSSD/sssd/pull/5253 Title: #5253: libdirsrv should be modified to be compatible with new DS
sumit-bose commented: """ Hi,
thanks for the changes. ACK.
bye, Sumit """
See the full comment at https://github.com/SSSD/sssd/pull/5253#issuecomment-684478552
URL: https://github.com/SSSD/sssd/pull/5253 Title: #5253: libdirsrv should be modified to be compatible with new DS
Label: +Accepted
URL: https://github.com/SSSD/sssd/pull/5253 Title: #5253: libdirsrv should be modified to be compatible with new DS
Label: -Changes requested
URL: https://github.com/SSSD/sssd/pull/5253 Title: #5253: libdirsrv should be modified to be compatible with new DS
Label: +Ready to push
URL: https://github.com/SSSD/sssd/pull/5253 Title: #5253: libdirsrv should be modified to be compatible with new DS
pbrezina commented: """ Pushed PR: https://github.com/SSSD/sssd/pull/5253
* `master` * 2f4140fa663b74c5390e2c4f3647db0505ff5f85 - libdirsrv should be modified to be compatible with new DS
"""
See the full comment at https://github.com/SSSD/sssd/pull/5253#issuecomment-684667276
URL: https://github.com/SSSD/sssd/pull/5253 Title: #5253: libdirsrv should be modified to be compatible with new DS
Label: +Pushed
URL: https://github.com/SSSD/sssd/pull/5253 Title: #5253: libdirsrv should be modified to be compatible with new DS
Label: -Accepted
URL: https://github.com/SSSD/sssd/pull/5253 Title: #5253: libdirsrv should be modified to be compatible with new DS
Label: -Ready to push
URL: https://github.com/SSSD/sssd/pull/5253 Author: aborah-sudo Title: #5253: libdirsrv should be modified to be compatible with new DS Action: closed
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5253/head:pr5253 git checkout pr5253
sssd-devel@lists.fedorahosted.org