Arnaud GOUAILLE - 2008-11-28

Hello,

I don't want to use authentication, and I want users to be able to delete, move, upload files.
Is it possible to do this ?

I setted the $GLOBALS["require_login"] variable to false.

I tried to tune the $GLOBALS["permissions"] and $GLOBALS["global_permissions"] variables in the conf.php file but anonymous users still can't delete files.

When I add a new user, with the full rights, I see in the .htusers file that his rights number is 15 but if I try to set this value on the permissions or global_permissions variables, it still not work as I want.

Otherwise, is there an LDAP authentication feature planned for next versions ?