T O P I C R E V I E W |
Nicole Henry |
Posted - 06/08/2006 : 08:19:17 hello,
users can't skip the login screen. login.aspx have integrated authentification they are logged into a window domain NT group, marked Nt based, is imported as application role
Anyone have an idea ? many thanks
Nicole |
3 L A T E S T R E P L I E S (Newest First) |
admin |
Posted - 06/16/2006 : 22:45:45 Does the NT user exist?
Please try this test. Create a test file in your C:\Inetpub\wwwroot directory. Add a single line to it:
<%= Request.ServerVariables("AUTH_USER") %>
Open IIS admin and uncheck anonymous access.
And save it as userName.asp. Open a browser and go to: http://localhost/userName.asp
What is the user name that shows up? Does it match with the NT user name you typed for your user (admin > users)?
|
Vincent |
Posted - 06/15/2006 : 12:19:49 I'm having this same problem. I followed these instructions found in the Report Security document.
Go to Admin > Settings and check "Enable the pass-through authentication". The Anonymous access has to be disabled for the virtual directory or the login.asp page. Basic Authentication or Integrated Authentication has to be chosen instead. Make sure that the NT group the user belongs to is imported as application role. Insure that the role is marked to be NT based.
All the above has been completed correctly but the Report Portal login screen still appears. |
marco |
Posted - 06/08/2006 : 11:25:45 is your reportportal in iss integrated security and is the user added as nt user in rp?
if so the user is automatic login the reportportal. close rp in ie and test the security.
marco |