JVM Languages
jqa0201.txt
Associated article: Java & NT Authentication
Tags: JVM Languages
Published source code accompanying the article by Elisabeth Strunk in which she builds a JNI wrapper that lets the Java Authentication and Authorization Service and Windows NT authenticate specific users.
Java Q&A
by Elisabeth Strunk
Listing One
LPTSTR lpszUsername // string that specifies the user name
LPTSTR lpszDomain // string that specifies the domain or server
LPTSTR lpszPassword // string that specifies the password
DWORD dwLogonType // specifies type of logon operation
...


