Tag Archives for " OVD 11g "

LDAP Filtering in OVD 11g

This is continuation to OVD 11g experience related posts. Please refer the earlier posts here. Usually when you are searching an user/group in LDAP we would apply filters. Here are few examples: (objectclass=person) (&(objectclass=user)(objectclass=inetorgperson)) (|(mail=*@myorg.com)(uid=*@myorg.com)(sn=*)(givenname=*)(cn=*)) (&(|(uid=*)(cn=*))(sn=*)) While you’re creating an LDAP Adapter, OVD provides an easy option to add these filters. In the specific Adapter, […]

Read More

Retrievable attributes in OVD 11g

This is a continuation to OVD 11g implementation experiences. Please refer to my previous post for LSA adapter implementation. We are using AD adapters underneath LSA adapter. There are list of attributes that needs to be returned as part LDAP search query for both AD Users and Groups. By default OVD will return all  the […]

Read More

Implementing Local Store Adapter in OVD 11g

I’ve had the opportunity to work on OVD 11.1.1.7 recently and I would like to share couple of experiences. First comes first Local Store Adapter. Why we need this? The requirement is to  provide unified view of two different Active Directories (it could be of any other LDAP). I’ve created 2 AD Adapters and to […]

Read More

How to authenticate OAM 11g resource against OVD 11g

A common requirement that many of the customers would ask for is to Protect ApplicationA against OID, Protect ApplicationB against Sun LDAP and so on. OAM 11g provides the flexibility allowing authentication for multiple resources against different repositories.I conceive this as greatest advantage of OAM 11g over 10g. In case if you are asked to […]

Read More