Username Case Sensitive

I’ve searched through the docs a little bit, and I can’t seem to find any mention about the fact that usernames are case sensitive, and if that can be changed.

I see no need to have username be case sensitive… can this be adjusted by means of a setting?

(Sorry if I missed this in the docs)

Usernames are indeed case sensitive. I am afraid that there is no simple flag anywhere to change this. However, you could write a custom authenticator to replace the UserPasswordPAM. The LDAP chapter in the script guide provides some information about this.

Cheers,
Arno

We’ve just released a tutorial on customizing ReportServer’s authentication mechanism and used your use case as an example.

https://reportserver.net/en/tutorials/tutorial-custom-auth/

Cheers,
Arno