custom LDAP query

A

anon

I have ADModify.NET and I am trying to use it to dynamically select all
users of a certain group.

From my understanding, you should be able to do it through a Custom LDAP
Query, but I have been looking on and off all day for an LDAP language
reference or list of variables which you can choose from on google, and i
have been finding no serious help.

does anyone know where i can find a complete LDAP filter/query language
reference?

-a
 
T

Tomasz Onyszko

anon said:
I have ADModify.NET and I am trying to use it to dynamically select all
users of a certain group.

From my understanding, you should be able to do it through a Custom LDAP
Query, but I have been looking on and off all day for an LDAP language
reference or list of variables which you can choose from on google, and i
have been finding no serious help.

does anyone know where i can find a complete LDAP filter/query language
reference?

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adsi/adsi/search_filter_syntax.asp
 
J

Jorge_de_Almeida_Pinto

I have ADModify.NET and I am trying to use it to dynamically
select all
users of a certain group.

From my understanding, you should be able to do it through a
Custom LDAP
Query, but I have been looking on and off all day for an LDAP
language
reference or list of variables which you can choose from on
google, and i
have been finding no serious help.

does anyone know where i can find a complete LDAP filter/query
language
reference?

-a

take a look at:
ADFIND
ADMOD

both free and from Joeware (www.joeware.net)

with ADFIND query the objects you need (members of a group) en pipe
that into ADMOD to modify a certain attribute
 

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