Comment 2 for bug 1980140

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tools (master)

Reviewed: https://review.opendev.org/c/starlingx/tools/+/848023
Committed: https://opendev.org/starlingx/tools/commit/33fac16e85e4b6f9c694dfaa6a6868ac1763af0d
Submitter: "Zuul (22348)"
Branch: master

commit 33fac16e85e4b6f9c694dfaa6a6868ac1763af0d
Author: Andy Ning <email address hidden>
Date: Tue Jun 28 14:48:08 2022 -0400

    Debian: replace package sudo with sudo-ldap

    The current sudo package doesn't compiled with LDAP support.
    Replace it with sudo-ldap which allows an equivalent of the
    sudoers database to be distributed via LDAP. With sudo-ldap,
    ldap users created with sudo privilege can run commands with
    sudo.

    Test Plan on Debian:
    PASS: image build.
    PASS: system bootstrap, unlock.
    PASS: create ldap users with sudo privilege, login system
          by the user, run sudo such as "sudo ls", observe the
          commands run successfully.

    Closes-Bug: 1980140
    Signed-off-by: Andy Ning <email address hidden>
    Change-Id: Ia115022c293205b9c70d3fb8696ac8f3050f0f63