New users can't log on apps

My YunoHost server

Hardware: Raspberry Pi 4
YunoHost version: 11.1.13
I have access to my server : Through SSH + through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no

Description of my issue

News users created though the webadmin can’t login on exisiting apps (mattermost, wiki.js…) but they can login on Yunohost interface without any problem.
How to check the list of LDAP users ?

Thanks.

I find the way to see the list of all user with this command :

ldapsearch -x -LLL uid=*

I can see any difference between an user who can login and one who can’t login…

I try to create another user, same problem. Any new user can’t login on apps.

“can’t” is not a useful word when describing a problem. What happens exactly when try to login on those apps, with a more elaborate description than it “doesn’t work” ?

You’re right, when new users try to login this error is showing:

The email/username or password is invalid

or

Invalid email / username or password.

Ok so now I have another error with previous users on wiki.js :

That’s probably because LDAP integration is not supported for this app

This is mentioned in the README for Mattermost (this info will progressively be made “more obvious” / easily available in the catalog with apps moving to packaging v2)

Wiki.JS has this note about LDAP integration which apparently should be manually configured : GitHub - YunoHost-Apps/wikijs_ynh: Modern and powerful wiki app package for YunoHost

Yes I forgot Mattermost, doesnt support LDAP, so this problem is solved.
I still have the problem with wiki.js, it was working well with LDAP two day ago… I will investigate.

So finally I mix different issues and panic…

Thanks for your help.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.