]> git.sur5r.net Git - openldap/commit
Fixed an irritating problem with nss_ldap and pam_ldap. Since these
authorJulio Sánchez Fernández <jsanchez@openldap.org>
Mon, 13 Mar 2000 17:55:41 +0000 (17:55 +0000)
committerJulio Sánchez Fernández <jsanchez@openldap.org>
Mon, 13 Mar 2000 17:55:41 +0000 (17:55 +0000)
commit50dafec453305eb9668669c2c7d333aa20d89458
treebda9d457985aaaec39b9df4106d682382c8da46b
parentb9fb4c442c55b1569e737871655a8511eee84787
Fixed an irritating problem with nss_ldap and pam_ldap.  Since these
modules are dynamically loaded, they summon libldap when needed.
However, depending on the security libraries available when the
shared libldap was built, the latter brings up other dependencies.
On some platforms, it seems that no solution is available: no
indirect dynamic dependencies.  But for some platforms where this
is supported (in particular, Linux), the shared libldap must
contain info on what other dynamic libraries it needs.  We were
failing to put this info into the shared library.  This patch
seems to fix it.
libraries/libldap/Makefile.in