Archive Daily Archives: September 3, 2013

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
Not found