Unable to update the password

R

Russ

When I call Roles.IsUserInRole( user.UserName, "WholeCompany" ) I get the
error "Unable to update the password. The value provided as the current
password is incorrect". I'm not exactly sure where I am going wrong.

this is my web.config
<roleManager
defaultProvider="WindowsProvider"
cacheRolesInCookie="true"
cookieName=".RussoundRoles"
cookieSlidingExpiration="true"
domain="russound.com"
enabled="true">
<providers>
<clear />
<add name="WindowsProvider"
type="Russound.Membership.RussRoleProvider"
connectionStringName="roles.russound.com"/>
</providers>
</roleManager>

and the class RussRoleProvider is currently only
public class RussRoleProvider : AuthorizationStoreRoleProvider
{
}

so I'm basicly just calling the AzMan role provider right now.

Please help, I'll post additional code if necessary.

Thanks!
 
D

Dominick Baier [DevelopMentor]

Hello Russ,

where do you store the AzMan store? In ADAM?

if yes - is SSL enabled?

does the behaviour change if you use the original provider?
 
R

Russ

I'm guessing no because I didn't set that up, and its not jumping out and
biting me to be set. Is this in my web.config, ( role provider, or connection
string ), or is this in AD itself?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,145
Messages
2,570,825
Members
47,371
Latest member
Brkaa

Latest Threads

Top