summaryrefslogtreecommitdiff
path: root/source3/iniparser/README
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
commitf340b2fa367d7a888c0dc24ff57f2aed7e9c88bb (patch)
tree84149b4ff19bd0119057cce6834a60f1a0d33879 /source3/iniparser/README
parent262ffd9750f58f2c5f2268932b45c4d7b05a5fca (diff)
downloadsamba-f340b2fa367d7a888c0dc24ff57f2aed7e9c88bb.tar.gz
samba-f340b2fa367d7a888c0dc24ff57f2aed7e9c88bb.tar.bz2
samba-f340b2fa367d7a888c0dc24ff57f2aed7e9c88bb.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 (This used to be commit 6658e0a9886ee5a361361bc9b26c136ec91aea72)
Diffstat (limited to 'source3/iniparser/README')
-rw-r--r--source3/iniparser/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/source3/iniparser/README b/source3/iniparser/README
new file mode 100644
index 0000000000..466d079ba5
--- /dev/null
+++ b/source3/iniparser/README
@@ -0,0 +1,11 @@
+
+Welcome to iniParser!
+
+This modules offers parsing of ini files from the C level.
+See a complete documentation in HTML format, from this directory
+open the file html/index.html with any HTML-capable browser.
+
+Enjoy!
+
+N.Devillard
+Thu Nov 17 12:31:42 CET 2005