| Direct queries on Active Directory/LDAP [message #316040] |
Wed, 23 April 2008 09:58  |
tomashek Messages: 3 Registered: April 2008 |
Junior Member |
|
|
Is there a way to do LDAP queries on Active Directory without using OID? Everything I've found online always references OID, but I just want to sync my DB people with certain AD groups, not have my own LDAP. An external app is pretty simple, but I would prefer keeping the logic in the DB.
Can Heterogeneous Services be used to establish a DB link? Some other way?
Thanks for pointing me in the right direction.
-Todd
|
|
|
| Re: Direct queries on Active Directory/LDAP [message #316060 is a reply to message #316040 ] |
Wed, 23 April 2008 10:35   |
Michel Cadot Messages: 15243 Registered: March 2007 Location: Nanterre, France, http://... |
Senior Member |
|
|
To query, you can use dbms_lpad.
To use it for authentication, you have to use OVD (Oracle Virtual Directory) as a proxy.
Regards
Michel
|
|
|
| Re: Direct queries on Active Directory/LDAP [message #316353 is a reply to message #316060 ] |
Thu, 24 April 2008 13:49  |
tomashek Messages: 3 Registered: April 2008 |
Junior Member |
|
|
|
Thanks, that's working for me.
|
|
|