Hi
I am new in OpenLDAP so I would appreciate if you can help me with below questions.
1) Once a schema is built on LDAP server (no backend DB), is it possible to fetch only a single attribute of the schema from an external Oracle DB and the rest of sttributes from LDAP server itself?
What is required to fulfill it? (i.e. Configuration example????)
2) Can Open LDAP server fetch different schema attributes from different external DB by configuration?
Or does it require another box fulfilling proxy functionality?
Thanks for answers
Ebru
On 2/27/07, ebru.zeren@nokia.com ebru.zeren@nokia.com wrote:
Hi
I am new in OpenLDAP so I would appreciate if you can help me with below questions.
- Once a schema is built on LDAP server (no backend DB), is it possible to
fetch only a single attribute of the schema
from an external Oracle DB and the rest of sttributes from LDAP server itself?
What is required to fulfill it? (i.e. Configuration example????)
- Can Open LDAP server fetch different schema attributes from different
external DB by configuration?
Or does it require another box fulfilling proxy functionality?
OpenLDAP has been known to work with pgsql and mysql, so porting back-sql to oracle should be possible.
Requesting a single attribute can be accomplished.
OpenLDAP has a variety of different proxy-esque functionalities. You'll have to research the solution to your non-stated problem yourself.
http://www.openldap.org/software/man.cgi?query=slapd.conf&sektion=5&... http://www.openldap.org/software/man.cgi?query=slapd-sql&sektion=5&a... http://www.openldap.org/software/man.cgi?query=slapd-meta&sektion=5&...
ebru.zeren@nokia.com writes:
Hi
I am new in OpenLDAP so I would appreciate if you can help me with below questions.
- Once a schema is built on LDAP server (no backend DB), is it possible to fetch only a single
attribute of the schema
from an external Oracle DB and the rest of sttributes from LDAP server itself?
What is required to fulfill it? (i.e. Configuration example????)
OpenLDAP provides a sql backend, see servers/slapd/back-sql/rdbms_depend/ for examples.
- Can Open LDAP server fetch different schema attributes from different external DB by configuration?
In principal yes
Or does it require another box fulfilling proxy functionality?
This might be an other option.
But you cannot create an object from different sources. That is you cannot integrate attributs from different source into a single entry presentation. LDAP is *not* RDBM.
-Dieter
openldap-software@openldap.org