locat-kdc plugin not compiled
Ken Raeburn
raeburn at MIT.EDU
Tue Oct 30 03:39:23 EDT 2007
On Oct 30, 2007, at 03:25, Vipin Rathor wrote:
> hi all,
> I compiled krb5 1.6.2 on AIX 5.3 using the default make command (i.e.
> ./configure followed by ./make ), but it did not generate anything in
> /usr/local/lib/krb5/plugins/libkrb5 dir. To what little knowledge
> I've, this dir is for locate kdc plugin.
> Is there any compile-time flag that i need to pass to get locate-kdc
> plugin compiled & installed in desired location?
That's the directory where you can put a service location plugin, but
by default we don't build and install any; there's just the compiled-
in algorithm. There is a sample plugin that loads a Python
interpreter, reads a Python script and invokes a Python function to
do the work, but it's a little fragile, not thread-safe, etc., and
compiling it requires changing the top-level configure script. It's
only intended to be a sample of how a plugin could be written (if you
felt like using one that would allow for easy scripting in an
interpreted language).
Ken
More information about the krbdev
mailing list