summaryrefslogtreecommitdiffstats
path: root/src/windows/kfwlogon/kfwlogon.def
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2005-11-29 22:22:43 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2005-11-29 22:22:43 +0000
commit05a9c84d7f397a33f76620421f03a847b41dbe43 (patch)
tree71da1d93ef531535e717793252f733699aa3d867 /src/windows/kfwlogon/kfwlogon.def
parent429b631ba2f6cfc196a86049498eb66692d022e2 (diff)
downloadkrb5-05a9c84d7f397a33f76620421f03a847b41dbe43.tar.gz
krb5-05a9c84d7f397a33f76620421f03a847b41dbe43.tar.xz
krb5-05a9c84d7f397a33f76620421f03a847b41dbe43.zip
KFW Logon Network Provider
The Logon Network Provider works like the OpenAFS Integrated Logon. It uses the username entered by the user and the default realm obtained from krb5.ini and the user entered password. If possible, tickets are obtained and imported into the user's CCAPI credential cache. ticket: new component: windows target_version: 1.4.4 status: resolved tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17518 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/kfwlogon/kfwlogon.def')
-rw-r--r--src/windows/kfwlogon/kfwlogon.def12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/windows/kfwlogon/kfwlogon.def b/src/windows/kfwlogon/kfwlogon.def
new file mode 100644
index 0000000000..52af990907
--- /dev/null
+++ b/src/windows/kfwlogon/kfwlogon.def
@@ -0,0 +1,12 @@
+LIBRARY KFWLOGON
+
+EXPORTS
+
+ DllEntryPoint
+ NPGetCaps
+ NPLogonNotify
+ NPPasswordChangeNotify
+ KFW_Logon_Event
+
+
+