Cannot change users display name

Discuss the Scalix Server software

Moderators: ScalixSupport, admin

colint
Posts: 62
Joined: Fri Feb 10, 2006 3:01 pm

Cannot change users display name

Postby colint » Tue May 02, 2006 4:42 pm

Hi,

There was a spelling mistake made in one of the users display name. The authentication id is the same. However as soon as you switch the display name to the correct spelling the user cannot login anymore. If you switch it back to the incorrect spelling the user can once again login. Is there some service that needs to be restarted in order to get around this problem or a file that needs to be edited?

Colin

crazy_russian

Postby crazy_russian » Wed May 03, 2006 4:39 pm

Hi,

How are you modifying the users display name? SAC or command line?

Thanks,
Yuri

colint
Posts: 62
Joined: Fri Feb 10, 2006 3:01 pm

Postby colint » Wed May 03, 2006 4:44 pm

Hi,

I tried in the SAC. However whatever way will work would be great. I have now two users that cannot be changed unless we delete them completely.

Colin

crazy_russian

Postby crazy_russian » Wed May 03, 2006 5:32 pm

Hi,

For performance reasons there is an imap process that is still running after the user logs out. If any user information is changed while the process is still running, it will cause this type of problems.

In order to fix this you need to run:

Code: Select all

omshowu -n <username>

Take a note of the number next to "System Login:"

Then run:

Code: Select all

ps -ef | grep imap


You should see something similar to this:

Code: Select all

[root@isengard ~]# ps -ef | grep imap
60553    26049     1  0 14:16 ?        00:00:00 in.imap41d -d
root     26088 25833  0 14:20 pts/2    00:00:00 grep imap


The first column of the output is the system login id. Second column is the process id. Kill the process that corresponds to the System login id of the user. So in my example it would be

Code: Select all

kill -9 26049


A product enhancement has been filed for this and this issue will be addressed in the future releases.

Cheers,
Yuri

colint
Posts: 62
Joined: Fri Feb 10, 2006 3:01 pm

Postby colint » Wed May 03, 2006 11:16 pm

Great that appears to work. Thanks for your help.


Return to “Scalix Server”



Who is online

Users browsing this forum: No registered users and 6 guests