[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: LDIF and JNDI
What you could try is binding an object to the directory and then do an ldapsearch. For instance:
ctx.bind("cn=My Object,ou=objects",MyObject);
----
ldapsearch -b "cn=My Object,ou=objects,dc=mybase,dc=com" -s base "(objectClass=*)"
Hope that helps.
--------------------------------------------------------------------------------------------------
Marc Boorshtein
Software Engineer, Octet String
marc.boorshtein@octetstring.com
On Dec 10, 2003, at 2:54 AM, Edward de Jongh wrote:
Hi all I hope you can help. I have included the java.schema file in my slapd.conf and would now like to use my LDAP implementation for java references. So for example when a client wants to lookup SERVERXYZ, the correct URL will be returned. Could someone please provide me with an LDIF example of how to do this as I am not having any joy.
Tia
ed