Update 'index.sh'

This commit is contained in:
William Mantly 2023-05-18 22:13:51 +00:00
parent f79edf56b8
commit 487db2029f

View File

@ -55,7 +55,7 @@ fi
# Install the requires packages for LDAP PAM telling apt to ignore any interactive options
DEBIAN_FRONTEND=noninteractive apt install -y libnss-ldap libpam-ldap ldap-utils nscd
DEBIAN_FRONTEND=noninteractive apt install -y libnss-ldap libpam-ldap ldap-utils nscd curl
# Configure the system to use LDAP for PAM. Some versions include `auth-client-config` and others dont.