ForgeRock DS : How to make uid uniqueness only on OU level not across baseDN

Scenario:

We need to have same UID in different OUs. But should not have duplicate UID on same OU.

Base DN: ou=identities

Sub OU 1 : ou=contractors,ou=identities
Sub OU 2 : ou=vendors,ou=identities

I do have an user exists in vendors OU uid=bala,ou=vendors,ou=identities

Continue reading “ForgeRock DS : How to make uid uniqueness only on OU level not across baseDN”

Configure SSL certificate to tomcat using local CA

This document is to generate SSL certificate using local Certificate Authority. And intented to run tomcat sites over SSL locally. With simple steps, we can able to do that 🙂

  • Create own(local) CA
  • Generate CA signed SSL certificate
  • Configure SSL certificate to tomcat
Continue reading “Configure SSL certificate to tomcat using local CA”