I have been trying to use the omaddu command to add new users, for scripting purposes. I have most of it down. However, I would like to specify a particular authentication ID.
omaddu --class full -n "Test 2/OU1=mail/OU2=anything/ia=test2@anything.com=test.2@anything.com"
That is what I have so far and the results are:
First Name: Test
Last Name: 2
Display Name: 2, Test
Email Addresses: test2@anything.com
test.2@anything.com
Authentication ID: 2.Test
Premium user
There are two things I need different.
1. The display name would be better if it were: Test 2
2. Authentication ID needs to be: T2 (first letter of first name and full last name)
The biggest priority is the authentication ID because this server authenticates to an external LDAP. The display name we could live without changing but we would prefer consistency.
I would greatly appreciate any assistance with this.