Search Filter in Active Directory
[email protected] (Ambuj)
| Newsgroups | perl.ldap |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <dfbfa2ca-9641-40dc-9614-a5dd149511ce@r15g2000prh.googlegroups.com> |
Hi ,
Can any body suggest me the search filter based on the ADGUID to
update fields in active directory
I am using
search.Filter = String.Format(CultureInfo.InvariantCulture, "(&(GUID=
{0})(objectClass=person))", a);
where a is the variable which contains the value of ADGUID
Please reply ASAP,it's urgent