Ask a Question related to ASP.NET Security, Design and Development.
-
Christian Boult #1
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
-
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... -
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... -
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... -
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... -
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": ... -
Keith #2
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.
Novell NDS with a>-----Original Message-----
>Anybody has any idea on how I could authenticate againstenter their>functionnality like Windows Authentication.
>Let me explain. Clients on Windows network don't need toanonymous = false and>username/password to authenticate. In IIS allowvalidated against>Windows authentication is set to on, so the users areusername/password>their domain\username. Come's a novell client....
>
>Will I have to get them to re-enter their noveltheir>combination so that at the webservice end I can Validatethe IIS box to>username/password pair in NDS or is there a way to getusername/password info.>authenticate the Novell user without passing the>Any ideas on this ?
>Thanks.
>
>Chris.
>
>
>.
>Keith Guest



Reply With Quote

