Bug 641495 Pull the latest LDAP code into comm-central - Pick up tag 6.0.7a which is a minor build config update to the LDAP c-sdk. r=bienvenu
--- a/client.py
+++ b/client.py
@@ -8,17 +8,17 @@
# Define x_REV to override. Where x can be one of:
# "COMM", "MOZILLA", "CHATZILLA", "INSPECTOR", "VENKMAN", "LDAPSDKS"
DEFAULTS = {
# Global Default Revision
'REV': "default",
# LDAPSDKS
'LDAPSDKS_REPO': 'http://hg.mozilla.org/projects/ldap-sdks/',
- 'LDAPSDKS_REV': 'LDAPCSDK_6_0_7_RTM',
+ 'LDAPSDKS_REV': 'LDAPCSDK_6_0_7A_RTM',
# URL of the default hg repository to clone for ChatZilla.
'CHATZILLA_REPO': 'http://hg.mozilla.org/chatzilla/',
# URL of the default hg repository to clone for DOM Inspector.
'INSPECTOR_REPO': 'http://hg.mozilla.org/dom-inspector/',
# URL of the default hg repository to clone for Venkman.