I should also add - this only applies to Active Directory authentication via winbind. ntlm_auth is included in the Samba suite along with winbind.
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of John Hester Sent: Thursday, October 29, 2009 12:02 PM To: U2 Users List Subject: Re: [U2] PAM [Was RE: uniObjects and PAM] 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 _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
