1 |
vip-ire |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-ldap-5.2.0/root/etc/e-smith/templates/home/e-smith/db/ldap/ldif/10organisation mezzanine_patched_e-smith-ldap-5.2.0/root/etc/e-smith/templates/home/e-smith/db/ldap/ldif/10organisation |
2 |
|
|
--- e-smith-ldap-5.2.0/root/etc/e-smith/templates/home/e-smith/db/ldap/ldif/10organisation 2010-09-23 17:14:13.000000000 +0200 |
3 |
|
|
+++ mezzanine_patched_e-smith-ldap-5.2.0/root/etc/e-smith/templates/home/e-smith/db/ldap/ldif/10organisation 2010-09-23 17:13:54.000000000 +0200 |
4 |
|
|
@@ -18,5 +18,9 @@ |
5 |
|
|
$OUT .= "objectClass: top\n"; |
6 |
|
|
$OUT .= "objectClass: organizationalUnit\n"; |
7 |
|
|
$OUT .= "ou: Groups\n\n"; |
8 |
|
|
+ $OUT .= "dn: ou=Computers,$ldapBase\n"; |
9 |
|
|
+ $OUT .= "objectClass: top\n"; |
10 |
|
|
+ $OUT .= "objectClass: organizationalUnit\n"; |
11 |
|
|
+ $OUT .= "ou: Computers\n\n"; |
12 |
|
|
} |
13 |
|
|
|