Hi 
We ran into a very interesting problem...

We can't run 389-console directly from the server on which it is running 
because it is just to slow to use. It takes almost 5 minutes just to login. We 
have thus resorted to running the console locally and doing port forwarding 
with ssh as 389 and 636 is blocked. This worked great until now. We created 
aliases to localhost for the server names eg:
127.0.0.1 authserver1.example.com authserver1
ssh -f -N -L 9830:authserver1:9830 authserver-ip
ssh -f -N -L 389:authserver1:389 authserver-ip
ssh -f -N -L 636:authserver1:636 authserver-ip

This works for individual servers but we now have a shared netscaperoot. What 
happens is that when we open up the console and connect to the any directory 
server we are actually connecting to localhost and thus end up seeing the same 
information for each server (not completely) it confuses the GUI no end. 

This email's purpose is two fold, one is for the record and hopefully someone 
else will read this and not make the same mistake. Two, realizing that I have 
asked this before any suggestions for speeding up the console. It just seems 
odd that there is such a fast difference between running the console locally 
and running it remotely via ssh.

Regards

________________________________________________________________________
In order to protect our email recipients, Betfair Group use SkyScan from 
MessageLabs to scan all Incoming and Outgoing mail for viruses.

________________________________________________________________________
--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Reply via email to