LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-17-2003, 01:45 PM   #1
hakcenter
Member
 
Registered: Apr 2003
Location: Not to far from the computer screen
Distribution: RedHat 9.0
Posts: 324

Rep: Reputation: 30
Exclamation Linux Workstation


Is there any software or even hidden linux distributions that are similar in how a windows 'domain' works?

ex:
Network Logons
Roaming Profiles

I've been looking extremly hard trying to find something that remotely replicates a network logon on a nix* box and haven't even come close

I hate windows, but I can't seem to find a way to make the local machine logons go use a server with 'usernames/passwords'
 
Old 09-17-2003, 02:12 PM   #2
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
http://samba.org/
 
Old 09-17-2003, 02:23 PM   #3
hakcenter
Member
 
Registered: Apr 2003
Location: Not to far from the computer screen
Distribution: RedHat 9.0
Posts: 324

Original Poster
Rep: Reputation: 30
That doesn't explain much, if anything at all.

I know samba can be used as a PDC

But I'm talking about workstations, changing the init 5 login, into a network login

a network username and password.
 
Old 09-17-2003, 02:33 PM   #4
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Is this of any help?

It was one of the many suggestions from this search.

Google for Linux has a wealth of pages.
 
Old 09-17-2003, 02:56 PM   #5
hakcenter
Member
 
Registered: Apr 2003
Location: Not to far from the computer screen
Distribution: RedHat 9.0
Posts: 324

Original Poster
Rep: Reputation: 30
This is not what I was asking for

Here's a better question.

How can you change gdm to login over a network.

I'm converting a Windows domain into linux. And I need to figure out how to turn my linux workstations, into network logins.

Users should not login locally. Users should login through gdm, where a 'server' authenticates their user/pass.
 
Old 09-17-2003, 03:21 PM   #6
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
http://www.yolinux.com/TUTORIALS/Lin...tegration.html
 
Old 09-17-2003, 03:23 PM   #7
hakcenter
Member
 
Registered: Apr 2003
Location: Not to far from the computer screen
Distribution: RedHat 9.0
Posts: 324

Original Poster
Rep: Reputation: 30
Read it, still requires local logins.

Is there anyway to make gdm into a remote login client maybe ?

Then everything could be setup on 1 machine..
 
Old 09-17-2003, 03:33 PM   #8
contrasutra
LQ Guru
 
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445

Rep: Reputation: 47
YES, you can.

You have to set the system up to boot from a network though.

I do not know how. :-(

Google around for "network login".

Then you just run GDM on the other machine.
 
Old 09-17-2003, 03:39 PM   #9
hakcenter
Member
 
Registered: Apr 2003
Location: Not to far from the computer screen
Distribution: RedHat 9.0
Posts: 324

Original Poster
Rep: Reputation: 30
Heh, I've been googling around for over 3 hours without real luck.

I heard from my friend he setup dumby stations.

They had nothing but video/nic basically and booted to his nix* stuff.

So maybe theres a way to PXE boot to a server's gdm login ?
 
Old 09-17-2003, 07:21 PM   #10
meeshka
Member
 
Registered: Jun 2003
Distribution: Redhat8
Posts: 50

Rep: Reputation: 15
Are you saying you want the Linux clients to authenticate with a Windows server or a single Linux server? If you are talking about a single Linux server, have you looked at NIS ?
 
Old 09-17-2003, 09:06 PM   #11
sewer_monkey
Member
 
Registered: May 2002
Location: Toronto, ON, Canada
Distribution: Ubuntu, Debian, RedHat/CentOS
Posts: 624

Rep: Reputation: 31
I think what you want is the Linux Terminal Server Project. Here's how it works:
  1. Client boots and gets an IP address from DHCP server (presumably your Linux server running dhcpd).
  2. Client connects to your Linux server and uses tftp (trivial FTP) to download a minimalistic OS with X support onto a RAMdisk or onto the hard drive.
  3. XDM (or whatever login manager you want) is run on the server in XDMCP mode, and the client broadcasts an XDMCP request, thereby soliciting a login screen from the server.
  4. The user logs on to the server and runs applications on the server.
Basically, LTSP will allow you to turn your workstations into dumb X terminals. This is useful for thin clients, though. If you have fat clients, then you may be interested in implementing some sort of an LDAP based authentication (login) and authorization (permissions) scheme. I don't know of any ready-made out of the box solutions, but I am sure Google has loads of examples. I know that Apple's OS X uses some sort of an LDAP variant to do this. May want to dig around Apple's site.

Good luck!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you connect a linux workstation to a linux file server? mwilliams Linux - Networking 3 01-28-2005 01:18 PM
Difference between RH Linux Enterprise Edition AND RH Linux Advanced Workstation faizulla Linux - Software 2 03-25-2004 09:57 AM
using linux file server folders from linux workstation swissp Red Hat 1 10-16-2003 09:17 PM
Linux Workstation hakcenter Linux - Networking 4 09-17-2003 03:48 PM
User Authentication - Linux Workstation RH9 with Linux Server RH73 itsops Linux - Networking 0 09-09-2003 11:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration