You can do this on linux (and maybe unix) by executing the OS-level
ntlm_auth command and capturing the output:

COMMAND = '/usr/bin/ntlm_auth --username=':USER.ID:'
--password=':USER.PSWD
EXECUTE 'SH -c "':COMMAND:'"', OUT > RESULTS
IF INDEX(RESULTS, 'Success', 1) THEN

This is how we do user authentication for our intranet site.  This is on
UV, but I expect it would work the same way in UD.

-John

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of
[email protected]
Sent: Thursday, October 29, 2009 5:17 AM
To: [email protected]
Subject: Re: [U2] PAM [Was RE: uniObjects and PAM]

Thanks.

It sounds like non-UniBASIC client SDK can communicate the PAM framework
linked in the server process (unirpcd?).  Is there any way to access PAM
framework from UniBASIC in 7.2 other than writing CallC function? 

_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to