Stop removing rights.ser file, as permissions are now handled in role.ser

This commit is contained in:
Daniel Berteaud 2013-10-15 15:29:32 +02:00
parent c23a8e2ee8
commit 3463055a23
1 changed files with 0 additions and 3 deletions

View File

@ -31,9 +31,6 @@ my $a = esmith::AccountsDB->open_ro;
my $domain = $c->get('DomainName')->value;
# Remove all the permissions
unlink(</var/lib/ajaxplorer/plugins/auth.serial/*/rights.ser>);
# Remove active sessions
unlink(</var/lib/ajaxplorer/tmp/sess_*>);