For the secured authentication modifications to be taken into account, it is mandatory to restart all Antidot servers by running the following command:
As root user
/usr/local/afs7/bin/antidot stop
/usr/local/afs7/bin/antidot start
It is also mandatory to restart the MongoDB server by running the following command:
As root user
systemctl stop mongod.service
systemctl start mongod.service