aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharl Botha <cpbotha@cpbotha.net>2000-08-28 07:52:46 +0000
committerCharl Botha <cpbotha@cpbotha.net>2000-08-28 07:52:46 +0000
commit37b8323e4dee3f1815a3b94490d2a2f9b4497d9a (patch)
treee55a413e476d414397abec2aaf364180b4696d6e
parentd039f98ab3ecd10bf6089c8959f93d074720b5ab (diff)
downloadlibpam-pwdfile-37b8323e4dee3f1815a3b94490d2a2f9b4497d9a.tar.gz
Added INSTALL howto-thingy.
-rw-r--r--INSTALL46
-rw-r--r--changelog7
2 files changed, 52 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..0b52fb3
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,46 @@
+INSTALL for pam_pwdfile PAM module - Charl P. Botha <cpbotha@ieee.org>
+$Id: INSTALL,v 1.1 2000-08-28 07:52:46 cpbotha Exp $
+---------------------------------------------------------------------------
+
+This file is the quick and dirty on how to get pam_pwdfile compiled on your
+system. As per usual, I can not be held responsible for the results of the
+application of this information.
+
+1. Get the Linux PAM source code tarball. Currently, this is at:
+http://www.us.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-0.72.tar.bz2
+
+2. Extract the tarball somewhere convenient:
+bunzip2 -c Linux-PAM-0.72.tar.bz2 | tar -xvf -
+
+3. Prepare pam_pwdfile
+cd Linux-PAM-0.72/modules
+tar -xzvf /where/you/put/it/pam_pwdfile-0.2.tar.gz
+cd ..
+
+4. Prepare Linux-PAM
+rm default.defs
+ln -s defs/whatever.defs default.defs (on my system whatever == debian)
+
+5. Also, it seems one of the modules needs a little help:
+cd modules/pam_pwdb
+edit Makefile
+search the dependency for $(CHKPWD), add $(EXTRALS) to $(CC) line
+(Alternatively, you can just delete any modules that cause problems, see the
+note at the "make all" step)
+
+6. cd ../.. (so that you're back in Linux-PAM-0.72)
+ make all
+ NOTE: if you only need pam_pwdfile and some of the other modules are
+ causing you problems during compilation, go and delete them (i.e.
+ delete the whole modules dir, e.g. rm -rf modules/pam_pwdb) and then
+ restart make all in the top level directory.
+
+7. When you're done, there should be a pam_pwdfile.so in modules/pam_pwdfile;
+ copy this into your pam modules directory. (this is /lib/security/ on my
+ debian 2.2. system)
+
+8. You should now be operational.
+
+
+Remember that pam_pwdfile is packaged as a .deb and is part of the official
+Debian distribution.
diff --git a/changelog b/changelog
index b8a4561..71b5631 100644
--- a/changelog
+++ b/changelog
@@ -1,7 +1,12 @@
changelog for pam_pwdfile PAM module - Charl P. Botha <cpbotha@ieee.org>
-$Id: changelog,v 1.1 2000-05-22 20:55:34 cpbotha Exp $
+$Id: changelog,v 1.2 2000-08-28 07:52:46 cpbotha Exp $
---------------------------------------------------------------------------
+0.3: Mon Aug 28 09:49:27 SAST 2000
+
+* INSTALL file created. This explains how to get pam_pwdfile compiled from
+ scratch.
+
0.2: Mon May 22 22:41:30 SAST 2000
* integrated patch by Jacob Schroeder <jacob@quantec.de> to implement