06-19-2017 02:21 AM
Hi all,
I m using Alfresco Community 5.2. I m making login control with Ldap and users log in their myfiles by using this process. All this processes are working without problem.
But in my alfresco.log, I m receiving an error like "Login request: username not recognized [userName=admin]". In every login process, this error is shown in log file.
alfresco.log:
2017-06-19 09:32:21,424 ERROR [com.detaysoft.security.authentication.CustomAuthenticationComponentImpl] [http-apr-8091-exec-23] Login request: username not recognized [userName=hilal]
2017-06-19 09:38:58,562 ERROR [com.detaysoft.security.authentication.CustomAuthenticationComponentImpl] [http-apr-8091-exec-37] Login request: username not recognized [userName=admin]
How can I solve this issue?
Thanks in advance
06-19-2017 07:45 AM
You are apparently using a custom authentication component. Without knowing its implementation it will be difficult to give any advice on your error. You should contact the vendor/provider of that authentication component.
06-19-2017 07:45 AM
You are apparently using a custom authentication component. Without knowing its implementation it will be difficult to give any advice on your error. You should contact the vendor/provider of that authentication component.
06-20-2017 09:59 AM
thanks for answer. reason of the problem was an add-on that I added before into my alfresco project . This add-on is for cas authentication. When my alfresco users log in their myfiles, this cas module was giving error called "username not recognize". I found this line in code and solve this.
Explore our Alfresco products with the links below. Use labels to filter content by product module.