LDAP Settings - Not Saving

I had a similar problem and had to do the following due to a corrupted LDAP entry;
1.ssh to the primary Graylog server
2.sudo su - root
3.cd /opt/graylog/mongodb
4…/bin/mongo
use graylog
db.ldap_settings.drop()
exit
5.graylog-ctl restart
6.exit (out of root)