I am REALLY finding it dificult identifing the AD objects containing the relevant info. Even before I can search for anything ? This is where I am at and need help both filling in the gaps and formulating a search qery.

GENERAL TAB:
First Name = #4 ?
Initials =
Last Name = #7 ?
Display Name = @FullName or #10
Description = @Comment or #11
Office = #1 or #5 ?
Telephone Number = #8 ?
E-Mail = #3 ? Primary
Web Page =

ADDRESS TAB:
Street = #6 ?
P.O.Box =
City = #9 ??
State/province =
Zip/Postal code =

http://msdn.microsoft.com/library/defaul...ributes_all.asp
#1
buildingName
The buildingName attribute type specifies the name of the building where an organization or organizational unit is based.
CN buildingName
Ldap-Display-Name buildingName
#2
Address
The user's address.
CN Address
Ldap-Display-Name streetAddress
#3
E-mail-Addresses
The list of email addresses for a contact.
CN E-mail-Addresses
Ldap-Display-Name mail
#4
Given-Name
Contains the given name (first name) of the user.
CN Given-Name
Ldap-Display-Name givenName
#5
Location
The user's location such as office number.
CN Location
Ldap-Display-Name location
#6
Street-Address
The street address.
CN Street-Address
Ldap-Display-Name street
#7
Surname
This attribute contains the family or last name for a user.
CN Surname
Ldap-Display-Name sn
#8
Telephone-Number
The primary telephone number.
CN Telephone-Number
Ldap-Display-Name telephoneNumber
#9
Locality-Name
Represents the name of a locality, such as a town or city.
CN Locality-Name
Ldap-Display-Name l
#10
Display-Name
The display name for an object. This is usually the combination of the users first name, middle initial, and last name.
CN Display-Name
Ldap-Display-Name displayName
#11
Description
Contains the description to display for an object. This value is treated as single-valued by the system.
CN Description
Ldap-Display-Name description