Author: tchemineau
Date: 2010-09-23 17:24:54 +0200 (Thu, 23 Sep 2010)
New Revision: 143

Modified:
   openldap-mmr/trunk/functions
Log:
fix #286 - change regexp to match port

Modified: openldap-mmr/trunk/functions
===================================================================
--- openldap-mmr/trunk/functions        2010-09-23 14:37:31 UTC (rev 142)
+++ openldap-mmr/trunk/functions        2010-09-23 15:24:54 UTC (rev 143)
@@ -403,7 +403,7 @@
     fi
     echo "${syncrepl_item}" \
       | sed -e "s#olcSyncrepl: {[0-9]\+}##g; \
-                s#\(provider=\"\?ldaps\?://\)[^\"/: ]\+#\1${LDAP_NODE_IP}#g; \
+                s#\(provider=\"\?ldaps\?://\)[^\"/ ]\+#\1${LDAP_NODE_IP}#g; \
                 s#\(rid=\)[0-9]\+#\1$2#g;"
   else
     echo ""

_______________________________________________
ltb-changes mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-changes

Reply via email to