Spark not allowing an specific user

Hello,

I am using spark and openfire. It is connected to our LDAP and everything is working fine.
But there is an specific user that can’t login.

His AD account is with the same configuration than others.
When I list the users in spark Admin Console, his user has a red asterisk besides his name.

Does anyone know what it means?

Capturar

Are you sure they are the same? Say open 782183 and this one side by side in AD and compare their Account tabs. You can also enable Attributes tab and compare attributes for both users.

I deleted the AD user and create again and worked.
Anyway, do you know what this red sign means?

Kind regards.

It means problems with username. In XMPP username consists of user@domain. So normal users in your case have 7xxxxx@domain username. User list shows just first part for convenience. But in this case your user would have username 7xxxxx@scaserver.hrbr.local@domain, which is not correct and it shows it with red asterisk.

Hello, I found a solution (instead simply deleting AD users)
Check if you have any special characters (like / \ - etc) in the username and in the group names the users are in.
After removing all symbols of the AD groups (sales/marketing, HTML-5) and deleting the cache (Server-> server manager -> cache summary) Group, User and LDAP UserDN, it was able to import these users which where previously listed with the full domain and the red *.
Seems like the spark parser cant handle these chars during parsing of the OU’s