1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-base+ldap-4.19.1/root/etc/e-smith/events/actions/ldap-update mezzanine_patched_e-smith-base+ldap-4.19.1/root/etc/e-smith/events/actions/ldap-update |
2 |
|
|
--- e-smith-base+ldap-4.19.1/root/etc/e-smith/events/actions/ldap-update 2008-05-14 17:02:39.000000000 +0200 |
3 |
|
|
+++ mezzanine_patched_e-smith-base+ldap-4.19.1/root/etc/e-smith/events/actions/ldap-update 2008-05-14 16:58:22.000000000 +0200 |
4 |
|
|
@@ -141,7 +141,8 @@ |
5 |
|
|
{ |
6 |
|
|
push @attrs, (objectClass => ['person', |
7 |
|
|
'organizationalPerson', |
8 |
|
|
- 'inetOrgPerson']); |
9 |
|
|
+ 'inetOrgPerson', |
10 |
|
|
+ 'calEntry']); |
11 |
|
|
push @attrs, (uid => $key); |
12 |
|
|
|
13 |
|
|
my $key = $acct->key; |