Somehow I assumed that global
wiki@domain.com should be visible in every user account by just creating it. All this documentation about wiki notebook was confusing. Later I've found out that users should be invited by email to enable sharing of global wiki pages. And this is unacceptable way of doing this.
Now I know two things:
- Admin UI for Documents is broken in 4.5.9 GA - administrators should use zmmailbox for granting /Notebook privileges on wiki@domain.com account
- sharing wiki@domain.com /Notebook is not default - administrators should use createMountpoint --view wiki "Wiki pages" wiki@domain.com /Notebook on each and every accout to enable users to see this pages
I've had publicly viewable wiki account that I'could not delete from admin UI. Running
Code:
mfg /Notebook public none
on
wiki@domain.com mailbox helped deleting this grant.
Another problem with UI is that it does not provide a way for inherited folder grants. Running
Code:
mfg -i /Notebook domain domain.com rwid
on
wiki@domain.com mailbox solved this problem.
Now i am running
Code:
createMountpoint --view wiki /wiki-pages wiki@domain.com /Notebook
on each account to mount this folder, that I assumed it is automounted.
Hope this explanation will help somenone to bring wiki pages to light. The most distracting thing was that owner of the user's Notebook in each user account is
wiki@domain.com and not the owner itself.