1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-ldap-4.12.0/root/etc/e-smith/templates/home/e-smith/db/ldap/ldif/10organisation mezzanine_patched_e-smith-ldap-4.12.0/root/etc/e-smith/templates/home/e-smith/db/ldap/ldif/10organisation |
2 |
--- e-smith-ldap-4.12.0/root/etc/e-smith/templates/home/e-smith/db/ldap/ldif/10organisation 2005-03-23 12:36:25.000000000 -0500 |
3 |
+++ mezzanine_patched_e-smith-ldap-4.12.0/root/etc/e-smith/templates/home/e-smith/db/ldap/ldif/10organisation 2007-06-26 13:42:58.000000000 -0400 |
4 |
@@ -1,4 +1,4 @@ |
5 |
{ |
6 |
$OUT .= "dn: $ldapBase\n"; |
7 |
- $OUT .= "objectClass : organization\n"; |
8 |
+ $OUT .= "objectClass: organization\n"; |
9 |
} |