0 votes

What is the best way of implementing user creation with different UPN suffixes in Adaxes as of 2018 ?

I read, and configured, the "old" methods where you create a user property pattern, with a custom text attribute, and then populated the data by changing the web interface with another friendly name, so it wouldnt say "CustomTextAttribute1" and so on...

But that was a solution in 2015, and it seems kind of "dirty" - isnt there a better way, and more native way of implementing different UPNĀ“s for user creation - seems like it could be done smarter?

Couldnt Adaxes read the UPN attributes that are configured in Active Directory, and then present them as possible options for user creation? Just like the normal interface ADUC does?

by (500 points)

1 Answer

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

Hello,

The solution you described is the only one. There is no alternative way.

0

Ok, thanks!

Related questions

0 votes
1 answer

Hello, how can I work with multiple UPN suffixes. The Admin web page shows only the default upn suffix. Thank you Regards, Thorsten

asked Feb 28, 2012 by techman26 (240 points)
0 votes
1 answer

Our Adaxes server is currently used to manage only one hybrid domain. We're looking to add a second (AAD / cloud only) managed domain, but our existing Adaxes ... scenes" without that domain and its objects being visible to our users immediately? Thanks.

asked Sep 26 by ms1 (20 points)
0 votes
1 answer

I am using this script modified for my testing. Import-Module Adaxes $csvFilePath = "D:\TestFeed\ImportNewUsers.csv" # Path to pick up feed file $userIdColumn = "Employee Number" # TODO: ... initial. I would like to add a 2 for now if the sam isn't unique.

asked Oct 17, 2022 by mightycabal (1.0k points)
0 votes
1 answer

I've tried the following script to adapt the UPN to the country, the step will be processed in "before user creation" but the UPN stays ... # Save changes $Context.TargetObject.Put("userPrincipalName", $userPrincipalName) $Context.TargetObject.SetInfo()

asked Oct 12, 2022 by boris (530 points)
3,548 questions
3,239 answers
8,232 comments
547,814 users