Opened 19 years ago
Closed 15 years ago
#814 closed enhancement (fixed)
easier migrating password_format to another
| Reported by: | moo | Owned by: | Steffen Hoffmann |
|---|---|---|---|
| Priority: | low | Component: | AccountManagerPlugin |
| Severity: | normal | Keywords: | password migration |
| Cc: | Trac Release: | 0.11 |
Description
it would be nice if i can change password_file format gracefully, without hurting existing users. switching to another format should still support the old one, and should update the file as soon as the user login (password learning)
Attachments (0)
Change History (5)
comment:1 Changed 19 years ago by
| Keywords: | helpwanted added |
|---|---|
| Priority: | normal → lowest |
| Type: | defect → enhancement |
comment:2 Changed 17 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
I'm closing this ticket due to a lack of activity. The new chained password stores can alleviate this problem by allowing multiple password stores to be used. It won't do the migration, however.
If you have a patch against 0.11 for this feature, please attach it and reopen the ticket.
comment:3 Changed 15 years ago by
| Keywords: | password migration added; helpwanted removed |
|---|---|
| Priority: | lowest → low |
| Resolution: | wontfix |
| Status: | closed → reopened |
| Trac Release: | 0.10 → 0.11 |
Not knowing about this old ticket I just stumbled over it.
If you still care, the migration is now supported by setting multiple password stores and the AcctMgr option refresh_passwd = true. But it has not been back-ported to 0.10 branch so far.
comment:4 Changed 15 years ago by
| Owner: | changed from Matt Good to Steffen Hoffmann |
|---|---|
| Status: | reopened → new |
I needed this, so I took care of it on my own. Any feedback is still welcome.
comment:5 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
history of implementation:
- [10244] introduced the core function to 'trunk'
- [10250] added db storage support to prevent repeated refresh attempts for the same user
- [10286] added support for enabling/disabling the function from configuration admin page
- [10393] made the feature available as part of acct_mgr-0.3
- [10469] added the ability to restart the refresh for all users as often as needed
- [10470] finally made the full feature set available as part of acct_mgr-0.3.1
Have fun.



I'm not likely to work on this anytime soon, but if you'd like to provide a patch I'll consider it.