SSCA CA cert lacks basicConstraint:CA and for that reason it may not be acknowledged as a CA cert by some tools, e.g. in case of system-wide update-ca-trust tool.
1.4
dscreate
trust anchor /etc/dirsrv/ssca/ca.crt
trust list
category: authority
Metadata Update from @mhonek: - Custom field origin adjusted to None - Custom field reviewstatus adjusted to None - Custom field rhbz adjusted to https://bugzilla.redhat.com/show_bug.cgi?id=1809279
Commit aca3ae8 fixes this issue
08066be..483f0d2 389-ds-base-1.4.2 -> 389-ds-base-1.4.2 1b35628..9c5cfbd 389-ds-base-1.4.1 -> 389-ds-base-1.4.1
Metadata Update from @mhonek: - Issue close_status updated to: None (was: Fixed)
I get a TypeError on python 3.6:
TypeError
> with Popen(*popenargs, **kwargs) as process: E TypeError: __init__() got an unexpected keyword argument 'capture_output' /usr/lib64/python3.6/subprocess.py:423: TypeError
capture_output was added in 3.7 and it just sets stdout and stderr to PIPE: https://github.com/python/cpython/blob/0961dbdea2a449fc5b7d77610d6d10e6036fbdf3/Lib/subprocess.py#L481
capture_output
stdout
stderr
I think we should use python 3.6 as a baseline.
Metadata Update from @vashirov: - Issue status updated to: Open (was: Closed)
Commit 90f3642 fixes this issue
20a2d01..c4e7736 389-ds-base-1.4.1 -> 389-ds-base-1.4.1 1d8eb25..03bb5ba 389-ds-base-1.4.2 -> 389-ds-base-1.4.2
Metadata Update from @vashirov: - Issue close_status updated to: None (was: Fixed)
Commit d268928 relates to this ticket
389-ds-base is moving from Pagure to Github. This means that new issues and pull requests will be accepted only in 389-ds-base's github repository.
This issue has been cloned to Github and is available here: - https://github.com/389ds/389-ds-base/issues/4005
If you want to receive further updates on the issue, please navigate to the github issue and click on subscribe button.
subscribe
Thank you for understanding. We apologize for all inconvenience.
Metadata Update from @spichugi: - Issue close_status updated to: wontfix
Log in to comment on this ticket.