Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

ldap query filter-importing profile

  Asked By: Vaasu Dhore         Date: Apr 30, 2010      Category: Sharepoint      Views: 275

memberOf CN=I_nj, CN=Recipients,CN=Recipients etc
memberOf CN=I_ny, CN=Recipients,CN=Recipients etc

I am tryin to import profile based on groups that are memberof =I_NJ
and memberOf=I_NY

this is what i have

(&(objectCategory=person)(objectClass=user)(|
(memberOf=cn=.I_NY,dc=cnn,dc=local)
(memberOf=cn=.I_NJ,dc=cnn,dc=local)))


and it doenst seem to return any query..

Is there a better way of doign this?

Tagged:          

 

1 Answer Found

 
Answer #1       Answered By: Ahmad Johns          Answered On: Apr 30, 2010       

I just wrote a blog on this at

mindsharpblogs.com/.../497.aspx

 
Didn't find what you were looking for? Find more on ldap query filter-importing profile Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].