Warning, /libraries/qca/plugins/qca-wingss/README is written in an unsupported language. File is not indexed.
0001 QCA Windows GSS plugin version 2.0.0 0002 ------------------------------------ 0003 Date: May 29th, 2008 0004 Website: http://delta.affinix.com/qca/ 0005 Mailing List: Delta Project <delta@lists.affinix.com> 0006 0007 Author: Justin Karneges <justin@affinix.com> 0008 0009 This plugin provides SASL (GSSAPI mechanism only) using the native Windows 0010 Security Support Provider Interface (SSPI) for Kerberos. Basically what this 0011 means is that if your Windows computer authenticates against a domain, then 0012 you can access capable SASL servers on that domain without a password. 0013 0014 This plugin will safely load on any version of Windows, but it will only 0015 perform its function if the Kerberos SSPI feature is present (available in 0016 Windows 2000 or later). 0017 0018 Installing 0019 ---------- 0020 0021 For Windows: 0022 0023 configwin rd 0024 qmake 0025 nmake (or make) 0026 copy lib\*.dll qtdir\plugins\crypto 0027