summaryrefslogtreecommitdiffstats
path: root/source/iniparser/INSTALL
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-04-11 14:34:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:15:58 -0500
commit6658e0a9886ee5a361361bc9b26c136ec91aea72 (patch)
tree9be54c72ad0bd863fb20edf3dfe385d90401fe33 /source/iniparser/INSTALL
parentefc833dcba052e52c46eeba71a1ebe248be9cb05 (diff)
downloadsamba-6658e0a9886ee5a361361bc9b26c136ec91aea72.tar.gz
samba-6658e0a9886ee5a361361bc9b26c136ec91aea72.tar.xz
samba-6658e0a9886ee5a361361bc9b26c136ec91aea72.zip
r15037: Adding iniParser (http://ndevilla.free.fr/iniparser/), a free inifile
parsing library under the MIT licence. This is required to have a configuration ini-file for pam_winbind without using loadparm in the next step. Guenther
Diffstat (limited to 'source/iniparser/INSTALL')
-rw-r--r--source/iniparser/INSTALL12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/iniparser/INSTALL b/source/iniparser/INSTALL
new file mode 100644
index 00000000000..0d319b2670f
--- /dev/null
+++ b/source/iniparser/INSTALL
@@ -0,0 +1,12 @@
+
+iniParser installation instructions
+-----------------------------------
+
+1. Modify the Makefile to suit your environment.
+2. Type 'make' to make the library.
+3. Type 'make check' to make the test program.
+4. Type 'test/iniexample' to launch the test program.
+
+Enjoy!
+N. Devillard
+Tue Jan 14 11:52:03 CET 2003