#50264 Issue 50197 - Fix dscreate regression
Closed 3 years ago by spichugi. Opened 5 years ago by spichugi.
spichugi/389-ds-base oneliner_fix  into  master

@@ -147,7 +147,7 @@ 

  

          self.log.debug("Configuration general %s", general)

  

-         slapd_options = Slapd2Base(self.log, self.containerised)

+         slapd_options = Slapd2Base(self.log)

          slapd_options.parse_inf_config(config)

          slapd_options.verify()

          slapd = slapd_options.collect()

Description: dscreate fails to create an instance because
the wrong number of arguments is used for Slapd2Base() call.

https://pagure.io/389-ds-base/issue/50197

Reviewed by: ?

Pull-Request has been merged by spichugi

5 years ago

No, it is a separate issue

It's related to me being a dumb dumb :)

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 pull request has been cloned to Github as issue and is available here:
- https://github.com/389ds/389-ds-base/issues/3323

If you want to continue to work on the PR, please navigate to the github issue,
download the patch from the attachments and file a new pull request.

Thank you for understanding. We apologize for all inconvenience.

Pull-Request has been closed by spichugi

3 years ago
Metadata