[Kolab-devel] doc/faq faq.dat,1.13,1.14 by martin at doto.intevation.de
root at intevation.de
root at intevation.de
Mon Jul 14 07:57:29 CEST 2003
Update of /kolabrepository/doc/faq
In directory doto:/tmp/cvs-serv23804
Modified Files:
faq.dat
Log Message:
Added another FAQ (thanks Dieter Kluenter <dieter at dkluenter.de>)
Index: faq.dat
===================================================================
RCS file: /kolabrepository/doc/faq/faq.dat,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- faq.dat 6 Jul 2003 19:24:06 -0000 1.13
+++ faq.dat 14 Jul 2003 05:57:27 -0000 1.14
@@ -236,3 +236,24 @@
as offered by Kolab which both also use sieve to get their tasks done.
</ul>
+<c>Kolab Server
+
+<q>How to change data in LDAP without LDAP browsers
+<a>
+ <ul>
+ <li> rc.kolab stop
+
+ <li> slapcat -f /kolab/etc/openldap/slapd.conf -l /tmp/my_first.ldif
+
+ <li> edit the file to your requirements
+ The best way to create a ldappassword is by means of slappasswd, just
+ cut 'n paste the encrypted password into the *.ldif file.
+
+ <li> destroy your database files underneath
+ /kolab/var/openldap/openldap-data
+
+ <li> load your *.ldif file, using slapadd
+ slapadd -x -D "cn=manager,dc=<your basedn>" -W -f
+ /kolab/etc/openldap/slapd.conf -l /tmp/my_first_changed.ldif
+ <li> rc.kolab start
+ </ul>
More information about the devel
mailing list