~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/config/more_samples/secrets_wikiconfig_snippet

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
    # MoinMoin uses (shared) secrets in some subsystems. These secrets are NOT passwords, you
2
 
    # will never have to enter them as a moin wiki user. Don't re-use some of your passwords
3
 
    # as a secret, just use some long random string.
4
 
    # For example, the 'action/cache' secret is used to calculate unpredictable cache access keys.
5
 
    # The 'mailimport' secret is a shared secret for importing e-mail via xmlrpc (you will have
6
 
    # to copy it to the mailimporter script).
7
 
    #
8
 
    # IMPORTANT: Don't use the strings below, they are NOT secret as they are part of the moin
9
 
    #            distribution archive's config samples.
10
 
 
11
 
    # For low security requirements (all subsystems will use this same secret then):
12
 
    secrets = 'I&TNny^UVBUasdK^NN&T^^RyyujB^UN^B^UNBasrgrttdNFU^BFNasad'
13
 
 
14
 
    # For higher security requirements, you can use different secrets for different subsystems:
15
 
    secrets = {
16
 
            'action/cache':'35gnb35h8g0835hgnbe035g85b8',
17
 
            'wikiutil/tickets': 'asdasdvarebtbertbaetbtrbetgrergfqe3r',
18
 
            'jabberbot': 'asasegs5hg5h64he56h5e6j5e6uhgsewhye56h5jne56hj56',
19
 
            'xmlrpc/ProcessMail': '324tgw2g3q3gw3g3wg3353ehb',
20
 
            'xmlrpc/RemoteScript': 'kuIUYBO85jtf932l:-0aGf',
21
 
    }