Closed
Bug 846961
Opened 12 years ago
Closed 12 years ago
Modify all LDAP user accounts to have valid HgAccessDate entries
Categories
(Infrastructure & Operations :: Infrastructure: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bkero, Assigned: rtucker)
Details
Until recently the LDAP expiry attribute would update to an invalid entry format if a user tried to log on while their account was expired. This has since been corrected, however all accounts will need to be updated so this doesn't happen to them.
The bad format : 20130217200706Z
The good format: 20130217200706.160336Z
This can be as simple as going through each account and adding ".000000" to each.
Reporter | ||
Comment 1•12 years ago
|
||
Please note this issue was brought to our attention by bug 837533
Comment 2•12 years ago
|
||
Over to infra to implement.
Assignee: server-ops-devservices → server-ops-infra
Component: Server Operations: Developer Services → Server Operations: Infrastructure
QA Contact: shyam → jdow
Assignee | ||
Updated•12 years ago
|
Assignee: server-ops-infra → rtucker
Assignee | ||
Comment 3•12 years ago
|
||
I constructed a script that will iterate over all accounts, match the hgAccessDate against a regex. If the regex doesn't match, it appends .000000Z to the date and then saves it.
jabba is testing on dev, then he will confirm and apply to production.
Assignee | ||
Comment 4•12 years ago
|
||
jabba ran the script and this looks good.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Infrastructure → Infrastructure: Other
Product: mozilla.org → Infrastructure & Operations
You need to log in
before you can comment on or make changes to this bug.
Description
•