Hi Wolfgang, please take a look at these chapters from the MongoDB documentation:
- https://docs.mongodb.com/getting-started/shell/client/ - https://docs.mongodb.com/manual/mongo/ - https://docs.mongodb.com/manual/reference/method/db.collection.find/ - e. g. db.ldap_settings.find().pretty() - https://docs.mongodb.com/manual/reference/method/db.collection.remove/ - e. g. db.ldap_settings.remove() Of course you can also use a graphical user interface to MongoDB to find and remove those LDAP settings: https://docs.mongodb.com/ecosystem/tools/administration-interfaces/ Cheers, Jochen On Monday, 30 May 2016 10:26:02 UTC+2, Leittechnik SUN wrote: > > Hi Jochen, I'm not trained with mongodb, so what have i to do for looking, > changing or deleting "ldap_settings" collection in mongodb? searched in > graylog help, but can't find anything. > Wolfgang > > Am Mittwoch, 25. Mai 2016 07:48:44 UTC+2 schrieb Leittechnik SUN: >> >> hi, >> after upgrading from graylog 1.3.4 to graylog 2.0.1.2 it seems, all works >> fine. But on loging to web gui, only the local admin acount works. with my >> users, derfined in "manage users", there is no login possible. >> i go to the konfig page for ladp / ad settings and find all masks are >> empty. i set all necessary fields, tested it, stored it, (graylog says: >> settings stored), leaved the settings page, go back, and: all settings are >> clean. >> >> so it seems, graylog doesn't store the settings correct. >> > -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/a6ce606e-d012-4839-a26a-83c493d7fd81%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
