thomas: server README.1st,1.94,1.95

cvs at kolab.org cvs at kolab.org
Thu Dec 11 17:40:45 CET 2008


Author: thomas

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv11341

Modified Files:
	README.1st 
Log Message:
Forgot to filter some Horde (turba) preferences and hordeGroup


Index: README.1st
===================================================================
RCS file: /kolabrepository/server/README.1st,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- README.1st	11 Dec 2008 16:31:43 -0000	1.94
+++ README.1st	11 Dec 2008 16:40:43 -0000	1.95
@@ -188,9 +188,10 @@
    stored in files):
 
    # rm /kolab/var/openldap/openldap-data/*
-   # /kolab/bin/awk '!/^ /{ok=1;}
-      /^(objectClass: hordePerson|[a-z]*Prefs:.*)$/{ok=0;}
-      {if(ok)print;}' kolab-2.2.0.ldif | /kolab/sbin/slapadd
+   # /kolab/bin/awk '!/^ / {ok=1;}
+      /^objectClass: horde(Person|Group)$/ {ok=0;}
+      /^([a-z]*Prefs|turba(Contact|Members|PGPPublicKey|Type)):/ {ok=0;}
+      {if(ok) print;}' kolab-2.2.0.ldif | /kolab/sbin/slapadd
 
 7. Start the OpenLDAP, generate the configuration files and start the
    Kolab server:





More information about the commits mailing list