in reply to (RFC) A CGI whiteboard editing script for emergencies UPDATED WITH CODE 9/26/06

Greetings, esteemed monks!

So it turns out there is a PostgreSQL database that has tables that will allow me to extract a list of all user IDs, and real names that are members of any given group. From there I can do an `id -Gn` for the rest. I plan to store everything in a local SQLite database for editing and manipulation, and have a cron job that periodically syncs the databases, or more likely, looks for differences in the lists and notifies me.

_________________________________________________________________________________

I like computer programming because it's like Legos for the mind.

  • Comment on Re: (RFC) A CGI whiteboard editing script for emergencies