From 217669818977a55d0fd5a3140db5c477cbd42be1 Mon Sep 17 00:00:00 2001 From: Andy Ning Date: Mon, 9 May 2022 09:57:52 -0400 Subject: [PATCH] Remove workaround UAR 8 for nslcd Workaround UAR 8 for nslcd has been handled by puppet bootstrap, this commit remove it from the workaround script. Test Plan for Debian: PASS: system installation, bootstrap, unlock PASS: before applying after_bootstrap_workarounds.sh, check /etc/nslcd.conf, observe gid is "openldap". Story: 2009965 Task: 45317 Signed-off-by: Andy Ning Change-Id: Ic3035b2ddd1720b71862c85ba654eb7ebb15d35d --- .../source-debian/after_bootstrap_workarounds.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/debian-integration/source-debian/after_bootstrap_workarounds.sh b/tools/debian-integration/source-debian/after_bootstrap_workarounds.sh index 24e1d889..24812b23 100755 --- a/tools/debian-integration/source-debian/after_bootstrap_workarounds.sh +++ b/tools/debian-integration/source-debian/after_bootstrap_workarounds.sh @@ -5,9 +5,6 @@ if [ ! -f ${bifile} ]; then touch ${bifile} fi -# UAR 8: nslcd -sed -i 's@gid ldap@gid openldap@g' /etc/nslcd.conf - # UAR 9: disable find /etc/puppet/manifests -type f -exec \ sed -i 's@include ::platform::ntp@#include ::platform::ntp@g' {} +