RE: Updated kerberos library

2015-10-23 Thread andreas
Hi Mansur

This is really awesome!
Maybe with this I can eventually convince some corporation clients to give 
picolisp a try :-)

Thanks for sharing!
Regards, beneroth


- Original Message -
From: Mansur Mamkin [mailto:mmam...@mail.ru]
To: picolisp@software-lab.de
Sent: Fri, 23 Oct 2015 17:03:32 +0500
Subject: Updated kerberos library

Hi all,

I've uploaded updated Kerberos authentication library to the Wiki.
This library helps you to add SSO (Single Sign On) to your PicoLisp 
applications in Windows AD domain. That means your domain users don't 
need to enter login and password in the applications.
Current version makes things slightly simpler,
just several steps:
* Set up kerberos environment
* define 'krblogin' function similar to standard 'login' function
* (load "kerbauth/kerbauth.l")
* (krbinit "/path/myhost.keytab" "HTTP/myhost.example@example.com")
* add HTML link to "!krbneg" URL

See README for detailed instructions

Link: http://picolisp.com/wiki/?kerbauth
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe



Re: Updated kerberos library

2015-10-23 Thread Rick Hanson
> I've uploaded updated Kerberos authentication library to the Wiki.

Thank you, Mansur!

I remember you saying, a few weeks ago on the IRC channel in fact,
that you would eventually post this to the wiki.  Thank you for
remembering!

All the best, --Rick
Your friend from Virginia
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Updated kerberos library

2015-10-23 Thread Mansur Mamkin

Hi all,

I've uploaded updated Kerberos authentication library to the Wiki.
This library helps you to add SSO (Single Sign On) to your PicoLisp 
applications in Windows AD domain. That means your domain users don't 
need to enter login and password in the applications.

Current version makes things slightly simpler,
just several steps:
* Set up kerberos environment
* define 'krblogin' function similar to standard 'login' function
* (load "kerbauth/kerbauth.l")
* (krbinit "/path/myhost.keytab" "HTTP/myhost.example@example.com")
* add HTML link to "!krbneg" URL

See README for detailed instructions

Link: http://picolisp.com/wiki/?kerbauth
--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe