|
From: <ja...@op...> - 2001-01-30 16:04:11
|
Hey, In the control-bundle we ship a list of the current groups in the GroupSec table. With each groups comes a list of that groups members. It turns out that this is a problem for the new XML API. I doubt that the CT is actually using this group information for anything, is it? I would like to remove that information completely from the control-bundle. Although it is not a security risk (we are not giving out login names or passwords) it is not anyone's business who is currently registered as a user with NCGR, and so it shouldn't go out in the control-bundle. The problem that I would like to fix is that currently the group members are listed by their contact fkey, and not by their usersec fkey. I want to use the XML API to do updates of the DB, and I need it to accurately reflect the state of the DB, so an update of the GroupSec/UserSec information is only possible if that info is stored in GeneXML. jas. |