The sample directory.xml files for Relational Database user stores require an update so that group members appear.
Follow these steps:
The Properties for the CA IdentityMinder directory window appear.
<Table name="tblUsers" primary="true" /> <Table name="tblUserAddress"> <Reference childcol="userid" primarycol="id"/> </Table> <Table name="tblUserRoles"> <Reference childcol="userid" primarycol="id"/> </Table> <Table name="tblUserDelegators"> <Reference childcol="userid" primarycol="id"/> </Table> <Table name="tblUserPasswordhints"> <Reference childcol="userid" primarycol="id"/> </Table> <Table name="tblUserIdentityPolicy"> <Reference childcol="userid" primarycol="id"/> </Table> <Table name="tblOrganizations"> <Reference childcol="id" primarycol="org"/> </Table>
<Table name="tblUsers" primary="true" /> <Table name="tblUserAddress"> <Reference childcol="userid" primarycol="id"/> </Table> <Table name="tblUserRoles"> <Reference childcol="userid" primarycol="id"/> </Table> <Table name="tblUserDelegators"> <Reference childcol="userid" primarycol="id"/> </Table> <Table name="tblUserPasswordhints"> <Reference childcol="userid" primarycol="id"/> </Table> <Table name="tblUserIdentityPolicy"> <Reference childcol="userid" primarycol="id"/> </Table> <Table name="tblOrganizations"> <Reference childcol="id" primarycol="org"/> </Table> <Table name="tblGroupMembers"> <Reference childcol="userid" primarycol="id"/> </Table> <Table name="tblGroupAdmins">
<Reference childcol="userid" primarycol="id"/>
</Table>
Copyright © 2013 CA.
All rights reserved.
|
|