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 --- e-smith-base+ldap-4.19.1/root/etc/e-smith/events/actions/ldap-update 2008-05-14 17:02:39.000000000 +0200 +++ 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 @@ -141,7 +141,8 @@ { push @attrs, (objectClass => ['person', 'organizationalPerson', - 'inetOrgPerson']); + 'inetOrgPerson', + 'calEntry']); push @attrs, (uid => $key); my $key = $acct->key;