#50952 SSCA lacks basicConstraint:CA
Closed: wontfix by vashirov. Opened by mhonek.

Issue Description

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.

Package Version and Platform

1.4

Steps to reproduce

  1. dscreate an instance with SSCA.
  2. trust anchor /etc/dirsrv/ssca/ca.crt
  3. Observe trust list for this certificate does not have category: authority tag.

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 aca3ae80 fixes this issue

08066be0b..483f0d25b 389-ds-base-1.4.2 -> 389-ds-base-1.4.2
1b35628ff..9c5cfbd26 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:

>       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

I think we should use python 3.6 as a baseline.

Metadata Update from @vashirov:
- Issue status updated to: Open (was: Closed)

Commit 90f3642c fixes this issue

20a2d0155..c4e773654 389-ds-base-1.4.1 -> 389-ds-base-1.4.1
1d8eb25b9..03bb5ba56 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 d2689280 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.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix

Metadata
Related Pull Requests