/[smecontribs]/rpms/smeserver-kronolith/contribs8/smeserver-kronolith_remove_freebusy_db.patch
ViewVC logotype

Contents of /rpms/smeserver-kronolith/contribs8/smeserver-kronolith_remove_freebusy_db.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Jul 8 15:01:07 2010 UTC (13 years, 10 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-kronolith-2_2-13_el5_sme, smeserver-kronolith-2_2-14_el5_sme, HEAD
Import for sme8

1 diff -Nur -x '*.orig' -x '*.rej' smeserver-kronolith-2.2/root/etc/e-smith/db/accounts/migrate/90FreebusyDelete mezzanine_patched_smeserver-kronolith-2.2/root/etc/e-smith/db/accounts/migrate/90FreebusyDelete
2 --- smeserver-kronolith-2.2/root/etc/e-smith/db/accounts/migrate/90FreebusyDelete 1969-12-31 18:00:00.000000000 -0600
3 +++ mezzanine_patched_smeserver-kronolith-2.2/root/etc/e-smith/db/accounts/migrate/90FreebusyDelete 2010-04-26 21:43:47.000000000 -0500
4 @@ -0,0 +1,12 @@
5 +{
6 + # Remove freebusy db entry for all users. Value is now saved directly to LDAP on SME8
7 +
8 + foreach my $account ($DB->get_all)
9 + {
10 + next unless ($account->prop('type') eq 'user');
11 +
12 + $account->delete_prop('FreeBusy');
13 +
14 + }
15 +}
16 +

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed