Because ALBPM has read-only access to LDAP information, permissions for the ALBPM Administrator are not stored as part of the group or particpant data within LDAP. To grant ALBPM Administration priviledges to LDAP groups, you must add the permission information directly to the directory database.
After you have added this row to the directory database,
insert into DIR6WMAD2.FUEGO_STRPROPS (FUEGO_MODIFIER,
FUEGO_CRTIME,
FUEGO_STRVALUE,
FUEGO_CATEGORY,
FUEGO_KEY,
FUEGO_OWNER,
FUEGO_CREATOR,
FUEGO_MOTIME) values (
'Administrator',
SYSDATE,
'CN=group1,OU=groups,DC=server,
DC=vmware,DC=fuegolabs,DC=com',
'FDI_PREFS',
'FUEGO_ADMINISTRATORS_PARTICIPANTS_GROUPS_DN.0',
'dir6wmad2.fuego_participant-fuego_in-1',
'Administrator',
SYSDATE);