diff --git a/deploy.sh b/deploy.sh
index 59e62f6042a24bafb3fe498a2d786ef3d3fe25f7..834f425a54ebf47c63aa255fa9b7ac5d60fad338 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -5,7 +5,7 @@ then
     exit 1
 fi
 sudo apt-get update
-sudo apt-get -y -q install libpam-ldap libnss-ldap nscd smbclient winbind cifs-utils libpam-mount kdm kdm
+sudo apt-get -y -q install libpam-ldap libnss-ldap nscd smbclient winbind cifs-utils libpam-mount ldap-utils kdm
 while [ -z "$SRV_NAME" ]
 do
 	read -p "Please enter the name of the LDAP server (ex: DSIT or 0382693W)" SRV_NAME