initial commit of file from CVS for smeserver-horde on Sat Mar 23 16:05:15 AEDT 2024
This commit is contained in:
12
root/etc/e-smith/db/accounts/migrate/90FreebusyDelete
Normal file
12
root/etc/e-smith/db/accounts/migrate/90FreebusyDelete
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
# Remove freebusy db entry for all users. Value is now saved directly to LDAP on SME8
|
||||
|
||||
foreach my $account ($DB->get_all)
|
||||
{
|
||||
next unless ($account->prop('type') eq 'user');
|
||||
|
||||
$account->delete_prop('FreeBusy');
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user