The problem (& the error message) I am getting
is when "
Existing name = Active Directory Name"
This does not link the old user to the new AD login as expected. It looks like it's the 'User_ Code' field that determines if the user is unique, and for all existing users, this appears to have a random number tagged onto the end of it,
i.e.
Existing v7.7a local users:
Username field = 'Firstname Lastname'
User_Code field = 'Firstname LastnameZ55EE637EA'
New v9.08 AD Users:
Username field = 'Firstname Lastname'
User_Code field = 'DOMAIN\Firstname Lastname'
So even though the usernames are identical, the difference in the User_Code field stops the AD user from ever being connected back to their 'old' user.
So... what are these numbers, and what is the impact of deleting them? Most are 10 characters, but some are up to 15...
It looks like it will be hard to do any kind of automatic search & replace on the User_Code field alone, since the number of 'random' characters is variable, so assuming I can export the table to Excel I could maybe replace the User_Code field with '=Concatenate("DOMAIN\",C1)' or similar, but I would like to know the risk first.
And another thing ;)...
When I try to update a new AD user's Email address, I get the error
Error | Only members with sufficient permission can access this page.
A security error has occurred with authentication.
Please ensure that all cookies are enabled on your web browser, you are not using a saved or cached copy of the page, and your Firewall/Proxy settings are not hiding or masking your IP address. |
|
- is this another limitation of AD users?