Apps For Enterprise

OpenDJ Tips For ForgeRock IAM Image

A tip for ForgeRock OpenDJ

Normally, after OpenDJ installation, when we use any OpenDJ commands under $OpenDJ_Path/bin, we have to include parameters like hostname, baseDN etc. For example: ./ldapsearch --hostname localhost --port 1389 --baseDN="ou=people,dc=example,dc=com" --bindDN="cn=directory manager" --bindPassword=yourpassword uid=* dn dn: uid=user.0,ou=people,dc=example,dc=com dn: uid=user.1,ou=people,dc=example,dc=com dn: uid=user.2,ou=people,dc=example,dc=com dn: uid=user.3,ou=people,dc=example,dc=com This could be annoying and unsafe, because the user and password are in […]
Read More

Administering Microsoft Exchange Client Access Attributes with PowerShell

Often times an IDM solution’s connector/functionality does not have the ability to fully match the disablement requirements for a client when it comes to Microsoft Exchange. An example of this is the education industry where the requirement calls for the Active Directory account to be placed into a dummy organizational unit, yet left enabled to […]
Read More