Re: release 0.7.7 of nss-pam-ldapd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
Re: release 0.7.7 of nss-pam-ldapd
- From: "Alexander V. Chernikov" <melifaro [at] ipfw.ru>
- To: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: Re: release 0.7.7 of nss-pam-ldapd
- Date: Tue, 06 Jul 2010 23:49:11 +0400
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Arthur de Jong wrote:
> Release 0.7.7 of nss-pam-ldapd has just been made available which
> includes some new features and improvements. This should be a reasonably
> stable and well tested release.
>
> A summary of the changes since 0.7.6:
> * refactoring and simplification of PAM module which also improves
> logging
> * implement a nullok PAM option and disable empty passwords by default
> * portability improvements and other minor code improvements
handle=dlopen("libnss_ldap.so.2",RTLD_LAZY|RTLD_NODELETE); is not very
portable.
nss/Makefile already has NSS_LDAP_NSS_VERSIONED constant defining exact
library name. Maybe we should copy/move that code to main (or NSS)
Makefile and pass this variable via -D ?
I'm not a specialist in Makefile && auto(conf|make) stuff unfortunately,
but maybe someone ...
> * the mechanism to disable name lookups through LDAP from within the
> nslcd process has been improved
> * the undocumented use_sasl option has been removed (specifying
> sasl_mech now implies use_sasl)
> * the sasl_mech, sasl_realm, sasl_authcid, sasl_authzid and
> sasl_secprops configuration options are now documented
> * Debian packaging improvements
>
> More information on this release can be found at:
> http://arthurdejong.org/nss-pam-ldapd/news.html#20100703
>
> If you are interested in passwordless password modification by the root
> user I recommend you comment on this thread [1].
>
> Any feedback is very much appreciated and thanks go out to those people
> that have provided feedback and patches.
>
> [1] http://lists.arthurdejong.org/nss-pam-ldapd-users/2010/msg00087.html
>
>
>
> ------------------------------------------------------------------------
>
> --
> To unsubscribe send an email to
> nss-pam-ldapd-announce-unsubscribe@lists.arthurdejong.org or see
> http://lists.arthurdejong.org/nss-pam-ldapd-announce
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAkwziLYACgkQwcJ4iSZ1q2mZwACfYXDqj3zrQOX24VxUIoQUXGA9
LpIAoITK2MasCnmm87nOAqgmskbkWKZ2
=d31R
-----END PGP SIGNATURE-----
--
To unsubscribe send an email to
nss-pam-ldapd-users-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-users
- Re: release 0.7.7 of nss-pam-ldapd,
Alexander V. Chernikov