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

Reply via email to