From f66928ede1b50bf2f399a41181735379709f3230 Mon Sep 17 00:00:00 2001 From: franklahm Date: Tue, 5 May 2009 07:52:27 +0000 Subject: [PATCH] Fix default UAM for Debian (DHX2). Slightly update Developer DOC. --- distrib/initscripts/rc.atalk.debian.tmpl | 4 ++-- doc/DEVELOPER | 11 +++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/distrib/initscripts/rc.atalk.debian.tmpl b/distrib/initscripts/rc.atalk.debian.tmpl index 625442f0..2e5d64dd 100644 --- a/distrib/initscripts/rc.atalk.debian.tmpl +++ b/distrib/initscripts/rc.atalk.debian.tmpl @@ -4,7 +4,7 @@ # # Author: Thomas Kaiser # -# Version: $Id: rc.atalk.debian.tmpl,v 1.1.4.2 2009-04-30 09:35:06 franklahm Exp $ +# Version: $Id: rc.atalk.debian.tmpl,v 1.1.4.3 2009-05-05 07:52:27 franklahm Exp $ set -e @@ -17,7 +17,7 @@ SCRIPTNAME=/etc/init.d/$NAME test -x :SBINDIR:/atalkd || exit 0 # Set defaults. Please change these options in :ETCDIR:/netatalk.conf. -AFPD_UAMLIST="-U uams_dhx.so" +AFPD_UAMLIST="-U uams_dhx2.so" AFPD_GUEST=nobody AFPD_MAX_CLIENTS=50 ATALK_ZONE= diff --git a/doc/DEVELOPER b/doc/DEVELOPER index 82d702d3..6ee83d77 100644 --- a/doc/DEVELOPER +++ b/doc/DEVELOPER @@ -149,12 +149,11 @@ http://www.kernel.org/pub/linux/libs/pam/ Netatalk also supports other standard PAM implementations such as OpenPAM. -8 Berkeley DB +8. Berkeley DB Berkeley DB is a programmatic toolkit that provides fast, reliable, scalable, and mission-critical database support to software -developers. BDB can downloaded from -http://www.sleepycat.com/download.html +developers. BDB documentation is available at: +http://www.oracle.com/technology/documentation/berkeley-db/db/index.html + Netatalk's CNID database uses the library and header files from BDB. -Currently, Netatalk supports BDB 4.1.25 and 4.2.52. -The recommended version is 4.2.52 as that is the version on which most -testing has been done. +Netatalk 2.0 requieres BDB >= 4.1. -- 2.39.2