Hi,
I have created a RO for creating an new AD User and published it on the User Portal.
As you know if you create a new AD User, the new user appear on the Console "AD User and Computer"--->Users.
Now I have a OU named "dubin-users" and create under that OU, some new Deparment OUs like
Accounting, Office, Housekeeping.
Every OU has a Atrribute named "Distinguished Name".
How can I display "Distinguished Name" on the Portal for creating user in the right OU for example Accounting?
OU=Accounting,OU=A,OU=GD,OU=DT_Users,DC=DT,DC=com (that is the "Distinguished Name")
I selected on the RO filed name (user DN) and with Query Result
![User's image](https://learn-attachment.microsoft.com/api/attachments/49f4193c-97ec-4c22-bb21-e0d8ef8aac1f?platform=QnA)
![User's image](https://learn-attachment.microsoft.com/api/attachments/47dde69a-7a14-4b02-8cc6-52bcc68b8eb1?platform=QnA)
![User's image](https://learn-attachment.microsoft.com/api/attachments/750a4c8f-fb69-428b-ba54-00e1f01a5a82?platform=QnA)
It is working, but it display me the "Distinguished Name" with username as follow
CN=david Surt,OU=Accounting,OU=A,OU=GD,OU=DT_Users,DC=DT,DC=com
Is there any criteria I can set to display only the "Distinguished Name" without username?
like
OU=Accounting,OU=A,OU=GD,OU=DT_Users,DC=DT,DC=com
Regards