all groups > sql server reporting services > july 2005 >
You're in the

sql server reporting services

group:

Forms Authentication Finally Working!!!!!


Forms Authentication Finally Working!!!!! Neo
7/25/2005 5:58:02 PM
sql server reporting services:
I finally got forms authentication to work, but when I create a new user and
log in, I don't get any menus. My question is how do I assign the user I
created access to the appropriate menus (e.g., view report list,
subscriptions, etc.)?

RE: Forms Authentication Finally Working!!!!! Neo
7/26/2005 5:40:03 AM
Ok I am an idiot and forgot to go into the RSReportServer.config file to
enter the name of the user i created. For all of you that had this problem,
this is what you needed to do!

[quoted text, click to view]
RE: Forms Authentication Finally Working!!!!! Mathi
9/21/2005 6:29:02 PM
Hi Neo

Where do I include this user in RSReportServer.config. The
<AdminConfiguration> portion in for the admin user I guess.....

thanks
Angelo

[quoted text, click to view]
RE: Forms Authentication Finally Working!!!!! Neo
9/22/2005 3:59:02 AM
Hi Angelo,

You need to find the <security> element and change the "username." Please
see the sample below:

<Security>
<Extension Name="Forms"
Type="Microsoft.Samples.ReportingServices.CustomSecurity.Authorization,
Microsoft.Samples.ReportingServices.CustomSecurity" >
<Configuration>
<AdminConfiguration>
<UserName>changethistoyourusername</UserName>
</AdminConfiguration>
</Configuration>
</Extension>
</Security>

Sorry about the word wrap. HTH.

[quoted text, click to view]
AddThis Social Bookmark Button