From 5bf84f943da9f3ab1ad108ca392af54d65b82461 Mon Sep 17 00:00:00 2001 From: Viktor Ashirov Date: Oct 11 2017 15:24:26 +0000 Subject: Issue 96 - Change binaries' names Bug Description: After https://pagure.io/389-ds-base/issue/49348 binaries dropped their wrappers and -bin from their names. In lib389 we called them directly, instead of using wrappers. Fix Description: Change binaries' names https://pagure.io/lib389/issue/96 Reviewed by: mreynolds (Thanks!) --- diff --git a/src/lib389/lib389/ldclt.py b/src/lib389/lib389/ldclt.py index c5600d9..133f460 100644 --- a/src/lib389/lib389/ldclt.py +++ b/src/lib389/lib389/ldclt.py @@ -65,7 +65,7 @@ loginShell: /bin/false digits = len('%s' % max) cmd = [ - '%s/bin/ldclt-bin' % self.ds.prefix, + '%s/bin/ldclt' % self.ds.prefix, '-h', self.ds.host, '-p', @@ -99,7 +99,7 @@ loginShell: /bin/false # The bind users will be uid=userXXXX digits = len('%s' % max) cmd = [ - '%s/bin/ldclt-bin' % self.ds.prefix, + '%s/bin/ldclt' % self.ds.prefix, '-h', self.ds.host, '-p',