n***@nospam.nospam
2008-03-28 21:03:31 UTC
Hi,
Looking for some ideas and suggestions. I develop a software applicatio=
n =
that allows users to pull information from AD to be viewed from this app=
. =
We allow them to specify which User object and Group object attributes t=
o =
display. The problem is trying to make sure those attributes entered in=
=
are valid attributes. So I'd like to send a query or call a method to =
pull all valid/allowed attributes by their lDAPDisplayName. And then =
check the user values against that list. I'm just not sure the best and=
=
most efficient way to do this.
Couple avenues i've come across to accomplish this:
attributeDisplayNames attribute in =
CN=3Duser-Display,CN=3D409,CN=3DDisplaySpecifiers,CN=3DConfiguration,DC=3D=
unimax,DC=3Dcom
and
From a Kaplan post in 2004 using System.DirectoryServices:
entry.RefreshCache(new string[] {"allowedAttributes"});
Thanks for the input.
Nate
Looking for some ideas and suggestions. I develop a software applicatio=
n =
that allows users to pull information from AD to be viewed from this app=
. =
We allow them to specify which User object and Group object attributes t=
o =
display. The problem is trying to make sure those attributes entered in=
=
are valid attributes. So I'd like to send a query or call a method to =
pull all valid/allowed attributes by their lDAPDisplayName. And then =
check the user values against that list. I'm just not sure the best and=
=
most efficient way to do this.
Couple avenues i've come across to accomplish this:
attributeDisplayNames attribute in =
CN=3Duser-Display,CN=3D409,CN=3DDisplaySpecifiers,CN=3DConfiguration,DC=3D=
unimax,DC=3Dcom
and
From a Kaplan post in 2004 using System.DirectoryServices:
entry.RefreshCache(new string[] {"allowedAttributes"});
Thanks for the input.
Nate