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

by (216k points)
Best answer
0 votes

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

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

Access reviews are a common requierment for many security frameworks. Is this a feature you see being added in the future, or has it been ruled out has something that doesn't fit your vision for the product?

asked Sep 2 by csw.pedro.matos (20 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, 2024 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, 2024 by KEME (100 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, 2024 by EdgarsABG (110 points)
0 votes
1 answer