summaryrefslogtreecommitdiffstats
path: root/src/windows/kfwlogon/kfwcpcc.rc
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/kfwcpcc.rc
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/kfwcpcc.rc')
-rw-r--r--src/windows/kfwlogon/kfwcpcc.rc10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/windows/kfwlogon/kfwcpcc.rc b/src/windows/kfwlogon/kfwcpcc.rc
new file mode 100644
index 0000000000..5b0bbf217e
--- /dev/null
+++ b/src/windows/kfwlogon/kfwcpcc.rc
@@ -0,0 +1,10 @@
+#include <windows.h>
+#include <winver.h>
+#include "patchlevel.h"
+
+#define K5_DESCRIPTION "Kerberos for Windows Logon Network Provider\0"
+#define K5_FILETYPE VFT_APP
+#define K5_INTERNAL_NAME "KFWLOGON\0"
+#define K5_ORIGINAL_NAME "kfwcpcc.exe\0"
+
+#include "..\version.rc"