Re: using xp credentials for ldap authentication



Ok, so what you want to do is pass something other than the plaintext
password into this method and have the server use that data to authenticate
against AD? The answer is no, especially if you plan to use LDAP as the
authentication mechanism. All the supported LDAP auth mechanisms require
plaintext creds.

What you really want is what Brian Komar suggested (Kerberos), but it would
need to be modified to support that.

Joe K.
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
"Michel777" <Michel777@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:51B8CB04-3D70-483A-94E2-F7395E68083C@xxxxxxxxxxxxxxxx
There is an API using own authetication. Written in java or .NET
(depending
on wich operating system the server runs). The product is MobiLink Server:

"Create a class called MobiLinkAuth using Java or .NET.

The MobiLinkAuth class includes the authenticateUser method used for the
authenticate_user synchronization event. The authenticate_user event
provides
parameters for the user and password. You return the authentication result
in
the authentication_status inout parameter."

import ianywhere.ml.script.*;

public class MobiLinkAuth
{

public void authenticateUser (
ianywhere.ml.script.InOutInteger authentication_status,
String user,
String pwd,
String newPwd )
{
// to do...

}

}





"Joe Kaplan" wrote:

What authentication protocol(s) does the server application support?
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services
Programming"
http://www.directoryprogramming.net
--
"Michel777" <Michel777@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D6561EFB-0698-4D88-BE83-84D04407D59F@xxxxxxxxxxxxxxxx
Scenario:

the windows xp user has autheticated againts a nt-domain (active
diectory)
with credentials xpuser / xppassword. a java application running on
this
xp
box will access a server application located on unix. this server wants
authenticate the xpuser againts active directory.

Question:
is it possible to use the xppasword (cached in hash form in the
registry)
for that authenticateion ? If not is there any other way to avoid
requiring
to type the password (xppasword) by xpuser ?







.



Relevant Pages

  • Re: Requiring User Name and Password for Connection to Network Res
    ... If you don't have a matching account on the server, and if the Guest account on ... then the server should request that you authenticate ...
    (microsoft.public.windowsxp.network_web)
  • Re: Allowing Mail from an appliance &/or other Mail server
    ... this virtual server and restrict by the ip address for the security. ... accomplished by limiting which IP addresses can connect to your SMTP ... Outlook users do not need smtp connectivity to Exchange servers - they ... your smtp relay server configured to authenticate as well. ...
    (microsoft.public.exchange.connectivity)
  • Re: using xp credentials for ldap authentication
    ... "Joe Kaplan" wrote: ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ... on wich operating system the server runs). ... authenticate the xpuser againts active directory. ...
    (microsoft.public.windows.server.security)
  • Re: 802.1x authentication for wireless issues w/ ISA 2004
    ... I have IAS installed on the SBS, ... separate RADIUS server installed on a member server for ... I have "Authenticate requests on this server" ...
    (microsoft.public.windows.server.sbs)
  • Re: OS Authentication with winXP client Linux Server
    ... OS Authentication does actually work on clients aswell. ... SQLNET.AUTHENTICATION_SERVICES= on both the server and the ... authentication from Windows clients and it works quite well. ... it's no wonder "Windows clients authenticate without issue": ...
    (comp.databases.oracle.server)