Re: Active Directory Membership Provider permission



Hi Paul, I think he was asking a question about the Active Directory
Membership Provider, which is one of the membership providers included in
the new membership system in ASP.NET 2.0. The AD membership provider plugs
into the framework and allows you to do forms-based authentication against
AD, as well as some account maintenance features like self-service
provisioning, if you enable that.

It sounds like he just wants the authentication part and doesn't need the
provisioning features, so he should only need a service account with read
access. However, it isn't working. I'm not sure why.

My guess is though that OP will get a better response from the
aspnet.security newsgroup, as that is where most of the expertise with the
membership providers currently exists.

Joe K.

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
"Paul Bergson" <pbergson@xxxxxxxxxxxxxxxxx> wrote in message
news:OGwVKIdpGHA.148@xxxxxxxxxxxxxxxxxxxxxxx
There is no way you can authenticate users other than determine whether or
not they are in AD. To authenticate them you would have to know there
password which you don't. The best you could hope for would be to pass
the enetered password to AD in attempt to logon as the user who has
provided you their user id and password. Which is a HUGE security
violation, since you would be provided all the security credentials for
everyone from within the company. Even if you are not scrupulous I highly
doubt you could make it secure so that the system would be compromised.

You could look up the id within AD and see if the user exists or you could
look at using AD/AM which is free from Microsoft.



--
Paul Bergson MCT, MCSE, MCSA, Security+, CNE, CNA, CCA
http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewsGroup

This posting is provided "AS IS" with no warranties, and confers no
rights.

"Jim Carlson" <JimCarlson@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:3480DC6F-B0B9-429B-95C5-69A2AFF6A7FE@xxxxxxxxxxxxxxxx
I need to authenticate users but not make any additions or changes.
The current service account is a User account and the subject provider
does
not work.
What permissions are needed by the service account to authenticate?
Thanks,
Jim Carlson




.



Relevant Pages

  • Re: Active Directory Membership Provider permission
    ... any questions should be posted in the NewsGroup ... The AD membership provider ... It sounds like he just wants the authentication part and doesn't need the ... The current service account is a User account and the subject provider ...
    (microsoft.public.windows.server.active_directory)
  • Re: WindowsTokenRoleProvider & Domain Groups
    ... as the auth store. ... If you do plan to use the AD membership provider, ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ... The only reason I'm using Windows Authentication ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Forms Authentication against ADAM
    ... Did you try setting the userPrincipalName attribute in ADAM? ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ... Using web based forms authentication: ... appropriately permissioned ADAM ID in the membership provider ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Forms Authentication against ADAM
    ... schema included with ADAM has that attribute. ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ... Using web based forms authentication: ... appropriately permissioned ADAM ID in the membership provider ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Changing Active Directory Password from ASP.Net Web Page
    ... Is it important for you to use the AD membership provider to implement this, ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ... versions that are supplied don't work on Redhat Enterprise Linux 4 x64 ... Dim ADConnect As New ActiveDirectoryMembershipProvider ...
    (microsoft.public.dotnet.framework.aspnet.security)