Ticket #5493 (closed defect: fixed)

Opened 3 years ago

Last modified 1 year ago

Wiki page and config file are different

Reported by: bcarver@ovationnetworks.com Assigned to: hasienda
Priority: normal Component: AccountManagerPlugin
Severity: normal Keywords: configuration documentation
Cc: Trac Release: 0.11

Description

When manual editing the config file I noticed the component sub names are different in case from the actual ini file.

for example acct_mgr.htfile.HtDigestStore? = disable acct_mgr.htfile.htdigeststore = disable

The top line is from the wiki entry

The second line is the raw entry in the trac.ini file

So when I am editing the file, I am unsure of which of the config options are really correct.

Attachments

Change History

(in reply to: ↑ description ) 10/07/10 14:52:14 changed by hasienda

  • keywords set to configuration documentation.
  • owner changed from mgood to hasienda.
  • summary changed from wiki page and config file are different to Wiki page and config file are different.

Replying to bcarver@ovationnetworks.com:

When manual editing the config file I noticed the component sub names are different in case from the actual ini file. for example

Ok, start with proper wiki formatting, or it's really hard to see:

 acct_mgr.htfile.HtDigestStore = disable
 acct_mgr.htfile.htdigeststore = disable

The top line is from the wiki entry
The second line is the raw entry in the trac.ini file
So when I am editing the file, I am unsure of which of the config options are really correct.

Understand. I'm about to do some changes to the wiki page anyway, so I may fix this as well.

10/10/10 21:25:23 changed by hasienda

  • status changed from new to closed.
  • resolution set to fixed.

Finally: Both notations are equally functional, even

 acct_mgr.htfile.HTDIGESTSTORE = disabled

works, tested with Trac 0.12 right now. If set via Trac admin web UI this will get (re-)written to all-lowercase.

And I've added a similar hint to version 95 of AccountManagerPlugin wiki page.


Add/Change #5493 (Wiki page and config file are different)




Change Properties
Action