How to add some customized attributes to users in AD?

G

Guest

Our application will query AD via LDAP to get some application-specified attributes.
My question is how can I add these additional customized attributes to AD database so that each AD users has these extra attributes for LDAP query?
Such as, Adding Employee ID, Deparment ID number(not name) etc.
Is these any simple tool to do this job? or Do I need to write some programs?
Thanks
 
A

Andrew Mitchell

=?Utf-8?B?SGFuaw==?= said:
Our application will query AD via LDAP to get some application-specified
attributes. My question is how can I add these additional customized
attributes to AD database so that each AD users has these extra
attributes for LDAP query? Such as, Adding Employee ID, Deparment ID
number(not name) etc. Is these any simple tool to do this job? or Do I
need to write some programs? Thanks

It's generally recommended to do it programatically (especially if putting
values in the attributes for each user), but it can be done manually.

http://www.microsoft.com/windows2000/techinfo/planning/activedirectory/adsche
masteps.asp

Andy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top