PRB: Active User Object (AUO) for Session State Not Working with Cookie Authentication (222141)
The information in this article applies to:
- Microsoft Site Server 3.0
This article was previously published under Q222141 SYMPTOMS When a client authenticated via Automatic Cookie
Authentication accesses a page that uses an AUO provider configured to write to
the ou=Dynamic contain, you may encounter the following error: Membership.UserObjects error '80020009' An error occurred in
loading the container in which the user object is created.
CAUSE When authenticating anonymous users, AUO attempts to create
a sub-contaner named ou=AnonymousUsers. In this scenario, the container it is
attempting to create a sub-container in (ou=Dynamic) is designated for Dynamic
Objects only. A container designated for Dynamic Objects is marked with the
containsDynamicOnly attribute so it cannot contain anything but dynamic
objects. RESOLUTION The configuration of the AUO provider should be modified so
that AUO will not attempt to create a sub-container for objects associated with
cookie authenticated clients. To do this, you must reconfigure the path suffix
of the AUO provider to use the specific user property that is used for naming
the object, typically the cn attribute. You can accomplish this by doing the
following:
- Open the Microsoft Management Console (MMC) and select the Personalization and Membership snap-in.
- Open the properties for the Membership Server instance you're using on your Web site.
- Select the Active User Object (AUO) Properties tab and open the properties for the AUO provider you're using for
dynamic object creation.
- Modify the Build Active Directory Services (ADS) path field to read the following:
<server>:<port>/o=<realm>/ou=Dynamic/cn=
- From the Path Suffix group, select User Property and insert "cn" (without the quotation marks) in the Property field.
- Select OK from the AUO provider properties sheet, then click OK from the Membership instance's property sheet, and you should now be able to create dynamic objects for
anonymous users.
STATUS This behavior is by design.
Modification Type: | Major | Last Reviewed: | 9/5/2006 |
---|
Keywords: | kbprb KB222141 |
---|
|