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)

x86_64
Linux
task
Not set
normal

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.
Please note this issue was brought to our attention by bug 837533
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: server-ops-infra → rtucker
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.
jabba ran the script and this looks good.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
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.