--with-nss-ldap-soname does not allow me to rename the module
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
--with-nss-ldap-soname does not allow me to rename the module
- From: Mark R Bannister <dbis [at] proseconsulting.co.uk>
- To: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: --with-nss-ldap-soname does not allow me to rename the module
- Date: Mon, 19 Jan 2015 14:43:24 +0000
Hi,
I've noticed that
./configure --with-nss-ldap-soname=libnss_dbis.so.2
doesn't create a usable NSS module on Linux. It works fine if I specify
./configure --with-nss-ldap-soname=libnss_ldap.so.2
(the default).
I'd really like for it to create a usable NSS module called
"libnss_dbis", but while it compiles a library that has the correct
name, and I edited /etc/nsswitch.conf to use "dbis" as a source instead
of "ldap", getent fails to return anything if the library has another
name. I'm not sure what's going wrong, I get no debug, which suggests
the entry points are not getting called at all.
Did you ever test this with another name besides "libnss_ldap"? Is it
supposed to work?
Thanks,
Mark.
--
To unsubscribe send an email to
nss-pam-ldapd-users-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-users/
- --with-nss-ldap-soname does not allow me to rename the module,
Mark R Bannister