summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate_jdn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index ebf8e8cb..8369a339 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -27,7 +27,7 @@ if ! getent passwd jenkins-adm > /dev/null ; then
fi
for user in helmut holger mattia ; do
if ! getent passwd $user > /dev/null ; then
- sudo adduser --gecos "" $user
+ sudo adduser --gecos "" --disabled-password $user
sudo usermod -G jenkins,jenkins-adm
fi
done