Re: [graylog2] Graylog 1.2 LDAP Integration Error.

2015-09-18 Thread ivan morozov
Great! It works perfectly, thanks for your help! Am Freitag, 18. September 2015 17:04:57 UTC+2 schrieb Kay Röpke: > > > On 18 Sep 2015, at 16:05, ivan morozov > wrote: > > So far i know to keep the input configurations/ grok patterns / custom > extractors, i have to use

Re: [graylog2] Graylog 1.2 LDAP Integration Error.

2015-09-18 Thread Kay Röpke
> On 18 Sep 2015, at 16:05, ivan morozov wrote: > > So far i know to keep the input configurations/ grok patterns / custom > extractors, i have to use the same NODE_ID and same password_secret. > I estimate when i change it i will lose all this configurations? Do you

[graylog2] Graylog 1.2 LDAP Integration Error.

2015-09-18 Thread ivan morozov
Hi @All, i'm trying to integrate LDAP into my Graylog. I'm using Graylog standalone docker machine. In my case i'm putt all the configuration of LDAP into Graylog UI, then 1. Test Server Connection -> Works Fine! 2. Test Login -> Works Fine! 3. Save LDAP Settings -> Fail! After

Re: [graylog2] Graylog 1.2 LDAP Integration Error.

2015-09-18 Thread Kay Röpke
This is because your password_secret in the server.conf is too short. We use AES to encrypt the system password and AES needs 16 characters as inputs from the secret. If it is too short, then we can’t encrypt it. If you change it, then you need to reset the passwords of all users except the

Re: [graylog2] Graylog 1.2 LDAP Integration Error.

2015-09-18 Thread Edmundo Alvarez
Hi, Could you please also include any errors that you may see in the Graylog server log? Maybe those were give us a hint. Thank you, Edmundo > On 18 Sep 2015, at 15:34, ivan morozov wrote: > > Hi @All, > > i'm trying to integrate LDAP into my Graylog. I'm using

Re: [graylog2] Graylog 1.2 LDAP Integration Error.

2015-09-18 Thread ivan morozov
Hey Kay, thank you for the answer! So far i know to keep the input configurations/ grok patterns / custom extractors, i have to use the same NODE_ID and same password_secret. I estimate when i change it i will lose all this configurations? Do you have a approach to avoid this? Ivan Am