Importing Accounts from Active Directory
-
Hello.
I apologize for my English.
I can’t figure out how importing from MS AD works.
I have many users, all have filled in the field %mail%.
I use: Accounts - Import - from SAM/AD. In the next window, select the target domain and disable "Make account mailboxes equal to the SAM/AD account name". I am trying to add several users.
As a result, the accounts are equal to %userPrincipalName%. And I need the accounts to be equal to %mail%.
I’ve done a little research, found out about the existence of the ActiveDS.dat file, which is the import template. I open this file, I find the string:
Mailbox=%userPrincipalName%
I exchange it for:
Mailbox=%mail%
I repeat the import procedure, but the result remains unchanged.
What am I doing wrong?
I need it to work, because it will take a very long time to create so many users manually. Besides, you want users to be able to login through AD.
-