ASP VBScript Details :: HElp filtering AD query

This thread was displayed: 0 times


Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.

For more information about the affected products visit: www.interaktonline.com/Support/

View Threaded Show descending
Laney Dale
03-14-2007 23:37:11 GMT +2

I have a page that adds users to my app form AD. I want to filter on  a specific group and have no been successful.  Can anyone guide me?


here is my query

<%
Dim Conn, strRS, RS, strConn
Set C /> Set RS = Server.CreateObject("ADODB.Recordset")
Conn.Provider = "ADsDSOObject"
strC
Conn.Open strConn
strRS = "SELECT cn, displayName, createTimeStamp, userAccountControl FROM 'LDAP://domain.com' WHERE objectClass = 'user' AND objectCategory = 'person'  ORDER by displayName "
RS.Open strRS, Conn,1,1
%>

Back | Reply | Quote | Top
Razvan Racasanu[InterAKT]Adobe Systems Romania staff
03-15-2007 15:24:29 GMT +2

Hello,

I'm sorry but our products have not been designed to support querying data from LDAP.

Regards,
Razvan RACASANU

Reply | Quote | Top
Sign In
Sign In to see your information.
© Adobe Systems Romania. All rights reserved.