Modify

Opened 11 years ago

Closed 11 years ago

#10734 closed defect (wontfix)

Uses depreciated AccountManagerPlugin options

Reported by: Steffen Hoffmann Owned by: Froosh
Priority: normal Component: HtgroupsPlugin
Severity: normal Keywords: option
Cc: Ryan J Ollos Trac Release: 0.11

Description

In htgroupsplugin/trunk/README.txt some configuration examples show long depreciated and soon removed options from AccountManagerPlugin:

  • 'password_format' has been obsoleted by
    • 'password_store' for direct store selection including store chaining and
    • store-specific options for hash type selection, i.e.:
      • 'htpasswd_hash_type' for HtPasswdStore
      • 'db_htpasswd_hash_type' for SessionStore with IPasswordHashMethod HtPasswdHashMethod (selected by 'hash_method' in turn)
  • 'password_file' has been depreciated in favor of store-specific options, once more to allow for seamless store chaining
    • 'htpasswd_file' for HtPasswdStore's password file in htpasswd format
    • 'htdigest_file' for HtDigestStore's password file in htdigest format

Please update the documentation, and maybe the plugin reading these options as well (unchecked). The AccountManagerPlugin supports only Trac versions down to 0.11, so the existing 0.9 branch of HtgroupsPlugin is not relevant here.

Attachments (0)

Change History (2)

comment:1 Changed 11 years ago by Steffen Hoffmann

(In [12494]) AccountManagerPlugin: Finally remove historic password_file option from file stores, refs #10734 and #10735.

Likewise 'password_format', another depreciated option, is removed too. Both changes have been prepared for a rather long time now, mostly to allow for seamless store chaining. Equivalent options have been introduced before:

  • 'password_file' - depreciated in favor of store-specific options
    • 'htpasswd_file' for HtPasswdStore's password file in htpasswd format
    • 'htdigest_file' for HtDigestStore's password file in htdigest format
  • 'password_format' - obsoleted by a combination of
    • 'password_store' for direct store selection including store chaining
    • store-specific options for hash type selection, i.e.:
      • 'htpasswd_hash_type' for HtPasswdStore
      • 'db_htpasswd_hash_type' for SessionStore with IPasswordHashMethod HtPasswdHashMethod (selected by 'hash_method' in turn)

comment:2 Changed 11 years ago by Ryan J Ollos

Resolution: wontfix
Status: newclosed

Deprecated notice has been posted to the plugin's wiki page, HtgroupsPlugin.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Froosh.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.