Moved the hidden 'README' to the top-level 'doc' directory
authoraland <aland>
Mon, 29 Jul 2002 20:06:17 +0000 (20:06 +0000)
committeraland <aland>
Mon, 29 Jul 2002 20:06:17 +0000 (20:06 +0000)
doc/rlm_krb5 [new file with mode: 0644]
doc/rlm_sqlcounter [moved from src/modules/rlm_sqlcounter/README.txt with 100% similarity]
src/modules/rlm_krb5/README [deleted file]

diff --git a/doc/rlm_krb5 b/doc/rlm_krb5
new file mode 100644 (file)
index 0000000..d8cb9b2
--- /dev/null
@@ -0,0 +1,21 @@
+On linux, you may have to change:
+
+deplibs_test_method="pass_all"
+
+in ../libtool
+
+Otherwise, it complains if the krb5 libs aren't shared.
+
+
+The file 'src/modules/rlm_krb5/heimdal-krb5.patch' contains an
+untested patch to make the module work with heimdal kerberos code.  It
+was submitted in the form of a complete 'tar' file, with the image of
+a new rlm_krb5 module.  All references to the existing MIT code was
+deleted, and the originators of the change were unwilling or unable to
+supply a configurable patch.
+
+As such, if you want to use the heimdal code, you must patch the module
+yourself, and possibly update the Makefile.
+
+Any patch to make this functionality configurable at build time is
+greatly welcomed.
diff --git a/src/modules/rlm_krb5/README b/src/modules/rlm_krb5/README
deleted file mode 100644 (file)
index 635faa2..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-On linux, you may have to change:
-
-deplibs_test_method="pass_all"
-
-in ../../libtool
-
-Otherwise, it complains if the krb5 libs aren't shared.
-
-
-The file 'heimdal-krb5.patch' contains an untested patch to make the
-module work with heimdal kerberos code.  It was submitted in the form
-of a complete 'tar' file, with the image of a new rlm_krb5 module.
-All references to the existing MIT code was deleted, and the originators
-of the change were unwilling or unable to supply a configurable patch.
-
-As such, if you want to use the heimdal code, you must patch the module
-yourself, and possibly update the Makefile.
-
-Any patch to make this functionality configurable at build time is
-greatly welcomed.