nss-pam-ldapd commit: r1700 - nss-pam-ldapd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1700 - nss-pam-ldapd
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1700 - nss-pam-ldapd
- Date: Fri, 25 May 2012 10:47:51 +0200 (CEST)
Author: arthur
Date: Fri May 25 10:47:50 2012
New Revision: 1700
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1700&view=revision
Log:
include list of required libraries and do not put information on AUTHORS file
on the patch requirements
Modified:
nss-pam-ldapd/HACKING
Modified: nss-pam-ldapd/HACKING
==============================================================================
--- nss-pam-ldapd/HACKING Sun May 20 23:02:18 2012 (r1699)
+++ nss-pam-ldapd/HACKING Fri May 25 10:47:50 2012 (r1700)
@@ -18,14 +18,13 @@
* please follow the existing coding conventions
* please test the patch and include information on testing with the patch
(platforms tested, etc)
-* contributions will be acknowledged in the AUTHORS file
* include a copyright statement in the patched code if you feel the
contribution is significant enough (e.g. more than a few lines)
* when including third-party code, retain copyright information (copyright
holder and license) and ensure that the license is LGPL compatible
Please email nss-pam-ldapd-users@lists.arthurdejong.org if you want to
-contribute.
+contribute. All contributions will be acknowledged in the AUTHORS file.
BUILD DEPENDENCIES
@@ -35,9 +34,11 @@
* autoconf (2.65 is used but 2.61 is minimal)
* automake (1.11 is used)
-
-and of course the usual build tools (gcc/make/etc). Also see debian/control
-(Build-Depends field) for libraries you may need.
+* OpenLDAP libraries (2.4 is generally used)
+* PAM libraries
+* optionally a Kerberos library (MIT Kerberos is tested)
+* optionally a SASL library (only Cyrus SASL is tested)
+* docbook2x for generating the manual pages
To build the svn snapshot run the autogen.sh shell script to build the
configure script. When developing patches please use --enable-warnings with
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd commit: r1700 - nss-pam-ldapd,
Commits of the nss-pam-ldapd project