README
1QCA Windows GSS plugin version 2.0.0
2------------------------------------
3Date: May 29th, 2008
4Website: http://delta.affinix.com/qca/
5Mailing List: Delta Project <delta@lists.affinix.com>
6
7Author: Justin Karneges <justin@affinix.com>
8
9This plugin provides SASL (GSSAPI mechanism only) using the native Windows
10Security Support Provider Interface (SSPI) for Kerberos. Basically what this
11means is that if your Windows computer authenticates against a domain, then
12you can access capable SASL servers on that domain without a password.
13
14This plugin will safely load on any version of Windows, but it will only
15perform its function if the Kerberos SSPI feature is present (available in
16Windows 2000 or later).
17
18Installing
19----------
20
21For Windows:
22
23 configwin rd
24 qmake
25 nmake (or make)
26 copy lib\*.dll qtdir\plugins\crypto
27
28