On Mon, 2008-05-12 at 13:59 -0400, Sergei Frankoff wrote:
page access control. Other than the mirroring solution is there
You can setup users into roles, and set "RO" and "Private" categories to restrict page views or edits to rolemembers ah la Posix.
Those groups can even be populated out of LDAP.
Mediawiki is far from secure, though, by any means. For example, media/image/upload objects aren't stored in the database -- anyone with the path can go get a file.
Security wasn't a design goal. You can use GroupPermissions to discourage wandering eyes.
Let me know if you need example configs.
~BAS