[Pkg-nagios-changes] [pkg-lconf] 01/09: Fix ldapadd for base.ldif in README.Debian

Markus Frosch lazyfrosch-guest at moszumanska.debian.org
Tue Aug 5 16:50:13 UTC 2014


This is an automated email from the git hooks/post-receive script.

lazyfrosch-guest pushed a commit to branch master
in repository pkg-lconf.

commit 28d66bdef1d4d3a91c6d21bb76aacb093be2ea70
Author: Markus Frosch <markus at lazyfrosch.de>
Date:   Tue Aug 5 18:29:52 2014 +0200

    Fix ldapadd for base.ldif in README.Debian
---
 debian/README.Debian | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index b85d775..1411549 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -17,7 +17,9 @@ Quick guide with slapd:
  # gzip -dc /usr/share/doc/lconf/ldap/netways.schema.ldif.gz \
     > /tmp/netways.schema.ldif
  # ldapadd -Y EXTERNAL -H ldapi:/// -f /tmp/netways.schema.ldif
- # ldapadd -Y EXTERNAL -H ldapi:/// -f /usr/share/doc/lconf/ldap/base.ldif
+
+ # ldapadd -D cn=Manager,dc=your,dc=domain,dc=com -w yourpassword -x \
+    -H ldap://localhost -f /usr/share/doc/lconf/ldap/base.ldif
 
 Please also see the documention on:
  https://www.netways.org/projects/lconf/wiki
@@ -49,4 +51,4 @@ replace: olcSizeLimit
 olcSizeLimit: unlimited
 END
 
- -- Markus Frosch <markus at lazyfrosch.de>  Fri, 6 Sep 2013 15:50:34 +0200
+ -- Markus Frosch <markus at lazyfrosch.de>  Wed, 23 Jul 2014 14:59:11 +0200

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-lconf.git



More information about the Pkg-nagios-changes mailing list