Re: [REQADM-Users-L] caching userinfo - disable-able?
Brought to you by:
rcopeland101,
slw
From: Steve W. <st...@ic...> - 2004-11-01 21:29:13
|
On Mon, 1 Nov 2004, Matthew White wrote: > I'm guessing this is a script that I need to make myself? I didn't > find anything similar to this in the source distribution. It should be in there. Lemme check for sure... Yes, these are from the REQADM-1.3.1-src.tar.gz file on sourceforge. /scripts/reqadm-nightly this is the thing to run from cron. It backs up the databases, and toward the bottom it calls: "$STATIC_STRING_04/sbin/reqadm-update-db -people" /scripts/reqadm-update-db this is the script to reload/update the database of user preferences and profiles, etc. If you give it the "-force" option, it'll unconditionally update everything from userinfo, otherwise it checks the timestamp in userinfo vs. the timestamp in the REQADM database. the timestamp is field 39 in the userinfo record, btw. (counting from 0) If that doesn't answer your question, let me know and I'll go deeper into it. Steve |