0

Is it possible to display the hidden attribute, EmployeeID or EmployeeNumber under the General Tab in a user's Active Directory Account? If so, how.....

JPBlanc
  • 70,406
  • 17
  • 130
  • 175
Michael
  • 1
  • 1

1 Answers1

0

You can add these attributes adding display columns see Modifying Existing User Interfaces. This article explain how to modify DisplaySpecifiers.

Be carefull read this KB that explain that modifying 'defaul_dsiplay' is not enough, you had to copy all the contents of 'extraColumns' attribute and add your ones to the 'organizationalUnit-Display' object.

You'd better do this using LDIF file and LDIFDE.EXE.

JPBlanc
  • 70,406
  • 17
  • 130
  • 175
  • I mean, under the user's profile. Can I add a field that displays Emplyee Number when I double click on the user's profile page? – Michael Jul 25 '11 at 09:44