PDA

View Full Version : [ubuntu] Ubuntu, Active Directory and roaming homedirs



safi78
November 22nd, 2009, 07:10 PM
Hi all,

I've googled around and searched the forums but I really can't find a decent solution to this:

I wanna completely move away from our Windows desktops and use Ubuntu.

We implemented likewise-open to authenticate against our Active Directory very successfully. likewise creates homedirs like /home/DOMAIN/username

Is there an easy way to 'remote-mount' the /home/DOMAIN/username to a server so the home dirs are stored there so my users can roam around and have their settings available on every desktop?

I'm familiar NFS or Samba but I read there's alot of messy permissions-configuration with that. Anyone with any experience on this?

Furthermore, are there any good administration tools for administring a lot of desktops? (like installing and removing packages on all the desktops at once, pushing settings to all the desktops etc.) ?

Bufke
February 9th, 2010, 05:35 PM
I would like to know how to do this too.

bonevg
February 9th, 2010, 05:47 PM
Furthermore, are there any good administration tools for administring a lot of desktops? (like installing and removing packages on all the desktops at once, pushing settings to all the desktops etc.) ?

For that part of your question you may find useful tool called cfengine.

lykwydchykyn
February 9th, 2010, 05:56 PM
Hi all,

I've googled around and searched the forums but I really can't find a decent solution to this:

I wanna completely move away from our Windows desktops and use Ubuntu.

We implemented likewise-open to authenticate against our Active Directory very successfully. likewise creates homedirs like /home/DOMAIN/username

Is there an easy way to 'remote-mount' the /home/DOMAIN/username to a server so the home dirs are stored there so my users can roam around and have their settings available on every desktop?

I'm familiar NFS or Samba but I read there's alot of messy permissions-configuration with that. Anyone with any experience on this?

What's your server running? If it's running Windows, samba is probably the best bet. The "samba 3 by example" guide is a great resource here.
http://www.samba.org/samba/docs/man/Samba-Guide/

I'm afraid I haven't used likewise much, though, so I can't comment on that one.


Furthermore, are there any good administration tools for administring a lot of desktops? (like installing and removing packages on all the desktops at once, pushing settings to all the desktops etc.) ?

cfengine was mentioned, though frankly I could never get my head around it. Other choices are:
- Puppet
- Webmin has a "cluster" feature that works ok for small numbers of machines
- Canonical has a (commercial) tool called "landscape" designed for just this. It's not free though.

How many machines are we talking about?