Displaying 3 results from an estimated 3 matches for "lib20_newauth_plugin".
2016 Jul 26
2
New password hashing scheme as plugin
...all the functions password_scheme_register() and
password_scheme_unregister() (src/auth/password-scheme.c) inside the
plugin's _init() and _deinit() functions.
When a client tries to login via imap the log shows an error message:
Error: Couldn't load required plugin
/usr/local/lib/dovecot/lib20_newauth_plugin.so: dlopen() failed:
/usr/local/lib/dovecot/lib20_newauth_plugin.so: undefined symbol:
password_scheme_unregister
That error obviously occurs, because the required lib is not linked into
the plugin.
Now my problem is to understand, whether this approach (via .so file) can
be successful at all an...
2016 Aug 01
3
New password hashing scheme as plugin
...scheme_unregister() (src/auth/password-scheme.c) inside the
> > plugin's _init() and _deinit() functions.
> >
> > When a client tries to login via imap the log shows an error message:
> >
> > Error: Couldn't load required plugin
> > /usr/local/lib/dovecot/lib20_newauth_plugin.so: dlopen() failed:
> > /usr/local/lib/dovecot/lib20_newauth_plugin.so: undefined symbol:
> > password_scheme_unregister
> >
> > That error obviously occurs, because the required lib is not linked into
> > the plugin.
> >
> >
> > Now my problem is to...
2016 Aug 01
2
New password hashing scheme as plugin
...> > > > plugin's _init() and _deinit() functions.
> > > >
> > > > When a client tries to login via imap the log shows an error message:
> > > >
> > > > Error: Couldn't load required plugin
> > > > /usr/local/lib/dovecot/lib20_newauth_plugin.so: dlopen() failed:
> > > > /usr/local/lib/dovecot/lib20_newauth_plugin.so: undefined symbol:
> > > > password_scheme_unregister
> > > >
> > > > That error obviously occurs, because the required lib is not linked into
> > > > the plugin....