Remove nslcd.conf from collect_mask_passwords

nslcd is removed and nslcd.conf no longer presents on Debian.
This change removed nslcd.conf from the collect_mask_passwords
script.

Test Plan:
PASS: After system deployed, run "collect" successfully.

Story: 2009834
Task: 46171
Signed-off-by: Andy Ning <andy.ning@windriver.com>
Change-Id: I2450fe4463565e555b47f134aa4683b62e3ed511
This commit is contained in:
Andy Ning 2022-08-31 09:44:11 -04:00
parent e649130111
commit 54d9461a61

View File

@ -26,7 +26,6 @@ for conffile in \
${COLLECT_NAME_DIR}/etc/neutron/neutron.conf \
${COLLECT_NAME_DIR}/etc/nfv/nfv_plugins/nfvi_plugins/config.ini \
${COLLECT_NAME_DIR}/etc/nova/nova.conf \
${COLLECT_NAME_DIR}/etc/nslcd.conf \
${COLLECT_NAME_DIR}/etc/openldap/slapd.conf.backup \
${COLLECT_NAME_DIR}/etc/openstack-dashboard/local_settings \
${COLLECT_NAME_DIR}/etc/panko/panko.conf \