KFW Logon Network Provider
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 29 Nov 2005 22:22:43 +0000 (22:22 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 29 Nov 2005 22:22:43 +0000 (22:22 +0000)
commit05a9c84d7f397a33f76620421f03a847b41dbe43
tree71da1d93ef531535e717793252f733699aa3d867
parent429b631ba2f6cfc196a86049498eb66692d022e2
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
src/windows/ChangeLog
src/windows/Makefile.in
src/windows/kfwlogon/Makefile.in [new file with mode: 0644]
src/windows/kfwlogon/kfwcommon.c [new file with mode: 0644]
src/windows/kfwlogon/kfwcpcc.c [new file with mode: 0644]
src/windows/kfwlogon/kfwcpcc.rc [new file with mode: 0644]
src/windows/kfwlogon/kfwlogon.c [new file with mode: 0644]
src/windows/kfwlogon/kfwlogon.def [new file with mode: 0644]
src/windows/kfwlogon/kfwlogon.h [new file with mode: 0644]
src/windows/kfwlogon/kfwlogon.rc [new file with mode: 0644]