[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: dummy question...



Hi Bruno!

I suppose, that you're talking about RPMs here:

You'll need openldap-client (because of the ldap libraries), nss_ldap and pam_ldap (or something similar) to have a strengh authentication. With nss_ldap your {crypt}ed passwords will be send over the net. And "crypt" isn't a very good encryption algorithm. It's better to use pam_ldap with SSL/TLS.

Hope this helps.


Chris

Bruno Biedermann wrote:
Hi!
Sorry to bother you with such a question, but i'd like to know what is required on a linux client machine binding to a linux OpenLDAP server.
On my client i have nss_ldap, openldap and openldap-clients... I suppose nss_ldap is mandatory but i wonder whether openldap & openldap-clients are too...
Thanks