-- Kaelin
In article <38FB6FFA...@acm.org>, Kaelin Colclasure <kae...@acm.org>
wrote:
--
David Mittman, MS 264-767 mit...@jpl.nasa.gov
Jet Propulsion Laboratory Voice: 818-393-1091
4800 Oak Grove Drive Fax: 818-393-4426
Pasadena, California 91109-8099 Pager: 818-541-3015
> There is LDAP code available in elisp. I'm not sure how applicable this is
> to CL, though.
>
It's only a ffi to a C ldap library that has to be available when
you're compiling Emacs IIRC.
If someone would want to write one from scratch in CL there is an
implementation of ASN/BER encoding at
http://www.switch.ch/misc/leinen/snmp/lisp/lisp-snmp.tar.gz
--
Lieven Marchand <m...@bewoner.dma.be>
If there are aliens, they play Go. -- Lasker
I had come across the elisp reference, and suspected it relied upon a C
library. Thanks for confirming this point.
> If someone would want to write one from scratch in CL there is an
> implementation of ASN/BER encoding at
> http://www.switch.ch/misc/leinen/snmp/lisp/lisp-snmp.tar.gz
Yes, I have this code and am considering the effort. I've also written
to Simon asking for clarification of the status of this code vis-a-vis
reuse and redistribution.
-- Kaelin