#50404 Issue 50403 - Instance creation fails on 1.3.9 using perl utils and latest lib389
Closed 3 years ago by spichugi. Opened 4 years ago by vashirov.
vashirov/389-ds-base fix-formatinfdata  into  master

file modified
+1 -1
@@ -958,7 +958,7 @@ 

      content = ("[General]" "\n")

      content += ("FullMachineName= %s\n" % args[SER_HOST])

      content += ("SuiteSpotUserID= %s\n" % args[SER_USER_ID])

-     content += ("nSuiteSpotGroup= %s\n" % args[SER_GROUP_ID])

+     content += ("SuiteSpotGroup= %s\n" % args[SER_GROUP_ID])

      content += ("StrictHostCheck= %s\n" % args[SER_STRICT_HOSTNAME_CHECKING])

  

      if args.get('have_admin'):

Bug Description:
There is a typo in formatInfData() that generates invalid inf file.

Fix Description:
Fix the typo.

Fixes https://pagure.io/389-ds-base/issue/50403

Reviewed by: ???

rebased onto f8e5e01

4 years ago

Pull-Request has been merged by vashirov

4 years ago

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/3462

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