]> arthur.barton.de Git - netatalk.git/commitdiff
* Remove some more references to DB3, and mention exactly which versions of BDB
authorjmarcus <jmarcus>
Sat, 4 Jan 2003 21:53:39 +0000 (21:53 +0000)
committerjmarcus <jmarcus>
Sat, 4 Jan 2003 21:53:39 +0000 (21:53 +0000)
  we support as well as what is the current recommended version.
* Clean up the PAM documentation some to make it less Linux specific.

doc/DEVELOPER

index 03d9ad342c9ebffb05dc6bac6d051ee96706dae5..2b5d8b55c48674974cdacad033e45f3f44e7a2fc 100644 (file)
@@ -129,8 +129,8 @@ Netatalk uses TCP Wrappers to authorize host access when using
 afpovertcp. It should be noted that if DDP is in use, the connection
 will still be allowed as TCP Wrappers do not impact DDP connections.
 
-7. PAM (Pluggable Authentication Modules for Linux
-Linux-PAM provides a flexible mechanism for authenticating
+7. PAM (Pluggable Authentication Modules) 
+PAM provides a flexible mechanism for authenticating
 users. PAM was invented by SUN Microsystems.
 
 Author: Andrew Morgan <morgan@linux.kernel.org>
@@ -141,9 +141,14 @@ administrator to choose how applications authenticate users.
 You can get the Linux PAM documentation and sources from
 http://www.kernel.org/pub/linux/libs/pam/
 
-8 Berkeley DB version 3
+Netatalk also supports other standard PAM implementations such as OpenPAM.
+
+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
+developers. BDB can downloaded from
 http://www.sleepycat.com/download.html
 Netatalk's CNID database uses the library and header files from BDB.
+Currently, Netatalk supports BDB 3.0.17, 3.2.9, 3.3.11, 4.0.14, and 4.1.25.
+The recommended version is 3.3.11 as that is the version on which most
+testing has been done.