Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 220057
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T18:54:10+00:00 2026-05-11T18:54:10+00:00

First off, I know how to and has Integrated Windows Authentication in IIS7. This

  • 0

First off, I know how to and has Integrated Windows Authentication in IIS7. This works great for seeing the Active Directory user logged on the computer.

But, the need is to get the username of a Novell authenticated user. I don’t want the password or anything more than the username.

Other restrictions:

  • Can’t install anything on the users computers
  • Can install things on the web server
  • Can setup trust between web server and Novell server
  • Its gonna be on a public website with anonymous access, I can tweek to have a section that requires authentication and thus getting the user from there.
  • The website is in C# .Net 2.0
  • If the method can provide also the password, I can use it to fully validate the user with Novell. That part (talking to Novell Server LDAP) has been already done.
  • Must work with IE6 and IE7

(Update)
On the Novell website the only info about single-sign on there is shows how to log someone on Novell and in the conclusion tells this:

A way (there are other ways) to save
our credentials inside global
variables so the user does not have to
authenticate for each and every
form(single sign-on).

(Update)
Also from Novell, they say to have a SSO solution. But, the content dates from 2000, and another one requires to install a plugin on the Novell Server and paying for it 49$ per user. So its not a valid solution.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T18:54:10+00:00Added an answer on May 11, 2026 at 6:54 pm

    You say that you are unable to install anything on the users’ computers, but you may find that there is already an ActiveX control you can use which may have been involved as part of the Novell client on the PC.

    I have done this in the past, using the ActiveX control to identify the logged on user, pass that to the webserver, and then load the full user record using LDAP:

    I have used one referred to as NWDir1 in the past, using the following syntax (with ColdFusion as the server-side language, but I’m sure you could translate):

       <cfoutput>
        <object classid="CLSID:4F021AE3-9E98-11D0-A808-00C04FDCD94A"id="NWDir1" width=32 height=32></object>
        <script language="VBScript">
        Dim vbuser
        Sub Window_OnLoad()
         On Error Resume next
         vbuser = NWDir1.LoginName
         vbuser = StrReverse(vbuser)
         initInd = InStr(vbuser, Chr(92))
         if initInd <> 0 Then
          vbuser = Left(vbuser, initInd-1) 
          vbuser = StrReverse(vbuser)
         End if
         // REDIRECTION
         document.location.href = "index.cfm?userid=" + vbuser
         Exit sub
        End Sub 
        </script>
        <cfabort> 
       </cfoutput>
    

    This uses vbscript to control the activex client, which provides the novell logged in user. This value (vbuser) is then passed back to index.cfm where it can be processed.

    This technique is obviously susceptible to url hacking, but I’m not aware of that happening in the 4+ years we used this technique.

    I’m sure I found this on the Novell site originally – try a search for NWDir1 or the classid on that site.

    I hope this helps

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 123k
  • Answers 123k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer There's ILMerge from Microsoft Research that allows you to combine… May 12, 2026 at 12:55 am
  • Editorial Team
    Editorial Team added an answer Put your code into a function and call it again.… May 12, 2026 at 12:55 am
  • Editorial Team
    Editorial Team added an answer Use the Inspectable metadata tag. In your case you'll want… May 12, 2026 at 12:55 am

Related Questions

Just a very general question, that not only applies to this example. Let's say
First off, let me preface this question by stating that I'm really a pretty
First off, I know next to nothing about language theory, and I barely know
First off I don't know much about regex and need to buy a book

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.