Microsoft KB Archive/252705

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 12:52, 21 July 2020 by X010 (talk | contribs) (Text replacement - """ to """)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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