15038743188d09b51a75c2b4ff557d0a925e5e47
[atutor.git] / mods / wiki / plugins / auth / auth_perm_unix.meta
1 api: ewiki
2 category: authentication
3 hooks: action_always, auth_perm, edit_form_append, edit_save
4 type: auth
5 config: 
6   EWIKI_USERDB_SYSTEMGROUPS="system/groups"
7   EWIKI_PERM_UNIX_UMASK=0000  //access rights to strip for new pages
8   EWIKI_PERM_UNIX_SHAREHOLDERS=1  //group members may revoke rights
9   EWIKI_PERM_USERSET_FREE=0  //anybody could set the initial owner
10 title: UNIX-like permissions
11 description: UNIX filesystem like permission system
12 priority: rare