diff --git a/check_utilisation.py b/check_utilisation.py
index 52cd08c07b91de3abfd7e58887f1d6a9b947f104..cc232df80f8195085c79506b7b4529a830e17439 100755
--- a/check_utilisation.py
+++ b/check_utilisation.py
@@ -48,10 +48,9 @@ import smtplib
 pbs_server = 'hpcnode0'
 
 # Name of the users database. The "public" one has some fields removed. This is because 
-# we plan to make this script and database available to users under /usr/local/bin/.
+# this script and the database is available to users under /usr/local/bin/.
 # Do not use the full path here. It needs to reside in the same directory as this script.
-#users_db_name = 'users_ldap_public.db'
-users_db_name = 'users_ldap.db'
+users_db_name = 'users_ldap_public.db'
 
 # Target utilisation in percent. Anything below this will be tagged with "CHECK".
 target = 80