[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: iauth modules anyone?
On May 01, Jack Twilley wrote:
| I'm currently trying to write a passwd module for iauth.
|
| I can get the code to compile, but I can't get it to run.
|
| I'm attaching the following items to this message:
|
| * the source to the authentication module
| * the makefile used to make it
| * the iauth.conf file that calls it
| * the errors generated by iauth
| * the output of 'nm -u /usr/etc/mod_passwd.so'
the first error from iauth is the most interesting one,
although it might be a good idea to make it a little more
explicit:
line 5: /usr/etc/mod_passwd.so: undefined symbol: myncmp
iauth failed to dynamically load your module, because of an
undefined symbol "myncmp". While this doesn't appear in your
source code, it is in the output of "nm".
resolve this, and you should be set.