Hi,

I can't authenticate using AD. I get invalid credentials error. The 
configuration is the same as graylog v1.3.3, which works fine. Looking at 
the server logs i get the error below. 


2016-04-05_19:05:07.69721 2016-04-05 12:05:07,695 WARN : 
org.graylog2.rest.resources.system.SessionsResource - Unable to log in user 
marsel.test
2016-04-05_19:05:07.69887 org.apache.shiro.authc.AuthenticationException: 
No account information found for authentication token 
[org.apache.shiro.authc.UsernamePasswordToken - marsel.test, 
rememberMe=false] by this Authenticator instance.  Please check that it is 
configured correctly.
2016-04-05_19:05:07.69949       at 
org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:202)
 
~[graylog.jar:?]
2016-04-05_19:05:07.70031       at 
org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
 
~[graylog.jar:?]
2016-04-05_19:05:07.70144       at 
org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:270)
 
~[graylog.jar:?]
2016-04-05_19:05:07.70259       at 
org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:256)
 
~[graylog.jar:?]
2016-04-05_19:05:07.70308       at 
org.graylog2.rest.resources.system.SessionsResource.newSession(SessionsResource.java:94)
 
[graylog.jar:?]
2016-04-05_19:05:07.70375       at 
sun.reflect.GeneratedMethodAccessor162.invoke(Unknown Source) ~[?:?]
2016-04-05_19:05:07.70495       at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 
~[?:1.8.0_74]
2016-04-05_19:05:07.70553       at 
java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74]
2016-04-05_19:05:07.70650       at 
org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81)
 
[graylog.jar:?]
2016-04-05_19:05:07.70721       at 
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:144)
 
[graylog.jar:?]
2016-04-05_19:05:07.70813       at 
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:161)
 
[graylog.jar:?]
2016-04-05_19:05:07.70877       at 
org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:205)
 
[graylog.jar:?]
2016-04-05_19:05:07.70977       at 
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:99)
 
[graylog.jar:?]
2016-04-05_19:05:07.71123       at 
org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:389)
 
[graylog.jar:?]
2016-04-05_19:05:07.71233       at 
org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:347)
 
[graylog.jar:?]
2016-04-05_19:05:07.71307       at 
org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:102)
 
[graylog.jar:?]
2016-04-05_19:05:07.71402       at 
org.glassfish.jersey.server.ServerRuntime$2.run(ServerRuntime.java:326) 
[graylog.jar:?]
2016-04-05_19:05:07.71505       at 
org.glassfish.jersey.internal.Errors$1.call(Errors.java:271) [graylog.jar:?]
2016-04-05_19:05:07.71562       at 
org.glassfish.jersey.internal.Errors$1.call(Errors.java:267) [graylog.jar:?]
2016-04-05_19:05:07.71619       at 
org.glassfish.jersey.internal.Errors.process(Errors.java:315) 
[graylog.jar:?]
2016-04-05_19:05:07.71727       at 
org.glassfish.jersey.internal.Errors.process(Errors.java:297) 
[graylog.jar:?]
2016-04-05_19:05:07.71781       at 
org.glassfish.jersey.internal.Errors.process(Errors.java:267) 
[graylog.jar:?]
2016-04-05_19:05:07.71874       at 
org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)
 
[graylog.jar:?]
2016-04-05_19:05:07.72036       at 
org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:305) 
[graylog.jar:?]
2016-04-05_19:05:07.72079       at 
org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1154)
 
[graylog.jar:?]
2016-04-05_19:05:07.72179       at 
org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:384)
 
[graylog.jar:?]
2016-04-05_19:05:07.72221       at 
org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:224) 
[graylog.jar:?]
2016-04-05_19:05:07.72281       at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
 
[graylog.jar:?]
2016-04-05_19:05:07.72417       at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
[?:1.8.0_74]
2016-04-05_19:05:07.72480       at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
[?:1.8.0_74]
2016-04-05_19:05:07.72604       at java.lang.Thread.run(Thread.java:745) 
[?:1.8.0_74]

Thank you,
Marsel

-- 
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 graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/6d29e6a9-9a2d-46e4-91ff-483f36da6a4a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to