[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: CORBA Schema Example ???
Hi Anita -
Firstly, include the CORBA schema definition by editing the slapd.conf file.
Add the following to /usr/local/etc/openldap/slapd.conf
include /usr/local/etc/openldap/schema/corba.schema
Restart your OpenLdap server to pick up the changes in slapd.conf.
For some examples, the JNDI Tutorial includes a trail on storing objects in a Directory...
http://java.sun.com/products/jndi/tutorial/objects/storing/index.html
-Jonathan Bruce
Java Software JNDI
Sun Microsystems Inc.
Anita Suriarajan wrote:
>
> Hello,
>
> I read rfc 2714 for CORBA object reference in LDAP Directoy. Iam trying
> to add an entry to my LDAP Directory...but iam failing to get the
> concept...cud anyone help me with example...how to add an CORBA Object entry
> in LDAP Directory...
>
> say xyzServer is running and how to make my CORBA xyzClient to talk with my
> xyzServer along with the entry in LDAP directory....
>
> Thanx
> Anita