You are not logged in.
Dear users of this forum,
we are pleased to inform you that we will be updating the software behind this forum in the near future.
Existing posts, users and categories will remain untouched.
Important:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
Liebe Nutzer dieses Forums,
wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.
Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!
Wichtig:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
Pages: 1
Hey community!
I was recently adding a new user to my ReportServer, but after logging out, I can no longer login to Root or the new user.
The error says "login attempt failed".
Suggestions on how to get around this?
Offline
Hi Eleal,
welcome to the ReportServer forum.
My guess is that the new user does not have the necessary permissions to log into the system. As to why your root user can no longer log in, I am a bit puzzled. Are you certain that no one changed the password?
What you can do is to temporarily disable authentication. For this locate the reportserver.properties file in WEB-INF/classes. There change
rs.authenticator.pams = net.datenwerke.rs.authenticator.service.pam.UserPasswordPAMAuthoritativeinto
rs.authenticator.pams = net.datenwerke.rs.authenticator.service.pam.EveryoneIsRootPAMAfter making this change you need to restart ReportServer.
This will bypass authentication and login with the "root" user (the user whose username is root; note that this would not work if no user with that username is in the system).
Hope this helps.
Arno
Offline
Pages: 1