Re: Sun Java System Directory Server Authentication



"Jon Skeet [C# MVP]" <skeet@xxxxxxxxx> wrote in message news:MPG.1feb102915c0f91498d6e8@xxxxxxxxxxxxxxxxxxxxxxx
Chan Ming Man <chanmmn@xxxxxxxxxxx> wrote:
Forgive me to say that. I did not see why VS 2005 need to put in effort for
LDAP because I do not think someone will like to run their WinApp (Windows
Application) or WebApp (ASP.NET) in Solaris.

Just because you don't run the application itself on Solaris doesn't
mean you won't need to talk to a Solaris LDAP server.

Can you imagine if the web client facilities only allowed you to fetch
pages from IIS?

Jon,
This is Ok for simple HTML, all webservers will handle that, but you can't expect a Solaris "Webserver" to handle asp or asp.net requests.
The same analogy goes for LDAP, you can't expect it to handle authentication of Windows accounts, right? LDAP is not an authentication protocol and an LDAP server (just as an AD on Windows) is not required to "handle" all possible authentication type requests either, nor should you expect it to implement the AD schema.
That said, the System.DirectoryServices.Protocols namespace offers low-level access to the LDAP V3 protocol, so this is where the OP should start with.

Willy.


.



Relevant Pages

  • Re: check a user password
    ... ADAM user you'll have perform an LDAP Bind operation, ... However, as I said in another thread, LDAP is not an *authentication* protocol nor is "LDAP server" an authentication service. ... The LDAP bind operation is meant to "validate" the LDAP clients credentials in order, for the server, to be able to perform directory "authorization" checks. ... between a SQL client and a SQL server, or an authenticated session between a "Windows" client and a "File server" service. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: NTLM authentication
    ... Well, it depends on so many things, like the OS versions, Domain versions client types (windows non windows) and the final purpose of the authentication act. ... The same remark here as above, some network manager will not allow you to authenticate using LDAP against a corporate Directory. ... more processing overhead ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: check a user password
    ... ADAM user you'll have perform an LDAP Bind operation, ... However, as I said in another thread, LDAP is not an *authentication* protocol nor is "LDAP ... client and a "File server" service (Windows or Samba, ... domain accounts" properties, one of the properties are the accounts ...
    (microsoft.public.dotnet.languages.csharp)
  • LDAP client behaviour - Solaris 9 vs 10
    ... I'm in the midst of converting our organisation's Solaris Naming Services ... in the way clients access the LDAP server depending on whether they are ... I did most of my principal testing with a Solaris 10 client, ... #1 - on the boot of the client a couple of anonymous connections would ...
    (SunManagers)
  • Re: ldap and solaris 10
    ... I am pulling out my hair trying to get centralised authentication ... working with openldap and the  native solaris client both on a solaris ... I can su to a users account from root (even a user that is only in ldap ... Any troubleshooting tips or possible solutions will be much appreciated. ...
    (comp.sys.sun.admin)

Loading