summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-12-19 13:55:09 +0000
committerArthur de Jong <arthur@arthurdejong.org>2006-12-19 13:55:09 +0000
commit6661a20123f600b1a5b049926fb9c398991fca66 (patch)
treec10b0079ce2c6fee03438e0921894f5c0c4b8554
parent6659b2ffd927fd8761bc8f812a1ae0eb061fcb1e (diff)
the README.Debian does not contain any more relevant information
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@181 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--debian/README.Debian27
1 files changed, 0 insertions, 27 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index dc9a0fc..0000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,27 +0,0 @@
-libnss-ldap for Debian
-----------------------
-
-This package was compiled against OpenLDAP and provides an excellent way
-of merging LDAP into an NIS network.
-An example for /etc/nsswitch.conf is installed in
-/usr/share/doc/libnss-ldapd/examples/nsswitch.ldap.
-
- -- Configuration files --
-
-The configuration file will be changed if the first line of configuration says
-###DEBCONF### there is a note about this in debconf when the package is first
-installed.
-
-the debconf configuration should be fairly safe in any case, it only changes
-the entries it asks about, nothing else.
-
- -- Sami Haahtinen <ressu@debian.org>
-
-
-
-Debian uses /etc/libnss-ldap.conf as libnss-ldap's configuration file and
-/etc/libnss-ldap.secret as the file to store the password of the rootbinddn.
-
-See LDAP-Permissions.txt for details about the required LDAP permissions.
-
- -- Peter Marschall <peter@adpm.de>