Some users can log on, and other cannot

  • Thread starter Thread starter Rod
  • Start date Start date
R

Rod

We are implementing an ASP.NET application which uses forms authentication
but authenticates using Active Directory in a Windows 2000 domain. (I used
MSDN article 326340 to help me set all of this up.)

I have found that some of my users can log into the new ASP.NET application
just fine, but others cannot. For example, one of my users is Bill and
another is Paul. Bill can log in just fine, but Paul cannot. I went into
Active Directory Users and Computers and took a look at both of them, and I
found that Bill is a member of "Domain Users" and "Providers" (an OU we
have), whereas Paul is a member of "Domain Users", "Providers" and another
OU called "ProvidersMailList". So, even though Paul is a member of more
groups, including all those that Bill is a member of, Paul cannot log in but
Bill can. When Paul tries to log in he gets an error that says:

"Error obtaining group names. Object reference not set to an instance of an
object."

(The error is coming from the LdapAuthentication.vb class, I am sure.)

What could be causing these problems?

Rod
 
We are implementing an ASP.NET application which uses forms authentication
but authenticates using Active Directory in a Windows 2000 domain. (I used
MSDN article 326340 to help me set all of this up.)

I have found that some of my users can log into the new ASP.NET application
just fine, but others cannot. For example, one of my users is Bill and
another is Paul. Bill can log in just fine, but Paul cannot. I went into
Active Directory Users and Computers and took a look at both of them, and I
found that Bill is a member of "Domain Users" and "Providers" (an OU we
have), whereas Paul is a member of "Domain Users", "Providers" and another
OU called "ProvidersMailList". So, even though Paul is a member of more
groups, including all those that Bill is a member of, Paul cannot log in but
Bill can. When Paul tries to log in he gets an error that says:

"Error obtaining group names. Object reference not set to an instance of an
object."

(The error is coming from the LdapAuthentication.vb class, I am sure.)

What could be causing these problems?

Great questions for the dotnet folks, but likely not going to be
answered in the other groups you crossposted to...

Jeff
 
Back
Top