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

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)
0 votes
1 answer

Is it possible using PowerShell to copy group memberships from an already existing user without copying 2 specific groups named for example test and test 1 ? We are currently ... groups are not included. I can share the PowerShell script if needed. KR, Cas

asked Oct 30, 2023 by Cas (150 points)
+3 votes
1 answer

three-quarters of the year is over, is there still a major update planned for this year? And if so, is there already an approximate release date?

asked Sep 2, 2022 by Domenic (50 points)
0 votes
1 answer

When copying a group, the message appears even though the group does not yet exist. "The specified group already exists, (Server: adc.de:636)"

asked Oct 12, 2021 by Johann Ihnen (170 points)
3,355 questions
3,054 answers
7,799 comments
545,159 users