You are not logged in.

#1 2007-07-11 10:31:41

hussam
Member
Registered: 2006-03-26
Posts: 572
Website

Linux and remote accounts.

On windows, at the university, each student can log into any computer using his own username and account and gets the same settings/desktop/files etc.. because it's using remote accounts or something and when we log out, the files get synced to the main server.
Is it possible to setup something similar on Linux?

Offline

#2 2007-07-11 11:14:17

mucknert
Member
From: Berlin // Germany
Registered: 2006-06-27
Posts: 510

Re: Linux and remote accounts.

That stuff gets done via Active Directory under Windows. It is possible to do the same stuff. The poor mans approach would be to use NFS to export home-directories but a real man does LDAP. So: yes, it is possible but it will require work.


Todays mistakes are tomorrows catastrophes.

Offline

#3 2007-07-11 16:27:38

SleepingGiant08
Member
From: Ellicott City, MD USA
Registered: 2007-01-10
Posts: 124

Re: Linux and remote accounts.

Here is a pretty good tutorial on LDAP: http://tldp.org/HOWTO/LDAP-HOWTO/


Registered Linux User #439761

Offline

#4 2007-07-11 20:03:39

vxp
Member
Registered: 2007-06-03
Posts: 12

Re: Linux and remote accounts.

logging in to every linux machine using the same username/password = LDAP + Kerberos
having your home directory exactly the same on each linux machine = mounting it from a NFS server.

Offline

#5 2007-07-13 00:03:59

hungsonbk
Member
Registered: 2007-05-26
Posts: 105
Website

Re: Linux and remote accounts.

mucknert wrote:

That stuff gets done via Active Directory under Windows. It is possible to do the same stuff. The poor mans approach would be to use NFS to export home-directories but a real man does LDAP. So: yes, it is possible but it will require work.

big_smile:D:D:D I don't agree with you. LDAP can be used to manage remote account and other light weight infomation but not the remote user's home directory. The poor man will do that.

The old solution is to use NIS + NFS, in which NIS is used to store account information and NFS is used to map user's home directory.

The new solution is to use LDAP + NFS

Offline

#6 2007-07-13 12:01:12

mucknert
Member
From: Berlin // Germany
Registered: 2006-06-27
Posts: 510

Re: Linux and remote accounts.

Oh. Okay. Sorry. Learned something. wink


Todays mistakes are tomorrows catastrophes.

Offline

Board footer

Powered by FluxBB