Hi,
We are moving from PD.jar API to Registry Direct API and we would like to know the best practice concerning the permission on LDAP.
On DN: SECAUTHORIY=DEFAULT, we gave this read permission for the service account:
access-id:UID=ACCESSMANAGER-XXXX,OU=SERVICEACCOUNTS,DC=CA,DC=TENANTX:normal:rsc
On DN: secAuthority=tenantX,cn=Subdomains,SECAUTHORIY=DEFAULT, we gave this write permission for the service account:
access-id:UID=ACCESSMANAGER-XXXX,OU=SERVICEACCOUNTS,DC=CA,DC=TENANTX:normal:rwsc:object:ad
This write access will give the permission to the service account to modify the group cn=iv-admin,cn=SecurityGroups,secAuthority=tenantX,cn=Subdomains,SECAUTHORITY=DEFAULT and other resources.
The DN cn=Users,secAuthority=tenantX,cn=Subdomains,SECAUTHORITY=DEFAULT inherit his permission from secAuthority=tenantX,cn=Subdomains,SECAUTHORIY=DEFAULT.
We are thinking about adding the write access only on cn=Users,secAuthority=tenantX,cn=Subdomains,SECAUTHORITY=DEFAULT. Is it a good practice?
Thanks
------------------------------Martin Caron------------------------------------------------------------
Martin Caron
------------------------------
Original Message:
Sent: Wed May 13, 2020 04:46 PM
From: David Vicenteño
Subject: ISAM policy servers load balancing.
Thank you very much Rama. It helps me a lot.
------------------------------
David Vicenteño
------------------------------
Original Message:
Sent: Wed May 13, 2020 10:04 AM
From: Rama Yenumula
Subject: ISAM policy servers load balancing.
Hi David, Checkout Registry Direct Java API link below. It might eliminate dependency on Policy Server.
https://www.ibm.com/support/knowledgecenter/SSPREK_7.0.0/com.ibm.isam.doc_70/ameb_adminjava_guide/concept/con_reg_dir_java_api.html
Regards,
Rama
------------------------------
Rama Yenumula