Error Message: Configuration Information for the Default Entry Was Not Found (263996)



The information in this article applies to:

  • Microsoft Site Server 3.0

This article was previously published under Q263996

SYMPTOMS

When you authenticate a user against a Site Server Membership directory, the following call fails:

Set oAUO = Server.CreateObject("Membership.UserObjects")


The following error message occurs:
Membership.UserObjects error '80020009' Configuration information for the default entry was not found.

CAUSE

This error message occurs when the default entry for the Active User Object (AUO) provider is missing.

To find the default entry, do the following:
  1. Open the Site Server Service Admin Microsoft Management Console (MMC).
  2. Open the Personalization and Membership snap-in
  3. Right-click the Membership instance that is mapped to your Web site, and then click Properties.
  4. Click the Active User Object (AUO) provider tab. The default entry should be listed here.

RESOLUTION

To resolve this problem, delete the existing LDAP/AUO instance and create a new one that connects to your existing Membership directory. This ensures that all of the settings for the default AUO provider are configured correctly.

Alternatively, you can create a new default entry. The following settings must be used (by using appropriate ONAME, MACHINENAME and PORT values for your LDAP server):
SettingValue
AUO alias:Default
Build Active Directory Services (ADS) path:LDAP://MACHINENAME:PORT/0=ONAME/ou=members
Path suffix:User Name
Schema path:LDAP://MACHINENAME:PORT/0=ONAME/ou=admin/cn=schema/cn=members
Log on to Membership directory path:User Security Content

Modification Type:MinorLast Reviewed:11/16/2002
Keywords:kbprb KB263996 kbAudDeveloper