Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationIntranet Login Link problem in child portalIntranet Login Link problem in child portal
Previous
 
Next
New Post
5/15/2008 11:29 AM
 

The provider uses ServerVariables("LOGON_USER") to get the username to use. Are you logging onto a domain with the shared id or using a computer that's not on the domain and connecting to a network share with a generic id?

 
New Post
5/15/2008 2:30 PM
 

No, I'm logged in to the domain with my own id (addomain\lacht) but I am logged in to the portal as web admin (addomain\webadmin).  I put a page Test.aspx in the <DNN_Install>\Child folder with the contents listed below, and it in fact shows that LOGON_USER is ADDOMAIN\WebAdmin.  So (as I'm sure you already knew ;-) the authenticator is working properly, though the end result is not what I want.  I'll need to look in a different direction for the solution to this issue.

<%@ Page language="VB" %>
<TABLE>
      <TR>
           <TD>
                <B>Server Varriable</B>
           </TD>
           <TD>
                <B>Value</B>
           </TD>
      </TR>

      <% For Each name as String In Request.ServerVariables %>
      <TR>
           <TD>
                <%= name %>
           </TD>
           <TD>
                <%= Request.ServerVariables(name) %>
           </TD>
      </TR>
      <% Next %>
</TABLE>

 
New Post
5/15/2008 4:08 PM
 

Did you make any changes to your web.config (ie: impersonation)?

 
New Post
5/16/2008 11:20 AM
 

I had done so at one point but removed it.  It works fine for another person in my group, so it's something specific to me.  I'm guessing that it might be because I've used a link to that machine's drive (\\machine\c$) as the webadmin user and told it to save the password.  It's an internal web site so we hit it as http://machine/sitename.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationIntranet Login Link problem in child portalIntranet Login Link problem in child portal


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out