User objects cannot be created in the specified container
- From: chand <chandmk@xxxxxxxxx>
- Date: Fri, 20 Jul 2007 18:38:24 -0000
Hi,
I am using ActiveDirectoryProvider to authenticate users (AD). If I
point my provider to the root of AD every thing works fine.
If I point the provider to a CN which has a group of users under a
nested container under root I am getting the following error.
Root --> OU1--> OU12--> CN
My connection is pointing to the CN.
"User objects cannot be created in the specified container"
I tried reflect over the AD provider and found that the provider is
failing at the following method,
DirectoryAttribute objectClass =
response.Entries[0].Attributes["objectClass"];
if (!this.ContainerIsSuperiorOfUser(objectClass))
{
throw new
ProviderException(SR.GetString("ADMembership_Container_not_superior"));
}
Is there a problem with configuration of AD?
Thanks,
chand
.
- Follow-Ups:
- Re: User objects cannot be created in the specified container
- From: Joe Kaplan
- Re: User objects cannot be created in the specified container
- Prev by Date: Re: PasswordRecovery Control
- Next by Date: Re: User objects cannot be created in the specified container
- Previous by thread: Re: PasswordRecovery Control
- Next by thread: Re: User objects cannot be created in the specified container
- Index(es):
Relevant Pages
|