Re: [Proftpd-user] How to proftpd +ssl+pam login ? Pls help..
[color=blue]
> ./configure --prefix=/usr/local/proftpd \
> --with-modules=mod_tls --with-modules=mod_ldap \[/color]
You should not use multiple --with-modules parameters; only the last one
is used. To include multiple modules, separate the module names using a
colon (:), as indicated when you use 'configure --help':
--with-modules=mod_tls:mod_ldap
[color=blue]
> libtool: link: cannot find the library `/usr/local/lib/libsasl2.la'[/color]
The SASL library is not used by proftpd, mod_tls, or mod_ldap directly.
Perhaps the SASL library is needed by the OpenLDAP package you installed?
[color=blue]
> PAM module. How can I install the proftd with TLS and using PAM login ?
> Where can I get the related documents?[/color]
[url]http://www.proftpd.org/docs/howto/[/url]
[url]http://www.proftpd.org/docs/modules/mod_tls.html[/url]
TJ
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Only those who will risk going too far can possibly find out how
far one can go.
-T.S. Eliot
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
[url]http://moblin-contest.org/redirect.php?banner_id=100&url=/[/url]
_______________________________________________
ProFTPD Users List <proftpd-users@proftpd.org>
Unsubscribe problems?
[url]http://www.proftpd.org/list-unsub.html[/url]