Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Authenticating through kerberos
Message
From
29/01/1999 10:22:49
 
 
To
29/01/1999 10:05:26
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00181660
Message ID:
00181795
Views:
10
>Thanks for pointing me in the right direction. I might need a TUMS after this is all over.
>

There is some useful information in Chapter 20 of The Windows 98 Developer's Handbook published by Sybex; it discusses the basic concepts of security in the Win32 environment, lists the basic security-related API calls and their intended functions, and has some example code for using the CryptoAPI (not covering the authentication process, unfortunately, and the code samples on the CD are all in C...)

>/Chris
>
>>>Does anyone know of an API or a way I can authenticate a user into a VFP application using kerberos?
>>>
>>
>>I've never used them, but both CAPI and SSPI have some support for Keberos, as does DirectPlay4 (you'll probably need to write wrappers for it, since I'm only aware of a C++ interface for SSPI). Since Kerberos is integral to NT 5/Win2K, I'd expect to see some COM-based support available somewhere. There are a couple of white papers that discuss integration of Kerberos into the NT environment as a replacement for NTLM authentication at a very surface level (frankly, as far as I have pursued it); Secure Networking Using Microsoft Windows NT 5.0 Distributed Security Services is available on MSDN, as are the Crypto API Appendices.
>>
>>CAPI is part of the Platform SDK, and can be downloaded from MSDN OnLine. There is no sample VFP code. If you don't want to write wrappers on the API calls in another language like C, you'll need to use something like POINTERS, which provides an OLE interface to work with structures, or my CLSHEAP, which provides a class for manipulating heap block memory allocations, and some useful procedure wrappers on API calls to read from and write to blocks of memory not managed by VFP directly.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform