HELP creating User in AD

Capt_Ron

Active member
Joined
Apr 29, 2005
Messages
39
Programming Experience
1-3
I have a small app that creates users in bulk in AD.
Everything works beautifully except...

The FullName appears as the sAMAccountName.

When you open AD Users and computers, the samaccountname is what appears in the name column.

How can I get the First Name and Last Name to appear as the Full Name??????

Here's what I've set the attributes to:

sAMAccountName = (7 digit number assigned by HR)
name = First Name + Mid Init + Last Name
givenName = First Name
sn= Last Name
initials = Mid Init
displayName = First Name + Last Name
distinguishedName = First Name + Mid Init + Last Name

Images:
AD Users and computers
img1.gif

Properties of user:
img2.gif
 
Back
Top