Re: Does Mozilla 0.9.2 support LDAP w/binding?

2001-08-01 Thread Dan Mosedale

Jason Baietto [EMAIL PROTECTED] writes:
 Sadly, my company is running an LDAP server that requires binding.
 I would like to be able to browse and autocomplete the addresses
 with Mozilla, but I can't seem to get it to work.  I've read many
 things on the net which seem to indicate that it should, though
 no amount of prefs.js fudging seems to make a difference.
 
 Does Mozilla 0.9.2 support LDAP w/binding?  If it does, how do I
 configure it to do so?

Unfortunately, it doesn't yet.  It's on our radar, though...

Dan
-- 




sample Java code for recursive operations?

2001-08-01 Thread Kyle Downey

Hi,

Before I go ahead and write the code to recursively rename, copy and move
subtrees, I  was wondering if anyone had sample code to do this using the
Mozilla Directory SDK for Java (4.x). 

When I rename intermediate nodes (on OpenLDAP 2.0.x, BTW), I get
orphan nodes because rename() is just renaming the immediate node.
My understanding is that the only thing I can do is create the new node
and then rename all the children to fall under it, and finally delete the
old node and all its children. 

--kd




[Q] Has anyone gotten smart referral to work in NDS (5.0) ?

2001-08-01 Thread Tarang Patel

Hi,

  I am having a problem getting the directory server to follow the
smart referral nodes that I have created. I've followed the
documentation, and created
smart referral node with referral objectclass and attribute ref
set appropriately. However, all I get in the NDS 5.0 (iPlanet) console
is
This entry could not be read.

[Q] How is the smart referral propogated ?

 Given, that I did not have any proxy like user set up in order to get
authenticated across my 2nd server.

 Given, that I have heard noise about buggy netscape console, I also
attempt
an ldapsearch using the utilities as well as some perl code using
perldap API, however all I get is :

 Could not follow referral
ldaps://xyz.com/ou=People,o=xyz.com


  The smart referral, I have is in the following trees :

o=abc.com  o=xyz.com
|  |
   
   |  ||   |
  ou=People   ou=Groups  ou=Peopleou=Groups
   |_ou=xyzPeople
  ref=ldap://xyz.com/ou=People,o=xyz.com

 In reality, I've only seen the smart referral working in NDS 4.11,
when I was managing the configurations of 2nd server instances from
the 1st server install. This i something you can choose to do at
installation point.

 I would really appreciate any help you are able to give on this. As I
don't get an opportunity to read this news groups that often, please
CC me any posted
responses to the query. I can be reached at
[EMAIL PROTECTED]

 Many thanks,

   Tarang