Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread
Message: 89425
BY: Jesper Skov (jskovjbdk)
DATE: 2009-08-06 07:58
SUBJECT: RE: Two patches to sspi.rb

 

Two independent patches for two independent changes.
They are generated from the same diff-operation though, and split by hand. Only the first section (require statements) overlap.


I have written the build server used in the bank (Jyske Bank, 3rd largest in Denmark, about ~100 Java EE developers at present) to handle building of our EE applications.

Being a bank, we need strict tracking of, er, pretty much everything :)

RubySSPI allowed me to make a (Java) client-server authentication/authorization system, where the person starting a build can be authenticated (via the existing Windows login).

I needed to access the Windows SSPI API programatically, and using ruby was less of a hassle than using C (via JNI).

RubySSPI already had half of the necessary calls, and it was easy to add the missing elements and test that it worked. Very nice :)


Thread View

Thread Author Date
Two patches to sspi.rbJesper Skov2009-08-05 09:04
      RE: Two patches to sspi.rbJustin Bailey2009-08-05 15:53
            RE: Two patches to sspi.rbJesper Skov2009-08-06 07:58

Post a followup to this message