AD Attributes

L

Luke21

Hello Guys,

I'm VC++ developper and i'd like to know how to display the Dialog Box
concerning Attributes and Policies about Active Directory objects. You
can find it using ADSI Edit, selecting an object from your schema,
right clicking on it and choosing Properties (thought it is,
translation from "Propriétés" in french). With this box you can see
both, all attributes and their values and policies (ACLs) of the
object.

I'd like to obtain it by coding if possible ...

Thanks for your answer in advance.

Luke_21.
 
N

Nathan

-----Original Message-----
Hello Guys,

I'm VC++ developper and i'd like to know how to display the Dialog Box
concerning Attributes and Policies about Active Directory
objects. You

This is not an AD issue, it's a prgramming one. However
if you check the following KB article it might provide
some direction...

http://support.microsoft.com/default.aspx?scid=kb;en-
us;168917

If you are lucky it's part of the "Common Dialog Set" and
you'll be able to call it from within a program. If you
can obtain it's Class ID then you should have no problem
bringing it up. How useful it is once open (or tries to
open), I can't say :)

Someone here might have the CLSID for ya, my mention in
this post might prompt them to follow it up for you too. :)

Good Luck
 
L

Luke21

Hi Nathan,

Thanks for your reply but "Common Dialog Set" won't help me for my
purposes cause this kind of dialog box is special for AD.

regards.
 

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

Similar Threads

AD object properties 2
List AD attributes? 3
Missing schema attributes in ADSIEdit 2
Error 207D running AdamSync 1
Schema extension 2
Modifying attributes 3
LDAP to AD 2
Documentation of Relation Attributes 3

Top