Authenticating against Novell.

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Authenticating against Novell.

    Anybody has any idea on how I could authenticate against Novell NDS with a
    functionnality like Windows Authentication.
    Let me explain. Clients on Windows network don't need to enter their
    username/password to authenticate. In IIS allow anonymous = false and
    Windows authentication is set to on, so the users are validated against
    their domain\username. Come's a novell client....

    Will I have to get them to re-enter their novel username/password
    combination so that at the webservice end I can Validate their
    username/password pair in NDS or is there a way to get the IIS box to
    authenticate the Novell user without passing the username/password info.
    Any ideas on this ?
    Thanks.

    Chris.


    Christian Boult Guest

  2. Similar Questions and Discussions

    1. Help authenticating installer
      Hello, I have administrator access to my computer and have set all setting to enable downloading, etc. However, when I try to download Shockwave...
    2. Authenticating Users on an Intranet
      Greetings all, I have a question if I may. I have written a web-based application using ASP.NET and VB.NET. The application resides on our...
    3. forms authentication not authenticating
      I have built a web app that uses forms authentication. There isn't a "remember me" feature (i.e. the authentication cookie is not permanent). When...
    4. Authenticating against NT 4 Domain
      Hi All, We have a website that uses Forms Authentication. the users userid and password are setup on the NT 4 Domain. And, the information...
    5. How do you figure out the LDAP://? ("Error authenticating. Error authenticating user. The specified domain either does not exist or could not be contacted")
      Hi, I am using the example "Authenticate against the Active Directory by Using Forms Authentication and Visual Basic .NET": ...
  3. #2

    Default Authenticating against Novell.

    You're essentially trying to do pass-through NTLM
    authentication against NDS. Novell has a solution for
    this called "NDS Authentication Services".
    Unfortunately, either that product is now wrapped into
    something else or at the end of its life.

    Here's a link:

    [url]http://developer.novell.com/ndk/nds-as.htm[/url]

    I'd call Novell if I were you and find out the complete
    answer.
    >-----Original Message-----
    >Anybody has any idea on how I could authenticate against
    Novell NDS with a
    >functionnality like Windows Authentication.
    >Let me explain. Clients on Windows network don't need to
    enter their
    >username/password to authenticate. In IIS allow
    anonymous = false and
    >Windows authentication is set to on, so the users are
    validated against
    >their domain\username. Come's a novell client....
    >
    >Will I have to get them to re-enter their novel
    username/password
    >combination so that at the webservice end I can Validate
    their
    >username/password pair in NDS or is there a way to get
    the IIS box to
    >authenticate the Novell user without passing the
    username/password info.
    >Any ideas on this ?
    >Thanks.
    >
    >Chris.
    >
    >
    >.
    >
    Keith Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139