0 votes

Good morning,

I have an issue with Umlaute, a script has been created to replace those to match our standards. That is working well.

In my test environment i created a User called Rita Öxle, account is created wie username oexleri01. But when I now want to create an user called Rita Oxle, he says to me, Object already exist. A new account called Rita Oexle could be created.


Any ideas how that can happen, maybe default behavior of the software?

by (50 points)

1 Answer

0 votes
by (216k points)
selected by
Best answer

Hello,

The issue occurs because of the Full Name attribute. Active Directory requires that objects located directly under a particular container to have a unique name. For users, their Full Name serves as the name of their AD account. Active Directory does not distinguish umlauts in object names, which means that for AD, Rita Öxle is the same as Rita Oxle. In other words, you won't be able to create users with such names in the same AD container, either via Adaxes or using AD native tools, such as ADUC, for example.

To work around this issue, we recommend using a script that renames a new user if their Full Name is not unique in the target container. You can also find it in our tutorials. See Validate/Modify User Input Using a Script, Step 5, Example 3. The script does not distinguish umlauts in full names, the same as AD.

Related questions

0 votes
1 answer

Hi Support, We're trying Import Users from CSV. For the most Users it works fine, but for Users with Umlaut (ö,ü,ä, è, é,à, etc) the Import Service makes Symole? Is there a way Import Users with Umlaut in their Name? Thanks for your Help.

asked Nov 29, 2013 by Napoleon (700 points)
0 votes
1 answer

Is there any way to add a warning message when someone tries to add a group member that already is member? Checked config but found nothing related. Added a new member that ... the group and there is no warning, and the logs show that the task was completed.

asked Jul 9 by lramirez (20 points)
0 votes
1 answer

For creating a computer object, we want to check if the entered CN is already used in our AD. And for that we want to use a powershell script. An other dot ... powershell script should be start before creating the computer object, right? Thanks for your help.

asked Jun 4 by KEME (80 points)
0 votes
1 answer

Hello. I got a script that when E-mail forwarding is set, it automatically sends an email to the person that will recieve the forwarded emails for 6 months. But I'd like ... what to put in the xxxxxxx so it would take the account that im running command on.

asked Jun 3 by EdgarsABG (110 points)
0 votes
1 answer

Hello, When a user account is created, we would like for that user to be added to a group whose name is based on a certain naming convention. If the group doesn't yet exist ... If that group doesn't exist, it will first create the group and then add the user.

asked Mar 11 by sjjb2024 (60 points)
3,552 questions
3,242 answers
8,243 comments
547,828 users