Microsoft KB Archive/252705

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Knowledge Base


Problems Accessing Attributes Newly Added to the Members Class

Article ID: 252705

Article Last Modified on 2/17/2000



APPLIES TO

  • Microsoft Site Server 3.0 Standard Edition



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
                

Keywords: kbfix kbprb KB252705