From 487db2029fa2a56e31d3534f5721db1df816bc3d Mon Sep 17 00:00:00 2001 From: William Mantly Date: Thu, 18 May 2023 22:13:51 +0000 Subject: [PATCH] Update 'index.sh' --- index.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.sh b/index.sh index a1e753c..e34d166 100755 --- a/index.sh +++ b/index.sh @@ -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.