Problems Accessing Attributes Newly Added to the Members Class (252705)



The information in this article applies to:

  • Microsoft Site Server 3.0

This article was previously published under Q252705

SYMPTOMS

You have added an attribute to the members class but are not able to access it via Active Directory Service Interfaces (ADSI) or Active User Object (AUO).

RESOLUTION

To work around this problem, you must force a refresh of the Lightweight Directory Access Protocol (LDAP) schema currently in cache by binding to LDAP://<server>:<port>/Schema and calling GetInfo():
Set oSchema = GetObject("LDAP://<server>/Schema")
Call oSchema.GetInfo
				

Modification Type:MajorLast Reviewed:2/17/2000
Keywords:kbprb KB252705