Specifications
Chapter 6 Managing Wiki Content 83
Choosing Who Can Administer Wiki Server
You can choose who can administer Wiki Server in Server Admin or by editing
/etc/wikid/wikid.conf. For information about setting Wiki Server administrators in
Server Admin, see “Conguring Wiki Settings for All Websites” on page 18.
In the wikid.conf le, there is a wikiCreators section that contains an array of wiki
administrators you can customize:
<key>wikiCreators</key>
<dict>
<key>hostname</key>
<array>
<dict>
wiki administrator keys and values
</dict>
<dict>
wiki administrator keys and values
</dict>
</array>
/<dict>
Key Possible Values Description
shortName Lower case string with no
spaces
Short user name or group name.
This person or group becomes a
Wiki Server administrator.
longName Any string Long user name or group name.
This person or group becomes a
Wiki Server administrator.
group <true/>, <false/> Set this to true if you entered a
group’s names. Set this to false if
you entered a user’s names.
moderate <true/>, <false/> Set this to true to allow this user
or group to create wikis and
give wiki administrator access to
all wikis.
Set this to false to allow this
user or group to create wikis
but not give wiki administrator
access to all wikis.