Terminal Services Question

2004-10-01 Thread Eric and Michelle Bjorkman
Are Terminal Services supported by FreeBSD.  In that I mean is there a 
port already included that I will not have to buy a Terminal Services 
server application.  I'm looking for somthing like Novell that is free.  
Or do you know of project out there that can function like Novell?
Thank You,
Eric Bjorkman
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Terminal Services Question

2004-10-01 Thread Matthew Seaman
On Fri, Oct 01, 2004 at 02:16:12AM -0500, Eric and Michelle Bjorkman wrote:
 Are Terminal Services supported by FreeBSD.  In that I mean is there a 
 port already included that I will not have to buy a Terminal Services 
 server application.  I'm looking for somthing like Novell that is free.  
 Or do you know of project out there that can function like Novell?

The short answer is yes.

The rather longer and more reasoned answer is that Terminal Services
as a distinct product is an artefact of the way Windows works.  Unix
and Linux systems (including MacOS X) have had true multiuser
capability from the start.  Similarly X windows was always designed to
be network transparent, so you can run any X application on a remote
machine and have it display on your local desktop[1].

That means that you can have a whole companies' worth of people all
logging into the same server to each run their own copy of an
application that displays on their personal desktop.  Those
applications can even include window managers or whole destop
environments if that's what you want.  No problem, so long as the
server is powerful enough.  What's more, it's just the standard way
the system works: no extra (and expensive) software required.

Cheers,

Matthew

[1] Although MacOS X doesn't use X Windows as it's native windowing
system, a) it comes with X as a standard feature and b) I believe that
you can do similar remote display things with the Cocoa layer: in
fact, it has a generic 'remote object method call' capability which
gives you even more possibilities.

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpkIRXru9xMz.pgp
Description: PGP signature


Terminal Services Question

2004-10-01 Thread gkullak
On Fri, Oct 01, 2004 at 02:16:12AM -0500, Eric and Michelle Bjorkman wrote:
 Are Terminal Services supported by FreeBSD.  In that I mean is there a
 port already included that I will not have to buy a Terminal Services
 server application.  I'm looking for somthing like Novell that is free.
 Or do you know of project out there that can function like Novell?

Try reading XDM protocol that is for open XSession in another machines
like Terminal Services of Microsoft.
You must run X in your server (with XDM, KDM o GDM) and need a client like
Xmanager for Windows por example.

Like say Matthew J Seaman you must run only X application in your Windows
environment without need of run XDM in your server, only calling the
program through SSH or TELNET. Try with Xmanager too or find for PC X
Server in Google.

Sorry for my english.

Regards.


-- 


Gustavo Ariel Kullak
e-mail:[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]